ImportStatistics

Provides statistics for the specified ImportID. CloudTrail does not update import statistics in real-time. Returned values for parameters such as EventsCompleted may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the import.

Types

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

Properties

Link copied to clipboard

The number of trail events imported into the event data store.

Link copied to clipboard

The number of failed entries.

Link copied to clipboard

The number of log files that completed import.

Link copied to clipboard

The number of S3 prefixes that completed import.

Link copied to clipboard

The number of S3 prefixes found for the import.

Functions

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