interface DateTimeHierarchyProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.DateTimeHierarchyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DateTimeHierarchyProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.DateTimeHierarchyProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.DateTimeHierarchyProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » DateTimeHierarchyProperty |
The option that determines the hierarchy of any DateTime
fields.
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 dateTimeHierarchyProperty: quicksight.CfnDashboard.DateTimeHierarchyProperty = {
hierarchyId: 'hierarchyId',
// the properties below are optional
drillDownFilters: [{
categoryFilter: {
categoryValues: ['categoryValues'],
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
},
numericEqualityFilter: {
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
value: 123,
},
timeRangeFilter: {
column: {
columnName: 'columnName',
dataSetIdentifier: 'dataSetIdentifier',
},
rangeMaximum: 'rangeMaximum',
rangeMinimum: 'rangeMinimum',
timeGranularity: 'timeGranularity',
},
}],
};
Properties
Name | Type | Description |
---|---|---|
hierarchy | string | The hierarchy ID of the DateTime hierarchy. |
drill | IResolvable | IResolvable | Drill [] | The option that determines the drill down filters for the DateTime hierarchy. |
hierarchyId
Type:
string
The hierarchy ID of the DateTime
hierarchy.
drillDownFilters?
Type:
IResolvable
|
IResolvable
|
Drill
[]
(optional)
The option that determines the drill down filters for the DateTime
hierarchy.