Uses of Class
software.amazon.awscdk.services.batch.EcsEc2ContainerDefinition.Builder
Packages that use EcsEc2ContainerDefinition.Builder
-
Uses of EcsEc2ContainerDefinition.Builder in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return EcsEc2ContainerDefinition.BuilderModifier and TypeMethodDescriptionThe command that's passed to the container.The number of vCPUs reserved for the container.EcsEc2ContainerDefinition.Builder.environment
(Map<String, String> environment) The environment variables to pass to a container.EcsEc2ContainerDefinition.Builder.executionRole
(IRole executionRole) The role used by Amazon ECS container and AWS Fargate agents to make AWS API calls on your behalf.The number of physical GPUs to reserve for the container.EcsEc2ContainerDefinition.Builder.image
(ContainerImage image) The image that this container will run.The role that the container can assume.EcsEc2ContainerDefinition.Builder.linuxParameters
(LinuxParameters linuxParameters) Linux-specific modifications that are applied to the container, such as details for device mappings.The loging configuration for this Job.The memory hard limit present to the container.EcsEc2ContainerDefinition.Builder.privileged
(Boolean privileged) When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user).EcsEc2ContainerDefinition.Builder.readonlyRootFilesystem
(Boolean readonlyRootFilesystem) Gives the container readonly access to its root filesystem.A map from environment variable names to the secrets for the container.Limits to set for the user this docker container will run as.The user name to use inside the container.The volumes to mount to this container.