Show / Hide Table of Contents

Interface ICfnClientVpnTargetNetworkAssociationProps

Properties for defining a CfnClientVpnTargetNetworkAssociation.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface ICfnClientVpnTargetNetworkAssociationProps
Syntax (vb)
Public Interface ICfnClientVpnTargetNetworkAssociationProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html

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.AWS.EC2;

CfnClientVpnTargetNetworkAssociationProps cfnClientVpnTargetNetworkAssociationProps = new CfnClientVpnTargetNetworkAssociationProps {
    ClientVpnEndpointId = "clientVpnEndpointId",
    SubnetId = "subnetId"
};

Synopsis

Properties

ClientVpnEndpointId

The ID of the Client VPN endpoint.

SubnetId

The ID of the subnet to associate with the Client VPN endpoint.

Properties

ClientVpnEndpointId

The ID of the Client VPN endpoint.

string ClientVpnEndpointId { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-clientvpnendpointid

SubnetId

The ID of the subnet to associate with the Client VPN endpoint.

string SubnetId { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpntargetnetworkassociation.html#cfn-ec2-clientvpntargetnetworkassociation-subnetid

Back to top Generated by DocFX