Amazon Macie · JSON Structure

Amazon Macie Tag Resource Request Structure

TagResourceRequest schema from Amazon Macie API

Type: object Properties: 1 Required: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

TagResourceRequest is a JSON Structure definition published by Amazon Macie, 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-macie/refs/heads/main/json-structure/amazon-macie-tag-resource-request-structure.json",
  "name": "TagResourceRequest",
  "description": "TagResourceRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "<p>A map of key-value pairs that specifies the tags to associate with the resource.</p> <p>A resource can have a maximum of 50 tags. Each tag consists of a tag key and an associated tag value. The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.</p>"
        }
      ]
    }
  },
  "required": [
    "tags"
  ]
}