AWS::EC2::LocalGatewayVirtualInterfaceGroup - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EC2::LocalGatewayVirtualInterfaceGroup

Describes a local gateway virtual interface group.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::EC2::LocalGatewayVirtualInterfaceGroup", "Properties" : { "LocalBgpAsn" : Integer, "LocalBgpAsnExtended" : Integer, "LocalGatewayId" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::EC2::LocalGatewayVirtualInterfaceGroup Properties: LocalBgpAsn: Integer LocalBgpAsnExtended: Integer LocalGatewayId: String Tags: - Tag

Properties

LocalBgpAsn

The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).

Required: No

Type: Integer

Update requires: Replacement

LocalBgpAsnExtended

The extended 32-bit ASN for the local BGP configuration.

Required: No

Type: Integer

Update requires: Replacement

LocalGatewayId

The ID of the local gateway.

Required: Yes

Type: String

Update requires: Replacement

Tags

The tags assigned to the virtual interface group.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ID of the local gateway virtual interface group. For example:

{ "Ref": "lgw-vif-grp-07145b276bEXAMPLE" }

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

ConfigurationState

The current state of the local gateway virtual interface group.

LocalGatewayVirtualInterfaceGroupArn

The Amazon Resource Number (ARN) of the local gateway virtual interface group.

LocalGatewayVirtualInterfaceGroupId

The ID of the virtual interface group.

LocalGatewayVirtualInterfaceIds

The IDs of the virtual interfaces.

OwnerId

The ID of the AWS account that owns the local gateway virtual interface group.