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

ExportTaskExecutionInfo

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

Represents the status of an export task.

interface ExportTaskExecutionInfo {
completionTime?: number | null;
creationTime?: number | null;
}

§Properties

§
completionTime?: number | null
[src]

The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

§
creationTime?: number | null
[src]

The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.