Class VPNConnectionReference
A reference to a VPNConnection resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VPNConnectionReference : IVPNConnectionReference
Syntax (vb)
Public Class VPNConnectionReference Implements IVPNConnectionReference
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 vPNConnectionReference = new VPNConnectionReference {
VpnConnectionId = "vpnConnectionId"
};
Synopsis
Constructors
| VPNConnectionReference() | A reference to a VPNConnection resource. |
Properties
| VpnConnectionId | The VpnConnectionId of the VPNConnection resource. |
Constructors
VPNConnectionReference()
A reference to a VPNConnection resource.
public VPNConnectionReference()
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 vPNConnectionReference = new VPNConnectionReference {
VpnConnectionId = "vpnConnectionId"
};
Properties
VpnConnectionId
The VpnConnectionId of the VPNConnection resource.
public string VpnConnectionId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated