AWS::Pinpoint::Campaign MetricDimension
Specifies metric-based criteria for including or excluding endpoints from a segment. These criteria derive from custom metrics that you define for endpoints.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ComparisonOperator" :
String
, "Value" :Double
}
YAML
ComparisonOperator:
String
Value:Double
Properties
ComparisonOperator
-
The operator to use when comparing metric values. Valid values are:
GREATER_THAN
,LESS_THAN
,GREATER_THAN_OR_EQUAL
,LESS_THAN_OR_EQUAL
, andEQUAL
.Required: No
Type: String
Update requires: No interruption
Value
-
The value to compare.
Required: No
Type: Double
Update requires: No interruption