CreateExportTaskRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val from: Long?

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.

Link copied to clipboard

The name of the log group.

Link copied to clipboard

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

Link copied to clipboard

The name of the export task.

Link copied to clipboard
val to: Long?

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String