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

DeltaSyncConfig

import type { DeltaSyncConfig } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";

Describes a Delta Sync configuration.

interface DeltaSyncConfig {
baseTableTTL?: number | null;
deltaSyncTableName?: string | null;
deltaSyncTableTTL?: number | null;
}

§Properties

§
baseTableTTL?: number | null
[src]

The number of minutes that an Item is stored in the data source.

§
deltaSyncTableName?: string | null
[src]

The Delta Sync table name.

§
deltaSyncTableTTL?: number | null
[src]

The number of minutes that a Delta Sync log entry is stored in the Delta Sync table.