volumeMounts

@JvmName(name = "xbjtaxlnlhvebmys")
suspend fun volumeMounts(value: Output<List<JobDefinitionEksContainerVolumeMountArgs>>)
@JvmName(name = "nkocdcldcaqqwlil")
suspend fun volumeMounts(value: List<JobDefinitionEksContainerVolumeMountArgs>?)

Parameters

value

The volume mounts for the container. AWS Batch supports emptyDir , hostPath , and secret volume types. For more information about volumes and volume mounts in Kubernetes, see Volumes in the Kubernetes documentation .


@JvmName(name = "trjeawaxgsuxmsnh")
suspend fun volumeMounts(vararg values: Output<JobDefinitionEksContainerVolumeMountArgs>)


@JvmName(name = "naueavlbtibbiagv")
suspend fun volumeMounts(values: List<Output<JobDefinitionEksContainerVolumeMountArgs>>)
@JvmName(name = "dynocwanucvjqdfx")
suspend fun volumeMounts(vararg values: JobDefinitionEksContainerVolumeMountArgs)

Parameters

values

The volume mounts for the container. AWS Batch supports emptyDir , hostPath , and secret volume types. For more information about volumes and volume mounts in Kubernetes, see Volumes in the Kubernetes documentation .


@JvmName(name = "cbfxudbulpfxrrii")
suspend fun volumeMounts(argument: List<suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "bdkunqayquymmyao")
suspend fun volumeMounts(vararg argument: suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "sfpxccqlbbwhiaah")
suspend fun volumeMounts(argument: suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit)

Parameters

argument

The volume mounts for the container. AWS Batch supports emptyDir , hostPath , and secret volume types. For more information about volumes and volume mounts in Kubernetes, see Volumes in the Kubernetes documentation .