aws-cdk-lib.aws_quicksight.CfnTemplate.TimeRangeDrillDownFilterProperty

interface TimeRangeDrillDownFilterProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.TimeRangeDrillDownFilterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TimeRangeDrillDownFilterProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.TimeRangeDrillDownFilterProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.TimeRangeDrillDownFilterProperty
TypeScript 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

NameTypeDescription
columnIResolvable | ColumnIdentifierPropertyThe column that the filter is applied to.
rangeMaximumstringThe maximum value for the filter value range.
rangeMinimumstringThe minimum value for the filter value range.
timeGranularitystringThe level of time precision that is used to aggregate DateTime values.

column

Type: IResolvable | ColumnIdentifierProperty

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.