AWS Kinesis · Schema

DestinationDescriptionList

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo
View JSON Schema on GitHub

JSON Schema

kinesis-destinationdescriptionlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DestinationDescriptionList",
  "title": "DestinationDescriptionList",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/DestinationDescription"
  }
}