fsx_create_data_repository_task {paws.storage} | R Documentation |
Creates an Amazon FSx for Lustre data repository task
Description
Creates an Amazon FSx for Lustre data repository task. A create_data_repository_task
operation will fail if a data repository is not linked to the FSx file system.
See https://www.paws-r-sdk.com/docs/fsx_create_data_repository_task/ for full documentation.
Usage
fsx_create_data_repository_task(
Type,
Paths = NULL,
FileSystemId,
Report,
ClientRequestToken = NULL,
Tags = NULL,
CapacityToRelease = NULL,
ReleaseConfiguration = NULL
)
Arguments
Type |
[required] Specifies the type of data repository task to create.
|
Paths |
A list of paths for the data repository task to use when the task is processed. If a path that you provide isn't valid, the task fails. If you don't provide paths, the default behavior is to export all files to S3 (for export tasks), import all files from S3 (for import tasks), or release all exported files that meet the last accessed time criteria (for release tasks).
|
FileSystemId |
[required] |
Report |
[required] Defines whether or not Amazon FSx provides a CompletionReport once the
task has completed. A CompletionReport provides a detailed report on the
files that Amazon FSx processed that meet the criteria specified by the
|
ClientRequestToken |
|
Tags |
|
CapacityToRelease |
Specifies the amount of data to release, in GiB, by an Amazon File Cache
|
ReleaseConfiguration |
The configuration that specifies the last accessed time criteria for files that will be released from an Amazon FSx for Lustre file system. |