AWS::EC2::VPNConcentratorDescribes a VPN concentrator.
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TransitGatewayId | string | RequiredCreate-only |
Type | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
TransitGatewayAttachmentId | string | - |
VpnConcentratorId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::VPNConcentrator
Resources:
MyResource:
Type: AWS::EC2::VPNConcentrator
Properties:
TransitGatewayId: "my-transitgatewayid"
Type: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:CreateVpnConcentratorec2:DescribeVpnConcentratorsec2:CreateTagsec2:DeleteVpnConcentratorec2:DescribeVpnConcentratorsec2:DescribeVpnConcentratorsec2:CreateTagsec2:DeleteTagsec2:DescribeVpnConcentratorsec2:DescribeVpnConcentratorsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicVpnConcentratorIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TransitGatewayIdType