Class VpcPeeringConnectionAccepterState
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 VpcPeeringConnectionAccepterState : ResourceArgs
Constructors
View SourceVpcPeeringConnectionAccepterState()
Declaration
public VpcPeeringConnectionAccepterState()
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<VpcPeeringConnectionAccepterAccepterGetArgs> Accepter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VpcPeeringConnectionAccepterAccepterGetArgs> |
AcceptStatus
The status of the VPC Peering Connection request.
Declaration
public Input<string> AcceptStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
PeerOwnerId
The AWS account ID of the owner of the requester VPC.
Declaration
public Input<string> PeerOwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PeerRegion
The region of the accepter VPC.
Declaration
public Input<string> PeerRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PeerVpcId
The ID of the requester VPC.
Declaration
public Input<string> PeerVpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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<VpcPeeringConnectionAccepterRequesterGetArgs> Requester { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VpcPeeringConnectionAccepterRequesterGetArgs> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VpcId
The ID of the accepter VPC.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcPeeringConnectionId
The VPC Peering Connection ID to manage.
Declaration
public Input<string> VpcPeeringConnectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |