Interface CfnRemediationConfigurationPropsMixin.ExecutionControlsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRemediationConfigurationPropsMixin.ExecutionControlsProperty.Jsii$Proxy
- Enclosing class:
CfnRemediationConfigurationPropsMixin
@Stability(Stable)
public static interface CfnRemediationConfigurationPropsMixin.ExecutionControlsProperty
extends software.amazon.jsii.JsiiSerializable
An ExecutionControls object.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.config.*;
ExecutionControlsProperty executionControlsProperty = ExecutionControlsProperty.builder()
.ssmControls(SsmControlsProperty.builder()
.concurrentExecutionRatePercentage(123)
.errorPercentage(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRemediationConfigurationPropsMixin.ExecutionControlsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSsmControls
A SsmControls object.Returns union: either
IResolvableorCfnRemediationConfigurationPropsMixin.SsmControlsProperty- See Also:
-
builder
@Stability(Stable) static CfnRemediationConfigurationPropsMixin.ExecutionControlsProperty.Builder builder()
-