Builder

class Builder

Properties

Link copied to clipboard

A list of container definitions in JSON format that describe the containers that make up your daemon task.

Link copied to clipboard
var cpu: String?

The number of CPU units used by the daemon task. It can be expressed as an integer using CPU units (for example, 1024).

Link copied to clipboard

The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent permission to make Amazon Web Services API calls on your behalf. The task execution role is required for daemon tasks that pull container images from Amazon ECR or send container logs to CloudWatch.

Link copied to clipboard

You must specify a family for a daemon task definition. This family is used as a name for your daemon task definition. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.

Link copied to clipboard

The amount of memory (in MiB) used by the daemon task. It can be expressed as an integer using MiB (for example, 1024).

Link copied to clipboard
var tags: List<Tag>?

The metadata that you apply to the daemon task definition to help you categorize and organize them. Each tag consists of a key and an optional value. You define both of them.

Link copied to clipboard

The short name or full Amazon Resource Name (ARN) of the IAM role that containers in this daemon task can assume. All containers in this daemon task are granted the permissions that are specified in this role.

Link copied to clipboard

A list of volume definitions in JSON format that containers in your daemon task can use.