View source: R/storagegateway_operations.R
storagegateway_disassociate_file_system | R Documentation |
Disassociates an Amazon FSx file system from the specified gateway. After the disassociation process finishes, the gateway can no longer access the Amazon FSx file system. This operation is only supported in the FSx File Gateway type.
See https://www.paws-r-sdk.com/docs/storagegateway_disassociate_file_system/ for full documentation.
storagegateway_disassociate_file_system(
FileSystemAssociationARN,
ForceDelete = NULL
)
FileSystemAssociationARN |
[required] The Amazon Resource Name (ARN) of the file system association to be deleted. |
ForceDelete |
If this value is set to true, the operation disassociates an Amazon FSx
file system immediately. It ends all data uploads to the file system,
and the file system association enters the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.