aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinition.ThresholdProperty

interface ThresholdProperty

LanguageType name
.NETAmazon.CDK.AWS.CustomerProfiles.CfnCalculatedAttributeDefinition.ThresholdProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnCalculatedAttributeDefinition_ThresholdProperty
Javasoftware.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinition.ThresholdProperty
Pythonaws_cdk.aws_customerprofiles.CfnCalculatedAttributeDefinition.ThresholdProperty
TypeScript aws-cdk-lib » aws_customerprofiles » CfnCalculatedAttributeDefinition » ThresholdProperty

The threshold for the calculated attribute.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const thresholdProperty: customerprofiles.CfnCalculatedAttributeDefinition.ThresholdProperty = {
  operator: 'operator',
  value: 'value',
};

Properties

NameTypeDescription
operatorstringThe operator of the threshold.
valuestringThe value of the threshold.

operator

Type: string

The operator of the threshold.


value

Type: string

The value of the threshold.