Class: Aws::MailManager::Types::StartArchiveExportRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mailmanager/types.rb

Overview

The request to initiate an export of emails from an archive.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archive_idString

The identifier of the archive to export emails from.



4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298

class StartArchiveExportRequest < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :include_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#export_destination_configurationTypes::ExportDestinationConfiguration

Details on where to deliver the exported email data.



4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298

class StartArchiveExportRequest < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :include_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ArchiveFilters

Criteria to filter which emails are included in the export.



4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298

class StartArchiveExportRequest < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :include_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#from_timestampTime

The start of the timestamp range to include emails from.



4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298

class StartArchiveExportRequest < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :include_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#include_metadataBoolean

Whether to include message metadata as JSON files in the export.



4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298

class StartArchiveExportRequest < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :include_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of email items to include in the export.



4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298

class StartArchiveExportRequest < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :include_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#to_timestampTime

The end of the timestamp range to include emails from.



4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
# File 'lib/aws-sdk-mailmanager/types.rb', line 4298

class StartArchiveExportRequest < Struct.new(
  :archive_id,
  :filters,
  :from_timestamp,
  :to_timestamp,
  :max_results,
  :export_destination_configuration,
  :include_metadata)
  SENSITIVE = []
  include Aws::Structure
end