Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway List File System Associations Input Structure

ListFileSystemAssociationsInput schema from Amazon Storage Gateway API

Type: object Properties: 3
BackupFile StorageGatewayHybrid CloudStorage

ListFileSystemAssociationsInput is a JSON Structure definition published by Amazon Storage Gateway, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GatewayARN Limit Marker

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-list-file-system-associations-input-structure.json",
  "name": "ListFileSystemAssociationsInput",
  "description": "ListFileSystemAssociationsInput schema from Amazon Storage Gateway API",
  "properties": {
    "GatewayARN": {
      "$ref": "#/components/schemas/GatewayARN"
    },
    "Limit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PositiveIntObject"
        },
        {
          "description": "The maximum number of file system associations to return in the response. If present, <code>Limit</code> must be an integer with a value greater than zero. Optional."
        }
      ]
    },
    "Marker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Marker"
        },
        {
          "description": "Opaque pagination token returned from a previous <code>ListFileSystemAssociations</code> operation. If present, <code>Marker</code> specifies where to continue the list from after a previous call to <code>ListFileSystemAssociations</code>. Optional."
        }
      ]
    }
  }
}