AWS::EC2::TransitGatewayPolicyTableAWS::EC2::TransitGatewayPolicyTable Resource Definition
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 |
|---|---|---|
CreationTime | string | Creation time of the transit gateway policy table |
State | string | State of the transit gateway policy table |
TransitGatewayPolicyTableId | string | The Id of transit gateway policy table. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::TransitGatewayPolicyTable
Resources:
MyResource:
Type: AWS::EC2::TransitGatewayPolicyTable
Properties:
TransitGatewayId: "my-transitgatewayid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:DescribeTransitGatewayPolicyTablesec2:CreateTransitGatewayPolicyTableec2:CreateTagsec2:DescribeTransitGatewayPolicyTablesec2:DescribeTransitGatewayPolicyTablesec2:DeleteTagsec2:CreateTagsec2:DescribeTransitGatewayPolicyTablesec2:DeleteTransitGatewayPolicyTableec2:DeleteTagsec2:DescribeTransitGatewayPolicyTablesEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicTransitGatewayPolicyTableIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TransitGatewayId