# ProServe::Cloudformation::StackInstances OperationPreferences The user-specified preferences for how AWS CloudFormation performs a stack set operation. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "FailureToleranceCount" : Integer, "FailureTolerancePercentage" : Integer, "MaxConcurrentCount" : Integer, "MaxConcurrentPercentage" : Integer, "RegionOrder" : [ String, ... ], "RegionConcurrencyType" : String }### YAML
FailureToleranceCount: Integer FailureTolerancePercentage: Integer MaxConcurrentCount: Integer MaxConcurrentPercentage: Integer RegionOrder: - String RegionConcurrencyType: String## Properties #### FailureToleranceCount _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### FailureTolerancePercentage _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### MaxConcurrentCount _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### MaxConcurrentPercentage _Required_: No _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### RegionOrder _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) #### RegionConcurrencyType The concurrency type of deploying StackSets operations in regions, could be in parallel or one region at a time _Required_: No _Type_: String _Allowed Values_:
SEQUENTIAL
| PARALLEL
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)