Show / Hide Table of Contents

Class VpcPeeringConnectionState

Inheritance
System.Object
InputArgs
ResourceArgs
VpcPeeringConnectionState
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 VpcPeeringConnectionState : ResourceArgs

Constructors

View Source

VpcPeeringConnectionState()

Declaration
public VpcPeeringConnectionState()

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

PeeringConnectionId

Cloud provider identifier for the peering connection if available

Declaration
public Input<string> PeeringConnectionId { 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

State

State of the peering connection

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

StateInfo

State-specific help or error information

Declaration
public InputMap<object> StateInfo { get; set; }
Property Value
Type Description
InputMap<System.Object>
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.