ResourceCollectionState constructor
const
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.
Implementation
const ResourceCollectionState({
this.cloudformation,
this.region,
this.tags,
this.type,
});