host

fun host(block: Host.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.batch.model.Host inside the given block


var host: Host?

The contents of the host parameter determine whether your data volume persists on the host container instance and where it's stored. If the host parameter is empty, then the Docker daemon assigns a host path for your data volume. However, the data isn't guaranteed to persist after the containers that are associated with it stop running.

This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.