AWS Kinesis · Schema

ApplicationSnapshotConfigurationUpdate

Describes updates to whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
SnapshotsEnabledUpdate object
View JSON Schema on GitHub

JSON Schema

kinesis-applicationsnapshotconfigurationupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationSnapshotConfigurationUpdate",
  "title": "ApplicationSnapshotConfigurationUpdate",
  "type": "object",
  "required": [
    "SnapshotsEnabledUpdate"
  ],
  "properties": {
    "SnapshotsEnabledUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanObject"
        },
        {
          "description": "Describes updates to whether snapshots are enabled for an application."
        }
      ]
    }
  },
  "description": "Describes updates to whether snapshots are enabled for a Flink-based Kinesis Data Analytics application."
}