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

GetLegalHoldOutput

import type { GetLegalHoldOutput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface GetLegalHoldOutput {
CancelDescription?: string | null;
CancellationDate?: Date | number | null;
CreationDate?: Date | number | null;
Description?: string | null;
LegalHoldArn?: string | null;
LegalHoldId?: string | null;
RecoveryPointSelection?: RecoveryPointSelection | null;
RetainRecordUntil?: Date | number | null;
Status?: LegalHoldStatus | null;
Title?: string | null;
}

§Properties

§
CancelDescription?: string | null
[src]

String describing the reason for removing the legal hold.

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

Time in number when legal hold was cancelled.

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

Time in number format when legal hold was created.

§
Description?: string | null
[src]

This is the returned string description of the legal hold.

§
LegalHoldArn?: string | null
[src]

This is the returned framework ARN for the specified legal hold. An Amazon Resource Name (ARN) uniquely identifies a resource. The format of the ARN depends on the resource type.

§
LegalHoldId?: string | null
[src]

This is the returned ID associated with a specified legal hold.

§
RecoveryPointSelection?: RecoveryPointSelection | null
[src]

This specifies criteria to assign a set of resources, such as resource types or backup vaults.

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

This is the date and time until which the legal hold record will be retained.

§
Status?: LegalHoldStatus | null
[src]

This is the status of the legal hold. Statuses can be ACTIVE, CREATING, CANCELED, and CANCELING.

§
Title?: string | null
[src]

This is the string title of the legal hold.