Skip to content

CloudTrail  >  Operations  >  get_import

get_import

Operation

get_import async

get_import(input: GetImportInput, plugins: list[Plugin] | None = None) -> GetImportOutput

Returns information about a specific import.

Parameters:

Name Type Description Default
input GetImportInput

An instance of GetImportInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetImportOutput

An instance of GetImportOutput.

Input

GetImportInput dataclass

Dataclass for GetImportInput structure.

Attributes

import_id class-attribute instance-attribute
import_id: str | None = None

The ID for the import.

Output

GetImportOutput dataclass

Dataclass for GetImportOutput structure.

Attributes

created_timestamp class-attribute instance-attribute
created_timestamp: datetime | None = None

The timestamp of the import's creation.

destinations class-attribute instance-attribute
destinations: list[str] | None = None

The ARN of the destination event data store.

end_event_time class-attribute instance-attribute
end_event_time: datetime | None = None

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

import_id class-attribute instance-attribute
import_id: str | None = None

The ID of the import.

import_source class-attribute instance-attribute
import_source: ImportSource | None = None

The source S3 bucket.

import_statistics class-attribute instance-attribute
import_statistics: ImportStatistics | None = None

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.

import_status class-attribute instance-attribute
import_status: ImportStatus | None = None

The status of the import.

start_event_time class-attribute instance-attribute
start_event_time: datetime | None = None

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

updated_timestamp class-attribute instance-attribute
updated_timestamp: datetime | None = None

The timestamp of when the import was updated.