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

ContainerImage

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

Describes a container image that is registered to an Amazon Lightsail container service.

interface ContainerImage {
createdAt?: Date | number | null;
digest?: string | null;
image?: string | null;
}

§Properties

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

The timestamp when the container image was created.

§
digest?: string | null
[src]

The digest of the container image.

§
image?: string | null
[src]

The name of the container image.