View a markdown version of this page

Connection - AWS Interconnect

Connection

The object describing the provided connectivity from the AWS region to the partner location.

Contents

activationKey

The Activation Key associated to this conneConnectionction.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Required: Yes

arn

An ARN of a Connection object.

Type: String

Length Constraints: Minimum length of 59. Maximum length of 150.

Pattern: arn:aws[a-z-]*:interconnect:[^:]+:[0-9]{12}:connection/(mcc|lmcc)-[a-z0-9]{8}

Required: Yes

attachPoint

The Attach Point to which the Connection should be associated."

Type: AttachPoint object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: Yes

bandwidth

The specific selected bandwidth of this Connection.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 8.

Pattern: \d+[MG]bps

Required: Yes

description

A descriptive name for the Connection.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [-a-zA-Z0-9_ ]+

Required: Yes

environmentId

The specific Environment this Connection is placed upon.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Required: Yes

id

The short identifier of the connection object.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 32.

Pattern: (mcc|lmcc)-[a-z0-9]{8}

Required: Yes

location

The provider specific location on the remote side of this Connection

Type: String

Length Constraints: Minimum length of 0. Maximum length of 255.

Required: Yes

ownerAccount

The account that owns this Connection

Type: String

Length Constraints: Fixed length of 12.

Pattern: [0-9]{12}

Required: Yes

provider

The provider on the remote side of this Connection.

Type: Provider object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: Yes

sharedId

An identifier used by both AWS and the remote partner to identify the specific Connection.

Type: String

Length Constraints: Fixed length of 36.

Pattern: [0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}

Required: Yes

state
  • requested: The initial state of a connection. The state will remain here until the Connection is accepted on the Partner portal.

  • pending: The connection has been accepted and is being provisioned between AWS and the Partner.

  • available: The connection has been fully provisioned between AWS and the Partner.

  • deleting: The connection is being deleted.

  • deleted: The connection has been deleted.

  • failed: The connection has failed to be created.

  • updating: The connection is being updated.

Type: String

Valid Values: available | requested | pending | down | deleting | deleted | failed | updating

Required: Yes

type

The specific product type of this Connection.

Type: String

Length Constraints: Minimum length of 5. Maximum length of 32.

Required: Yes

billingTier

The billing tier this Connection is currently assigned.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 8.

Required: No

tags

The tags on the Connection

Type: String to string map

Key Length Constraints: Minimum length of 1. Maximum length of 128.

Value Length Constraints: Minimum length of 0. Maximum length of 256.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: