Builder

class Builder

Properties

Link copied to clipboard

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

Link copied to clipboard
var cpu: String?

The number of CPU units used by the daemon task.

Link copied to clipboard

The full Amazon Resource Name (ARN) of the daemon task definition.

Link copied to clipboard
var deleteRequestedAt: <Error class: unknown class>?

The Unix timestamp for the time when the daemon task definition delete was requested.

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.

Link copied to clipboard

The name of a family that this daemon task definition is registered to.

Link copied to clipboard

The amount of memory (in MiB) used by the daemon task.

Link copied to clipboard
var registeredAt: <Error class: unknown class>?

The Unix timestamp for the time when the daemon task definition was registered.

Link copied to clipboard

The principal that registered the daemon task definition.

Link copied to clipboard

The revision of the daemon task in a particular family. The revision is a version number of a daemon task definition in a family. When you register a daemon task definition for the first time, the revision is 1. Each time that you register a new revision of a daemon task definition in the same family, the revision value always increases by one.

Link copied to clipboard

The status of the daemon task definition. The valid values are ACTIVE, DELETE_IN_PROGRESS, and DELETED.

Link copied to clipboard

The short name or full Amazon Resource Name (ARN) of the IAM role that grants containers in the daemon task permission to call Amazon Web Services APIs on your behalf.

Link copied to clipboard

The list of data volume definitions for the daemon task.