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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.config.CfnRemediationConfigurationProps
CfnRemediationConfigurationProps.Builder, CfnRemediationConfigurationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRemediationConfigurationProps.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 Object
The remediation is triggered automatically.final String
The name of the AWS Config rule.final Object
An ExecutionControls object.final Number
The maximum number of failed attempts for auto-remediation.final Object
An object of the RemediationParameterValue.final String
The type of a resource.final Number
Maximum time in seconds that AWS Config runs auto-remediation.final String
Target ID is the name of the SSM document.final String
The type of the target.final String
Version of the target.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 theCfnRemediationConfigurationProps.Builder
.
-
-
Method Details
-
getConfigRuleName
Description copied from interface:CfnRemediationConfigurationProps
The name of the AWS Config rule.- Specified by:
getConfigRuleName
in interfaceCfnRemediationConfigurationProps
-
getTargetId
Description copied from interface:CfnRemediationConfigurationProps
Target ID is the name of the SSM document.- Specified by:
getTargetId
in interfaceCfnRemediationConfigurationProps
-
getTargetType
Description copied from interface:CfnRemediationConfigurationProps
The type of the target.Target executes remediation. For example, SSM document.
- Specified by:
getTargetType
in interfaceCfnRemediationConfigurationProps
-
getAutomatic
Description copied from interface:CfnRemediationConfigurationProps
The remediation is triggered automatically.- Specified by:
getAutomatic
in interfaceCfnRemediationConfigurationProps
-
getExecutionControls
Description copied from interface:CfnRemediationConfigurationProps
An ExecutionControls object.- Specified by:
getExecutionControls
in interfaceCfnRemediationConfigurationProps
-
getMaximumAutomaticAttempts
Description copied from interface:CfnRemediationConfigurationProps
The 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:
getMaximumAutomaticAttempts
in interfaceCfnRemediationConfigurationProps
-
getParameters
Description copied from interface:CfnRemediationConfigurationProps
An object of the RemediationParameterValue. For more information, see RemediationParameterValue .The type is a map of strings to RemediationParameterValue.
- Specified by:
getParameters
in interfaceCfnRemediationConfigurationProps
-
getResourceType
Description copied from interface:CfnRemediationConfigurationProps
The type of a resource.- Specified by:
getResourceType
in interfaceCfnRemediationConfigurationProps
-
getRetryAttemptSeconds
Description copied from interface:CfnRemediationConfigurationProps
Maximum 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:
getRetryAttemptSeconds
in interfaceCfnRemediationConfigurationProps
-
getTargetVersion
Description copied from interface:CfnRemediationConfigurationProps
Version 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:
getTargetVersion
in interfaceCfnRemediationConfigurationProps
-
$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()
-