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

CloudFormationCollectionFilter

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

Information about Amazon Web Services CloudFormation stacks. You can use up to 500 stacks to specify which Amazon Web Services resources in your account to analyze. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.

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

§Properties

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

An array of CloudFormation stack names.