Amazon Macie · JSON Structure

Amazon Macie Tag Map Structure

A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.

Type: object Properties: 0
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

TagMap is a JSON Structure definition published by Amazon Macie. 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://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-tag-map-structure.json",
  "name": "TagMap",
  "description": "A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/__string"
  }
}