ConfigRuleEvaluationStatus - AWS Config

ConfigRuleEvaluationStatus

Status information for your AWS Config Managed rules and AWS 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 action does not return status information about AWS Config Custom Lambda rules.

Contents

ConfigRuleArn

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

Type: String

Required: No

ConfigRuleId

The ID of the AWS Config rule.

Type: String

Required: No

ConfigRuleName

The name of the AWS Config rule.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: .*\S.*

Required: No

FirstActivatedTime

The time that you first activated the AWS Config rule.

Type: Timestamp

Required: No

FirstEvaluationStarted

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

  • true - AWS Config has evaluated your AWS resources against the rule at least once.

  • false - AWS Config has not finished evaluating your AWS resources against the rule at least once.

Type: Boolean

Required: No

LastDeactivatedTime

The time that you last turned off the AWS Config rule.

Type: Timestamp

Required: No

LastDebugLogDeliveryStatus

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

Type: String

Required: No

LastDebugLogDeliveryStatusReason

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

Type: String

Required: No

LastDebugLogDeliveryTime

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

Type: Timestamp

Required: No

LastErrorCode

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

Type: String

Required: No

LastErrorMessage

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

Type: String

Required: No

LastFailedEvaluationTime

The time that AWS Config last failed to evaluate your AWS resources against the rule.

Type: Timestamp

Required: No

LastFailedInvocationTime

The time that AWS Config last failed to invoke the AWS Config rule to evaluate your AWS resources.

Type: Timestamp

Required: No

LastSuccessfulEvaluationTime

The time that AWS Config last successfully evaluated your AWS resources against the rule.

Type: Timestamp

Required: No

LastSuccessfulInvocationTime

The time that AWS Config last successfully invoked the AWS Config rule to evaluate your AWS resources.

Type: Timestamp

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: