StackSetDeploymentTargets

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

The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The filter type you want to apply on organizational units and accounts.

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

AWS accounts that you want to create stack instances in the specified Region(s) for.

Link copied to clipboard
val accountsUrl: String? = null

Returns the value of the AccountsUrl property.

Link copied to clipboard

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