ServiceVolumeConfigurationArgs

data class ServiceVolumeConfigurationArgs(val managedEbsVolume: Output<ServiceVolumeConfigurationManagedEbsVolumeArgs>, val name: Output<String>) : ConvertibleToJava<ServiceVolumeConfigurationArgs>

Constructors

Link copied to clipboard
constructor(managedEbsVolume: Output<ServiceVolumeConfigurationManagedEbsVolumeArgs>, name: Output<String>)

Properties

Link copied to clipboard

Configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf. See below.

Link copied to clipboard
val name: Output<String>

Name of the volume.

Functions

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