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

ReloadTablesMessage

import type { ReloadTablesMessage } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface ReloadTablesMessage {
ReloadOption?: ReloadOptionValue | null;
ReplicationTaskArn: string;
TablesToReload: TableToReload[];
}

§Properties

§
ReloadOption?: ReloadOptionValue | null
[src]

Options for reload. Specify data-reload to reload the data and re-validate it if validation is enabled. Specify validate-only to re-validate the table. This option applies only when validation is enabled for the task.

Valid values: data-reload, validate-only

Default value is data-reload.

§
ReplicationTaskArn: string
[src]

The Amazon Resource Name (ARN) of the replication task.

§
TablesToReload: TableToReload[]
[src]

The name and schema of the table to be reloaded.