volume Configurations
Parameters
value
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.
Parameters
values
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.
suspend fun volumeConfigurations(argument: List<suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit>)
suspend fun volumeConfigurations(vararg argument: suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit)
suspend fun volumeConfigurations(argument: suspend ServiceVolumeConfigurationArgsBuilder.() -> Unit)
Parameters
argument
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.