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

CloudFormationCostEstimationResourceCollectionFilter

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

Information about an Amazon Web Services CloudFormation stack used to create a monthly cost estimate for DevOps Guru to analyze Amazon Web Services resources. The maximum number of stacks you can specify for a cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services resources defined by the stack. For more information, see Stacks in the Amazon Web Services CloudFormation User Guide.

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

§Properties

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

An array of CloudFormation stack names. Its size is fixed at 1 item.