Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The command that's passed to the container.

Link copied to clipboard

The environment variables to pass to a container.

Link copied to clipboard

The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate.

Link copied to clipboard

The Amazon Resource Name (ARN) of the execution role that AWS Batch can assume. For jobs that run on Fargate resources, you must provide an execution role.

Link copied to clipboard

The platform configuration for jobs that are running on Fargate resources. Jobs that are running on EC2 resources must not specify this parameter.

Link copied to clipboard

The image used to start a container.

Link copied to clipboard

The instance type to use for a multi-node parallel job.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that the container can assume for AWS permissions.

Link copied to clipboard

Linux-specific modifications that are applied to the container.

Link copied to clipboard

The log configuration specification for the container.

Link copied to clipboard

The mount points for data volumes in your container.

Link copied to clipboard

The network configuration for jobs that are running on Fargate resources.

Link copied to clipboard

When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user).

Link copied to clipboard

When this parameter is true, the container is given read-only access to its root file system.

Link copied to clipboard

The type and amount of resources to assign to a container.

Link copied to clipboard

An object that represents the compute environment architecture for AWS Batch jobs on Fargate.

Link copied to clipboard
Link copied to clipboard

A list of ulimits to set in the container.

Link copied to clipboard

The user name to use inside the container.

Link copied to clipboard