2019/03/06 - AWS Direct Connect - 1 updated api methods
Changes Update directconnect client to latest version
{'locations': {'availablePortSpeeds': ['string']}}
Lists the AWS Direct Connect locations in the current AWS Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
See also: AWS API Documentation
Request Syntax
client.describe_locations()
dict
Response Syntax
{ 'locations': [ { 'locationCode': 'string', 'locationName': 'string', 'region': 'string', 'availablePortSpeeds': [ 'string', ] }, ] }
Response Structure
(dict) --
locations (list) --
The locations.
(dict) --
Information about an AWS Direct Connect location.
locationCode (string) --
The code for the location.
locationName (string) --
The name of the location. This includes the name of the colocation partner and the physical site of the building.
region (string) --
The AWS Region for the location.
availablePortSpeeds (list) --
The available port speeds for the location.
(string) --