Show / Hide Table of Contents

Class ClientVpnEndpointReference

A reference to a ClientVpnEndpoint resource.

Inheritance
object
ClientVpnEndpointReference
Implements
IClientVpnEndpointReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ClientVpnEndpointReference : IClientVpnEndpointReference
Syntax (vb)
Public Class ClientVpnEndpointReference Implements IClientVpnEndpointReference
Remarks

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 clientVpnEndpointReference = new ClientVpnEndpointReference {
                ClientVpnEndpointId = "clientVpnEndpointId"
            };

Synopsis

Constructors

ClientVpnEndpointReference()

A reference to a ClientVpnEndpoint resource.

Properties

ClientVpnEndpointId

The Id of the ClientVpnEndpoint resource.

Constructors

ClientVpnEndpointReference()

A reference to a ClientVpnEndpoint resource.

public ClientVpnEndpointReference()
Remarks

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 clientVpnEndpointReference = new ClientVpnEndpointReference {
                ClientVpnEndpointId = "clientVpnEndpointId"
            };

Properties

ClientVpnEndpointId

The Id of the ClientVpnEndpoint resource.

public string ClientVpnEndpointId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IClientVpnEndpointReference
Back to top Generated by DocFX