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