Amazon Macie · Schema

UpdateResourceProfileDetectionsRequest

UpdateResourceProfileDetectionsRequest schema from Amazon Macie API

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
suppressDataIdentifiers object
View JSON Schema on GitHub

JSON Schema

amazon-macie-update-resource-profile-detections-request-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-update-resource-profile-detections-request-schema.json",
  "title": "UpdateResourceProfileDetectionsRequest",
  "description": "UpdateResourceProfileDetectionsRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "suppressDataIdentifiers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfSuppressDataIdentifier"
        },
        {
          "description": "An array of objects, one for each custom data identifier or managed data identifier that detected the type of sensitive data to start excluding or including in the bucket's score. To start including all sensitive data types in the score, don't specify any values for this array."
        }
      ]
    }
  }
}