Show / Hide Table of Contents

Interface IVpnGateway

The virtual private gateway interface.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IVPNGatewayRef.VpnGatewayRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpnGateway : IResource, IVPNGatewayRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IVpnGateway Inherits IResource, IVPNGatewayRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

GatewayId

The virtual private gateway Id.

Properties

GatewayId

The virtual private gateway Id.

string GatewayId { get; }
Property Value

string

Back to top Generated by DocFX