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 NumberTime window to determine whether or not to add a remediation exception to prevent infinite remediation attempts.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- See Also:
-
getTargetId
Description copied from interface:CfnRemediationConfigurationPropsTarget ID is the name of the SSM document.- Specified by:
getTargetIdin interfaceCfnRemediationConfigurationProps- See Also:
-
getTargetType
Description copied from interface:CfnRemediationConfigurationPropsThe type of the target.Target executes remediation. For example, SSM document.
- Specified by:
getTargetTypein interfaceCfnRemediationConfigurationProps- See Also:
-
getAutomatic
Description copied from interface:CfnRemediationConfigurationPropsThe remediation is triggered automatically.Returns union: either
BooleanorIResolvable- Specified by:
getAutomaticin interfaceCfnRemediationConfigurationProps- See Also:
-
getExecutionControls
Description copied from interface:CfnRemediationConfigurationPropsAn ExecutionControls object.Returns union: either
IResolvableorCfnRemediationConfiguration.ExecutionControlsProperty- Specified by:
getExecutionControlsin interfaceCfnRemediationConfigurationProps- See Also:
-
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- See Also:
-
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- See Also:
-
getResourceType
Description copied from interface:CfnRemediationConfigurationPropsThe type of a resource.- Specified by:
getResourceTypein interfaceCfnRemediationConfigurationProps- See Also:
-
getRetryAttemptSeconds
Description copied from interface:CfnRemediationConfigurationPropsTime window to determine whether or not to add a remediation exception to prevent infinite remediation attempts.If
MaximumAutomaticAttemptsremediation attempts have been made underRetryAttemptSeconds, a remediation exception will be added to the resource. If you do not select a number, the default is 60 seconds.For example, if you specify
RetryAttemptSecondsas 50 seconds andMaximumAutomaticAttemptsas 5, AWS Config will run auto-remediations 5 times within 50 seconds before adding a remediation exception to the resource.- Specified by:
getRetryAttemptSecondsin interfaceCfnRemediationConfigurationProps- See Also:
-
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- See Also:
-
$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()
-