Amazon MSK · Schema

ClusterOperationStepInfo

State information about the operation step.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
StepStatus object
View JSON Schema on GitHub

JSON Schema

msk-api-cluster-operation-step-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-cluster-operation-step-info-schema.json",
  "title": "ClusterOperationStepInfo",
  "description": "\n            <p>State information about the operation step.</p>",
  "type": "object",
  "properties": {
    "StepStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "stepStatus"
          },
          "description": "\n            <p>The steps current status.</p>"
        }
      ]
    }
  }
}