workmail_start_mailbox_export_job: Starts a mailbox export job to export MIME-format email...

View source: R/workmail_operations.R

workmail_start_mailbox_export_jobR Documentation

Starts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket

Description

Starts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket. For more information, see Exporting mailbox content in the WorkMail Administrator Guide.

See https://www.paws-r-sdk.com/docs/workmail_start_mailbox_export_job/ for full documentation.

Usage

workmail_start_mailbox_export_job(
  ClientToken,
  OrganizationId,
  EntityId,
  Description = NULL,
  RoleArn,
  KmsKeyArn,
  S3BucketName,
  S3Prefix
)

Arguments

ClientToken

[required] The idempotency token for the client request.

OrganizationId

[required] The identifier associated with the organization.

EntityId

[required] The identifier of the user or resource associated with the mailbox.

Description

The mailbox export job description.

RoleArn

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

KmsKeyArn

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

S3BucketName

[required] The name of the S3 bucket.

S3Prefix

[required] The S3 bucket prefix.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.