@Stability(value=Stable)
public static interface CfnRemediationConfiguration.ExecutionControlsProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getSsmControls()
A SsmControls object.
|
@Stability(value=Stable) @Nullable default Object getSsmControls()
@Stability(value=Stable) static CfnRemediationConfiguration.ExecutionControlsProperty.Builder builder()
Copyright © 2022. All rights reserved.