Get Location Efs Result
data class GetLocationEfsResult(val accessPointArn: String? = null, val fileSystemAccessRoleArn: String? = null, val inTransitEncryption: LocationEfsInTransitEncryption? = null, val locationArn: String? = null, val locationUri: String? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) for the Amazon EFS Access point that DataSync uses when accessing the EFS file system.
Link copied to clipboard
The Amazon Resource Name (ARN) of the AWS IAM role that the DataSync will assume when mounting the EFS file system.
Link copied to clipboard
Protocol that is used for encrypting the traffic exchanged between the DataSync Agent and the EFS file system.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
Link copied to clipboard
The URL of the EFS location that was described.