LocationFSxWindowsArgs

data class LocationFSxWindowsArgs(val domain: Output<String>? = null, val fsxFilesystemArn: Output<String>? = null, val password: Output<String>? = null, val securityGroupArns: Output<List<String>>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val user: Output<String>? = null) : ConvertibleToJava<LocationFSxWindowsArgs>

Resource schema for AWS::DataSync::LocationFSxWindows.

Constructors

Link copied to clipboard
constructor(domain: Output<String>? = null, fsxFilesystemArn: Output<String>? = null, password: Output<String>? = null, securityGroupArns: Output<List<String>>? = null, subdirectory: Output<String>? = null, tags: Output<List<TagArgs>>? = null, user: Output<String>? = null)

Properties

Link copied to clipboard
val domain: Output<String>? = null

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

Link copied to clipboard
val fsxFilesystemArn: Output<String>? = null

The Amazon Resource Name (ARN) for the FSx for Windows file system.

Link copied to clipboard
val password: Output<String>? = null

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

Link copied to clipboard
val securityGroupArns: Output<List<String>>? = null

The ARNs of the security groups that are to use to configure the FSx for Windows file system.

Link copied to clipboard
val subdirectory: Output<String>? = null

A subdirectory in the location's path.

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

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

Link copied to clipboard
val user: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LocationFSxWindowsArgs