Amazon Macie · Schema

SensitivityInspectionTemplatesEntry

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.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
id object
name object
View JSON Schema on GitHub

JSON Schema

amazon-macie-sensitivity-inspection-templates-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-sensitivity-inspection-templates-entry-schema.json",
  "title": "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."
        }
      ]
    }
  }
}