Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreateExportTaskRequest

Hierarchy

Properties

destination: undefined | string

The name of S3 bucket for the exported log data. The bucket must be in the same Amazon Web Services Region.

destinationPrefix?: string

The prefix used as the start of the key for every object exported. If you don't specify a value, the default is exportedlogs.

from: undefined | number

The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. Events with a timestamp earlier than this time are not exported.

logGroupName: undefined | string

The name of the log group.

logStreamNamePrefix?: string

Export only log streams that match the provided prefix. If you don't specify a value, no prefix filter is applied.

taskName?: string

The name of the export task.

to: undefined | number

The end time of the range for the request, 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.

You must specify a time that is not earlier than when this log group was created.