Description Usage Arguments Value Request syntax
View source: R/fsx_operations.R
Cancels an existing Amazon FSx for Lustre data repository task if that
task is in either the PENDING
or EXECUTING
state. When you cancel a
task, Amazon FSx does the following.
Any files that FSx has already exported are not reverted.
FSx continues to export any files that are "in-flight" when the cancel operation is received.
FSx does not export any files that have not yet been exported.
1 | fsx_cancel_data_repository_task(TaskId)
|
TaskId |
[required] Specifies the data repository task to cancel. |
A list with the following syntax:
1 2 3 4 | list(
Lifecycle = "PENDING"|"EXECUTING"|"FAILED"|"SUCCEEDED"|"CANCELED"|"CANCELING",
TaskId = "string"
)
|
1 2 3 | svc$cancel_data_repository_task(
TaskId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.