Amazon Macie · JSON Structure

Amazon Macie Finding Criteria Structure

Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

FindingCriteria 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

criterion

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-finding-criteria-structure.json",
  "name": "FindingCriteria",
  "description": "Specifies, as a map, one or more property-based conditions that filter the results of a query for findings.",
  "type": "object",
  "properties": {
    "criterion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Criterion"
        },
        {
          "description": "A condition that specifies the property, operator, and one or more values to use to filter the results."
        }
      ]
    }
  }
}