Interface DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud.Jsii$Proxy
- Enclosing class:
DomainEvents.VoiceIdEvaluateSessionAction
@Stability(Experimental)
public static interface DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud
extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for Configuration_Fraud.
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.*;
ConfigurationFraud configurationFraud = ConfigurationFraud.builder()
.riskThreshold(List.of("riskThreshold"))
.watchlistId(List.of("watchlistId"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forDomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) riskThreshold property.(experimental) watchlistId property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static DomainEvents.VoiceIdEvaluateSessionAction.ConfigurationFraud.Builder builder()
-