StackSetStackInstances

data class StackSetStackInstances(val deploymentTargets: StackSetDeploymentTargets, val parameterOverrides: List<StackSetParameter>? = null, val regions: List<String>)

Stack instances in some specific accounts and Regions.

Constructors

Link copied to clipboard
constructor(deploymentTargets: StackSetDeploymentTargets, parameterOverrides: List<StackSetParameter>? = null, regions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

A list of stack set parameters whose values you want to override in the selected stack instances.

Link copied to clipboard

The names of one or more Regions where you want to create stack instances using the specified AWS account(s).