Class CfnRemediationConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRemediationConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRemediationConfigurationProps
CfnRemediationConfigurationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnRemediationConfigurationProps
CfnRemediationConfigurationProps.Builder, CfnRemediationConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRemediationConfigurationProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe remediation is triggered automatically.final StringThe name of the AWS Config rule.final ObjectAn ExecutionControls object.final NumberThe maximum number of failed attempts for auto-remediation.final ObjectAn object of the RemediationParameterValue.final StringThe type of a resource.final NumberMaximum time in seconds that AWS Config runs auto-remediation.final StringTarget ID is the name of the SSM document.final StringThe type of the target.final StringVersion of the target.final inthashCode()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 theCfnRemediationConfigurationProps.Builder.
-
-
Method Details
-
getConfigRuleName
Description copied from interface:CfnRemediationConfigurationPropsThe name of the AWS Config rule.- Specified by:
getConfigRuleNamein interfaceCfnRemediationConfigurationProps
-
getTargetId
Description copied from interface:CfnRemediationConfigurationPropsTarget ID is the name of the SSM document.- Specified by:
getTargetIdin interfaceCfnRemediationConfigurationProps
-
getTargetType
Description copied from interface:CfnRemediationConfigurationPropsThe type of the target.Target executes remediation. For example, SSM document.
- Specified by:
getTargetTypein interfaceCfnRemediationConfigurationProps
-
getAutomatic
Description copied from interface:CfnRemediationConfigurationPropsThe remediation is triggered automatically.- Specified by:
getAutomaticin interfaceCfnRemediationConfigurationProps
-
getExecutionControls
Description copied from interface:CfnRemediationConfigurationPropsAn ExecutionControls object.- Specified by:
getExecutionControlsin interfaceCfnRemediationConfigurationProps
-
getMaximumAutomaticAttempts
Description copied from interface:CfnRemediationConfigurationPropsThe maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.For example, if you specify MaximumAutomaticAttempts as 5 with RetryAttemptSeconds as 50 seconds, AWS Config will put a RemediationException on your behalf for the failing resource after the 5th failed attempt within 50 seconds.
- Specified by:
getMaximumAutomaticAttemptsin interfaceCfnRemediationConfigurationProps
-
getParameters
Description copied from interface:CfnRemediationConfigurationPropsAn object of the RemediationParameterValue. For more information, see RemediationParameterValue .The type is a map of strings to RemediationParameterValue.
- Specified by:
getParametersin interfaceCfnRemediationConfigurationProps
-
getResourceType
Description copied from interface:CfnRemediationConfigurationPropsThe type of a resource.- Specified by:
getResourceTypein interfaceCfnRemediationConfigurationProps
-
getRetryAttemptSeconds
Description copied from interface:CfnRemediationConfigurationPropsMaximum time in seconds that AWS Config runs auto-remediation.If you do not select a number, the default is 60 seconds.
For example, if you specify RetryAttemptSeconds as 50 seconds and MaximumAutomaticAttempts as 5, AWS Config will run auto-remediations 5 times within 50 seconds before throwing an exception.
- Specified by:
getRetryAttemptSecondsin interfaceCfnRemediationConfigurationProps
-
getTargetVersion
Description copied from interface:CfnRemediationConfigurationPropsVersion of the target. For example, version of the SSM document.If you make backward incompatible changes to the SSM document, you must call PutRemediationConfiguration API again to ensure the remediations can run.
- Specified by:
getTargetVersionin interfaceCfnRemediationConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-