aws-cdk-lib.aws_quicksight.CfnDataSet.LookbackWindowProperty

interface LookbackWindowProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.LookbackWindowProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_LookbackWindowProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.LookbackWindowProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.LookbackWindowProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSet » LookbackWindowProperty

The lookback window setup of an incremental refresh configuration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const lookbackWindowProperty: quicksight.CfnDataSet.LookbackWindowProperty = {
  columnName: 'columnName',
  size: 123,
  sizeUnit: 'sizeUnit',
};

Properties

NameTypeDescription
columnName?stringThe name of the lookback window column.
size?numberThe lookback window column size.
sizeUnit?stringThe size unit that is used for the lookback window column.

columnName?

Type: string (optional)

The name of the lookback window column.


size?

Type: number (optional)

The lookback window column size.


sizeUnit?

Type: string (optional)

The size unit that is used for the lookback window column.

Valid values for this structure are HOUR , DAY , and WEEK .