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. cloudformation A collection of AWS CloudFormation stacks. See cloudformation below for additional details. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags AWS tags used to filter the resources in the resource collection. See tags below for additional details. type Type of AWS resource collection to create. Valid values are AWS_CLOUD_FORMATION, AWS_SERVICE, and AWS_TAGS.
const
ResourceCollectionState.fromMap(Map<String, dynamic> map)
factory

Properties

cloudformation → Input<ResourceCollectionCloudformation?>?
A collection of AWS CloudFormation stacks. See cloudformation below 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
tags → Input<ResourceCollectionTags?>?
AWS tags used to filter the resources in the resource collection. See tags below for additional details.
final
type → Input<String?>?
Type of AWS resource collection to create. Valid values are AWS_CLOUD_FORMATION, AWS_SERVICE, and AWS_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