interface RollingDateConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.RollingDateConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_RollingDateConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.RollingDateConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.RollingDateConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const rollingDateConfigurationProperty: quicksight.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