List Key Value Stores
| cloudfront_list_key_value_stores | R Documentation |
Specifies the key value stores to list¶
Description¶
Specifies the key value stores to list.
Usage¶
Arguments¶
MarkerThe marker associated with the key value stores list.
MaxItemsThe maximum number of items in the key value stores list.
StatusThe status of the request for the key value stores list.
Value¶
A list with the following syntax:
list(
KeyValueStoreList = list(
NextMarker = "string",
MaxItems = 123,
Quantity = 123,
Items = list(
list(
Name = "string",
Id = "string",
Comment = "string",
ARN = "string",
Status = "string",
LastModifiedTime = as.POSIXct(
"2015-01-01"
)
)
)
)
)