AWS::QuickSight::DataSet LookbackWindow - 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::DataSet LookbackWindow

The lookback window setup of an incremental refresh configuration.

Syntax

To declare this entity in your 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