AWS Kinesis · Schema

DeliveryStreamStatus

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo
View JSON Schema on GitHub

JSON Schema

kinesis-deliverystreamstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeliveryStreamStatus",
  "title": "DeliveryStreamStatus",
  "type": "string",
  "enum": [
    "CREATING",
    "CREATING_FAILED",
    "DELETING",
    "DELETING_FAILED",
    "ACTIVE"
  ]
}