Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Disassociate File System Input Structure

DisassociateFileSystemInput schema from Amazon Storage Gateway API

Type: object Properties: 2 Required: 1
BackupFile StorageGatewayHybrid CloudStorage

DisassociateFileSystemInput is a JSON Structure definition published by Amazon Storage Gateway, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FileSystemAssociationARN ForceDelete

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-disassociate-file-system-input-structure.json",
  "name": "DisassociateFileSystemInput",
  "description": "DisassociateFileSystemInput schema from Amazon Storage Gateway API",
  "properties": {
    "FileSystemAssociationARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FileSystemAssociationARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the file system association to be deleted."
        }
      ]
    },
    "ForceDelete": {
      "allOf": [
        {
          "$ref": "#/components/schemas/boolean"
        },
        {
          "description": "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 <code>FORCE_DELETING</code> status. If this value is set to false, the Amazon FSx file system does not disassociate until all data is uploaded."
        }
      ]
    }
  },
  "required": [
    "FileSystemAssociationARN"
  ]
}