describe_endpoints

describe_endpoints()

Returns the regional endpoint information.

See also: AWS API Documentation

Request Syntax

response = client.describe_endpoints()
Return type
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.