describe_endpoints
()¶Returns the regional endpoint information.
See also: AWS API Documentation
Request Syntax
response = client.describe_endpoints()
{
'Endpoints': [
{
'Address': 'string',
'CachePeriodInMinutes': 123
},
]
}
Response Structure
List of endpoints.
An endpoint information details.
IP address of the endpoint.
Endpoint cache time to live (TTL) value.