AWS::EC2::VPNConcentrator - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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: - Tag TransitGatewayId: String Type: String

Properties

Tags

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

Update 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.