Amazon Macie · JSON Structure

Amazon Macie Create Sample Findings Request Structure

CreateSampleFindingsRequest schema from Amazon Macie API

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

CreateSampleFindingsRequest 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

findingTypes

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-create-sample-findings-request-structure.json",
  "name": "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."
        }
      ]
    }
  }
}