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 |
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 |
Input¶
GetImportInput
dataclass
¶
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
¶
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_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.