StackSetInstanceDeploymentTargetsArgs

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

Constructors

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

Properties

Link copied to clipboard
val accountFilterType: Output<String>? = null

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: Output<List<String>>? = null

List of accounts to deploy stack set updates.

Link copied to clipboard
val accountsUrl: Output<String>? = null

S3 URL of the file containing the list of accounts.

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

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

Functions

Link copied to clipboard
open override fun toJava(): StackSetInstanceDeploymentTargetsArgs