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

UpdateTerminationProtectionInput

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

§Properties

§
EnableTerminationProtection: boolean
[src]

Whether to enable termination protection on the specified stack.

§
StackName: string
[src]

The name or unique ID of the stack for which you want to set termination protection.