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

StartMailboxExportJobRequest

import type { StartMailboxExportJobRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface StartMailboxExportJobRequest {
ClientToken: string;
Description?: string | null;
EntityId: string;
KmsKeyArn: string;
OrganizationId: string;
RoleArn: string;
S3BucketName: string;
S3Prefix: string;
}

§Properties

§
ClientToken: string
[src]

The idempotency token for the client request.

§
Description?: string | null
[src]

The mailbox export job description.

§
EntityId: string
[src]

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

§
KmsKeyArn: string
[src]

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

§
OrganizationId: string
[src]

The identifier associated with the organization.

§
RoleArn: string
[src]

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

§
S3BucketName: string
[src]

The name of the S3 bucket.

§
S3Prefix: string
[src]

The S3 bucket prefix.