Skip to content

CloudTrail  >  Structures  >  RefreshSchedule

RefreshSchedule

Structure Class

RefreshSchedule dataclass

The schedule for a dashboard refresh.

Attributes

frequency class-attribute instance-attribute
frequency: RefreshScheduleFrequency | None = None

The frequency at which you want the dashboard refreshed.

status class-attribute instance-attribute
status: RefreshScheduleStatus | None = None

Specifies whether the refresh schedule is enabled. Set the value to ENABLED to enable the refresh schedule, or to DISABLED to turn off the refresh schedule.

time_of_day class-attribute instance-attribute
time_of_day: str | None = None

The time of day in UTC to run the schedule; for hourly only refer to minutes; default is 00:00.