AWS Fundamentals Logo
AWS Fundamentals
AWS::DirectConnect::Lag

DirectConnect Lag

Resource Type definition for AWS::DirectConnect::Lag

Properties

7 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
ConnectionsBandwidth
string
RequiredCreate-only
LagName
string
Required
Location
string
RequiredCreate-only
MinimumLinks
integer
ProviderName
string
Create-only
RequestMACSec
boolean
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
LagArnstringThe ARN of the LAG.
LagIdstringThe ID of the LAG.
LagStatestringThe state of the LAG.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DirectConnect::Lag

Resources:
  MyResource:
    Type: AWS::DirectConnect::Lag
    Properties:
      LagName: "my-lagname"
      Location: "value"
      ConnectionsBandwidth: "my-connectionsbandwidth"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

directconnect:DescribeLags

create

directconnect:CreateLagdirectconnect:DeleteConnectiondirectconnect:DescribeLagsdirectconnect:TagResource

update

directconnect:DescribeLagsdirectconnect:TagResourcedirectconnect:UntagResourcedirectconnect:UpdateLag

list

directconnect:DescribeLags

delete

directconnect:DeleteLagdirectconnect:DescribeLags

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceDirectConnect
Properties10
Required3
TaggingSupported
Primary IDLagArn

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ConnectionsBandwidthLocationProviderNameRequestMACSec

External Links