stackSetFailureToleranceCount property
The number of accounts, per region, for which this operation can fail before AWS Service Catalog stops the operation in that region. If the operation is stopped in a region, AWS Service Catalog doesn't attempt the operation in any subsequent regions.
Applicable only to a CFN_STACKSET
provisioned product type.
Conditional: You must specify either
StackSetFailureToleranceCount
or
StackSetFailureTolerancePercentage
, but not both.
The default value is 0
if no value is specified.
Implementation
final int? stackSetFailureToleranceCount;