Class ClientVpnEndpointReference
A reference to a ClientVpnEndpoint resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated