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

DescribeMailboxExportJobResponse

import type { DescribeMailboxExportJobResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface DescribeMailboxExportJobResponse {
Description?: string | null;
EndTime?: Date | number | null;
EntityId?: string | null;
ErrorInfo?: string | null;
EstimatedProgress?: number | null;
KmsKeyArn?: string | null;
RoleArn?: string | null;
S3BucketName?: string | null;
S3Path?: string | null;
S3Prefix?: 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.

§
ErrorInfo?: string | null
[src]

Error information for failed mailbox export jobs.

§
EstimatedProgress?: number | null
[src]

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

§
KmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.

§
RoleArn?: string | null
[src]

The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.

§
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 is exporting to.

§
S3Prefix?: string | null
[src]

The S3 bucket prefix.

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

The mailbox export job start timestamp.

§

The state of the mailbox export job.