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

ExportTask

import type { ExportTask } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface ExportTask {
destination?: string | null;
destinationPrefix?: string | null;
executionInfo?: ExportTaskExecutionInfo | null;
from?: number | null;
logGroupName?: string | null;
status?: ExportTaskStatus | null;
taskId?: string | null;
taskName?: string | null;
to?: number | null;
}

§Properties

§
destination?: string | null
[src]
§
destinationPrefix?: string | null
[src]
§
executionInfo?: ExportTaskExecutionInfo | null
[src]
§
from?: number | null
[src]
§
logGroupName?: string | null
[src]
§
status?: ExportTaskStatus | null
[src]
§
taskId?: string | null
[src]
§
taskName?: string | null
[src]
§
to?: number | null
[src]