interface RefreshConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSet.RefreshConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_RefreshConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSet.RefreshConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSet.RefreshConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDataSet » RefreshConfigurationProperty |
The refresh configuration of a dataset.
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 refreshConfigurationProperty: quicksight.CfnDataSet.RefreshConfigurationProperty = {
incrementalRefresh: {
lookbackWindow: {
columnName: 'columnName',
size: 123,
sizeUnit: 'sizeUnit',
},
},
};
Properties
Name | Type | Description |
---|---|---|
incremental | IResolvable | Incremental | The incremental refresh for the dataset. |
incrementalRefresh
Type:
IResolvable
|
Incremental
The incremental refresh for the dataset.