AWS Kinesis · Schema

ApplicationStatus

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo
View JSON Schema on GitHub

JSON Schema

kinesis-applicationstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationStatus",
  "title": "ApplicationStatus",
  "type": "string",
  "enum": [
    "DELETING",
    "STARTING",
    "STOPPING",
    "READY",
    "RUNNING",
    "UPDATING",
    "AUTOSCALING",
    "FORCE_STOPPING",
    "ROLLING_BACK",
    "MAINTENANCE",
    "ROLLED_BACK"
  ]
}