interface RollingDateConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.RollingDateConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.RollingDateConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.RollingDateConfigurationProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const rollingDateConfigurationProperty: quicksight.CfnDashboard.RollingDateConfigurationProperty = {
expression: 'expression',
// the properties below are optional
dataSetIdentifier: 'dataSetIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
expression | string | The expression of the rolling date configuration. |
data | string | The 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.