ConfigRuleEvaluationStatus

Status information for your Config Managed rules and Config Custom Policy rules. The status includes information such as the last time the rule ran, the last time it failed, and the related error for the last failure.

This operation does not return status information about Config Custom Lambda rules.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Config rule.

Link copied to clipboard

The ID of the Config rule.

Link copied to clipboard

The name of the Config rule.

Link copied to clipboard

The time that you first activated the Config rule.

Link copied to clipboard

Indicates whether Config has evaluated your resources against the rule at least once.

Link copied to clipboard

The time that you last turned off the Config rule.

Link copied to clipboard

The status of the last attempted delivery of a debug log for your Config Custom Policy rules. Either Successful or Failed.

Link copied to clipboard

The reason Config was not able to deliver a debug log. This is for the last failed attempt to retrieve a debug log for your Config Custom Policy rules.

Link copied to clipboard

The time Config last attempted to deliver a debug log for your Config Custom Policy rules.

Link copied to clipboard

The error code that Config returned when the rule last failed.

Link copied to clipboard

The error message that Config returned when the rule last failed.

Link copied to clipboard

The time that Config last failed to evaluate your Amazon Web Services resources against the rule.

Link copied to clipboard

The time that Config last failed to invoke the Config rule to evaluate your Amazon Web Services resources.

Link copied to clipboard

The time that Config last successfully evaluated your Amazon Web Services resources against the rule.

Link copied to clipboard

The time that Config last successfully invoked the Config rule to evaluate your Amazon Web Services resources.

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