class Aws::CloudWatchLogs::Types::ExportTask
Represents an export task.
@!attribute [rw] task_id
The ID of the export task. @return [String]
@!attribute [rw] task_name
The name of the export task. @return [String]
@!attribute [rw] log_group_name
The name of the log group from which logs data was exported. @return [String]
@!attribute [rw] from
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp before this time are not exported. @return [Integer]
@!attribute [rw] to
The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp later than this time are not exported. @return [Integer]
@!attribute [rw] destination
The name of the S3 bucket to which the log data was exported. @return [String]
@!attribute [rw] destination_prefix
The prefix that was used as the start of Amazon S3 key for every object exported. @return [String]
@!attribute [rw] status
The status of the export task. @return [Types::ExportTaskStatus]
@!attribute [rw] execution_info
Execution information about the export task. @return [Types::ExportTaskExecutionInfo]
@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/ExportTask AWS API Documentation
Constants
- SENSITIVE