Remediation Configuration Execution Controls Ssm Controls
data class RemediationConfigurationExecutionControlsSsmControls(val concurrentExecutionRatePercentage: Int? = null, val errorPercentage: Int? = null)
Properties
Link copied to clipboard
Maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. The default value is 10%.
Link copied to clipboard
Percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. The default is 50%.