ResourceCollectionState class
Input properties used for looking up and filtering ResourceCollection resources.
Constructors
-
ResourceCollectionState({Input<
ResourceCollectionCloudformation?> ? cloudformation, Input<String?> ? region, Input<ResourceCollectionTags?> ? tags, Input<String?> ? type}) -
Creates a new ResourceCollectionState.
cloudformationA collection of AWS CloudFormation stacks. Seecloudformationbelow for additional details.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsAWS tags used to filter the resources in the resource collection. Seetagsbelow for additional details.typeType of AWS resource collection to create. Valid values areAWS_CLOUD_FORMATION,AWS_SERVICE, andAWS_TAGS.const -
ResourceCollectionState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
cloudformation
→ Input<
ResourceCollectionCloudformation?> ? -
A collection of AWS CloudFormation stacks. See
cloudformationbelow for additional details.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
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
AWS tags used to filter the resources in the resource collection. See
tagsbelow for additional details.final -
type
→ Input<
String?> ? -
Type of AWS resource collection to create. Valid values are
AWS_CLOUD_FORMATION,AWS_SERVICE, andAWS_TAGS.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