describe_location_fsx_windows
(**kwargs)¶Returns metadata about an Amazon FSx for Windows File Server location, such as information about its path.
See also: AWS API Documentation
Request Syntax
response = client.describe_location_fsx_windows(
LocationArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the FSx for Windows File Server location to describe.
{
'LocationArn': 'string',
'LocationUri': 'string',
'SecurityGroupArns': [
'string',
],
'CreationTime': datetime(2015, 1, 1),
'User': 'string',
'Domain': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
The URL of the FSx for Windows File Server location that was described.
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
The time that the FSx for Windows File Server location was created.
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
The name of the Windows domain that the FSx for Windows File Server belongs to.
Exceptions
DataSync.Client.exceptions.InvalidRequestException
DataSync.Client.exceptions.InternalException