Import

class Import

An import job to move data from CloudTrail Event Data Store to CloudWatch.

Types

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

Properties

Link copied to clipboard

The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Link copied to clipboard

Error message related to any failed imports

Link copied to clipboard

The ARN of the managed CloudWatch Logs log group where the events are being imported to.

Link copied to clipboard

The filter criteria used for this import task.

Link copied to clipboard

The unique identifier of the import task.

Link copied to clipboard

The ARN of the CloudTrail Lake Event Data Store being imported from.

Link copied to clipboard

Statistics about the import progress

Link copied to clipboard

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

Link copied to clipboard

The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Functions

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