Amazon Config · JSON Structure

Config Conformance Pack State Structure

ConformancePackState schema

Type: string Properties: 0
AuditingComplianceConfiguration ManagementGovernanceSecurity

ConformancePackState is a JSON Structure definition published by Amazon Config. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-conformance-pack-state-structure.json",
  "name": "ConformancePackState",
  "description": "ConformancePackState schema",
  "type": "string",
  "enum": [
    "CREATE_IN_PROGRESS",
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_FAILED"
  ]
}