Class VpcPeeringConnectionArgs
Inherited Members
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 SourceVpcPeeringConnectionArgs()
Declaration
public VpcPeeringConnectionArgs()
Properties
View SourcePeerCloudAccount
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> |
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> |
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> |
VpcId
The VPC the peering connection belongs to
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |