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

MailboxExportJob

import type { MailboxExportJob } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";

The details of a mailbox export job, including the user or resource ID associated with the mailbox and the S3 bucket that the mailbox contents are exported to.

interface MailboxExportJob {
Description?: string | null;
EndTime?: Date | number | null;
EntityId?: string | null;
EstimatedProgress?: number | null;
JobId?: string | null;
S3BucketName?: string | null;
S3Path?: string | null;
StartTime?: Date | number | null;
State?: MailboxExportJobState | null;
}

§Properties

§
Description?: string | null
[src]

The mailbox export job description.

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

The mailbox export job end timestamp.

§
EntityId?: string | null
[src]

The identifier of the user or resource associated with the mailbox.

§
EstimatedProgress?: number | null
[src]

The estimated progress of the mailbox export job, in percentage points.

§
JobId?: string | null
[src]

The identifier of the mailbox export job.

§
S3BucketName?: string | null
[src]

The name of the S3 bucket.

§
S3Path?: string | null
[src]

The path to the S3 bucket and file that the mailbox export job exports to.

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

The mailbox export job start timestamp.

§

The state of the mailbox export job.