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

AddOn

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

Describes an add-on that is enabled for an Amazon Lightsail resource.

interface AddOn {
name?: string | null;
nextSnapshotTimeOfDay?: string | null;
snapshotTimeOfDay?: string | null;
status?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of the add-on.

§
nextSnapshotTimeOfDay?: string | null
[src]

The next daily time an automatic snapshot will be created.

The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).

The snapshot is automatically created between the time shown and up to 45 minutes after.

§
snapshotTimeOfDay?: string | null
[src]

The daily time when an automatic snapshot is created.

The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).

The snapshot is automatically created between the time shown and up to 45 minutes after.

§
status?: string | null
[src]

The status of the add-on.