This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CustomerProfiles::EventTrigger ObjectAttribute
The criteria that a specific object attribute must meet to trigger the destination.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ComparisonOperator" :String, "FieldName" :String, "Source" :String, "Values" :[ String, ... ]}
YAML
ComparisonOperator:StringFieldName:StringSource:StringValues:- String
Properties
ComparisonOperator-
The operator used to compare an attribute against a list of values.
Required: Yes
Type: String
Allowed values:
INCLUSIVE | EXCLUSIVE | CONTAINS | BEGINS_WITH | ENDS_WITH | GREATER_THAN | LESS_THAN | GREATER_THAN_OR_EQUAL | LESS_THAN_OR_EQUAL | EQUAL | BEFORE | AFTER | ON | BETWEEN | NOT_BETWEENUpdate requires: No interruption
FieldName-
A field defined within an object type.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9_.-]+$Minimum:
1Maximum:
64Update requires: No interruption
Source-
An attribute contained within a source object.
Required: No
Type: String
Minimum:
1Maximum:
1000Update requires: No interruption
Values-
The amount of time of the specified unit.
Required: Yes
Type: Array of String
Minimum:
1 | 1Maximum:
255 | 10Update requires: No interruption