@Stability(value=Stable) @Internal public static final class CfnDetectorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetectorProps
CfnDetectorPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDetectorProps.Builder, CfnDetectorProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDetectorProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDetectorProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAssociatedModels()
The models to associate with this detector.
|
String |
getDescription()
The detector description.
|
String |
getDetectorId()
The name of the detector.
|
String |
getDetectorVersionStatus()
The status of the detector version.
|
Object |
getEventType()
The event type associated with this detector.
|
String |
getRuleExecutionMode()
The rule execution mode for the rules included in the detector version.
|
Object |
getRules()
The rules to include in the detector version.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDetectorProps.Builder builder)
CfnDetectorProps.Builder.public final String getDetectorId()
CfnDetectorPropsgetDetectorId in interface CfnDetectorPropspublic final Object getEventType()
CfnDetectorPropsgetEventType in interface CfnDetectorPropspublic final Object getRules()
CfnDetectorPropsgetRules in interface CfnDetectorPropspublic final Object getAssociatedModels()
CfnDetectorPropsYou must provide the ARNs of all the models you want to associate.
getAssociatedModels in interface CfnDetectorPropspublic final String getDescription()
CfnDetectorPropsgetDescription in interface CfnDetectorPropspublic final String getDetectorVersionStatus()
CfnDetectorProps
If a value is not provided for this property, AWS CloudFormation assumes DRAFT status.
Valid values: ACTIVE | DRAFT
getDetectorVersionStatus in interface CfnDetectorPropspublic final String getRuleExecutionMode()
CfnDetectorProps
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.
getRuleExecutionMode in interface CfnDetectorPropspublic final List<CfnTag> getTags()
CfnDetectorPropsFor more information, see Tag .
getTags in interface CfnDetectorProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.