DataSync / Client / describe_location_fsx_windows
describe_location_fsx_windows#
- DataSync.Client.describe_location_fsx_windows(**kwargs)#
- Provides details about how an DataSync transfer location for an Amazon FSx for Windows File Server file system is configured. - See also: AWS API Documentation - Request Syntax- response = client.describe_location_fsx_windows( LocationArn='string' ) - Parameters:
- LocationArn (string) – - [REQUIRED] - Specifies the Amazon Resource Name (ARN) of the FSx for Windows File Server location. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'LocationArn': 'string', 'LocationUri': 'string', 'SecurityGroupArns': [ 'string', ], 'CreationTime': datetime(2015, 1, 1), 'User': 'string', 'Domain': 'string' } - Response Structure- (dict) – - LocationArn (string) – - The ARN of the FSx for Windows File Server location. 
- LocationUri (string) – - The uniform resource identifier (URI) of the FSx for Windows File Server location. 
- SecurityGroupArns (list) – - The ARNs of the security groups that are configured for the FSx for Windows File Server file system. - (string) – 
 
- CreationTime (datetime) – - The time that the FSx for Windows File Server location was created. 
- User (string) – - The user with the permissions to mount and access the FSx for Windows File Server file system. 
- Domain (string) – - The name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to. 
 
 
 - Exceptions- DataSync.Client.exceptions.InvalidRequestException
- DataSync.Client.exceptions.InternalException