StackSetStackInstancesArgs

data class StackSetStackInstancesArgs(val deploymentTargets: Output<StackSetDeploymentTargetsArgs>, val parameterOverrides: Output<List<StackSetParameterArgs>>? = null, val regions: Output<List<String>>) : ConvertibleToJava<StackSetStackInstancesArgs>

Stack instances in some specific accounts and Regions.

Constructors

Link copied to clipboard
constructor(deploymentTargets: Output<StackSetDeploymentTargetsArgs>, parameterOverrides: Output<List<StackSetParameterArgs>>? = null, regions: Output<List<String>>)

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
val regions: Output<List<String>>

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

Functions

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