Skip to content

Bedrock Data Automation  >  Operations  >  get_data_automation_library_ingestion_job

get_data_automation_library_ingestion_job

Operation

get_data_automation_library_ingestion_job async

get_data_automation_library_ingestion_job(input: GetDataAutomationLibraryIngestionJobInput, plugins: list[Plugin] | None = None) -> GetDataAutomationLibraryIngestionJobOutput

API used to get status of data automation library ingestion job

Parameters:

Name Type Description Default
input GetDataAutomationLibraryIngestionJobInput

An instance of GetDataAutomationLibraryIngestionJobInput.

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
GetDataAutomationLibraryIngestionJobOutput

An instance of GetDataAutomationLibraryIngestionJobOutput.

Input

GetDataAutomationLibraryIngestionJobInput dataclass

Get DataAutomationLibraryIngestionJob Request

Attributes

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

ARN of the DataAutomationLibraryIngestionJob

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

ARN generated at the server side when a DataAutomationLibrary is created

Output

GetDataAutomationLibraryIngestionJobOutput dataclass

Get DataAutomationLibraryIngestionJob Response

Attributes

job class-attribute instance-attribute

Contains the information of a library ingestion job