storagegateway_disassociate_file_system: Disassociates an Amazon FSx file system from the specified...

View source: R/storagegateway_operations.R

storagegateway_disassociate_file_systemR 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 FORCE_DELETING status. If this value is set to false, the Amazon FSx file system does not disassociate until all data is uploaded.


paws.storage documentation built on May 29, 2024, 2:03 a.m.