SsmControls class
AWS Systems Manager (SSM) specific remediation controls.
Constructors
- SsmControls({int? concurrentExecutionRatePercentage, int? errorPercentage})
-
SsmControls.fromJson(Map<
String, dynamic> json) -
factory
Properties
- concurrentExecutionRatePercentage → int?
-
The maximum percentage of remediation actions allowed to run in parallel on
the non-compliant resources for that specific rule. You can specify a
percentage, such as 10%. The default value is 10.
final
- errorPercentage → int?
-
The percentage of errors that are allowed before SSM stops running
automations on non-compliant resources for that specific rule. You can
specify a percentage of errors, for example 10%. If you do not specifiy a
percentage, the default is 50%. For example, if you set the ErrorPercentage
to 40% for 10 non-compliant resources, then SSM stops running the
automations when the fifth error is received.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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