Builder
Properties
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.
This parameter is specified when you use Docker volumes.
This parameter is specified when you use an Amazon Elastic File System file system for task storage.
This parameter is specified when you use Amazon FSx for Windows File Server file system for task storage.
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.
Functions
construct an aws.sdk.kotlin.services.ecs.model.DockerVolumeConfiguration inside the given block
construct an aws.sdk.kotlin.services.ecs.model.EfsVolumeConfiguration inside the given block
construct an aws.sdk.kotlin.services.ecs.model.FSxWindowsFileServerVolumeConfiguration inside the given block
construct an aws.sdk.kotlin.services.ecs.model.HostVolumeProperties inside the given block