GetLocationFSxWindowsResult

data class GetLocationFSxWindowsResult(val domain: String? = null, val locationArn: String? = null, val locationUri: String? = null, val tags: List<Tag>? = null, val user: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: String? = null

The name of the Windows domain that the FSx for Windows server belongs to.

Link copied to clipboard
val locationArn: String? = null

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

Link copied to clipboard
val locationUri: String? = null

The URL of the FSx for Windows location that was described.

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

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

Link copied to clipboard
val user: String? = null

The user who has the permissions to access files and folders in the FSx for Windows file system.