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

ApplicationRestoreConfiguration

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

Specifies the method and snapshot to use when restarting an application using previously saved application state.

interface ApplicationRestoreConfiguration {
ApplicationRestoreType: ApplicationRestoreType;
SnapshotName?: string | null;
}

§Properties

§
ApplicationRestoreType: ApplicationRestoreType
[src]

Specifies how the application should be restored.

§
SnapshotName?: string | null
[src]

The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the ApplicationRestoreType.