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

****************************
describe_location_fsx_lustre
****************************



.. py:method:: DataSync.Client.describe_location_fsx_lustre(**kwargs)

  

  Provides details about how an DataSync transfer location for an Amazon FSx for Lustre file system is configured.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/DescribeLocationFsxLustre>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'LocationArn': 'string',
          'LocationUri': 'string',
          'SecurityGroupArns': [
              'string',
          ],
          'CreationTime': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **LocationArn** *(string) --* 

        The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.

        
      

      - **LocationUri** *(string) --* 

        The URI of the FSx for Lustre location that was described.

        
      

      - **SecurityGroupArns** *(list) --* 

        The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.

        
        

        - *(string) --* 
    
      

      - **CreationTime** *(datetime) --* 

        The time that the FSx for Lustre location was created.

        
  
  **Exceptions**
  
  *   :py:class:`DataSync.Client.exceptions.InvalidRequestException`

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

  