aws-cdk-lib.aws_quicksight.CfnTopic.RangeConstantProperty

interface RangeConstantProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTopic.RangeConstantProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_RangeConstantProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTopic.RangeConstantProperty
Pythonaws_cdk.aws_quicksight.CfnTopic.RangeConstantProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTopic » RangeConstantProperty

The value of the constant that is used to specify the endpoints of a range 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 rangeConstantProperty: quicksight.CfnTopic.RangeConstantProperty = {
  maximum: 'maximum',
  minimum: 'minimum',
};

Properties

NameTypeDescription
maximum?stringThe maximum value for a range constant.
minimum?stringThe minimum value for a range constant.

maximum?

Type: string (optional)

The maximum value for a range constant.


minimum?

Type: string (optional)

The minimum value for a range constant.