create_location_fsx_windows
(**kwargs)¶Creates an endpoint for an Amazon FSx for Windows File Server file system.
See also: AWS API Documentation
Request Syntax
response = client.create_location_fsx_windows(
Subdirectory='string',
FsxFilesystemArn='string',
SecurityGroupArns=[
'string',
],
Tags=[
{
'Key': 'string',
'Value': 'string'
},
],
User='string',
Domain='string',
Password='string'
)
[REQUIRED]
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
[REQUIRED]
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
Note
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
A key-value pair representing a single tag that's been applied to an Amazon Web Services resource.
The key for an Amazon Web Services resource tag.
The value for an Amazon Web Services resource tag.
[REQUIRED]
Specifies the user who has the permissions to access files and folders in the file system.
For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user.
[REQUIRED]
Specifies the password of the user who has the permissions to access files and folders in the file system.
dict
Response Syntax
{
'LocationArn': 'string'
}
Response Structure
(dict) --
LocationArn (string) --
The ARN of the FSx for Windows File Server file system location you created.
Exceptions
DataSync.Client.exceptions.InvalidRequestException
DataSync.Client.exceptions.InternalException