Skip to content

Get Data Automation Status

bedrockdataautomationruntime_get_data_automation_status R Documentation

API used to get data automation status

Description

API used to get data automation status.

Usage

bedrockdataautomationruntime_get_data_automation_status(invocationArn)

Arguments

invocationArn

[required] Invocation arn.

Value

A list with the following syntax:

list(
  status = "Created"|"InProgress"|"Success"|"ServiceError"|"ClientError",
  errorType = "string",
  errorMessage = "string",
  outputConfiguration = list(
    s3Uri = "string"
  )
)

Request syntax

svc$get_data_automation_status(
  invocationArn = "string"
)