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

CreateLegalHoldOutput

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

§Properties

§
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 ARN (Amazon Resource Number) of the created legal hold.

§
LegalHoldId?: string | null
[src]

Legal hold ID returned for the specified legal hold on a recovery point.

§
RecoveryPointSelection?: RecoveryPointSelection | null
[src]

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

§
Status?: LegalHoldStatus | null
[src]

This displays the status of the legal hold returned after creating the legal hold. Statuses can be ACTIVE, PENDING, CANCELED, CANCELING, or FAILED.

§
Title?: string | null
[src]

This is the string title of the legal hold returned after creating the legal hold.