AWS::NetworkManager::TransitGatewayRouteTableAttachmentAWS::NetworkManager::TransitGatewayRouteTableAttachment Resource Type definition.
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PeeringId | string | RequiredCreate-only |
TransitGatewayRouteTableArn | string | RequiredCreate-only |
NetworkFunctionGroupName | string | |
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 | The ID of the attachment. |
AttachmentPolicyRuleNumber | integer | The policy rule number associated with the attachment. |
AttachmentType | string | The type of attachment. |
CoreNetworkArn | string | The ARN of a core network for the VPC attachment. |
CoreNetworkId | string | The ID of a core network where you're creating a site-to-site VPN attachment. |
CreatedAt | string | Creation time of the attachment. |
EdgeLocation | string | The Region where the edge is located. |
LastModificationErrors | Array<string> | Errors from the last modification of the attachment. |
OwnerAccountId | string | Owner account of the attachment. |
ResourceArn | string | The ARN of the Resource. |
SegmentName | string | The name of the segment that attachment is in. |
State | string | The 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::TransitGatewayRouteTableAttachment
Resources:
MyResource:
Type: AWS::NetworkManager::TransitGatewayRouteTableAttachment
Properties:
PeeringId: "my-peeringid"
TransitGatewayRouteTableArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:CreateTransitGatewayRouteTableAttachmentnetworkmanager:GetTransitGatewayRouteTableAttachmentnetworkmanager:TagResourceiam:CreateServiceLinkedRoleec2:DescribeRegionsnetworkmanager:GetTransitGatewayRouteTableAttachmentnetworkmanager:GetTransitGatewayRouteTableAttachmentnetworkmanager:ListTagsForResourcenetworkmanager:TagResourcenetworkmanager:UntagResourceec2:DescribeRegionsnetworkmanager:GetTransitGatewayRouteTableAttachmentnetworkmanager:DeleteAttachmentec2: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.
PeeringIdTransitGatewayRouteTableArnRoutingPolicyLabel