Show / Hide Table of Contents

Class CfnClientVpnTargetNetworkAssociationProps

Properties for defining a CfnClientVpnTargetNetworkAssociation.

Inheritance
System.Object
CfnClientVpnTargetNetworkAssociationProps
Implements
ICfnClientVpnTargetNetworkAssociationProps
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class CfnClientVpnTargetNetworkAssociationProps : Object, ICfnClientVpnTargetNetworkAssociationProps
Syntax (vb)
Public Class CfnClientVpnTargetNetworkAssociationProps
    Inherits Object
    Implements 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;

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

Synopsis

Constructors

CfnClientVpnTargetNetworkAssociationProps()

Properties

ClientVpnEndpointId

The ID of the Client VPN endpoint.

SubnetId

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

Constructors

CfnClientVpnTargetNetworkAssociationProps()

public CfnClientVpnTargetNetworkAssociationProps()

Properties

ClientVpnEndpointId

The ID of the Client VPN endpoint.

public string ClientVpnEndpointId { get; set; }
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.

public string SubnetId { get; set; }
Property Value

System.String

Remarks

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

Implements

ICfnClientVpnTargetNetworkAssociationProps
Back to top Generated by DocFX