Amazon MSK · JSON Structure

Msk Api Cluster Operation Step Info Structure

State information about the operation step.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

ClusterOperationStepInfo 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

StepStatus

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-info-structure.json",
  "name": "ClusterOperationStepInfo",
  "type": "object",
  "description": "\n            <p>State information about the operation step.</p>",
  "properties": {
    "StepStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "stepStatus"
          },
          "description": "\n            <p>The steps current status.</p>"
        }
      ]
    }
  }
}