Class CfnDetectorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorMixinProps
CfnDetectorMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.frauddetector.CfnDetectorMixinProps
CfnDetectorMixinProps.Builder, CfnDetectorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDetectorMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDetectorMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe models to associate with this detector.final StringThe detector description.final StringThe name of the detector.final StringThe status of the detector version.final ObjectThe event type associated with this detector.final StringThe rule execution mode for the rules included in the detector version.final ObjectgetRules()The rules to include in the detector version.getTags()An array of key-value pairs to apply to this resource.final inthashCode()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 theCfnDetectorMixinProps.Builder.
-
-
Method Details
-
getAssociatedModels
Description copied from interface:CfnDetectorMixinPropsThe models to associate with this detector.You must provide the ARNs of all the models you want to associate.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDetectorPropsMixin.ModelProperty>- Specified by:
getAssociatedModelsin interfaceCfnDetectorMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDetectorMixinPropsThe detector description.- Specified by:
getDescriptionin interfaceCfnDetectorMixinProps- See Also:
-
getDetectorId
Description copied from interface:CfnDetectorMixinPropsThe name of the detector.- Specified by:
getDetectorIdin interfaceCfnDetectorMixinProps- See Also:
-
getDetectorVersionStatus
Description copied from interface:CfnDetectorMixinPropsThe status of the detector version.If a value is not provided for this property, AWS CloudFormation assumes
DRAFTstatus.Valid values:
ACTIVE | DRAFT- Specified by:
getDetectorVersionStatusin interfaceCfnDetectorMixinProps- See Also:
-
getEventType
Description copied from interface:CfnDetectorMixinPropsThe event type associated with this detector.Returns union: either
IResolvableorCfnDetectorPropsMixin.EventTypeProperty- Specified by:
getEventTypein interfaceCfnDetectorMixinProps- See Also:
-
getRuleExecutionMode
Description copied from interface:CfnDetectorMixinPropsThe rule execution mode for the rules included in the detector version.Valid values:
FIRST_MATCHED | ALL_MATCHEDDefault value:FIRST_MATCHEDYou 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:
getRuleExecutionModein interfaceCfnDetectorMixinProps- See Also:
-
getRules
Description copied from interface:CfnDetectorMixinPropsThe rules to include in the detector version.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDetectorPropsMixin.RuleProperty>- Specified by:
getRulesin interfaceCfnDetectorMixinProps- See Also:
-
getTags
Description copied from interface:CfnDetectorMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetectorMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-