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

GetContainerAPIMetadataResult

import type { GetContainerAPIMetadataResult } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetContainerAPIMetadataResult {
metadata?: ({
[key: string]: string | null | undefined;
}
)
[]
| null;
}

§Properties

§
metadata?: ({
[key: string]: string | null | undefined;
}
)
[]
| null
[src]

Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.