AWS::NetworkManager::DirectConnectGatewayAttachmentAWS::NetworkManager::DirectConnectGatewayAttachment Resource Type
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CoreNetworkId | string | RequiredCreate-only |
DirectConnectGatewayArn | string | RequiredCreate-only |
EdgeLocations | Array<string> | Required |
ProposedNetworkFunctionGroupChange | ProposedNetworkFunctionGroupChange | |
ProposedSegmentChange | ProposedSegmentChange | |
RoutingPolicyLabel | string | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AttachmentId | string | Id of the attachment. |
AttachmentPolicyRuleNumber | integer | The policy rule number associated with the attachment. |
AttachmentType | string | Attachment type. |
CoreNetworkArn | string | The ARN of a core network for the Direct Connect Gateway attachment. |
CreatedAt | string | Creation time of the attachment. |
LastModificationErrors | Array<string> | Errors from the last modification of the attachment. |
NetworkFunctionGroupName | string | The name of the network function group attachment. |
OwnerAccountId | string | Owner account of the attachment. |
ResourceArn | string | The ARN of the Resource. |
SegmentName | string | The name of the segment attachment.. |
State | string | State of the attachment. |
UpdatedAt | string | Last update time of the attachment. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::DirectConnectGatewayAttachment
Resources:
MyResource:
Type: AWS::NetworkManager::DirectConnectGatewayAttachment
Properties:
CoreNetworkId: "my-corenetworkid"
DirectConnectGatewayArn: "arn:aws:service:region:account:resource"
EdgeLocations: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:CreateDirectConnectGatewayAttachmentnetworkmanager:GetDirectConnectGatewayAttachmentnetworkmanager:TagResourceec2:DescribeRegionsiam:CreateServiceLinkedRolenetworkmanager:GetDirectConnectGatewayAttachmentnetworkmanager:UpdateDirectConnectGatewayAttachmentnetworkmanager:GetDirectConnectGatewayAttachmentnetworkmanager:ListTagsForResourcenetworkmanager:TagResourcenetworkmanager:UntagResourceec2:DescribeRegionsnetworkmanager:DeleteAttachmentnetworkmanager:GetDirectConnectGatewayAttachmentnetworkmanager:UntagResourceec2:DescribeRegionsnetworkmanager:ListAttachmentsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAttachmentIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CoreNetworkIdDirectConnectGatewayArnRoutingPolicyLabel