public static interface CfnRemediationConfiguration.ExecutionControlsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.config.*; ExecutionControlsProperty executionControlsProperty = ExecutionControlsProperty.builder() .ssmControls(SsmControlsProperty.builder() .concurrentExecutionRatePercentage(123) .errorPercentage(123) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRemediationConfiguration.ExecutionControlsProperty.Builder
A builder for
CfnRemediationConfiguration.ExecutionControlsProperty |
static class |
CfnRemediationConfiguration.ExecutionControlsProperty.Jsii$Proxy
An implementation for
CfnRemediationConfiguration.ExecutionControlsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnRemediationConfiguration.ExecutionControlsProperty.Builder |
builder() |
default java.lang.Object |
getSsmControls()
A SsmControls object.
|