CacheAttributes

The refresh cache information for the file share or FSx file systems.

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
CacheStaleTimeoutInSeconds object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-cache-attributes-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-cache-attributes-schema.json",
  "title": "CacheAttributes",
  "description": "The refresh cache information for the file share or FSx file systems.",
  "type": "object",
  "properties": {
    "CacheStaleTimeoutInSeconds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CacheStaleTimeoutInSeconds"
        },
        {
          "description": "<p>Refreshes a file share's cache by using Time To Live (TTL). TTL is the length of time since the last refresh after which access to the directory would cause the file gateway to first refresh that directory's contents from the Amazon S3 bucket or Amazon FSx file system. The TTL duration is in seconds.</p> <p>Valid Values:0, 300 to 2,592,000 seconds (5 minutes to 30 days)</p>"
        }
      ]
    }
  }
}