Uses of Class
software.amazon.awscdk.services.batch.EksContainerDefinition.Builder
Packages that use EksContainerDefinition.Builder
-
Uses of EksContainerDefinition.Builder in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return EksContainerDefinition.BuilderModifier and TypeMethodDescriptionAn array of arguments to the entrypoint.The entrypoint for the container.The hard limit of CPUs to present to this container.EksContainerDefinition.Builder.cpuReservation
(Number cpuReservation) The soft limit of CPUs to reserve for the container Must be an even multiple of 0.25.The environment variables to pass to this container.The hard limit of GPUs to present to this container.EksContainerDefinition.Builder.gpuReservation
(Number gpuReservation) The soft limit of CPUs to reserve for the container Must be an even multiple of 0.25.EksContainerDefinition.Builder.image
(ContainerImage image) The image that this container will run.EksContainerDefinition.Builder.imagePullPolicy
(ImagePullPolicy imagePullPolicy) The image pull policy for this container.EksContainerDefinition.Builder.memoryLimit
(Size memoryLimit) The amount (in MiB) of memory to present to the container.EksContainerDefinition.Builder.memoryReservation
(Size memoryReservation) The soft limit (in MiB) of memory to reserve for the container.The name of this container.EksContainerDefinition.Builder.privileged
(Boolean privileged) If specified, gives this container elevated permissions on the host container instance.EksContainerDefinition.Builder.readonlyRootFilesystem
(Boolean readonlyRootFilesystem) If specified, gives this container readonly access to its root file system.EksContainerDefinition.Builder.runAsGroup
(Number runAsGroup) If specified, the container is run as the specified group ID (gid
).If specified, the container is run as a user with auid
other than 0.If specified, this container is run as the specified user ID (uid
).The Volumes to mount to this container.