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

ExportSnapshotRecordSourceInfo

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

Describes the source of an export snapshot record.

interface ExportSnapshotRecordSourceInfo {
arn?: string | null;
createdAt?: Date | number | null;
diskSnapshotInfo?: DiskSnapshotInfo | null;
fromResourceArn?: string | null;
fromResourceName?: string | null;
instanceSnapshotInfo?: InstanceSnapshotInfo | null;
name?: string | null;
resourceType?: ExportSnapshotRecordSourceType | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the source instance or disk snapshot.

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

The date when the source instance or disk snapshot was created.

§
diskSnapshotInfo?: DiskSnapshotInfo | null
[src]

A list of objects describing a disk snapshot.

§
fromResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the snapshot's source instance or disk.

§
fromResourceName?: string | null
[src]

The name of the snapshot's source instance or disk.

§
instanceSnapshotInfo?: InstanceSnapshotInfo | null
[src]

A list of objects describing an instance snapshot.

§
name?: string | null
[src]

The name of the source instance or disk snapshot.

§

The Lightsail resource type (e.g., InstanceSnapshot or DiskSnapshot).