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

Snapshot

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

A snapshot of an Amazon FSx for OpenZFS volume.

interface Snapshot {
AdministrativeActions?: AdministrativeAction[] | null;
CreationTime?: Date | number | null;
Lifecycle?: SnapshotLifecycle | null;
Name?: string | null;
ResourceARN?: string | null;
SnapshotId?: string | null;
Tags?: Tag[] | null;
VolumeId?: string | null;
}

§Properties

§
AdministrativeActions?: AdministrativeAction[] | null
[src]

A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.

§
CreationTime?: Date | number | null
[src]
§
Lifecycle?: SnapshotLifecycle | null
[src]

The lifecycle status of the snapshot.

  • PENDING - Amazon FSx hasn't started creating the snapshot.
  • CREATING - Amazon FSx is creating the snapshot.
  • DELETING - Amazon FSx is deleting the snapshot.
  • AVAILABLE - The snapshot is fully available.
§
Name?: string | null
[src]

The name of the snapshot.

§
ResourceARN?: string | null
[src]
§
SnapshotId?: string | null
[src]

The ID of the snapshot.

§
Tags?: Tag[] | null
[src]
§
VolumeId?: string | null
[src]

The ID of the volume that the snapshot is of.