AWS::CloudFormation::StackSet StackInstances - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

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, ... ] }

Properties

DeploymentTargets

The Amazon Organizations accounts or Amazon Web Services accounts to deploy stacks to in the specified Regions.

Required: Yes

Type: DeploymentTargets

Update requires: No interruption

ParameterOverrides

A list of StackSet parameters whose values you want to override in the selected stack instances.

Required: No

Type: Array 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: Array of String

Minimum: 1

Update requires: No interruption