taskArn property
The Amazon Resource Name (ARN) of the Amazon ECS task that's associated with
the job attempt. Each container attempt receives a task ARN when they reach
the STARTING
status.
Implementation
final String? taskArn;
The Amazon Resource Name (ARN) of the Amazon ECS task that's associated with
the job attempt. Each container attempt receives a task ARN when they reach
the STARTING
status.
final String? taskArn;