AWS Kinesis · Schema

DescribeNotificationConfigurationOutput

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
NotificationConfiguration object
View JSON Schema on GitHub

JSON Schema

kinesis-describenotificationconfigurationoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeNotificationConfigurationOutput",
  "title": "DescribeNotificationConfigurationOutput",
  "type": "object",
  "properties": {
    "NotificationConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NotificationConfiguration"
        },
        {
          "description": "The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream."
        }
      ]
    }
  }
}