Interface CfnRemediationConfiguration.SsmControlsProperty

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

@Stability(Stable) public static interface CfnRemediationConfiguration.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.services.config.*;
 SsmControlsProperty ssmControlsProperty = SsmControlsProperty.builder()
         .concurrentExecutionRatePercentage(123)
         .errorPercentage(123)
         .build();
 

See Also: