AWS::EC2::TransitGatewayRouteTableResource Type definition for AWS::EC2::TransitGatewayRouteTable
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TransitGatewayId | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
TransitGatewayRouteTableId | string | Transit Gateway Route Table primary identifier |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::TransitGatewayRouteTable
Resources:
MyResource:
Type: AWS::EC2::TransitGatewayRouteTable
Properties:
TransitGatewayId: "my-transitgatewayid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:DescribeTransitGatewayRouteTablesec2:CreateTransitGatewayRouteTableec2:CreateTagsec2:DescribeTransitGatewayRouteTablesec2:DescribeTransitGatewayRouteTablesec2:CreateTagsec2:DeleteTagsec2:DescribeTransitGatewayRouteTablesec2:DeleteTransitGatewayRouteTableec2:DescribeTransitGatewayRouteTablesec2:GetTransitGatewayRouteTableAssociationsec2:DisassociateTransitGatewayRouteTableEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicTransitGatewayRouteTableIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TransitGatewayId