AWS::EC2::LocalGatewayVirtualInterfaceGroupResource Type definition for LocalGatewayVirtualInterfaceGroup which describes a group of LocalGateway VirtualInterfaces
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LocalGatewayId | string | RequiredCreate-only |
LocalBgpAsn | integer | Create-only |
LocalBgpAsnExtended | integer | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ConfigurationState | string | The current state of the local gateway virtual interface group |
LocalGatewayVirtualInterfaceGroupArn | string | The Amazon Resource Number (ARN) of the local gateway virtual interface group |
LocalGatewayVirtualInterfaceGroupId | string | The ID of the virtual interface group |
LocalGatewayVirtualInterfaceIds | Array<string> | The IDs of the virtual interfaces |
OwnerId | string | The ID of the Amazon Web Services account that owns the local gateway virtual interface group |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::LocalGatewayVirtualInterfaceGroup
Resources:
MyResource:
Type: AWS::EC2::LocalGatewayVirtualInterfaceGroup
Properties:
LocalGatewayId: "my-localgatewayid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateLocalGatewayVirtualInterfaceGroupec2:DescribeLocalGatewayVirtualInterfaceGroupsec2:CreateTagsec2:DescribeLocalGatewayVirtualInterfaceGroupsec2:DescribeTagsec2:DescribeLocalGatewayVirtualInterfaceGroupsec2:CreateTagsec2:DeleteTagsec2:DescribeTagsec2:DeleteLocalGatewayVirtualInterfaceGroupec2:DescribeLocalGatewayVirtualInterfaceGroupsec2:DeleteTagsec2:DescribeLocalGatewayVirtualInterfaceGroupsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicLocalGatewayVirtualInterfaceGroupIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
LocalGatewayIdLocalBgpAsnLocalBgpAsnExtended