RegionSettingsState class

Input properties used for looking up and filtering RegionSettings resources.

Constructors

RegionSettingsState({Input<String?>? region, Input<Map<String, bool>?>? resourceTypeManagementPreference, Input<Map<String, bool>?>? resourceTypeOptInPreference})
Creates a new RegionSettingsState. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. resourceTypeManagementPreference A map of service names to their full management preferences for the Region. For more information, see the AWS Documentation on what full management is and which services support full management. resourceTypeOptInPreference A map of service names to their opt-in preferences for the Region. See AWS Documentation on which services support backup.
const
RegionSettingsState.fromMap(Map<String, dynamic> map)
factory

Properties

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
resourceTypeManagementPreference → Input<Map<String, bool>?>?
A map of service names to their full management preferences for the Region. For more information, see the AWS Documentation on what full management is and which services support full management.
final
resourceTypeOptInPreference → Input<Map<String, bool>?>?
A map of service names to their opt-in preferences for the Region. See AWS Documentation on which services support backup.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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