Amazon MSK · JSON Structure

Msk Api Delete Configuration Response Structure

DeleteConfigurationResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

DeleteConfigurationResponse is a JSON Structure definition published by Amazon MSK, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Arn State

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-msk/refs/heads/main/json-structure/msk-api-delete-configuration-response-structure.json",
  "name": "DeleteConfigurationResponse",
  "type": "object",
  "description": "DeleteConfigurationResponse schema from Amazon MSK API",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "\n            <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>"
        }
      ]
    },
    "State": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConfigurationState"
        },
        {
          "xml": {
            "name": "state"
          },
          "description": "\n            <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>"
        }
      ]
    }
  }
}