Skip to content

Bedrock Data Automation  >  Operations  >  list_data_automation_library_entities

list_data_automation_library_entities

Operation

list_data_automation_library_entities async

list_data_automation_library_entities(input: ListDataAutomationLibraryEntitiesInput, plugins: list[Plugin] | None = None) -> ListDataAutomationLibraryEntitiesOutput

Lists all stored entities in the library

Parameters:

Name Type Description Default
input ListDataAutomationLibraryEntitiesInput

An instance of ListDataAutomationLibraryEntitiesInput.

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
ListDataAutomationLibraryEntitiesOutput

An instance of ListDataAutomationLibraryEntitiesOutput.

Input

ListDataAutomationLibraryEntitiesInput dataclass

List DataAutomationLibraryEntities Request

Attributes

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

The entity type for which the entity list is requested

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

ARN generated at the server side when a DataAutomationLibrary is created

max_results class-attribute instance-attribute
max_results: int | None = None

Max Results

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

Pagination token for retrieving the next set of results

Output

ListDataAutomationLibraryEntitiesOutput dataclass

List DataAutomationLibraryEntities Response

Attributes

entities class-attribute instance-attribute
entities: list[DataAutomationLibraryEntitySummary] | None = None

List of entities

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

Pagination token for retrieving the next set of results