interface RefreshConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDataSet.RefreshConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDataSet.RefreshConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDataSet.RefreshConfigurationProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnDataSet » RefreshConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const refreshConfigurationProperty: quicksight.CfnDataSet.RefreshConfigurationProperty = {
incrementalRefresh: {
lookbackWindow: {
columnName: 'columnName',
size: 123,
sizeUnit: 'sizeUnit',
},
},
};
Properties
| Name | Type | Description |
|---|---|---|
| incremental | IResolvable | Incremental | CfnDataSet.RefreshConfigurationProperty.IncrementalRefresh. |
incrementalRefresh?
Type:
IResolvable | Incremental
(optional)
CfnDataSet.RefreshConfigurationProperty.IncrementalRefresh.

.NET
Java
Python
TypeScript