container Host Batch Bind Mounts
Parameters
value
If this array is null or be not present, container task will mount entire temporary disk drive in windows (or AZ_BATCH_NODE_ROOT_DIR in Linux). It won't' mount any data paths into container if this array is set as empty.
suspend fun containerHostBatchBindMounts(vararg values: Output<ContainerHostBatchBindMountEntryArgs>)
suspend fun containerHostBatchBindMounts(values: List<Output<ContainerHostBatchBindMountEntryArgs>>)
Parameters
values
If this array is null or be not present, container task will mount entire temporary disk drive in windows (or AZ_BATCH_NODE_ROOT_DIR in Linux). It won't' mount any data paths into container if this array is set as empty.
suspend fun containerHostBatchBindMounts(argument: List<suspend ContainerHostBatchBindMountEntryArgsBuilder.() -> Unit>)
suspend fun containerHostBatchBindMounts(vararg argument: suspend ContainerHostBatchBindMountEntryArgsBuilder.() -> Unit)
suspend fun containerHostBatchBindMounts(argument: suspend ContainerHostBatchBindMountEntryArgsBuilder.() -> Unit)
Parameters
argument
If this array is null or be not present, container task will mount entire temporary disk drive in windows (or AZ_BATCH_NODE_ROOT_DIR in Linux). It won't' mount any data paths into container if this array is set as empty.