Skip to content

Bedrock Data Automation  >  Operations  >  invoke_data_automation_library_ingestion_job

invoke_data_automation_library_ingestion_job

Operation

invoke_data_automation_library_ingestion_job async

invoke_data_automation_library_ingestion_job(input: InvokeDataAutomationLibraryIngestionJobInput, plugins: list[Plugin] | None = None) -> InvokeDataAutomationLibraryIngestionJobOutput

Async API: Invoke data automation library ingestion job

Parameters:

Name Type Description Default
input InvokeDataAutomationLibraryIngestionJobInput

An instance of InvokeDataAutomationLibraryIngestionJobInput.

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
InvokeDataAutomationLibraryIngestionJobOutput

An instance of InvokeDataAutomationLibraryIngestionJobOutput.

Input

InvokeDataAutomationLibraryIngestionJobInput dataclass

Invoke DataAutomationLibraryIngestionJob Request

Attributes

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

Idempotency token

entity_type class-attribute instance-attribute
entity_type: EntityType | None = None

The entity type for which DataAutomationLibraryIngestionJob is being run

input_configuration class-attribute instance-attribute
input_configuration: InputConfiguration | None = None

Input configuration of DataAutomationLibraryIngestionJob request

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

ARN generated at the server side when a DataAutomationLibrary is created

notification_configuration class-attribute instance-attribute
notification_configuration: NotificationConfiguration | None = None

Notification configuration.

operation_type class-attribute instance-attribute
operation_type: LibraryIngestionJobOperationType | None = None

The operation to be performed by DataAutomationLibraryIngestionJob

output_configuration class-attribute instance-attribute
output_configuration: OutputConfiguration | None = None

Output configuration of DataAutomationLibraryIngestionJob

tags class-attribute instance-attribute
tags: list[Tag] | None = None

List of tags

Output

InvokeDataAutomationLibraryIngestionJobOutput dataclass

Invoke DataAutomationLibraryIngestionJob Response

Attributes

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

ARN of the DataAutomationLibraryIngestionJob