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

ContainerServiceLogEvent

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

Describes the log events of a container of an Amazon Lightsail container service.

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

§Properties

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

The timestamp when the container service log event was created.

§
message?: string | null
[src]

The message of the container service log event.