Skip to content

Bedrock Data Automation  >  Operations  >  delete_data_automation_project

delete_data_automation_project

Operation

delete_data_automation_project async

delete_data_automation_project(input: DeleteDataAutomationProjectInput, plugins: list[Plugin] | None = None) -> DeleteDataAutomationProjectOutput

Deletes an existing Amazon Bedrock Data Automation Project

Parameters:

Name Type Description Default
input DeleteDataAutomationProjectInput

An instance of DeleteDataAutomationProjectInput.

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
DeleteDataAutomationProjectOutput

An instance of DeleteDataAutomationProjectOutput.

Input

DeleteDataAutomationProjectInput dataclass

Delete 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

Output

DeleteDataAutomationProjectOutput dataclass

Delete DataAutomationProject Response

Attributes

project_arn instance-attribute
project_arn: str

ARN of a DataAutomationProject

status class-attribute instance-attribute
status: DataAutomationProjectStatus | None = None

Status of Data Automation Project