Amazon FSx · Schema

Tag

A key-value metadata label applied to an Amazon FSx resource.

File SystemsLustreNetAppOpenZFSStorageWindows

Properties

Name Type Description
Key string Tag key.
Value string Tag value.
View JSON Schema on GitHub

JSON Schema

amazon-fsx-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-fsx/refs/heads/main/json-schema/amazon-fsx-tag-schema.json",
  "title": "Tag",
  "description": "A key-value metadata label applied to an Amazon FSx resource.",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string",
      "description": "Tag key."
    },
    "Value": {
      "type": "string",
      "description": "Tag value."
    }
  },
  "required": [
    "Key",
    "Value"
  ]
}