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< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? vpcId, Input<String?> ? vpcPeeringConnectionId}) -
Creates a new VpcPeeringConnectionAccepterState.
acceptStatusThe status of the VPC Peering Connection request.accepterA configuration block that describesVPC Peering ConnectionautoAcceptWhether or not to accept the peering request. Defaults tofalse.peerOwnerIdThe AWS account ID of the owner of the requester VPC.peerRegionThe region of the accepter VPC.peerVpcIdThe ID of the requester VPC.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.requesterA configuration block that describesVPC Peering ConnectiontagsA map of tags to assign to the resource. .If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.vpcIdThe ID of the accepter VPC.vpcPeeringConnectionIdThe 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
-
A map of tags to assign to the resource. .If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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