Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApplicationSnapshotConfigurationUpdate

import type { ApplicationSnapshotConfigurationUpdate } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";

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

interface ApplicationSnapshotConfigurationUpdate {
SnapshotsEnabledUpdate: boolean;
}

§Properties

§
SnapshotsEnabledUpdate: boolean
[src]

Describes updates to whether snapshots are enabled for an application.