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

DeploymentTargets

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

[Service-managed permissions] The Organizations accounts to which StackSets deploys. StackSets does not deploy stack instances to the organization management account, even if the organization management account is in your organization or in an OU in your organization.

For update operations, you can specify either Accounts or OrganizationalUnitIds. For create and delete operations, specify OrganizationalUnitIds.

interface DeploymentTargets {
Accounts?: string[] | null;
AccountsUrl?: string | null;
OrganizationalUnitIds?: string[] | null;
}

§Properties

§
Accounts?: string[] | null
[src]

The names of one or more Amazon Web Services accounts for which you want to deploy stack set updates.

§
AccountsUrl?: string | null
[src]

Returns the value of the AccountsUrl property.

§
OrganizationalUnitIds?: string[] | null
[src]

The organization root ID or organizational unit (OU) IDs to which StackSets deploys.