Stack Instances Args
data class StackInstancesArgs(val deploymentTargets: Output<DeploymentTargetsArgs>? = null, val parameterOverrides: Output<List<ParameterArgs>>? = null, val regions: Output<List<String>>? = null) : ConvertibleToJava<StackInstancesArgs>
Definition of StackInstances
Constructors
Link copied to clipboard
constructor(deploymentTargets: Output<DeploymentTargetsArgs>? = null, parameterOverrides: Output<List<ParameterArgs>>? = null, regions: Output<List<String>>? = null)