Show / Hide Table of Contents

Interface IClientVpnRouteReference

A reference to a ClientVpnRoute resource.

Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IClientVpnRouteReference
Syntax (vb)
Public Interface IClientVpnRouteReference
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.Interfaces.EC2;

            var clientVpnRouteReference = new ClientVpnRouteReference {
                ClientVpnRouteId = "clientVpnRouteId"
            };

Synopsis

Properties

ClientVpnRouteId

The Id of the ClientVpnRoute resource.

Properties

ClientVpnRouteId

The Id of the ClientVpnRoute resource.

string ClientVpnRouteId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX