Class PeeringConnectionOptionsArgs
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.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PeeringConnectionOptionsArgs : ResourceArgs
Constructors
View SourcePeeringConnectionOptionsArgs()
Declaration
public PeeringConnectionOptionsArgs()
Properties
View SourceAccepter
An optional configuration block that allows for [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that accepts the peering connection (a maximum of one).
Declaration
public Input<PeeringConnectionOptionsAccepterArgs> Accepter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PeeringConnectionOptionsAccepterArgs> |
Requester
A optional configuration block that allows for [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that requests the peering connection (a maximum of one).
Declaration
public Input<PeeringConnectionOptionsRequesterArgs> Requester { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PeeringConnectionOptionsRequesterArgs> |
VpcPeeringConnectionId
The ID of the requester VPC peering connection.
Declaration
public Input<string> VpcPeeringConnectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |