Amazon Entity Resolution · JSON Structure

Amazon Entity Resolution Tag Resource Input Structure

TagResourceInput schema from AWS EntityResolution

Type: object Properties: 1 Required: 1
Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine Learning

TagResourceInput is a JSON Structure definition published by Amazon Entity Resolution, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-structure/amazon-entity-resolution-tag-resource-input-structure.json",
  "name": "TagResourceInput",
  "description": "TagResourceInput schema from AWS EntityResolution",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "The tags used to organize, track, or control access for this resource."
        }
      ]
    }
  },
  "required": [
    "tags"
  ]
}