AWS::CloudFormation::StackSet StackInstances
Stack instances in some specific accounts and Regions.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DeploymentTargets" :DeploymentTargets, "ParameterOverrides" :[ Parameter, ... ], "Regions" :[ String, ... ]}
YAML
DeploymentTargets:DeploymentTargetsParameterOverrides:- ParameterRegions:- String
Properties
DeploymentTargets-
The Amazon
OrganizationalUnitIdsorAccountsfor which to create stack instances in the specified Regions.Required: Yes
Type: DeploymentTargets
Update requires: No interruption
ParameterOverrides-
A list of stack set parameters whose values you want to override in the selected stack instances.
Required: No
Type: List of Parameter
Update requires: No interruption
Regions-
The names of one or more Regions where you want to create stack instances using the specified Amazon Web Services accounts.
Required: Yes
Type: List of String
Update requires: No interruption