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

CloudFormationCollection

import type { CloudFormationCollection } 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 CloudFormationCollection {
StackNames?: string[] | null;
}

§Properties

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

An array of CloudFormation stack names.