AWS Kinesis · Schema

NotificationDestinationConfig

The structure that contains the information required to deliver a notification to a customer.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
Uri object
View JSON Schema on GitHub

JSON Schema

kinesis-notificationdestinationconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationDestinationConfig",
  "title": "NotificationDestinationConfig",
  "type": "object",
  "required": [
    "Uri"
  ],
  "properties": {
    "Uri": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DestinationUri"
        },
        {
          "description": "The Uniform Resource Identifier (URI) that identifies where the images will be delivered."
        }
      ]
    }
  },
  "description": "The structure that contains the information required to deliver a notification to a customer."
}