View a markdown version of this page

AttachPoint - AWS Interconnect

AttachPoint

A generalization of an AWS network location to which a Connection can be attached.

Currently, the only supported type of AttachPoint is a DirectConnect Gateway.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

arn

Identifies an attach point by full ARN.

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: No

directConnectGateway

Identifies an DirectConnect Gateway attach point by DirectConnectGatewayID.

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: No

See Also

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