Amazon Macie · JSON Structure

Amazon Macie Weekly Schedule Structure

Specifies a weekly recurrence pattern for running a classification job.

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

WeeklySchedule 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

dayOfWeek

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-weekly-schedule-structure.json",
  "name": "WeeklySchedule",
  "description": "Specifies a weekly recurrence pattern for running a classification job.",
  "type": "object",
  "properties": {
    "dayOfWeek": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DayOfWeek"
        },
        {
          "description": "The day of the week when Amazon Macie runs the job."
        }
      ]
    }
  }
}