Lists the AWS Direct Connect locations in the current AWS Region. These
are the locations that can be selected when calling
create_connection or
create_interconnect.
directconnect_describe_locations()A list with the following syntax:
list(
locations = list(
list(
locationCode = "string",
locationName = "string",
region = "string",
availablePortSpeeds = list(
"string"
),
availableProviders = list(
"string"
)
)
)
)