CloudFront / Client / describe_key_value_store
describe_key_value_store#
- CloudFront.Client.describe_key_value_store(**kwargs)#
Specifies the key value store and its configuration.
See also: AWS API Documentation
Request Syntax
response = client.describe_key_value_store( Name='string' )
- Parameters:
Name (string) –
[REQUIRED]
The name of the key value store.
- Return type:
dict
- Returns:
Response Syntax
{ 'KeyValueStore': { 'Name': 'string', 'Id': 'string', 'Comment': 'string', 'ARN': 'string', 'Status': 'string', 'LastModifiedTime': datetime(2015, 1, 1) }, 'ETag': 'string' }
Response Structure
(dict) –
KeyValueStore (dict) –
The resulting key value store.
Name (string) –
The name of the key value store.
Id (string) –
The unique Id for the key value store.
Comment (string) –
A comment for the key value store.
ARN (string) –
The Amazon Resource Name (ARN) of the key value store.
Status (string) –
The status of the key value store.
LastModifiedTime (datetime) –
The last-modified time of the key value store.
ETag (string) –
The
ETag
of the resulting key value store.
Exceptions