Show / Hide Table of Contents

Class VPCPeeringConnectionReference

A reference to a VPCPeeringConnection resource.

Inheritance
object
VPCPeeringConnectionReference
Implements
IVPCPeeringConnectionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IVPCPeeringConnectionReference
Back to top Generated by DocFX