AWS::EC2::TransitGatewayPolicyTableEntryAWS::EC2::TransitGatewayPolicyTableEntry Resource Definition
4 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PolicyRule | TransitGatewayPolicyRule | Required |
PolicyRuleNumber | string | RequiredCreate-only |
TargetRouteTableId | string | Required |
TransitGatewayPolicyTableId | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
State | string | The state of the policy table entry. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::TransitGatewayPolicyTableEntry
Resources:
MyResource:
Type: AWS::EC2::TransitGatewayPolicyTableEntry
Properties:
TransitGatewayPolicyTableId: "my-transitgatewaypolicytableid"
PolicyRuleNumber: "value"
PolicyRule: "value"
TargetRouteTableId: "my-targetroutetableid"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateTransitGatewayPolicyTableEntryec2:GetTransitGatewayPolicyTableEntriesec2:GetTransitGatewayPolicyTableEntriesec2:ModifyTransitGatewayPolicyTableEntryec2:GetTransitGatewayPolicyTableEntriesec2:DeleteTransitGatewayPolicyTableEntryec2:GetTransitGatewayPolicyTableEntriesec2:GetTransitGatewayPolicyTableEntriesEverything 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.
TransitGatewayPolicyTableIdPolicyRuleNumber