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

CreateExportTaskRequest

import type { CreateExportTaskRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface CreateExportTaskRequest {
destination: string;
destinationPrefix?: string | null;
from: number;
logGroupName: string;
logStreamNamePrefix?: string | null;
taskName?: string | null;
to: number;
}

§Properties

§
destination: string
[src]
§
destinationPrefix?: string | null
[src]
§
from: number
[src]
§
logGroupName: string
[src]
§
logStreamNamePrefix?: string | null
[src]
§
taskName?: string | null
[src]
§
to: number
[src]