This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EC2::VPNConcentrator
Describes a VPN concentrator.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::VPNConcentrator", "Properties" : { "Tags" :[ Tag, ... ], "TransitGatewayId" :String, "Type" :String} }
YAML
Type: AWS::EC2::VPNConcentrator Properties: Tags:- TagTransitGatewayId:StringType:String
Properties
-
Any tags assigned to the VPN concentrator.
Required: No
Type: Array of Tag
Update requires: No interruption
TransitGatewayId-
The ID of the transit gateway associated with the VPN concentrator.
Required: Yes
Type: String
Update requires: Replacement
Type-
The type of VPN concentrator.
Required: Yes
Type: String
Allowed values:
ipsec.1Update requires: Replacement
Return values
Ref
Fn::GetAtt
TransitGatewayAttachmentId-
The ID of the transit gateway attachment for the VPN concentrator.
VpnConcentratorId-
The ID of the VPN concentrator to associate with the VPN connection.