Interface IVpnGateway
The virtual private gateway interface.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public interface IVpnGateway : IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Interface IVpnGateway
Inherits IResource, IConstruct, IConstruct, IDependable
Synopsis
Properties
GatewayId | The virtual private gateway Id. |
Properties
GatewayId
The virtual private gateway Id.
string GatewayId { get; }
Property Value
System.String