AWS::CustomerProfiles::EventTrigger ObjectAttribute - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "ComparisonOperator" : String, "FieldName" : String, "Source" : String, "Values" : [ String, ... ] }

YAML

ComparisonOperator: String FieldName: String Source: String Values: - 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_BETWEEN

Update requires: No interruption

FieldName

A field defined within an object type.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_.-]+$

Minimum: 1

Maximum: 64

Update requires: No interruption

Source

An attribute contained within a source object.

Required: No

Type: String

Minimum: 1

Maximum: 1000

Update requires: No interruption

Values

The amount of time of the specified unit.

Required: Yes

Type: Array of String

Minimum: 1 | 1

Maximum: 255 | 10

Update requires: No interruption