Amazon Storage Gateway Disassociate File System Input Structure
DisassociateFileSystemInput schema from Amazon Storage Gateway API
Type: objectProperties: 2Required: 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.
{
"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"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.