VpcPeeringConnectionAccepterState class

Input properties used for looking up and filtering VpcPeeringConnectionAccepter resources.

Constructors

VpcPeeringConnectionAccepterState({Input<String?>? acceptStatus, Input<VpcPeeringConnectionAccepterAccepter?>? accepter, Input<bool?>? autoAccept, Input<String?>? peerOwnerId, Input<String?>? peerRegion, Input<String?>? peerVpcId, Input<String?>? region, Input<VpcPeeringConnectionAccepterRequester?>? requester, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<String?>? vpcId, Input<String?>? vpcPeeringConnectionId})
Creates a new VpcPeeringConnectionAccepterState. acceptStatus The status of the VPC Peering Connection request. accepter A configuration block that describes VPC Peering Connection autoAccept Whether or not to accept the peering request. Defaults to false. peerOwnerId The AWS account ID of the owner of the requester VPC. peerRegion The region of the accepter VPC. peerVpcId The ID of the requester VPC. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. requester A configuration block that describes VPC Peering Connection tags A map of tags to assign to the resource. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. vpcId The ID of the accepter VPC. vpcPeeringConnectionId The VPC Peering Connection ID to manage.
const
VpcPeeringConnectionAccepterState.fromMap(Map<String, dynamic> map)
factory

Properties

accepter → Input<VpcPeeringConnectionAccepterAccepter?>?
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.
final
acceptStatus → Input<String?>?
The status of the VPC Peering Connection request.
final
autoAccept → Input<bool?>?
Whether or not to accept the peering request. Defaults to false.
final
hashCode int
The hash code for this object.
no setterinherited
peerOwnerId → Input<String?>?
The AWS account ID of the owner of the requester VPC.
final
peerRegion → Input<String?>?
The region of the accepter VPC.
final
peerVpcId → Input<String?>?
The ID of the requester VPC.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
requester → Input<VpcPeeringConnectionAccepterRequester?>?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
A map of tags to assign to the resource. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
vpcId → Input<String?>?
The ID of the accepter VPC.
final
vpcPeeringConnectionId → Input<String?>?
The VPC Peering Connection ID to manage.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited