Class CfnRemediationConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRemediationConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRemediationConfigurationMixinProps
CfnRemediationConfigurationMixinProps-
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.cfnpropertymixins.services.config.CfnRemediationConfigurationMixinProps
CfnRemediationConfigurationMixinProps.Builder, CfnRemediationConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRemediationConfigurationMixinProps.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 theCfnRemediationConfigurationMixinProps.Builder.
-
-
Method Details
-
getAutomatic
Description copied from interface:CfnRemediationConfigurationMixinPropsThe remediation is triggered automatically.Returns union: either
BooleanorIResolvable- Specified by:
getAutomaticin interfaceCfnRemediationConfigurationMixinProps- See Also:
-
getConfigRuleName
Description copied from interface:CfnRemediationConfigurationMixinPropsThe name of the AWS Config rule.- Specified by:
getConfigRuleNamein interfaceCfnRemediationConfigurationMixinProps- See Also:
-
getExecutionControls
Description copied from interface:CfnRemediationConfigurationMixinPropsAn ExecutionControls object.Returns union: either
IResolvableorCfnRemediationConfigurationPropsMixin.ExecutionControlsProperty- Specified by:
getExecutionControlsin interfaceCfnRemediationConfigurationMixinProps- See Also:
-
getMaximumAutomaticAttempts
Description copied from interface:CfnRemediationConfigurationMixinPropsThe 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 interfaceCfnRemediationConfigurationMixinProps- See Also:
-
getParameters
Description copied from interface:CfnRemediationConfigurationMixinPropsAn object of the RemediationParameterValue. For more information, see RemediationParameterValue .The type is a map of strings to RemediationParameterValue.
- Specified by:
getParametersin interfaceCfnRemediationConfigurationMixinProps- See Also:
-
getResourceType
Description copied from interface:CfnRemediationConfigurationMixinPropsThe type of a resource.- Specified by:
getResourceTypein interfaceCfnRemediationConfigurationMixinProps- See Also:
-
getRetryAttemptSeconds
Description copied from interface:CfnRemediationConfigurationMixinPropsTime 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 interfaceCfnRemediationConfigurationMixinProps- See Also:
-
getTargetId
Description copied from interface:CfnRemediationConfigurationMixinPropsTarget ID is the name of the SSM document.- Specified by:
getTargetIdin interfaceCfnRemediationConfigurationMixinProps- See Also:
-
getTargetType
Description copied from interface:CfnRemediationConfigurationMixinPropsThe type of the target.Target executes remediation. For example, SSM document.
- Specified by:
getTargetTypein interfaceCfnRemediationConfigurationMixinProps- See Also:
-
getTargetVersion
Description copied from interface:CfnRemediationConfigurationMixinPropsVersion 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 interfaceCfnRemediationConfigurationMixinProps- 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()
-