Learn R Programming

paws.networking (version 0.1.11)

directconnect_describe_locations: Lists the AWS Direct Connect locations in the current AWS Region

Description

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.

Usage

directconnect_describe_locations()

Arguments

Value

A list with the following syntax:

list(
  locations = list(
    list(
      locationCode = "string",
      locationName = "string",
      region = "string",
      availablePortSpeeds = list(
        "string"
      ),
      availableProviders = list(
        "string"
      )
    )
  )
)