ExportTask

Represents an export task.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Execution information about the export task.

Link copied to clipboard
val from: Long?

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.

Link copied to clipboard

The name of the log group from which logs data was exported.

Link copied to clipboard

The status of the export task.

Link copied to clipboard

The ID of the export task.

Link copied to clipboard

The name of the export task.

Link copied to clipboard
val to: Long?

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.

Functions

Link copied to clipboard
inline fun copy(block: ExportTask.Builder.() -> Unit = {}): ExportTask
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