Amazon Macie · JSON Structure

Amazon Macie Sensitivity Inspection Templates Entry Structure

Provides information about the sensitivity inspection template for an Amazon Macie account. Macie uses the template's settings when it performs automated sensitive data discovery for the account.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

SensitivityInspectionTemplatesEntry is a JSON Structure definition published by Amazon Macie, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name

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-sensitivity-inspection-templates-entry-structure.json",
  "name": "SensitivityInspectionTemplatesEntry",
  "description": "Provides information about the sensitivity inspection template for an Amazon Macie account. Macie uses the template's settings when it performs automated sensitive data discovery for the account.",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The unique identifier for the sensitivity inspection template."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the sensitivity inspection template: automated-sensitive-data-discovery."
        }
      ]
    }
  }
}