Show / Hide Table of Contents

Class VpcPeeringArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VpcPeeringArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class VpcPeeringArgs : ResourceArgs

Constructors

View Source

VpcPeeringArgs()

Declaration
public VpcPeeringArgs()

Properties

View Source

InstanceId

Instance identifier

Declaration
public Input<int> InstanceId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PeeringId

VPC peering identifier

Declaration
public Input<string> PeeringId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.