DeploymentTargets
[Service-managed permissions] The AWS 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
.
Contents
- Accounts.member.N
-
The names of one or more AWS accounts for which you want to deploy stack set updates.
Type: Array of strings
Pattern:
^[0-9]{12}$
Required: No
- AccountsUrl
-
Returns the value of the
AccountsUrl
property.Type: String
Length Constraints: Minimum length of 1. Maximum length of 5120.
Pattern:
(s3://|http(s?)://).+
Required: No
- OrganizationalUnitIds.member.N
-
The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
Type: Array of strings
Pattern:
^(ou-[a-z0-9]{4,32}-[a-z0-9]{8,32}|r-[a-z0-9]{4,32})$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: