Amazon S3 · Schema

S3Tag

ArchiveBackupCloud StorageData StorageObject StorageScalable Storage

Properties

Name Type Description
Key string
Value string
View JSON Schema on GitHub

JSON Schema

amazon-s3-control-s3-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "S3Tag",
  "type": "object",
  "properties": {
    "Key": {
      "type": "string"
    },
    "Value": {
      "type": "string"
    }
  }
}