Amazon Data Lifecycle Manager · JSON Structure

Tag Resource Request Structure

Request body for adding tags to a resource.

Type: typedMap Properties: 0
BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Tag Resource Request 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-resource-request-structure.json",
  "title": "Tag Resource Request",
  "description": "Request body for adding tags to a resource.",
  "type": "typedMap",
  "fields": {
    "Tags": {
      "type": "map",
      "description": "Tags"
    }
  }
}