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

ExportSnapshotRecord

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

Describes an export snapshot record.

interface ExportSnapshotRecord {
arn?: string | null;
createdAt?: Date | number | null;
destinationInfo?: DestinationInfo | null;
location?: ResourceLocation | null;
name?: string | null;
resourceType?: ResourceType | null;
sourceInfo?: ExportSnapshotRecordSourceInfo | null;
state?: RecordState | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the export snapshot record.

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

The date when the export snapshot record was created.

§
destinationInfo?: DestinationInfo | null
[src]

A list of objects describing the destination of the export snapshot record.

§
location?: ResourceLocation | null
[src]

The AWS Region and Availability Zone where the export snapshot record is located.

§
name?: string | null
[src]

The export snapshot record name.

§
resourceType?: ResourceType | null
[src]

The Lightsail resource type (e.g., ExportSnapshotRecord).

§

A list of objects describing the source of the export snapshot record.

§
state?: RecordState | null
[src]

The state of the export snapshot record.