Interface VoiceIdStartSessionAction.FraudDetectionConfiguration

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
VoiceIdStartSessionAction.FraudDetectionConfiguration.Jsii$Proxy
Enclosing class:
VoiceIdStartSessionAction

@Stability(Experimental) public static interface VoiceIdStartSessionAction.FraudDetectionConfiguration extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for FraudDetectionConfiguration.

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.*;
 FraudDetectionConfiguration fraudDetectionConfiguration = FraudDetectionConfiguration.builder()
         .riskThreshold(List.of("riskThreshold"))
         .watchlistId(List.of("watchlistId"))
         .build();
 
  • Method Details

    • getRiskThreshold

      @Stability(Experimental) @Nullable default List<String> getRiskThreshold()
      (experimental) riskThreshold property.

      Specify an array of string values to match this event if the actual value of riskThreshold 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

    • getWatchlistId

      @Stability(Experimental) @Nullable default List<String> getWatchlistId()
      (experimental) watchlistId property.

      Specify an array of string values to match this event if the actual value of watchlistId 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

      @Stability(Experimental) static VoiceIdStartSessionAction.FraudDetectionConfiguration.Builder builder()
      Returns:
      a VoiceIdStartSessionAction.FraudDetectionConfiguration.Builder of VoiceIdStartSessionAction.FraudDetectionConfiguration