Delete File Share
storagegateway_delete_file_share | R Documentation |
Deletes a file share from an S3 File Gateway¶
Description¶
Deletes a file share from an S3 File Gateway. This operation is only supported for S3 File Gateways.
Usage¶
storagegateway_delete_file_share(FileShareARN, ForceDelete)
Arguments¶
FileShareARN |
[required] The Amazon Resource Name (ARN) of the file share to be deleted. |
ForceDelete |
If this value is set to Valid Values: |
Value¶
A list with the following syntax:
list(
FileShareARN = "string"
)
Request syntax¶
svc$delete_file_share(
FileShareARN = "string",
ForceDelete = TRUE|FALSE
)