GetLocationEfsResult

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)

Constructors

Link copied to clipboard
constructor(accessPointArn: String? = null, fileSystemAccessRoleArn: String? = null, inTransitEncryption: LocationEfsInTransitEncryption? = null, locationArn: String? = null, locationUri: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessPointArn: String? = null

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
val locationArn: String? = null

The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.

Link copied to clipboard
val locationUri: String? = null

The URL of the EFS location that was described.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.