AWS::QuickSight::RefreshSchedule RefreshOnDay
The day that you want yout dataset to refresh.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DayOfMonth" :String, "DayOfWeek" :String}
YAML
DayOfMonth:StringDayOfWeek:String
Properties
DayOfMonth-
The day of the month that you want your dataset to refresh. This value is required for monthly refresh intervals.
Required: No
Type: String
Update requires: No interruption
DayOfWeek-
The day of the week that you want to schedule the refresh on. This value is required for weekly and monthly refresh intervals.
Required: No
Type: String
Update requires: No interruption