Show / Hide Table of Contents

Interface IClientVpnEndpoint

A client VPN endpoint.

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

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

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