Describe Key Value Store
| cloudfrontkeyvaluestore_describe_key_value_store | R Documentation | 
Returns metadata information about Key Value Store¶
Description¶
Returns metadata information about Key Value Store.
Usage¶
cloudfrontkeyvaluestore_describe_key_value_store(KvsARN)
Arguments¶
KvsARN | 
[required] The Amazon Resource Name (ARN) of the Key Value Store.  | 
Value¶
A list with the following syntax:
list(
  ItemCount = 123,
  TotalSizeInBytes = 123,
  KvsARN = "string",
  Created = as.POSIXct(
    "2015-01-01"
  ),
  ETag = "string",
  LastModified = as.POSIXct(
    "2015-01-01"
  ),
  Status = "string",
  FailureReason = "string"
)
Request syntax¶
svc$describe_key_value_store(
  KvsARN = "string"
)