Stack Set Stack Instances
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>)