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

DescribeStackDriftDetectionStatusInput

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

§Properties

§
StackDriftDetectionId: string
[src]

The ID of the drift detection results of this operation.

CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.