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

DetectStackResourceDriftInput

import type { DetectStackResourceDriftInput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface DetectStackResourceDriftInput {
LogicalResourceId: string;
StackName: string;
}

§Properties

§
LogicalResourceId: string
[src]

The logical name of the resource for which to return drift information.

§
StackName: string
[src]

The name of the stack to which the resource belongs.