:doc:`DynamoDB <../../dynamodb>` / Client / describe_endpoints

******************
describe_endpoints
******************



.. py:method:: DynamoDB.Client.describe_endpoints()

  

  Returns the regional endpoint information. For more information on policy permissions, please see `Internetwork traffic privacy <https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/inter-network-traffic-privacy.html#inter-network-traffic-DescribeEndpoints>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DescribeEndpoints>`_  


  **Request Syntax**
  ::

    response = client.describe_endpoints()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Endpoints': [
              {
                  'Address': 'string',
                  'CachePeriodInMinutes': 123
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Endpoints** *(list) --* 

        List of endpoints.

        
        

        - *(dict) --* 

          An endpoint information details.

          
          

          - **Address** *(string) --* 

            IP address of the endpoint.

            
          

          - **CachePeriodInMinutes** *(integer) --* 

            Endpoint cache time to live (TTL) value.

            
      
    
  