AttemptTaskContainerDetails - Amazon Batch
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AttemptTaskContainerDetails

An object that represents the details of a container that's part of a job attempt.

Contents

exitCode

The exit code for the container’s attempt. A non-zero exit code is considered failed.

Type: Integer

Required: No

logStreamName

The name of the Amazon CloudWatch Logs log stream that's associated with the container. The log group for Amazon Batch jobs is /aws/batch/job. Each container attempt receives a log stream name when they reach the RUNNING status.

Type: String

Required: No

name

The name of a container.

Type: String

Required: No

networkInterfaces

The network interfaces that are associated with the job attempt.

Type: Array of NetworkInterface objects

Required: No

reason

A short (255 max characters) string that's easy to understand and provides additional details for a running or stopped container.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: