# ProServe::Cloudformation::StackInstances StackInstances Stack instances in some specific accounts and Regions. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "DeploymentTargets" : DeploymentTargets, "Regions" : [ String, ... ], "ParameterOverrides" : [ Parameter, ... ] }### YAML
DeploymentTargets: DeploymentTargets Regions: - String ParameterOverrides: - Parameter## Properties #### DeploymentTargets The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions. _Required_: Yes _Type_: DeploymentTargets _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Regions The names of one or more Regions where you want to create stack instances using the specified AWS account(s). _Required_: Yes _Type_: List of String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### 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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)