DataSync / Client / describe_location_fsx_lustre
describe_location_fsx_lustre#
- DataSync.Client.describe_location_fsx_lustre(**kwargs)#
- Provides details about how an DataSync location for an Amazon FSx for Lustre file system is configured. - See also: AWS API Documentation - Request Syntax - response = client.describe_location_fsx_lustre( LocationArn='string' ) - Parameters:
- LocationArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the FSx for Lustre location to describe. 
- Return type:
- 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 - DataSync.Client.exceptions.InvalidRequestException
- DataSync.Client.exceptions.InternalException