Amazon Macie · JSON Structure

Amazon Macie Update Resource Profile Detections Request Structure

UpdateResourceProfileDetectionsRequest schema from Amazon Macie API

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

suppressDataIdentifiers

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-update-resource-profile-detections-request-structure.json",
  "name": "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."
        }
      ]
    }
  }
}