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

AwsCloudFormationStackDriftInformationDetails

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

Provides information about the stack's conformity to its expected template configuration.

interface AwsCloudFormationStackDriftInformationDetails {
StackDriftStatus?: string | null;
}

§Properties

§
StackDriftStatus?: string | null
[src]

Status of the stack's actual configuration compared to its expected template configuration.