Class VpcPeeringConnectionAccepterArgs
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 VpcPeeringConnectionAccepterArgs : ResourceArgs
Constructors
View SourceVpcPeeringConnectionAccepterArgs()
Declaration
public VpcPeeringConnectionAccepterArgs()
Properties
View SourceAccepter
A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.
Declaration
public Input<VpcPeeringConnectionAccepterAccepterArgs> Accepter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VpcPeeringConnectionAccepterAccepterArgs> |
AutoAccept
Whether or not to accept the peering request. Defaults to false.
Declaration
public Input<bool> AutoAccept { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Requester
A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.
Declaration
public Input<VpcPeeringConnectionAccepterRequesterArgs> Requester { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VpcPeeringConnectionAccepterRequesterArgs> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VpcPeeringConnectionId
The VPC Peering Connection ID to manage.
Declaration
public Input<string> VpcPeeringConnectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |