Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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()

Value

A list with the following syntax:

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

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.