PeeringConnectionOptionsState class
Input properties used for looking up and filtering PeeringConnectionOptions resources.
Constructors
-
PeeringConnectionOptionsState({Input<
PeeringConnectionOptionsAccepter?> ? accepter, Input<String?> ? region, Input<PeeringConnectionOptionsRequester?> ? requester, Input<String?> ? vpcPeeringConnectionId}) -
Creates a new PeeringConnectionOptionsState.
accepterAn optional configuration block that allows for VPC Peering Connection options to be set for the VPC that accepts the peering connection (a maximum of one).regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.requesterA optional configuration block that allows for VPC Peering Connection options to be set for the VPC that requests the peering connection (a maximum of one).vpcPeeringConnectionIdThe ID of the requester VPC peering connection.const -
PeeringConnectionOptionsState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
accepter
→ Input<
PeeringConnectionOptionsAccepter?> ? -
An optional configuration block that allows for VPC Peering Connection options to be set for the VPC that accepts the peering connection (a maximum of one).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
-
requester
→ Input<
PeeringConnectionOptionsRequester?> ? -
A optional configuration block that allows for VPC Peering Connection options to be set for the VPC that requests the peering connection (a maximum of one).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
vpcPeeringConnectionId
→ Input<
String?> ? -
The ID of the requester VPC peering connection.
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