Location FSx Windows Args
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<LocationFSxWindowsTagArgs>>? = null, val user: Output<String>? = null) : ConvertibleToJava<LocationFSxWindowsArgs>
Resource schema for AWS::DataSync::LocationFSxWindows.
Constructors
Link copied to clipboard
fun LocationFSxWindowsArgs(domain: Output<String>? = null, fsxFilesystemArn: Output<String>? = null, password: Output<String>? = null, securityGroupArns: Output<List<String>>? = null, subdirectory: Output<String>? = null, tags: Output<List<LocationFSxWindowsTagArgs>>? = null, user: Output<String>? = null)