Builder

class Builder

Properties

Link copied to clipboard

The container instance attributes that this container instance supports.

Link copied to clipboard

The short name or full Amazon Resource Name (ARN) of the cluster to register your container instance with. If you do not specify a cluster, the default cluster is assumed.

Link copied to clipboard

The ARN of the container instance (if it was previously registered).

Link copied to clipboard

The instance identity document for the EC2 instance to register. This document can be found by running the following command from the instance: curl http://169.254.169.254/latest/dynamic/instance-identity/document/

Link copied to clipboard

The instance identity document signature for the EC2 instance to register. This signature can be found by running the following command from the instance: curl http://169.254.169.254/latest/dynamic/instance-identity/signature/

Link copied to clipboard

The devices that are available on the container instance. The only supported device type is a GPU.

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

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

Link copied to clipboard

The resources available on the instance.

Link copied to clipboard

The version information for the Amazon ECS container agent and Docker daemon that runs on the container instance.

Functions

Link copied to clipboard