Show / Hide Table of Contents

Interface IClientVpnEndpoint

A client VPN endpoint.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
IConnectable.Connections
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface IClientVpnEndpoint : IResource, IConstruct, IDependable, IConnectable
Syntax (vb)
Public Interface IClientVpnEndpoint
    Inherits IResource, IConstruct, IConstruct, IDependable, IConnectable

Synopsis

Properties

EndpointId

The endpoint ID.

TargetNetworksAssociated

Dependable that can be depended upon to force target networks associations.

Properties

EndpointId

The endpoint ID.

string EndpointId { get; }
Property Value

System.String

TargetNetworksAssociated

Dependable that can be depended upon to force target networks associations.

IDependable TargetNetworksAssociated { get; }
Property Value

IDependable

Back to top Generated by DocFX