Amazon MSK · JSON Structure

Msk Api Describe Cluster Operation Response Structure

DescribeClusterOperationResponse schema from Amazon MSK API

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

ClusterOperationInfo

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-describe-cluster-operation-response-structure.json",
  "name": "DescribeClusterOperationResponse",
  "type": "object",
  "description": "DescribeClusterOperationResponse schema from Amazon MSK API",
  "properties": {
    "ClusterOperationInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClusterOperationInfo"
        },
        {
          "xml": {
            "name": "clusterOperationInfo"
          },
          "description": "\n            <p>Cluster operation information</p>"
        }
      ]
    }
  }
}