AWS Kinesis · Schema

GetDataEndpointOutput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
DataEndpoint object
View JSON Schema on GitHub

JSON Schema

kinesis-getdataendpointoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetDataEndpointOutput",
  "title": "GetDataEndpointOutput",
  "type": "object",
  "properties": {
    "DataEndpoint": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataEndpoint"
        },
        {
          "description": "The endpoint value. To read data from the stream or to write data to it, specify this endpoint in your application."
        }
      ]
    }
  }
}