Method: Aws::Batch::Types::EFSVolumeConfiguration#transit_encryption

Defined in:
lib/aws-sdk-batch/types.rb

#transit_encryptionString

Determines whether 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. If this parameter is omitted, the default value of DISABLED is used. For more information, see [Encrypting data in transit] in the *Amazon Elastic File System User Guide*.

[1]: docs.aws.amazon.com/efs/latest/ug/encryption-in-transit.html

Returns:

  • (String)


3570
3571
3572
3573
3574
3575
3576
3577
3578
# File 'lib/aws-sdk-batch/types.rb', line 3570

class EFSVolumeConfiguration < Struct.new(
  :file_system_id,
  :root_directory,
  :transit_encryption,
  :transit_encryption_port,
  :authorization_config)
  SENSITIVE = []
  include Aws::Structure
end