AWS Kinesis · Schema

CreateApplicationPresignedUrlResponse

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
AuthorizedUrl object
View JSON Schema on GitHub

JSON Schema

kinesis-createapplicationpresignedurlresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateApplicationPresignedUrlResponse",
  "title": "CreateApplicationPresignedUrlResponse",
  "type": "object",
  "properties": {
    "AuthorizedUrl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuthorizedUrl"
        },
        {
          "description": "The URL of the extension."
        }
      ]
    }
  }
}