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

PipeTargetCloudWatchLogsParameters

import type { PipeTargetCloudWatchLogsParameters } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

The parameters for using an CloudWatch Logs log stream as a target.

interface PipeTargetCloudWatchLogsParameters {
LogStreamName?: string | null;
Timestamp?: string | null;
}

§Properties

§
LogStreamName?: string | null
[src]

The name of the log stream.

§
Timestamp?: string | null
[src]

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.