GetLocationFSxOpenZfsResult

data class GetLocationFSxOpenZfsResult(val locationArn: String? = null, val locationUri: String? = null, val protocol: LocationFSxOpenZfsProtocol? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(locationArn: String? = null, locationUri: String? = null, protocol: LocationFSxOpenZfsProtocol? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locationArn: String? = null

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

Link copied to clipboard
val locationUri: String? = null

The URL of the FSx OpenZFS that was described.

Link copied to clipboard

The type of protocol that AWS DataSync uses to access your file system.

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

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