Amazon Config · Example Payload

Config Config Rule Evaluation Status Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

Config Config Rule Evaluation Status Example is an example object payload from Amazon Config, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ConfigRuleNameConfigRuleArnConfigRuleIdLastSuccessfulInvocationTimeLastFailedInvocationTimeLastSuccessfulEvaluationTimeLastFailedEvaluationTimeFirstActivatedTimeLastDeactivatedTimeLastErrorCodeLastErrorMessageFirstEvaluationStartedLastDebugLogDeliveryStatusLastDebugLogDeliveryStatusReasonLastDebugLogDeliveryTime

Example Payload

Raw ↑
{
  "ConfigRuleName": "example-config-rule",
  "ConfigRuleArn": "arn:aws:config:us-east-1:123456789012:config-rule/config-rule-example",
  "ConfigRuleId": "example-string",
  "LastSuccessfulInvocationTime": "example-string",
  "LastFailedInvocationTime": "example-string",
  "LastSuccessfulEvaluationTime": "example-string",
  "LastFailedEvaluationTime": "example-string",
  "FirstActivatedTime": "example-string",
  "LastDeactivatedTime": "example-string",
  "LastErrorCode": "example-string",
  "LastErrorMessage": "example-string",
  "FirstEvaluationStarted": "example-string",
  "LastDebugLogDeliveryStatus": "COMPLIANT",
  "LastDebugLogDeliveryStatusReason": "COMPLIANT",
  "LastDebugLogDeliveryTime": "example-string"
}