Package-level declarations

Types

Link copied to clipboard
enum DetectorEventVariableDataSource : Enum<DetectorEventVariableDataSource> , ConvertibleToJava<DetectorEventVariableDataSource>

The data source of the event variable. Valid values: EVENT | EXTERNAL_MODEL_SCORE When defining a variable within a detector, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

Link copied to clipboard
enum DetectorEventVariableDataType : Enum<DetectorEventVariableDataType> , ConvertibleToJava<DetectorEventVariableDataType>

The data type of the event variable. Valid values: STRING | INTEGER | BOOLEAN | FLOAT

Link copied to clipboard
enum DetectorEventVariableVariableType : Enum<DetectorEventVariableVariableType> , ConvertibleToJava<DetectorEventVariableVariableType>

The type of event variable. For more information, see Variable types .

Link copied to clipboard
enum DetectorRuleExecutionMode : Enum<DetectorRuleExecutionMode> , ConvertibleToJava<DetectorRuleExecutionMode>

The rule execution mode for the rules included in the detector version. Valid values: FIRST_MATCHED | ALL_MATCHED Default value: FIRST_MATCHED You can define and edit the rule mode at the detector version level, when it is in draft status. If you specify FIRST_MATCHED , Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule. If you specifiy ALL_MATCHED , Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules.

Link copied to clipboard
enum DetectorRuleLanguage : Enum<DetectorRuleLanguage> , ConvertibleToJava<DetectorRuleLanguage>

The rule language. Valid Value: DETECTORPL

Link copied to clipboard
enum DetectorVersionStatus : Enum<DetectorVersionStatus> , ConvertibleToJava<DetectorVersionStatus>

The desired detector version status for the detector

Link copied to clipboard
enum EventTypeEventVariableDataSource : Enum<EventTypeEventVariableDataSource> , ConvertibleToJava<EventTypeEventVariableDataSource>

The source of the event variable. Valid values: EVENT | EXTERNAL_MODEL_SCORE When defining a variable within a event type, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

Link copied to clipboard
enum EventTypeEventVariableDataType : Enum<EventTypeEventVariableDataType> , ConvertibleToJava<EventTypeEventVariableDataType>

The data type of the event variable. For more information, see Data types .

Link copied to clipboard
enum EventTypeEventVariableVariableType : Enum<EventTypeEventVariableVariableType> , ConvertibleToJava<EventTypeEventVariableVariableType>

The type of event variable. For more information, see Variable types .

Link copied to clipboard
enum VariableDataSource : Enum<VariableDataSource> , ConvertibleToJava<VariableDataSource>

The source of the data.

Link copied to clipboard
enum VariableDataType : Enum<VariableDataType> , ConvertibleToJava<VariableDataType>

The data type.

Link copied to clipboard
enum VariableType : Enum<VariableType> , ConvertibleToJava<VariableType>

The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types