RegistrationConfig
The registration configuration to be used during the batch fraudster registration job.
Contents
- DuplicateRegistrationAction
-
The action to take when a fraudster is identified as a duplicate. The default action is
SKIP
, which skips registering the duplicate fraudster. Setting the value toREGISTER_AS_NEW
always registers a new fraudster into the specified domain.Type: String
Valid Values:
SKIP | REGISTER_AS_NEW
Required: No
- FraudsterSimilarityThreshold
-
The minimum similarity score between the new and old fraudsters in order to consider the new fraudster a duplicate.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
- WatchlistIds
-
The identifiers of watchlists that a fraudster is registered to. If a watchlist isn't provided, the fraudsters are registered to the default watchlist.
Type: Array of strings
Array Members: Fixed number of 1 item.
Length Constraints: Fixed length of 22.
Pattern:
^[a-zA-Z0-9]{22}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: