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

GetStackPolicyOutput

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

The output for the "GetStackPolicy" action.

interface GetStackPolicyOutput {
StackPolicyBody?: string | null;
}

§Properties

§
StackPolicyBody?: string | null
[src]

Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the CloudFormation User Guide.)