interface TimeRangeFilterValueProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.TimeRangeFilterValueProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.TimeRangeFilterValueProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.TimeRangeFilterValueProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » TimeRangeFilterValueProperty |
The value of a time range filter.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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 timeRangeFilterValueProperty: quicksight.CfnDashboard.TimeRangeFilterValueProperty = {
parameter: 'parameter',
rollingDate: {
expression: 'expression',
// the properties below are optional
dataSetIdentifier: 'dataSetIdentifier',
},
staticValue: 'staticValue',
};
Properties
Name | Type | Description |
---|---|---|
parameter? | string | The parameter type input value. |
rolling | IResolvable | Rolling | The rolling date input value. |
static | string | The static input value. |
parameter?
Type:
string
(optional)
The parameter type input value.
rollingDate?
Type:
IResolvable
|
Rolling
(optional)
The rolling date input value.
staticValue?
Type:
string
(optional)
The static input value.