:doc:`CloudFront <../../cloudfront>` / Client / describe_key_value_store

************************
describe_key_value_store
************************



.. py:method:: CloudFront.Client.describe_key_value_store(**kwargs)

  

  Specifies the key value store and its configuration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DescribeKeyValueStore>`_  


  **Request Syntax**
  ::

    response = client.describe_key_value_store(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the key value store.

    

  
  
  :rtype: 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**
  
  *   :py:class:`CloudFront.Client.exceptions.AccessDenied`

  
  *   :py:class:`CloudFront.Client.exceptions.EntityNotFound`

  
  *   :py:class:`CloudFront.Client.exceptions.UnsupportedOperation`

  
  *   :py:class:`CloudFront.Client.exceptions.InvalidArgument`

  