volumeMounts

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


@JvmName(name = "sqbtpctjdnunbwfu")
suspend fun volumeMounts(values: List<Output<JobDefinitionEksContainerVolumeMountArgs>>)
@JvmName(name = "koypghlvvnccherj")
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 = "yuirxgcbxkrgxmom")
suspend fun volumeMounts(argument: List<suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit>)
@JvmName(name = "tdmsbgwsnhcamyfn")
suspend fun volumeMounts(vararg argument: suspend JobDefinitionEksContainerVolumeMountArgsBuilder.() -> Unit)
@JvmName(name = "flbwnjruawcdpoud")
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 .