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

GetStackPolicyInput

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

The input for the "GetStackPolicy" action.

interface GetStackPolicyInput {
StackName: string;
}

§Properties

§
StackName: string
[src]

The name or unique stack ID that's associated with the stack whose policy you want to get.