{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-configuration-state-structure.json", "name": "ConfigurationState", "type": "string", "description": "\n

The state of a configuration.

", "enum": [ "ACTIVE", "DELETING", "DELETE_FAILED" ] }