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
fun StackSetStackInstances(deploymentTargets: StackSetDeploymentTargets, parameterOverrides: List<StackSetParameter>? = null, regions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

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).