Class: Aws::WorkMail::Types::StartMailboxExportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The idempotency token for the client request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3873

class StartMailboxExportJobRequest < Struct.new(
  :client_token,
  :organization_id,
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The mailbox export job description.

Returns:

  • (String)


3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3873

class StartMailboxExportJobRequest < Struct.new(
  :client_token,
  :organization_id,
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

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

Returns:

  • (String)


3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3873

class StartMailboxExportJobRequest < Struct.new(
  :client_token,
  :organization_id,
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

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

Returns:

  • (String)


3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3873

class StartMailboxExportJobRequest < Struct.new(
  :client_token,
  :organization_id,
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier associated with the organization.

Returns:

  • (String)


3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3873

class StartMailboxExportJobRequest < Struct.new(
  :client_token,
  :organization_id,
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)


3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3873

class StartMailboxExportJobRequest < Struct.new(
  :client_token,
  :organization_id,
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)


3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3873

class StartMailboxExportJobRequest < Struct.new(
  :client_token,
  :organization_id,
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_prefixString

The S3 bucket prefix.

Returns:

  • (String)


3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3873

class StartMailboxExportJobRequest < Struct.new(
  :client_token,
  :organization_id,
  :entity_id,
  :description,
  :role_arn,
  :kms_key_arn,
  :s3_bucket_name,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end