{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-application-snapshot-configuration-update-schema.json", "title": "ApplicationSnapshotConfigurationUpdate", "description": "Describes updates to whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.", "type": "object", "properties": { "SnapshotsEnabledUpdate": { "allOf": [ { "$ref": "#/components/schemas/BooleanObject" }, { "description": "Describes updates to whether snapshots are enabled for an application." } ] } }, "required": [ "SnapshotsEnabledUpdate" ] }