ObjectAttribute
The criteria that a specific object attribute must meet to trigger the destination.
Contents
- ComparisonOperator
-
The operator used to compare an attribute against a list of values.
Type: String
Valid 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
Required: Yes
- Values
-
A list of attribute values used for comparison.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
- FieldName
-
A field defined within an object type.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_.-]+$
Required: No
- Source
-
An attribute contained within a source object.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: