Skip to content

Delete Data Automation Project

bedrockdataautomation_delete_data_automation_project R Documentation

Deletes an existing Amazon Bedrock Data Automation Project

Description

Deletes an existing Amazon Bedrock Data Automation Project

Usage

bedrockdataautomation_delete_data_automation_project(projectArn)

Arguments

projectArn

[required] ARN generated at the server side when a DataAutomationProject is created

Value

A list with the following syntax:

list(
  projectArn = "string",
  status = "COMPLETED"|"IN_PROGRESS"|"FAILED"
)

Request syntax

svc$delete_data_automation_project(
  projectArn = "string"
)