Class CfnClientVpnTargetNetworkAssociationMixinProps
Properties for CfnClientVpnTargetNetworkAssociationPropsMixin.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnClientVpnTargetNetworkAssociationMixinProps : ICfnClientVpnTargetNetworkAssociationMixinProps
Syntax (vb)
Public Class CfnClientVpnTargetNetworkAssociationMixinProps Implements ICfnClientVpnTargetNetworkAssociationMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
var cfnClientVpnTargetNetworkAssociationMixinProps = new CfnClientVpnTargetNetworkAssociationMixinProps {
ClientVpnEndpointId = "clientVpnEndpointId",
SubnetId = "subnetId"
};
Synopsis
Constructors
| CfnClientVpnTargetNetworkAssociationMixinProps() | Properties for CfnClientVpnTargetNetworkAssociationPropsMixin. |
Properties
| ClientVpnEndpointId | The ID of the Client VPN endpoint. |
| SubnetId | The ID of the subnet to associate with the Client VPN endpoint. |
Constructors
CfnClientVpnTargetNetworkAssociationMixinProps()
Properties for CfnClientVpnTargetNetworkAssociationPropsMixin.
public CfnClientVpnTargetNetworkAssociationMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
var cfnClientVpnTargetNetworkAssociationMixinProps = new CfnClientVpnTargetNetworkAssociationMixinProps {
ClientVpnEndpointId = "clientVpnEndpointId",
SubnetId = "subnetId"
};
Properties
ClientVpnEndpointId
The ID of the Client VPN endpoint.
public string? ClientVpnEndpointId { get; set; }
Property Value
Remarks
SubnetId
The ID of the subnet to associate with the Client VPN endpoint.
public string? SubnetId { get; set; }