interface TimeRangeDrillDownFilterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.TimeRangeDrillDownFilterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TimeRangeDrillDownFilterProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.TimeRangeDrillDownFilterProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.TimeRangeDrillDownFilterProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » TimeRangeDrillDownFilterProperty |
The time range drill down 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 timeRangeDrillDownFilterProperty: quicksight.CfnTemplate.TimeRangeDrillDownFilterProperty = {
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
rangeMaximum: 'rangeMaximum',
rangeMinimum: 'rangeMinimum',
timeGranularity: 'timeGranularity',
};
Properties
Name | Type | Description |
---|---|---|
column | IResolvable | Column | The column that the filter is applied to. |
range | string | The maximum value for the filter value range. |
range | string | The minimum value for the filter value range. |
time | string | The level of time precision that is used to aggregate DateTime values. |
column
Type:
IResolvable
|
Column
The column that the filter is applied to.
rangeMaximum
Type:
string
The maximum value for the filter value range.
rangeMinimum
Type:
string
The minimum value for the filter value range.
timeGranularity
Type:
string
The level of time precision that is used to aggregate DateTime
values.