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

LogEvent

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

Describes a database log event.

interface LogEvent {
createdAt?: Date | number | null;
message?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

The timestamp when the database log event was created.

§
message?: string | null
[src]

The message of the database log event.