StackInstancesArgs

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)

Properties

Link copied to clipboard

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

Link copied to clipboard
val parameterOverrides: Output<List<ParameterArgs>>? = null

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>>? = null

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(): StackInstancesArgs