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

DynamodbDataSourceConfig

import type { DynamodbDataSourceConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";
interface DynamodbDataSourceConfig {
awsRegion: string;
deltaSyncConfig?: DeltaSyncConfig | null;
tableName: string;
useCallerCredentials?: boolean | null;
versioned?: boolean | null;
}

§Properties

§
awsRegion: string
[src]
§
deltaSyncConfig?: DeltaSyncConfig | null
[src]
§
tableName: string
[src]
§
useCallerCredentials?: boolean | null
[src]
§
versioned?: boolean | null
[src]