FileShareInfo

Describes a file share. Only supported S3 File Gateway.

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
FileShareType object
FileShareARN object
FileShareId object
FileShareStatus object
GatewayARN object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-file-share-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-file-share-info-schema.json",
  "title": "FileShareInfo",
  "description": "Describes a file share. Only supported S3 File Gateway.",
  "type": "object",
  "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"
    }
  }
}