Amazon Data Lifecycle Manager · JSON Structure

Tag Structure

A key-value tag pair applied to an AWS resource.

Type: typedMap Properties: 0
BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Tag Structure is a JSON Structure definition published by Amazon Data Lifecycle Manager. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-lifecycle-manager/json-structure/tag-structure.json",
  "title": "Tag",
  "description": "A key-value tag pair applied to an AWS resource.",
  "type": "typedMap",
  "fields": {
    "Key": {
      "type": "str",
      "description": "The tag key"
    },
    "Value": {
      "type": "str",
      "description": "The tag value"
    }
  }
}