Amazon MSK · JSON Structure

Msk Api Cluster Operation Step Structure

Step taken during a cluster operation.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ClusterOperationStep 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

StepInfo StepName

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-cluster-operation-step-structure.json",
  "name": "ClusterOperationStep",
  "type": "object",
  "description": "\n            <p>Step taken during a cluster operation.</p>",
  "properties": {
    "StepInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClusterOperationStepInfo"
        },
        {
          "xml": {
            "name": "stepInfo"
          },
          "description": "\n            <p>Information about the step and its status.</p>"
        }
      ]
    },
    "StepName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "stepName"
          },
          "description": "\n            <p>The name of the step.</p>"
        }
      ]
    }
  }
}