This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::RefreshSchedule RefreshScheduleMap
A summary of a configured refresh schedule for a dataset.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "RefreshType" :String, "ScheduleFrequency" :ScheduleFrequency, "ScheduleId" :String, "StartAfterDateTime" :String}
YAML
RefreshType:StringScheduleFrequency:ScheduleFrequencyScheduleId:StringStartAfterDateTime:String
Properties
RefreshType-
The type of refresh that a dataset undergoes. Valid values are as follows:
-
FULL_REFRESH: A complete refresh of a dataset. -
INCREMENTAL_REFRESH: A partial refresh of some rows of a dataset, based on the time window specified.
For more information on full and incremental refreshes, see Refreshing SPICE data in the Quick Suite User Guide.
Required: No
Type: String
Allowed values:
FULL_REFRESH | INCREMENTAL_REFRESHUpdate requires: No interruption
-
ScheduleFrequency-
The frequency for the refresh schedule.
Required: No
Type: ScheduleFrequency
Update requires: No interruption
ScheduleId-
An identifier for the refresh schedule.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: Replacement
StartAfterDateTime-
Time after which the refresh schedule can be started, expressed in
YYYY-MM-DDTHH:MM:SSformat.Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption