AWS::DirectConnect::ConnectionResource Type definition for AWS::DirectConnect::Connection.
import { CfnConnection } from 'aws-cdk-lib/aws-directconnect';Or use the module namespace:
import * as directconnect from 'aws-cdk-lib/aws-directconnect';
// directconnect.CfnConnectionConfiguration passed to the constructor as CfnConnectionProps.
bandwidthRequiredstringThe bandwidth of the connection.
connectionNameRequiredstringThe name of the connection.
locationRequiredstringThe location of the connection.
lagIdOptionalstring | ILagRefproviderNameOptionalstringThe name of the service provider associated with the requested connection.
requestMacSecOptionalboolean | IResolvableIndicates whether you want the connection to support MAC Security (MACsec).
tagsOptionalCfnTag[]The tags associated with the connection.
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-directconnectAWS::DirectConnect::Connection