Class TaskDefinitionVolumeEfsVolumeConfiguration


  • public final class TaskDefinitionVolumeEfsVolumeConfiguration
    extends java.lang.Object
    • Method Detail

      • fileSystemId

        public java.lang.String fileSystemId()
        Returns:
        ID of the EFS File System.
      • rootDirectory

        public java.util.Optional<java.lang.String> rootDirectory()
        Returns:
        Directory within the Amazon EFS file system to mount as the root directory inside the host. If this parameter is omitted, the root of the Amazon EFS volume will be used. Specifying / will have the same effect as omitting this parameter. This argument is ignored when using `authorization_config`.
      • transitEncryption

        public java.util.Optional<java.lang.String> transitEncryption()
        Returns:
        Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server. Transit encryption must be enabled if Amazon EFS IAM authorization is used. Valid values: `ENABLED`, `DISABLED`. If this parameter is omitted, the default value of `DISABLED` is used.
      • transitEncryptionPort

        public java.util.Optional<java.lang.Integer> transitEncryptionPort()
        Returns:
        Port to use for transit encryption. If you do not specify a transit encryption port, it will use the port selection strategy that the Amazon EFS mount helper uses.