StackSetOperationPreferences
The user-specified preferences for how CloudFormation performs a stack set operation.
For more information about maximum concurrent accounts and failure tolerance, see Stack set operation options.
StackSetOperationPreferences
don't apply to AutoDeployment
, even if it's enabled.
Types
Properties
Specifies how the concurrency level behaves during the operation execution.
The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
The maximum number of accounts in which to perform this operation at one time. This can depend on the value of FailureToleranceCount
depending on your ConcurrencyMode
. MaxConcurrentCount
is at most one more than the FailureToleranceCount
if you're using STRICT_FAILURE_TOLERANCE
.
The maximum percentage of accounts in which to perform this operation at one time.
The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
The order of the Regions where you want to perform the stack operation.