Uses of Class
software.amazon.awscdk.services.batch.EfsVolume.Builder
Packages that use EfsVolume.Builder
-
Uses of EfsVolume.Builder in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return EfsVolume.BuilderModifier and TypeMethodDescriptionEfsVolume.Builder.accessPointId
(String accessPointId) The Amazon EFS access point ID to use.EfsVolume.Builder.containerPath
(String containerPath) the path on the container where this volume is mounted.static EfsVolume.Builder
EfsVolume.Builder.create()
EfsVolume.Builder.enableTransitEncryption
(Boolean enableTransitEncryption) Enables encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.EfsVolume.Builder.fileSystem
(IFileSystem fileSystem) The EFS File System that supports this volume.the name of this volume.if set, the container will have readonly access to the volume.EfsVolume.Builder.rootDirectory
(String rootDirectory) The directory within the Amazon EFS file system to mount as the root directory inside the host.EfsVolume.Builder.transitEncryptionPort
(Number transitEncryptionPort) The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.EfsVolume.Builder.useJobRole
(Boolean useJobRole) Whether or not to use the AWS Batch job IAM role defined in a job definition when mounting the Amazon EFS file system.