Skip to content

Delete Data Automation Library

bedrockdataautomation_delete_data_automation_library R Documentation

Deletes an existing Amazon Bedrock Data Automation Library

Description

Deletes an existing Amazon Bedrock Data Automation Library

Usage

bedrockdataautomation_delete_data_automation_library(libraryArn)

Arguments

libraryArn

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

Value

A list with the following syntax:

list(
  libraryArn = "string",
  status = "ACTIVE"|"DELETING"
)

Request syntax

svc$delete_data_automation_library(
  libraryArn = "string"
)