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

AutoDeployment

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

[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).

interface AutoDeployment {
Enabled?: boolean | null;
RetainStacksOnAccountRemoval?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

If set to true, StackSets automatically deploys additional stack instances to Organizations accounts that are added to a target organization or organizational unit (OU) in the specified Regions. If an account is removed from a target organization or OU, StackSets deletes stack instances from the account in the specified Regions.

§
RetainStacksOnAccountRemoval?: boolean | null
[src]

If set to true, stack resources are retained when an account is removed from a target organization or OU. If set to false, stack resources are deleted. Specify only if Enabled is set to True.