StackSetOperationPreferences class
The user-specified preferences for how AWS CloudFormation performs a stack set operation.
For more information on maximum concurrent accounts and failure tolerance, see Stack set operation options.
Constructors
-
StackSetOperationPreferences({int? failureToleranceCount, int? failureTolerancePercentage, int? maxConcurrentCount, int? maxConcurrentPercentage, List<
String> ? regionOrder}) - StackSetOperationPreferences.fromXml(XmlElement elem)
-
factory
Properties
- failureToleranceCount → int?
-
The number of accounts, per Region, for which this operation can fail before
AWS CloudFormation stops the operation in that Region. If the operation is
stopped in a Region, AWS CloudFormation doesn't attempt the operation in any
subsequent Regions.
final
- failureTolerancePercentage → int?
-
The percentage of accounts, per Region, for which this stack operation can
fail before AWS CloudFormation stops the operation in that Region. If the
operation is stopped in a Region, AWS CloudFormation doesn't attempt the
operation in any subsequent Regions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxConcurrentCount → int?
-
The maximum number of accounts in which to perform this operation at one
time. This is dependent on the value of
FailureToleranceCount
.MaxConcurrentCount
is at most one more than theFailureToleranceCount
.final - maxConcurrentPercentage → int?
-
The maximum percentage of accounts in which to perform this operation at one
time.
final
-
regionOrder
→ List<
String> ? -
The order of the Regions in where you want to perform the stack operation.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited