volumeMounts

@JvmName(name = "rgkqanibdjbeiasf")
suspend fun volumeMounts(value: Output<List<JobDefinitionEksContainerVolumeMountArgs>>)
@JvmName(name = "uewskaetohegxhrq")
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 = "rxrrsldmwhltwcfb")
suspend fun volumeMounts(vararg values: Output<JobDefinitionEksContainerVolumeMountArgs>)


@JvmName(name = "vjevdgnpwrlbmbtj")
suspend fun volumeMounts(values: List<Output<JobDefinitionEksContainerVolumeMountArgs>>)
@JvmName(name = "wavscholpcamygha")
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 = "mcvetqmhwbkhrbin")
suspend fun volumeMounts(argument: List<suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "skikyebvurrcvxhv")
suspend fun volumeMounts(vararg argument: suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "ragkrtjabuiukyis")
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 .