aws-cdk-lib.aws_quicksight.CfnDashboard.RollingDateConfigurationProperty

interface RollingDateConfigurationProperty

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

The rolling date configuration of a date time filter.

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 rollingDateConfigurationProperty: quicksight.CfnDashboard.RollingDateConfigurationProperty = {
  expression: 'expression',

  // the properties below are optional
  dataSetIdentifier: 'dataSetIdentifier',
};

Properties

NameTypeDescription
expressionstringThe expression of the rolling date configuration.
dataSetIdentifier?stringThe data set that is used in the rolling date configuration.

expression

Type: string

The expression of the rolling date configuration.


dataSetIdentifier?

Type: string (optional)

The data set that is used in the rolling date configuration.