Show / Hide Table of Contents

Class CfnClientVpnTargetNetworkAssociationMixinProps

Properties for CfnClientVpnTargetNetworkAssociationPropsMixin.

Inheritance
object
CfnClientVpnTargetNetworkAssociationMixinProps
Implements
ICfnClientVpnTargetNetworkAssociationMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: 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.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

See: 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.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

string

Remarks

See: 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

string

Remarks

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

Implements

ICfnClientVpnTargetNetworkAssociationMixinProps
Back to top Generated by DocFX