You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::DeploymentTargets

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeploymentTargets as input to an Aws::Client method, you can use a vanilla Hash:

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

[Service-managed permissions] The AWS Organizations accounts to which StackSets deploys. StackSets does not deploy stack instances to the organization master account, even if the master 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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<String>

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

Returns:

  • (Array<String>)

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

#organizational_unit_idsArray<String>

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

Returns:

  • (Array<String>)

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