class Aws::DataSync::Types::CreateLocationFsxWindowsRequest
@note When making an API call, you may pass CreateLocationFsxWindowsRequest
data as a hash: { subdirectory: "FsxWindowsSubdirectory", fsx_filesystem_arn: "FsxFilesystemArn", # required security_group_arns: ["Ec2SecurityGroupArn"], # required tags: [ { key: "TagKey", # required value: "TagValue", }, ], user: "SmbUser", # required domain: "SmbDomain", password: "SmbPassword", # required }
@!attribute [rw] subdirectory
A subdirectory in the location’s path. This subdirectory in the Amazon FSx for Windows File Server file system is used to read data from the Amazon FSx for Windows File Server source location or write data to the FSx for Windows File Server destination. @return [String]
@!attribute [rw] fsx_filesystem_arn
The Amazon Resource Name (ARN) for the FSx for Windows File Server file system. @return [String]
@!attribute [rw] security_group_arns
The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows File Server file system. @return [Array<String>]
@!attribute [rw] tags
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location. @return [Array<Types::TagListEntry>]
@!attribute [rw] user
The user who has the permissions to access files and folders in the FSx for Windows File Server file system. For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see [user](create-fsx-location.html#FSxWuser). @return [String]
@!attribute [rw] domain
The name of the Windows domain that the FSx for Windows File Server belongs to. @return [String]
@!attribute [rw] password
The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/CreateLocationFsxWindowsRequest AWS API Documentation
Constants
- SENSITIVE