Class CfnRemediationConfiguration.SsmControlsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.CfnRemediationConfiguration.SsmControlsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRemediationConfiguration.SsmControlsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRemediationConfiguration.SsmControlsProperty
@Stability(Stable)
@Internal
public static final class CfnRemediationConfiguration.SsmControlsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRemediationConfiguration.SsmControlsProperty
An implementation for
CfnRemediationConfiguration.SsmControlsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnRemediationConfiguration.SsmControlsProperty
CfnRemediationConfiguration.SsmControlsProperty.Builder, CfnRemediationConfiguration.SsmControlsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRemediationConfiguration.SsmControlsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule.final Number
The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRemediationConfiguration.SsmControlsProperty.Builder
.
-
-
Method Details
-
getConcurrentExecutionRatePercentage
Description copied from interface:CfnRemediationConfiguration.SsmControlsProperty
The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule.You can specify a percentage, such as 10%. The default value is 10.
- Specified by:
getConcurrentExecutionRatePercentage
in interfaceCfnRemediationConfiguration.SsmControlsProperty
-
getErrorPercentage
Description copied from interface:CfnRemediationConfiguration.SsmControlsProperty
The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule.You can specify a percentage of errors, for example 10%. If you do not specifiy a percentage, the default is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant resources, then SSM stops running the automations when the fifth error is received.
- Specified by:
getErrorPercentage
in interfaceCfnRemediationConfiguration.SsmControlsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-