AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociationResource Type definition for Local Gateway Route Table Virtual Interface Group Association which describes a local gateway route table virtual interface group association for a local gateway.
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LocalGatewayRouteTableId | string | RequiredCreate-only |
LocalGatewayVirtualInterfaceGroupId | string | RequiredCreate-only |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LocalGatewayId | string | The ID of the local gateway. |
LocalGatewayRouteTableArn | string | The ARN of the local gateway route table. |
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId | string | The ID of the local gateway route table virtual interface group association. |
OwnerId | string | The owner of the local gateway route table virtual interface group association. |
State | string | The state of the local gateway route table virtual interface group association. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
Resources:
MyResource:
Type: AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation
Properties:
LocalGatewayRouteTableId: "my-localgatewayroutetableid"
LocalGatewayVirtualInterfaceGroupId: "my-localgatewayvirtualinterfacegroupid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsec2:CreateTagsec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsec2:DescribeTagsec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsec2:CreateTagsec2:DeleteTagsec2:DescribeTagsec2:DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsec2:DeleteTagsec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicLocalGatewayRouteTableVirtualInterfaceGroupAssociationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
LocalGatewayRouteTableIdLocalGatewayVirtualInterfaceGroupId