create_location_fsx_lustre
(**kwargs)¶Creates an endpoint for an Amazon FSx for Lustre file system.
See also: AWS API Documentation
Request Syntax
response = client.create_location_fsx_lustre(
FsxFilesystemArn='string',
SecurityGroupArns=[
'string',
],
Subdirectory='string',
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
[REQUIRED]
The Amazon Resource Name (ARN) for the FSx for Lustre file system.
[REQUIRED]
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
A key-value pair representing a single tag that's been applied to an Amazon Web Services resource.
The key for an Amazon Web Services resource tag.
The value for an Amazon Web Services resource tag.
dict
Response Syntax
{
'LocationArn': 'string'
}
Response Structure
(dict) --
LocationArn (string) --
The Amazon Resource Name (ARN) of the FSx for Lustre file system location that's created.
Exceptions
DataSync.Client.exceptions.InvalidRequestException
DataSync.Client.exceptions.InternalException