AWS::DirectConnect::LagResource Type definition for AWS::DirectConnect::Lag
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LagArn | string | The ARN of the LAG. |
LagId | string | The ID of the LAG. |
LagState | string | The state of the LAG. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
directconnect:DescribeLagsdirectconnect:CreateLagdirectconnect:DeleteConnectiondirectconnect:DescribeLagsdirectconnect:TagResourcedirectconnect:DescribeLagsdirectconnect:TagResourcedirectconnect:UntagResourcedirectconnect:UpdateLagdirectconnect:DescribeLagsdirectconnect:DeleteLagdirectconnect:DescribeLagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLagArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConnectionsBandwidthLocationProviderNameRequestMACSec