interface LookbackWindowProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSet.LookbackWindowProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_LookbackWindowProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSet.LookbackWindowProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSet.LookbackWindowProperty |
![]() | 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
Name | Type | Description |
---|---|---|
column | string | The name of the lookback window column. |
size | number | The lookback window column size. |
size | string | The size unit that is used for the lookback window column. |
columnName
Type:
string
The name of the lookback window column.
size
Type:
number
The lookback window column size.
sizeUnit
Type:
string
The size unit that is used for the lookback window column.
Valid values for this structure are HOUR
, DAY
, and WEEK
.