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'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the FSx for Lustre location to describe.
{
'LocationArn': 'string',
'LocationUri': 'string',
'SecurityGroupArns': [
'string',
],
'CreationTime': datetime(2015, 1, 1)
}
Response Structure
The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.
The URI of the FSx for Lustre location that was described.
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
The time that the FSx for Lustre location was created.
Exceptions
DataSync.Client.exceptions.InvalidRequestException
DataSync.Client.exceptions.InternalException