GetResourceCollectionCloudformation constructor

const GetResourceCollectionCloudformation({
  1. required Input<List<String>> stackNames,
})

Creates a new GetResourceCollectionCloudformation. stackNames Array of the names of the AWS CloudFormation stacks.

Implementation

const GetResourceCollectionCloudformation({
  required this.stackNames,
});