interface ThresholdProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CustomerProfiles.CfnCalculatedAttributeDefinition.ThresholdProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnCalculatedAttributeDefinition_ThresholdProperty |
Java | software.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinition.ThresholdProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
operator | string | The operator of the threshold. |
value | string | The value of the threshold. |
operator
Type:
string
The operator of the threshold.
value
Type:
string
The value of the threshold.