Interface IVPNGatewayReference
A reference to a VPNGateway resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVPNGatewayReference
Syntax (vb)
Public Interface IVPNGatewayReference
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 vPNGatewayReference = new VPNGatewayReference {
VpnGatewayId = "vpnGatewayId"
};
Synopsis
Properties
| VpnGatewayId | The VPNGatewayId of the VPNGateway resource. |
Properties
VpnGatewayId
The VPNGatewayId of the VPNGateway resource.
string VpnGatewayId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated