Amazon Macie · JSON Structure

Amazon Macie Get Findings Request Structure

GetFindingsRequest schema from Amazon Macie API

Type: object Properties: 2 Required: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

GetFindingsRequest is a JSON Structure definition published by Amazon Macie, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

findingIds sortCriteria

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-findings-request-structure.json",
  "name": "GetFindingsRequest",
  "description": "GetFindingsRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "findingIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOf__string"
        },
        {
          "description": "An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array."
        }
      ]
    },
    "sortCriteria": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SortCriteria"
        },
        {
          "description": "The criteria for sorting the results of the request."
        }
      ]
    }
  },
  "required": [
    "findingIds"
  ]
}