View source: R/workmail_operations.R
workmail_start_mailbox_export_job | R 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. 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.
workmail_start_mailbox_export_job(
ClientToken,
OrganizationId,
EntityId,
Description = NULL,
RoleArn,
KmsKeyArn,
S3BucketName,
S3Prefix
)
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. The identifier can accept UserId or ResourceId, Username or Resourcename, or email. The following identity formats are available:
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.