AWS::QuickSight::DataSet LookbackWindow - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::DataSet LookbackWindow

The lookback window setup of an incremental refresh configuration.

Syntax

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

JSON

{ "ColumnName" : String, "Size" : Number, "SizeUnit" : String }

YAML

ColumnName: String Size: Number SizeUnit: String

Properties

ColumnName

The name of the lookback window column.

Required: Yes

Type: String

Update requires: No interruption

Size

The lookback window column size.

Required: Yes

Type: Number

Minimum: 1

Update requires: No interruption

SizeUnit

The size unit that is used for the lookback window column. Valid values for this structure are HOUR, DAY, and WEEK.

Required: Yes

Type: String

Allowed values: HOUR | DAY | WEEK

Update requires: No interruption