Show / Hide Table of Contents

Class VpcPeeringConnectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VpcPeeringConnectionArgs
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.Aiven
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class VpcPeeringConnectionArgs : ResourceArgs

Constructors

View Source

VpcPeeringConnectionArgs()

Declaration
public VpcPeeringConnectionArgs()

Properties

View Source

PeerCloudAccount

AWS account ID or GCP project ID of the peered VPC

Declaration
public Input<string> PeerCloudAccount { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PeerRegion

AWS region of the peered VPC (if not in the same region as Aiven VPC)

Declaration
public Input<string> PeerRegion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PeerVpc

AWS VPC ID or GCP VPC network name of the peered VPC

Declaration
public Input<string> PeerVpc { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VpcId

The VPC the peering connection belongs to

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