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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Limit deployment targets to individual accounts or include additional accounts with provided OUs.

Link copied to clipboard

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

Link copied to clipboard

Returns the value of the AccountsUrl property.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: DeploymentTargets.Builder.() -> Unit = {}): DeploymentTargets
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String