| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
SsmControls |
SsmControls.clone() |
SsmControls |
ExecutionControls.getSsmControls()
A SsmControls object.
|
SsmControls |
SsmControls.withConcurrentExecutionRatePercentage(Integer concurrentExecutionRatePercentage)
The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that
specific rule.
|
SsmControls |
SsmControls.withErrorPercentage(Integer errorPercentage)
The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for
that specific rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionControls.setSsmControls(SsmControls ssmControls)
A SsmControls object.
|
ExecutionControls |
ExecutionControls.withSsmControls(SsmControls ssmControls)
A SsmControls object.
|
Copyright © 2023. All rights reserved.