GetResourceCollectionResult constructor
const
GetResourceCollectionResult({
- List<
GetResourceCollectionCloudformation> ? cloudformations, - String? id,
- String? region,
- List<
GetResourceCollectionTag> ? tags, - String? type,
Creates a new GetResourceCollectionResult.
cloudformations A collection of AWS CloudFormation stacks. See cloudformation below for additional details.
id Type of AWS resource collection to create (same value as type).
region Optional.
tags AWS tags used to filter the resources in the resource collection. See tags below for additional details.
type Optional.
Implementation
const GetResourceCollectionResult({
this.cloudformations,
this.id,
this.region,
this.tags,
this.type,
});