AWS::QuickSight::RefreshSchedule RefreshOnDay - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::RefreshSchedule RefreshOnDay

The day that you want yout dataset to refresh.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DayOfMonth" : String, "DayOfWeek" : String }

YAML

DayOfMonth: String DayOfWeek: 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

Minimum: 1

Maximum: 128

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

Allowed values: SUNDAY | MONDAY | TUESDAY | WEDNESDAY | THURSDAY | FRIDAY | SATURDAY

Update requires: No interruption