RemediationConfigurationExecutionControlsSsmControls

data class RemediationConfigurationExecutionControlsSsmControls(val concurrentExecutionRatePercentage: Int? = null, val errorPercentage: Int? = null)

Constructors

constructor(concurrentExecutionRatePercentage: Int? = null, errorPercentage: Int? = null)

Types

Link copied to clipboard
object Companion

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
val errorPercentage: Int? = null

Percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. The default is 50%.