Amazon Macie · Schema

MonthlySchedule

Specifies a monthly recurrence pattern for running a classification job.

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
dayOfMonth object
View JSON Schema on GitHub

JSON Schema

amazon-macie-monthly-schedule-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-monthly-schedule-schema.json",
  "title": "MonthlySchedule",
  "description": "Specifies a monthly recurrence pattern for running a classification job.",
  "type": "object",
  "properties": {
    "dayOfMonth": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "description": "<p>The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through 31.</p> <p>If this value exceeds the number of days in a certain month, Macie doesn't run the job that month. Macie runs the job only during months that have the specified day. For example, if this value is 31 and a month has only 30 days, Macie doesn't run the job that month. To run the job every month, specify a value that's less than 29.</p>"
        }
      ]
    }
  }
}