# AWS::CloudFormation::StackSet DeploymentTargets The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "Accounts" : [ String, ... ], "AccountsUrl" : String, "OrganizationalUnitIds" : [ String, ... ], "AccountFilterType" : String }### YAML
Accounts: - String AccountsUrl: String OrganizationalUnitIds: - String AccountFilterType: String## Properties #### Accounts AWS accounts that you want to create stack instances in the specified Region(s) for. _Required_: No _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) #### AccountsUrl Returns the value of the AccountsUrl property. _Required_: No _Type_: String _Length Constraints_: Minimum length of 1. Maximum length of 5120. _Pattern_: `(s3://|http(s?)://).+` _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### OrganizationalUnitIds The organization root ID or organizational unit (OU) IDs to which StackSets deploys. _Required_: No _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) #### AccountFilterType The filter type you want to apply on organizational units and accounts. _Required_: No _Type_: String _Allowed Values_:
NONE
| UNION
| INTERSECTION
| DIFFERENCE
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)