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

DetectStackResourceDriftOutput

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

§Properties

§
StackResourceDrift: StackResourceDrift
[src]

Information about whether the resource's actual configuration has drifted from its expected template configuration, including actual and expected property values and any differences detected.