AWS::QuickSight::RefreshSchedule RefreshScheduleMap - AWS CloudFormation

AWS::QuickSight::RefreshSchedule RefreshScheduleMap

A summary of a configured refresh schedule for a dataset.

Syntax

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

JSON

{ "RefreshType" : String, "ScheduleFrequency" : ScheduleFrequency, "ScheduleId" : String, "StartAfterDateTime" : 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 Amazon QuickSight User Guide.

Required: No

Type: String

Allowed values: FULL_REFRESH | INCREMENTAL_REFRESH

Update 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: 1

Maximum: 128

Update requires: Replacement

StartAfterDateTime

Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS format.

Required: No

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption