Amazon Macie · JSON Structure

Amazon Macie Get Sensitivity Inspection Template Response Structure

GetSensitivityInspectionTemplateResponse schema from Amazon Macie API

Type: object Properties: 5
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

description excludes includes name sensitivityInspectionTemplateId

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-get-sensitivity-inspection-template-response-structure.json",
  "name": "GetSensitivityInspectionTemplateResponse",
  "description": "GetSensitivityInspectionTemplateResponse schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The custom description of the template."
        }
      ]
    },
    "excludes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitivityInspectionTemplateExcludes"
        },
        {
          "description": " <p>The managed data identifiers that are explicitly excluded (not used) when analyzing data.</p>"
        }
      ]
    },
    "includes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitivityInspectionTemplateIncludes"
        },
        {
          "description": "The allow lists, custom data identifiers, and managed data identifiers that are included (used) when analyzing data."
        }
      ]
    },
    "name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the template: automated-sensitive-data-discovery."
        }
      ]
    },
    "sensitivityInspectionTemplateId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitivityInspectionTemplateId"
        },
        {
          "description": "The unique identifier for the template."
        }
      ]
    }
  }
}