class Aws::Macie2::Types::JobScheduleFrequency

Specifies the recurrence pattern for running a classification job.

@note When making an API call, you may pass JobScheduleFrequency

data as a hash:

    {
      daily_schedule: {
      },
      monthly_schedule: {
        day_of_month: 1,
      },
      weekly_schedule: {
        day_of_week: "SUNDAY", # accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
      },
    }

@!attribute [rw] daily_schedule

Specifies that a classification job runs once a day, every day. This
is an empty object.
@return [Types::DailySchedule]

@!attribute [rw] monthly_schedule

Specifies a monthly recurrence pattern for running a classification
job.
@return [Types::MonthlySchedule]

@!attribute [rw] weekly_schedule

Specifies a weekly recurrence pattern for running a classification
job.
@return [Types::WeeklySchedule]

@see docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobScheduleFrequency AWS API Documentation

Constants

SENSITIVE