RemediationConfiguration

An object that represents the details about the remediation configuration that includes the remediation action, parameters, and data to execute the action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

Amazon Resource Name (ARN) of remediation configuration.

Link copied to clipboard

The remediation is triggered automatically.

Link copied to clipboard

The name of the Config rule.

Link copied to clipboard

Name of the service that owns the service-linked rule, if applicable.

Link copied to clipboard

An ExecutionControls object.

Link copied to clipboard

The maximum number of failed attempts for auto-remediation. If you do not select a number, the default is 5.

Link copied to clipboard

An object of the RemediationParameterValue.

Link copied to clipboard

The type of a resource.

Link copied to clipboard

Time window to determine whether or not to add a remediation exception to prevent infinite remediation attempts. If MaximumAutomaticAttempts remediation attempts have been made under RetryAttemptSeconds, a remediation exception will be added to the resource. If you do not select a number, the default is 60 seconds.

Link copied to clipboard

Target ID is the name of the SSM document.

Link copied to clipboard

The type of the target. Target executes remediation. For example, SSM document.

Link copied to clipboard

Version of the target. For example, version of the SSM document.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String