Interface DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig.Jsii$Proxy
Enclosing class:
DomainEvents.VoiceIdBatchSpeakerEnrollmentAction

@Stability(Experimental) public static interface DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for FraudDetectionConfig.

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();
 
  • Method Details

    • getFraudDetectionAction

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getFraudDetectionThreshold

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getWatchlistIds

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig.Builder of DomainEvents.VoiceIdBatchSpeakerEnrollmentAction.FraudDetectionConfig