AWS::DirectConnect::LagResource Type definition for AWS::DirectConnect::Lag.
import { CfnLag } from 'aws-cdk-lib/aws-directconnect';Or use the module namespace:
import * as directconnect from 'aws-cdk-lib/aws-directconnect';
// directconnect.CfnLagConfiguration passed to the constructor as CfnLagProps.
connectionsBandwidthRequiredstringThe bandwidth of the individual physical dedicated connections bundled by the LAG.
lagNameRequiredstringThe name of the LAG.
locationRequiredstringThe location for the LAG.
minimumLinksOptionalnumberThe minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.
providerNameOptionalstringThe name of the service provider associated with the requested LAG.
requestMacSecOptionalboolean | IResolvableIndicates whether you want the LAG to support MAC Security (MACsec).
tagsOptionalCfnTag[]The tags associated with the LAG.
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::Lag