libZSservicesZSamazonka-cloudwatch-logsZSamazonka-cloudwatch-logs
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudWatchLogs.Types.ExportTask

Description

 
Synopsis

Documentation

data ExportTask Source #

Represents an export task.

See: newExportTask smart constructor.

Constructors

ExportTask' 

Fields

Instances

Instances details
Eq ExportTask Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTask

Read ExportTask Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTask

Show ExportTask Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTask

Generic ExportTask Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTask

Associated Types

type Rep ExportTask :: Type -> Type #

NFData ExportTask Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTask

Methods

rnf :: ExportTask -> () #

Hashable ExportTask Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTask

FromJSON ExportTask Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTask

type Rep ExportTask Source # 
Instance details

Defined in Amazonka.CloudWatchLogs.Types.ExportTask

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:destinationPrefix:ExportTask', exportTask_destinationPrefix - The prefix that was used as the start of Amazon S3 key for every object exported.

$sel:destination:ExportTask', exportTask_destination - The name of the S3 bucket to which the log data was exported.

$sel:status:ExportTask', exportTask_status - The status of the export task.

$sel:taskName:ExportTask', exportTask_taskName - The name of the export task.

$sel:taskId:ExportTask', exportTask_taskId - The ID 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.

$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:executionInfo:ExportTask', exportTask_executionInfo - Execution information about the export task.

exportTask_destinationPrefix :: Lens' ExportTask (Maybe Text) Source #

The prefix that was used as the start of Amazon S3 key for every object exported.

exportTask_destination :: Lens' ExportTask (Maybe Text) Source #

The name of the S3 bucket to which the log data was exported.

exportTask_status :: Lens' ExportTask (Maybe ExportTaskStatus) Source #

The status of the export task.

exportTask_taskName :: Lens' ExportTask (Maybe Text) Source #

The name of the export task.

exportTask_taskId :: Lens' ExportTask (Maybe Text) Source #

The ID 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.

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_executionInfo :: Lens' ExportTask (Maybe ExportTaskExecutionInfo) Source #

Execution information about the export task.