

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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::EC2::VPNConcentrator
<a name="aws-resource-ec2-vpnconcentrator"></a>

Describes a VPN concentrator.

## Syntax
<a name="aws-resource-ec2-vpnconcentrator-syntax"></a>

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

### JSON
<a name="aws-resource-ec2-vpnconcentrator-syntax.json"></a>

```
{
  "Type" : "AWS::EC2::VPNConcentrator",
  "Properties" : {
      "[Tags](#cfn-ec2-vpnconcentrator-tags)" : [ Tag, ... ],
      "[TransitGatewayId](#cfn-ec2-vpnconcentrator-transitgatewayid)" : String,
      "[Type](#cfn-ec2-vpnconcentrator-type)" : String
    }
}
```

### YAML
<a name="aws-resource-ec2-vpnconcentrator-syntax.yaml"></a>

```
Type: AWS::EC2::VPNConcentrator
Properties:
  [Tags](#cfn-ec2-vpnconcentrator-tags): 
    - Tag
  [TransitGatewayId](#cfn-ec2-vpnconcentrator-transitgatewayid): String
  [Type](#cfn-ec2-vpnconcentrator-type): String
```

## Properties
<a name="aws-resource-ec2-vpnconcentrator-properties"></a>

`Tags`  <a name="cfn-ec2-vpnconcentrator-tags"></a>
Any tags assigned to the VPN concentrator.  
*Required*: No  
*Type*: Array of [Tag](aws-properties-ec2-vpnconcentrator-tag.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TransitGatewayId`  <a name="cfn-ec2-vpnconcentrator-transitgatewayid"></a>
The ID of the transit gateway associated with the VPN concentrator.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Type`  <a name="cfn-ec2-vpnconcentrator-type"></a>
The type of VPN concentrator.  
*Required*: Yes  
*Type*: String  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

## Return values
<a name="aws-resource-ec2-vpnconcentrator-return-values"></a>

### Ref
<a name="aws-resource-ec2-vpnconcentrator-return-values-ref"></a>

### Fn::GetAtt
<a name="aws-resource-ec2-vpnconcentrator-return-values-fn--getatt"></a>

#### 
<a name="aws-resource-ec2-vpnconcentrator-return-values-fn--getatt-fn--getatt"></a>

`TransitGatewayAttachmentId`  <a name="TransitGatewayAttachmentId-fn::getatt"></a>
The ID of the transit gateway attachment for the VPN concentrator.

`VpnConcentratorId`  <a name="VpnConcentratorId-fn::getatt"></a>
The ID of the VPN concentrator to associate with the VPN connection.

# AWS::EC2::VPNConcentrator Tag
<a name="aws-properties-ec2-vpnconcentrator-tag"></a>

Describes a tag.

## Syntax
<a name="aws-properties-ec2-vpnconcentrator-tag-syntax"></a>

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

### JSON
<a name="aws-properties-ec2-vpnconcentrator-tag-syntax.json"></a>

```
{
  "[Key](#cfn-ec2-vpnconcentrator-tag-key)" : String,
  "[Value](#cfn-ec2-vpnconcentrator-tag-value)" : String
}
```

### YAML
<a name="aws-properties-ec2-vpnconcentrator-tag-syntax.yaml"></a>

```
  [Key](#cfn-ec2-vpnconcentrator-tag-key): String
  [Value](#cfn-ec2-vpnconcentrator-tag-value): String
```

## Properties
<a name="aws-properties-ec2-vpnconcentrator-tag-properties"></a>

`Key`  <a name="cfn-ec2-vpnconcentrator-tag-key"></a>
The key of the tag.  
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with `aws:`.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Value`  <a name="cfn-ec2-vpnconcentrator-tag-value"></a>
The value of the tag.  
Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)