AWS::Interconnect::ConnectionResource Type definition for AWS::Interconnect::Connection. Creates a managed network connection between AWS and a partner cloud service provider.
import { CfnConnection } from 'aws-cdk-lib/aws-interconnect';Or use the module namespace:
import * as interconnect from 'aws-cdk-lib/aws-interconnect';
// interconnect.CfnConnectionConfiguration passed to the constructor as CfnConnectionProps.
attachPointRequiredIResolvable | AttachPointPropertyThe logical attachment point in your AWS network where the managed connection will be connected.
activationKeyOptionalstringThe activation key for accepting a connection proposal from a partner CSP. Mutually exclusive with EnvironmentId.
bandwidthOptionalstringThe bandwidth of the connection (e.g., 50Mbps, 1Gbps). Required when creating a connection through AWS.
descriptionOptionalstringA description of the connection.
environmentIdOptionalstringThe ID of the environment for the connection. Required when creating a connection through AWS. Mutually exclusive with ActivationKey.
remoteOwnerAccountOptionalstringThe account ID of the remote owner. Required when creating a connection through AWS.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-interconnectAWS::Interconnect::Connection