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

ReplicationInstanceTaskLog

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

Contains metadata for a replication instance task log.

interface ReplicationInstanceTaskLog {
ReplicationInstanceTaskLogSize?: number | null;
ReplicationTaskArn?: string | null;
ReplicationTaskName?: string | null;
}

§Properties

§
ReplicationInstanceTaskLogSize?: number | null
[src]

The size, in bytes, of the replication task log.

§
ReplicationTaskArn?: string | null
[src]

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

§
ReplicationTaskName?: string | null
[src]

The name of the replication task.