| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatchLogs.Types.ExportTask
Description
Synopsis
- data ExportTask = ExportTask' {}
- newExportTask :: ExportTask
- exportTask_destination :: Lens' ExportTask (Maybe Text)
- exportTask_destinationPrefix :: Lens' ExportTask (Maybe Text)
- exportTask_executionInfo :: Lens' ExportTask (Maybe ExportTaskExecutionInfo)
- exportTask_from :: Lens' ExportTask (Maybe Natural)
- exportTask_logGroupName :: Lens' ExportTask (Maybe Text)
- exportTask_status :: Lens' ExportTask (Maybe ExportTaskStatus)
- exportTask_taskId :: Lens' ExportTask (Maybe Text)
- exportTask_taskName :: Lens' ExportTask (Maybe Text)
- exportTask_to :: Lens' ExportTask (Maybe Natural)
Documentation
data ExportTask Source #
Represents an export task.
See: newExportTask smart constructor.
Constructors
| ExportTask' | |
Fields
| |
Instances
newExportTask :: ExportTask Source #
Create a value of ExportTask with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destination:ExportTask', exportTask_destination - The name of the S3 bucket to which the log data was exported.
$sel:destinationPrefix:ExportTask', exportTask_destinationPrefix - The prefix that was used as the start of Amazon S3 key for every object
exported.
$sel:executionInfo:ExportTask', exportTask_executionInfo - Execution information about the export task.
$sel:from:ExportTask', exportTask_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.
$sel:logGroupName:ExportTask', exportTask_logGroupName - The name of the log group from which logs data was exported.
$sel:status:ExportTask', exportTask_status - The status of the export task.
$sel:taskId:ExportTask', exportTask_taskId - The ID of the export task.
$sel:taskName:ExportTask', exportTask_taskName - The name of the export task.
$sel:to:ExportTask', exportTask_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.
exportTask_destination :: Lens' ExportTask (Maybe Text) Source #
The name of the S3 bucket to which the log data was exported.
exportTask_destinationPrefix :: Lens' ExportTask (Maybe Text) Source #
The prefix that was used as the start of Amazon S3 key for every object exported.
exportTask_executionInfo :: Lens' ExportTask (Maybe ExportTaskExecutionInfo) Source #
Execution information about the export task.
exportTask_from :: Lens' ExportTask (Maybe Natural) Source #
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.
exportTask_logGroupName :: Lens' ExportTask (Maybe Text) Source #
The name of the log group from which logs data was exported.
exportTask_status :: Lens' ExportTask (Maybe ExportTaskStatus) Source #
The status of the export task.
exportTask_taskId :: Lens' ExportTask (Maybe Text) Source #
The ID of the export task.
exportTask_taskName :: Lens' ExportTask (Maybe Text) Source #
The name of the export task.
exportTask_to :: Lens' ExportTask (Maybe Natural) Source #
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.