AWS::DirectConnect::ConnectionResource Type definition for AWS::DirectConnect::Connection
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Bandwidth | string | RequiredCreate-only |
ConnectionName | string | Required |
Location | string | RequiredCreate-only |
LagId | Any | Any | |
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 |
|---|---|---|
ConnectionArn | string | The ARN of the connection. |
ConnectionId | string | The ID of the connection. |
ConnectionState | string | The state of the connection. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DirectConnect::Connection
Resources:
MyResource:
Type: AWS::DirectConnect::Connection
Properties:
Bandwidth: "my-bandwidth"
ConnectionName: "my-connectionname"
Location: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
directconnect:DescribeConnectionsdirectconnect:DescribeConnectionsdirectconnect:CreateConnectiondirectconnect:TagResourcedirectconnect:AssociateConnectionWithLagdirectconnect:DisassociateConnectionFromLagdirectconnect:DescribeConnectionsdirectconnect:TagResourcedirectconnect:UntagResourcedirectconnect:UpdateConnectiondirectconnect:DescribeConnectionsdirectconnect:DescribeConnectionsdirectconnect:DeleteConnectionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterConnectionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
BandwidthLocationProviderNameRequestMACSec