interface VPNConcentratorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.EC2.VPNConcentratorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsec2#VPNConcentratorReference |
Java | software.amazon.awscdk.interfaces.ec2.VPNConcentratorReference |
Python | aws_cdk.interfaces.aws_ec2.VPNConcentratorReference |
TypeScript | aws-cdk-lib » interfaces » aws_ec2 » VPNConcentratorReference |
A reference to a VPNConcentrator resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as interfaces_ec2 } from 'aws-cdk-lib/interfaces';
const vPNConcentratorReference: interfaces_ec2.VPNConcentratorReference = {
vpnConcentratorId: 'vpnConcentratorId',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpn | string | The VpnConcentratorId of the VPNConcentrator resource. |
vpnConcentratorId
Type:
string
The VpnConcentratorId of the VPNConcentrator resource.

.NET
Go
Java
Python
TypeScript