Location Smb Args
data class LocationSmbArgs(val agentArns: Output<List<String>>? = null, val domain: Output<String>? = null, val mountOptions: Output<LocationSmbMountOptionsArgs>? = null, val password: Output<String>? = null, val serverHostname: Output<String>? = null, val subdirectory: Output<String>? = null, val tags: Output<List<LocationSmbTagArgs>>? = null, val user: Output<String>? = null) : ConvertibleToJava<LocationSmbArgs>
Resource schema for AWS::DataSync::LocationSMB.
Constructors
Link copied to clipboard
fun LocationSmbArgs(agentArns: Output<List<String>>? = null, domain: Output<String>? = null, mountOptions: Output<LocationSmbMountOptionsArgs>? = null, password: Output<String>? = null, serverHostname: Output<String>? = null, subdirectory: Output<String>? = null, tags: Output<List<LocationSmbTagArgs>>? = null, user: Output<String>? = null)