Amazon Macie · Schema

CreateSampleFindingsRequest

CreateSampleFindingsRequest schema from Amazon Macie API

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
findingTypes object
View JSON Schema on GitHub

JSON Schema

amazon-macie-create-sample-findings-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-create-sample-findings-request-schema.json",
  "title": "CreateSampleFindingsRequest",
  "description": "CreateSampleFindingsRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "findingTypes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfFindingType"
        },
        {
          "description": "An array of finding types, one for each type of sample finding to create. To create a sample of every type of finding that Amazon Macie supports, don't include this array in your request."
        }
      ]
    }
  }
}