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

RelationalDatabaseEvent

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

Describes an event for a database.

interface RelationalDatabaseEvent {
createdAt?: Date | number | null;
eventCategories?: string[] | null;
message?: string | null;
resource?: string | null;
}

§Properties

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

The timestamp when the database event was created.

§
eventCategories?: string[] | null
[src]

The category that the database event belongs to.

§
message?: string | null
[src]

The message of the database event.

§
resource?: string | null
[src]

The database that the database event relates to.