Amazon Config · Schema

DeliveryStatus

DeliveryStatus schema

AuditingComplianceConfiguration ManagementGovernanceSecurity
View JSON Schema on GitHub

JSON Schema

config-delivery-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-delivery-status-schema.json",
  "title": "DeliveryStatus",
  "description": "DeliveryStatus schema",
  "type": "string",
  "enum": [
    "Success",
    "Failure",
    "Not_Applicable"
  ]
}