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

InputLogEvent

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

Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.

interface InputLogEvent {
message: string;
timestamp: number;
}

§Properties

§
message: string
[src]

The raw event message.

§
timestamp: number
[src]

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