get_data_automation_library_entity¶
Operation¶
get_data_automation_library_entity
async
¶
get_data_automation_library_entity(input: GetDataAutomationLibraryEntityInput, plugins: list[Plugin] | None = None) -> GetDataAutomationLibraryEntityOutput
Gets an existing entity based on entity type from the library
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetDataAutomationLibraryEntityInput
|
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 |
|---|---|
GetDataAutomationLibraryEntityOutput
|
An instance of |
Input¶
GetDataAutomationLibraryEntityInput
dataclass
¶
Get DataAutomationLibraryEntity Request
Attributes¶
entity_id
class-attribute
instance-attribute
¶
entity_id: str | None = None
Unique identifier for the entity
entity_type
class-attribute
instance-attribute
¶
entity_type: EntityType | None = None
The entity type for which the entity is requested
library_arn
class-attribute
instance-attribute
¶
library_arn: str | None = None
ARN generated at the server side when a DataAutomationLibrary is created
Output¶
GetDataAutomationLibraryEntityOutput
dataclass
¶
Get DataAutomationLibraryEntity Response
Attributes¶
entity
class-attribute
instance-attribute
¶
entity: EntityDetails | None = None
Detailed information about the entity