logStreamName property
The name of the CloudWatch Logs log stream associated with the container.
The log group for AWS Batch jobs is /aws/batch/job
. Each
container attempt receives a log stream name when they reach the
RUNNING
status.
Implementation
final String? logStreamName;