Amazon Macie · JSON Structure

Amazon Macie Criterion Structure

Specifies a condition that defines a property, operator, and one or more values to filter the results of a query for findings. The number of values depends on the property and operator specified by the condition. For information about defining filter conditions, see Fundamentals of filtering findings in the Amazon Macie User Guide.

Type: object Properties: 0
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

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-criterion-structure.json",
  "name": "Criterion",
  "description": "Specifies a condition that defines a property, operator, and one or more values to filter the results of a query for findings. The number of values depends on the property and operator specified by the condition. For information about defining filter conditions, see <a href=\"https://docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html\">Fundamentals of filtering findings</a> in the <i>Amazon Macie User Guide</i>.",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/CriterionAdditionalProperties"
  }
}