storagegateway_disassociate_file_system {paws.storage} | R Documentation |
Disassociates an Amazon FSx file system from the specified gateway
Description
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.
Usage
storagegateway_disassociate_file_system(
FileSystemAssociationARN,
ForceDelete = NULL
)
Arguments
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 |
[Package paws.storage version 0.7.0 Index]