aws-cdk-lib.aws_quicksight.CfnDataSet.RefreshConfigurationProperty

interface RefreshConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSet.RefreshConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSet_RefreshConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSet.RefreshConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDataSet.RefreshConfigurationProperty
TypeScript 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

NameTypeDescription
incrementalRefresh?IResolvable | IncrementalRefreshPropertyThe incremental refresh for the dataset.

incrementalRefresh?

Type: IResolvable | IncrementalRefreshProperty (optional)

The incremental refresh for the dataset.