Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway File Share Info Structure

Describes a file share. Only supported S3 File Gateway.

Type: object Properties: 5
BackupFile StorageGatewayHybrid CloudStorage

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

Properties

FileShareType FileShareARN FileShareId FileShareStatus GatewayARN

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-file-share-info-structure.json",
  "name": "FileShareInfo",
  "description": "Describes a file share. Only supported S3 File Gateway.",
  "properties": {
    "FileShareType": {
      "$ref": "#/components/schemas/FileShareType"
    },
    "FileShareARN": {
      "$ref": "#/components/schemas/FileShareARN"
    },
    "FileShareId": {
      "$ref": "#/components/schemas/FileShareId"
    },
    "FileShareStatus": {
      "$ref": "#/components/schemas/FileShareStatus"
    },
    "GatewayARN": {
      "$ref": "#/components/schemas/GatewayARN"
    }
  }
}