GetImportResponse

Types

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

Properties

Link copied to clipboard

The timestamp of the import's creation.

Link copied to clipboard

The ARN of the destination event data store.

Link copied to clipboard

Used with StartEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.

Link copied to clipboard

The ID of the import.

Link copied to clipboard

The source S3 bucket.

Link copied to clipboard

Provides statistics for the import. 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.

Link copied to clipboard

The status of the import.

Link copied to clipboard

Used with EndEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.

Link copied to clipboard

The timestamp of when the import was updated.

Functions

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