AWS::DirectConnect::DirectConnectGatewayResource Type definition for AWS::DirectConnect::DirectConnectGateway
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DirectConnectGatewayName | string | Required |
AmazonSideAsn | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DirectConnectGatewayArn | string | The ARN of the Direct Connect gateway. |
DirectConnectGatewayId | string | The ID of the Direct Connect gateway. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DirectConnect::DirectConnectGateway
Resources:
MyResource:
Type: AWS::DirectConnect::DirectConnectGateway
Properties:
DirectConnectGatewayName: "my-directconnectgatewayname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
directconnect:DescribeDirectConnectGatewaysdirectconnect:CreateDirectConnectGatewaydirectconnect:TagResourcedirectconnect:DescribeDirectConnectGatewaysdirectconnect:DescribeDirectConnectGatewaysdirectconnect:UpdateDirectConnectGatewaydirectconnect:TagResourcedirectconnect:UntagResourcedirectconnect:DescribeDirectConnectGatewaysdirectconnect:DeleteDirectConnectGatewaydirectconnect:DescribeDirectConnectGatewaysOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDirectConnectGatewayArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AmazonSideAsn