{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-application-snapshot-configuration-description-structure.json", "name": "ApplicationSnapshotConfigurationDescription", "description": "Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.", "type": "object", "properties": { "SnapshotsEnabled": { "allOf": [ { "$ref": "#/components/schemas/BooleanObject" }, { "description": "Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application." } ] } }, "required": [ "SnapshotsEnabled" ] }