Class CfnDetectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.frauddetector.CfnDetectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorProps
@Stability(Stable)
@Internal
public static final class CfnDetectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorProps
An implementation for
CfnDetectorProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.frauddetector.CfnDetectorProps
CfnDetectorProps.Builder, CfnDetectorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDetectorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDetectorProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The models to associate with this detector.final String
The detector description.final String
The name of the detector.final String
The status of the detector version.final Object
The event type associated with this detector.final String
The rule execution mode for the rules included in the detector version.final Object
getRules()
The rules to include in the detector version.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDetectorProps.Builder
.
-
-
Method Details
-
getDetectorId
Description copied from interface:CfnDetectorProps
The name of the detector.- Specified by:
getDetectorId
in interfaceCfnDetectorProps
- See Also:
-
getEventType
Description copied from interface:CfnDetectorProps
The event type associated with this detector.- Specified by:
getEventType
in interfaceCfnDetectorProps
- See Also:
-
getRules
Description copied from interface:CfnDetectorProps
The rules to include in the detector version.- Specified by:
getRules
in interfaceCfnDetectorProps
- See Also:
-
getAssociatedModels
Description copied from interface:CfnDetectorProps
The models to associate with this detector.You must provide the ARNs of all the models you want to associate.
- Specified by:
getAssociatedModels
in interfaceCfnDetectorProps
- See Also:
-
getDescription
Description copied from interface:CfnDetectorProps
The detector description.- Specified by:
getDescription
in interfaceCfnDetectorProps
- See Also:
-
getDetectorVersionStatus
Description copied from interface:CfnDetectorProps
The status of the detector version.If a value is not provided for this property, AWS CloudFormation assumes
DRAFT
status.Valid values:
ACTIVE | DRAFT
- Specified by:
getDetectorVersionStatus
in interfaceCfnDetectorProps
- See Also:
-
getRuleExecutionMode
Description copied from interface:CfnDetectorProps
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.- Specified by:
getRuleExecutionMode
in interfaceCfnDetectorProps
- See Also:
-
getTags
Description copied from interface:CfnDetectorProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnDetectorProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-