AWS::QuickSight::DataSet LookbackWindow - AWS CloudFormation

AWS::QuickSight::DataSet LookbackWindow

The lookback window setup of an incremental refresh configuration.

Syntax

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