Amazon Config · Example Payload

Config Aggregate Evaluation Result Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

EvaluationResultIdentifierComplianceTypeResultRecordedTimeConfigRuleInvokedTimeAnnotationAccountIdAwsRegion

Example Payload

Raw ↑
{
  "EvaluationResultIdentifier": "example-string",
  "ComplianceType": "example-string",
  "ResultRecordedTime": "example-string",
  "ConfigRuleInvokedTime": "example-string",
  "Annotation": "example-string",
  "AccountId": "123456789012",
  "AwsRegion": "us-east-1"
}