Show / Hide Table of Contents

Class VpcPeeringConnectionAccepterState

Inheritance
System.Object
InputArgs
ResourceArgs
VpcPeeringConnectionAccepterState
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.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcPeeringConnectionAccepterState : ResourceArgs

Constructors

View Source

VpcPeeringConnectionAccepterState()

Declaration
public VpcPeeringConnectionAccepterState()

Properties

View Source

Accepter

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>
View Source

AcceptStatus

The status of the VPC Peering Connection request.

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

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>
View Source

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>
View Source

PeerRegion

The region of the accepter VPC.

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

PeerVpcId

The ID of the requester VPC.

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

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>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

VpcId

The ID of the accepter VPC.

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

VpcPeeringConnectionId

The VPC Peering Connection ID to manage.

Declaration
public Input<string> VpcPeeringConnectionId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.