interface RollingDateConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.RollingDateConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_RollingDateConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.RollingDateConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.RollingDateConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const rollingDateConfigurationProperty: quicksight_mixins.CfnDashboardPropsMixin.RollingDateConfigurationProperty = {
dataSetIdentifier: 'dataSetIdentifier',
expression: 'expression',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | string | The data set that is used in the rolling date configuration. |
| expression? | string | The expression of the rolling date configuration. |
dataSetIdentifier?
Type:
string
(optional)
The data set that is used in the rolling date configuration.
expression?
Type:
string
(optional)
The expression of the rolling date configuration.

.NET
Go
Java
Python
TypeScript