Class VpcPeeringConnectionState
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 VpcPeeringConnectionState : ResourceArgs
Constructors
View SourceVpcPeeringConnectionState()
Declaration
public VpcPeeringConnectionState()
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> |
PeeringConnectionId
Cloud provider identifier for the peering connection if available
Declaration
public Input<string> PeeringConnectionId { 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> |
State
State of the peering connection
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StateInfo
State-specific help or error information
Declaration
public InputMap<object> StateInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VpcId
The VPC the peering connection belongs to
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |