Interface IClientVpnEndpoint
A client VPN endpoint.
Inherited Members
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