taskExecutionArn property
The Amazon Resource Name (ARN) of the task execution that was described.
TaskExecutionArn
is hierarchical and includes
TaskArn
for the task that was executed.
For example, a TaskExecution
value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2
.
Implementation
final String? taskExecutionArn;