Amazon Config · Example Payload

Config Conformance Pack Status Detail Example

AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Top-level fields

ConformancePackNameConformancePackIdConformancePackArnConformancePackStateStackArnConformancePackStatusReasonLastUpdateRequestedTimeLastUpdateCompletedTime

Example Payload

Raw ↑
{
  "ConformancePackName": "example-config-rule",
  "ConformancePackId": "example-string",
  "ConformancePackArn": "arn:aws:config:us-east-1:123456789012:config-rule/config-rule-example",
  "ConformancePackState": "example-string",
  "StackArn": "arn:aws:config:us-east-1:123456789012:config-rule/config-rule-example",
  "ConformancePackStatusReason": "COMPLIANT",
  "LastUpdateRequestedTime": "example-string",
  "LastUpdateCompletedTime": "example-string"
}