class Aws::CloudFormation::Types::DeploymentTargets

[Service-managed permissions] The Organizations accounts to which StackSets deploys. StackSets doesn’t 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`.

@note When making an API call, you may pass DeploymentTargets

data as a hash:

    {
      accounts: ["Account"],
      accounts_url: "AccountsUrl",
      organizational_unit_ids: ["OrganizationalUnitId"],
    }

@!attribute [rw] accounts

The names of one or more Amazon Web Services accounts for which you
want to deploy stack set updates.
@return [Array<String>]

@!attribute [rw] accounts_url

Returns the value of the `AccountsUrl` property.
@return [String]

@!attribute [rw] organizational_unit_ids

The organization root ID or organizational unit (OU) IDs to which
StackSets deploys.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/DeploymentTargets AWS API Documentation

Constants

SENSITIVE