ImportBatch

A collection of events being imported to CloudWatch

Types

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

Properties

Link copied to clipboard

The unique identifier of the import batch.

Link copied to clipboard

The error message if the batch failed to import. Only present when status is FAILED.

Link copied to clipboard

The current status of the import batch. Valid values are IN_PROGRESS, CANCELLED, COMPLETED and FAILED.

Functions

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