AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkManager::TransitGatewayRouteTableAttachment

NetworkManager TransitGatewayRouteTableAttachment

AWS::NetworkManager::TransitGatewayRouteTableAttachment Resource Type definition.

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
PeeringId
string
RequiredCreate-only
TransitGatewayRouteTableArn
string
RequiredCreate-only
NetworkFunctionGroupName
string
ProposedNetworkFunctionGroupChange
ProposedNetworkFunctionGroupChange
ProposedSegmentChange
ProposedSegmentChange
RoutingPolicyLabel
string
Create-onlyWrite-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AttachmentIdstringThe ID of the attachment.
AttachmentPolicyRuleNumberintegerThe policy rule number associated with the attachment.
AttachmentTypestringThe type of attachment.
CoreNetworkArnstringThe ARN of a core network for the VPC attachment.
CoreNetworkIdstringThe ID of a core network where you're creating a site-to-site VPN attachment.
CreatedAtstringCreation time of the attachment.
EdgeLocationstringThe Region where the edge is located.
LastModificationErrorsArray<string>Errors from the last modification of the attachment.
OwnerAccountIdstringOwner account of the attachment.
ResourceArnstringThe ARN of the Resource.
SegmentNamestringThe name of the segment that attachment is in.
StatestringThe state of the attachment.
UpdatedAtstringLast update time of the attachment.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

networkmanager:CreateTransitGatewayRouteTableAttachmentnetworkmanager:GetTransitGatewayRouteTableAttachmentnetworkmanager:TagResourceiam:CreateServiceLinkedRoleec2:DescribeRegions

read

networkmanager:GetTransitGatewayRouteTableAttachment

update

networkmanager:GetTransitGatewayRouteTableAttachmentnetworkmanager:ListTagsForResourcenetworkmanager:TagResourcenetworkmanager:UntagResourceec2:DescribeRegions

delete

networkmanager:GetTransitGatewayRouteTableAttachmentnetworkmanager:DeleteAttachmentec2:DescribeRegions

list

networkmanager:ListAttachments

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNetworkManager
Properties20
Required2
TaggingSupported
Primary IDAttachmentId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PeeringIdTransitGatewayRouteTableArnRoutingPolicyLabel

External Links