:doc:`DataSync <../../datasync>` / Client / describe_location_fsx_windows

*****************************
describe_location_fsx_windows
*****************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/DescribeLocationFsxWindows>`_  


  **Request Syntax**
  ::

    response = client.describe_location_fsx_windows(
        LocationArn='string'
    )
    
  :type LocationArn: string
  :param LocationArn: **[REQUIRED]** 

    Specifies the Amazon Resource Name (ARN) of the FSx for Windows File Server location.

    

  
  
  :rtype: 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 Amazon EC2 security groups that provide access to your file system's preferred subnet.

         

        For information about configuring security groups for file system access, see the `Amazon FSx for Windows File Server User Guide <https://docs.aws.amazon.com/fsx/latest/WindowsGuide/limit-access-security-groups.html>`__.

        
        

        - *(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**
  
  *   :py:class:`DataSync.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`DataSync.Client.exceptions.InternalException`

  