ServiceVolumeConfigurationArgs

data class ServiceVolumeConfigurationArgs(val managedEbsVolume: Output<ServiceManagedEbsVolumeConfigurationArgs>? = null, val name: Output<String>) : ConvertibleToJava<ServiceVolumeConfigurationArgs>

The configuration for a volume specified in the task definition as a volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume.

Constructors

Link copied to clipboard
constructor(managedEbsVolume: Output<ServiceManagedEbsVolumeConfigurationArgs>? = null, name: Output<String>)

Properties

Link copied to clipboard

The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf. These settings are used to create each Amazon EBS volume, with one volume created for each task in the service. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they are created.

Link copied to clipboard
val name: Output<String>

The name of the volume. This value must match the volume name from the `Volume` object in the task definition.

Functions

Link copied to clipboard
open override fun toJava(): ServiceVolumeConfigurationArgs