Builder

class Builder

Properties

Link copied to clipboard

Indicates whether the volume should be configured at launch time. This is used to create Amazon EBS volumes for standalone tasks or tasks created as part of a service. Each task definition revision may only have one volume configured at launch in the volume configuration.

Link copied to clipboard

This parameter is specified when you use Docker volumes.

Link copied to clipboard

This parameter is specified when you use an Amazon Elastic File System file system for task storage.

Link copied to clipboard

This parameter is specified when you use Amazon FSx for Windows File Server file system for task storage.

Link copied to clipboard

This parameter is specified when you use bind mount host volumes. The contents of the host parameter determine whether your bind mount host volume persists on the host container instance and where it's stored. If the host parameter is empty, then the Docker daemon assigns a host path for your data volume. However, the data isn't guaranteed to persist after the containers that are associated with it stop running.

Link copied to clipboard
var name: String?

The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.

Functions