Interface DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig.Jsii$Proxy
- Enclosing class:
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction
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.*;
FraudDetectionConfig fraudDetectionConfig = FraudDetectionConfig.builder()
.fraudDetectionAction(List.of("fraudDetectionAction"))
.fraudDetectionThreshold(List.of("fraudDetectionThreshold"))
.watchlistIds(List.of("watchlistIds"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forDomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) fraudDetectionAction property.(experimental) fraudDetectionThreshold property.(experimental) watchlistIds property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFraudDetectionAction
(experimental) fraudDetectionAction property.Specify an array of string values to match this event if the actual value of fraudDetectionAction 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
-
getFraudDetectionThreshold
(experimental) fraudDetectionThreshold property.Specify an array of string values to match this event if the actual value of fraudDetectionThreshold 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.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig.Builder builder()
-