ImportStatistics¶
Structure Class¶
ImportStatistics
dataclass
¶
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.
Attributes¶
events_completed
class-attribute
instance-attribute
¶
events_completed: int | None = None
The number of trail events imported into the event data store.
failed_entries
class-attribute
instance-attribute
¶
failed_entries: int | None = None
The number of failed entries.
files_completed
class-attribute
instance-attribute
¶
files_completed: int | None = None
The number of log files that completed import.