Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateCloudFormationCollectionFilter

import type { UpdateCloudFormationCollectionFilter } from "https://aws-api.deno.dev/v0.3/services/devopsguru.ts?docs=full";

Contains the names of Amazon Web Services CloudFormation stacks used to update a collection of stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks.

interface UpdateCloudFormationCollectionFilter {
StackNames?: string[] | null;
}

§Properties

§
StackNames?: string[] | null
[src]

An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up to 500 Amazon Web Services CloudFormation stacks.