Interface CfnRemediationConfigurationPropsMixin.SsmControlsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRemediationConfigurationPropsMixin.SsmControlsProperty.Jsii$Proxy
Enclosing class:
CfnRemediationConfigurationPropsMixin

@Stability(Stable) public static interface CfnRemediationConfigurationPropsMixin.SsmControlsProperty extends software.amazon.jsii.JsiiSerializable
AWS Systems Manager (SSM) specific remediation controls.

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.*;
 SsmControlsProperty ssmControlsProperty = SsmControlsProperty.builder()
         .concurrentExecutionRatePercentage(123)
         .errorPercentage(123)
         .build();
 

See Also: