DynamoDB / Client / describe_endpoints
describe_endpoints#
- DynamoDB.Client.describe_endpoints()#
- Returns the regional endpoint information. For more information on policy permissions, please see Internetwork traffic privacy. - 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.