AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DirectConnect::Lag

CfnLag

Resource Type definition for AWS::DirectConnect::Lag.

Import

import { CfnLag } from 'aws-cdk-lib/aws-directconnect';

Or use the module namespace:

import * as directconnect from 'aws-cdk-lib/aws-directconnect';
// directconnect.CfnLag

Properties

Configuration passed to the constructor as CfnLagProps.

connectionsBandwidthRequired
string

The bandwidth of the individual physical dedicated connections bundled by the LAG.

lagNameRequired
string

The name of the LAG.

locationRequired
string

The location for the LAG.

minimumLinksOptional
number

The minimum number of physical dedicated connections that must be operational for the LAG itself to be operational.

providerNameOptional
string

The name of the service provider associated with the requested LAG.

requestMacSecOptional
boolean | IResolvable

Indicates whether you want the LAG to support MAC Security (MACsec).

tagsOptional
CfnTag[]

The tags associated with the LAG.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter