Interface DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Jsii$Proxy
- Enclosing class:
DomainEvents.VoiceIdBatchFraudsterRegistrationAction
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.voiceid.events.*;
RegistrationConfig registrationConfig = RegistrationConfig.builder()
.duplicateRegistrationAction(List.of("duplicateRegistrationAction"))
.fraudsterSimilarityThreshold(List.of("fraudsterSimilarityThreshold"))
.watchlistIds(List.of("watchlistIds"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forDomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) duplicateRegistrationAction property.(experimental) fraudsterSimilarityThreshold property.(experimental) watchlistIds property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDuplicateRegistrationAction
(experimental) duplicateRegistrationAction property.Specify an array of string values to match this event if the actual value of duplicateRegistrationAction is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getFraudsterSimilarityThreshold
(experimental) fraudsterSimilarityThreshold property.Specify an array of string values to match this event if the actual value of fraudsterSimilarityThreshold is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getWatchlistIds
(experimental) watchlistIds property.Specify an array of string values to match this event if the actual value of watchlistIds is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static DomainEvents.VoiceIdBatchFraudsterRegistrationAction.RegistrationConfig.Builder builder()
-