Remediation Configuration Execution Controls Ssm Controls Args
data class RemediationConfigurationExecutionControlsSsmControlsArgs(val concurrentExecutionRatePercentage: Output<Int>? = null, val errorPercentage: Output<Int>? = null) : ConvertibleToJava<RemediationConfigurationExecutionControlsSsmControlsArgs>
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%.