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
  • 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

      protected Jsii$Proxy(CfnDetectorProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDetectorProps.Builder.
  • Method Details

    • getDetectorId

      public final String getDetectorId()
      Description copied from interface: CfnDetectorProps
      The name of the detector.
      Specified by:
      getDetectorId in interface CfnDetectorProps
    • getEventType

      public final Object getEventType()
      Description copied from interface: CfnDetectorProps
      The event type associated with this detector.
      Specified by:
      getEventType in interface CfnDetectorProps
    • getRules

      public final Object getRules()
      Description copied from interface: CfnDetectorProps
      The rules to include in the detector version.
      Specified by:
      getRules in interface CfnDetectorProps
    • getAssociatedModels

      public final Object 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 interface CfnDetectorProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnDetectorProps
      The detector description.
      Specified by:
      getDescription in interface CfnDetectorProps
    • getDetectorVersionStatus

      public final String 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 interface CfnDetectorProps
    • getRuleExecutionMode

      public final String 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 interface CfnDetectorProps
    • getTags

      public final List<CfnTag> 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 interface CfnDetectorProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object