ServiceVolumeConfigurationArgs

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

Definition of ServiceVolumeConfiguration

Constructors

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

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. 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. Many of these parameters map 1:1 with the Amazon EBS `CreateVolume` API request parameters.

Link copied to clipboard
val name: Output<String>? = null

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