get_data_automation_project¶
Operation¶
get_data_automation_project
async
¶
get_data_automation_project(input: GetDataAutomationProjectInput, plugins: list[Plugin] | None = None) -> GetDataAutomationProjectOutput
Gets an existing Amazon Bedrock Data Automation Project
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetDataAutomationProjectInput
|
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 |
|---|---|
GetDataAutomationProjectOutput
|
An instance of |
Input¶
GetDataAutomationProjectInput
dataclass
¶
Get DataAutomationProject Request
Attributes¶
project_arn
class-attribute
instance-attribute
¶
project_arn: str | None = None
ARN generated at the server side when a DataAutomationProject is created
project_stage
class-attribute
instance-attribute
¶
project_stage: DataAutomationProjectStage | None = None
Optional field to delete a specific DataAutomationProject stage
Output¶
GetDataAutomationProjectOutput
dataclass
¶
Get DataAutomationProject Response
Attributes¶
project
instance-attribute
¶
project: DataAutomationProject
Contains the information of a DataAutomationProject.