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

DetectStackDriftInput

import type { DetectStackDriftInput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DetectStackDriftInput {
LogicalResourceIds?: string[] | null;
StackName: string;
}

§Properties

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

The logical names of any resources you want to use as filters.

§
StackName: string
[src]

The name of the stack for which you want to detect drift.