StackSetInstanceDeploymentTargets

data class StackSetInstanceDeploymentTargets(val accountFilterType: String? = null, val accounts: List<String>? = null, val accountsUrl: String? = null, val organizationalUnitIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(accountFilterType: String? = null, accounts: List<String>? = null, accountsUrl: String? = null, organizationalUnitIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Limit deployment targets to individual accounts or include additional accounts with provided OUs. Valid values: INTERSECTION, DIFFERENCE, UNION, NONE.

Link copied to clipboard
val accounts: List<String>? = null

List of accounts to deploy stack set updates.

Link copied to clipboard
val accountsUrl: String? = null

S3 URL of the file containing the list of accounts.

Link copied to clipboard

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