AWS::EC2::LocalGatewayRouteTableResource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LocalGatewayId | string | RequiredCreate-only |
Mode | string | Create-only |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LocalGatewayRouteTableArn | string | The ARN of the local gateway route table. |
LocalGatewayRouteTableId | string | The ID of the local gateway route table. |
OutpostArn | string | The ARN of the outpost. |
OwnerId | string | The owner of the local gateway route table. |
State | string | The state of the local gateway route table. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::LocalGatewayRouteTable
Resources:
MyResource:
Type: AWS::EC2::LocalGatewayRouteTable
Properties:
LocalGatewayId: "my-localgatewayid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateLocalGatewayRouteTableec2:DescribeLocalGatewayRouteTablesec2:CreateTagsec2:DescribeLocalGatewayRouteTablesec2:DescribeTagsec2:DescribeLocalGatewayRouteTablesec2:CreateTagsec2:DeleteTagsec2:DescribeTagsec2:DeleteLocalGatewayRouteTableec2:DescribeLocalGatewayRouteTablesec2:DeleteTagsec2:DescribeLocalGatewayRouteTablesEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicLocalGatewayRouteTableIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
LocalGatewayIdMode