Class CfnDetector.RuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.frauddetector.CfnDetector.RuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetector.RuleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetector.RuleProperty
@Stability(Stable)
@Internal
public static final class CfnDetector.RuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetector.RuleProperty
An implementation for
CfnDetector.RuleProperty
-
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.CfnDetector.RuleProperty
CfnDetector.RuleProperty.Builder, CfnDetector.RuleProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDetector.RuleProperty.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 String
getArn()
The rule ARN.final String
Timestamp for when the rule was created.final String
The rule description.final String
The detector for which the rule is associated.final String
The rule expression.final String
The rule language.final String
Timestamp for when the rule was last updated.final Object
The rule outcome.final String
The rule ID.final String
The rule 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 theCfnDetector.RuleProperty.Builder
.
-
-
Method Details
-
getArn
Description copied from interface:CfnDetector.RuleProperty
The rule ARN.- Specified by:
getArn
in interfaceCfnDetector.RuleProperty
-
getCreatedTime
Description copied from interface:CfnDetector.RuleProperty
Timestamp for when the rule was created.- Specified by:
getCreatedTime
in interfaceCfnDetector.RuleProperty
-
getDescription
Description copied from interface:CfnDetector.RuleProperty
The rule description.- Specified by:
getDescription
in interfaceCfnDetector.RuleProperty
-
getDetectorId
Description copied from interface:CfnDetector.RuleProperty
The detector for which the rule is associated.- Specified by:
getDetectorId
in interfaceCfnDetector.RuleProperty
-
getExpression
Description copied from interface:CfnDetector.RuleProperty
The rule expression.A rule expression captures the business logic. For more information, see Rule language reference .
- Specified by:
getExpression
in interfaceCfnDetector.RuleProperty
-
getLanguage
Description copied from interface:CfnDetector.RuleProperty
The rule language.- Specified by:
getLanguage
in interfaceCfnDetector.RuleProperty
-
getLastUpdatedTime
Description copied from interface:CfnDetector.RuleProperty
Timestamp for when the rule was last updated.- Specified by:
getLastUpdatedTime
in interfaceCfnDetector.RuleProperty
-
getOutcomes
Description copied from interface:CfnDetector.RuleProperty
The rule outcome.- Specified by:
getOutcomes
in interfaceCfnDetector.RuleProperty
-
getRuleId
Description copied from interface:CfnDetector.RuleProperty
The rule ID.- Specified by:
getRuleId
in interfaceCfnDetector.RuleProperty
-
getRuleVersion
Description copied from interface:CfnDetector.RuleProperty
The rule version.- Specified by:
getRuleVersion
in interfaceCfnDetector.RuleProperty
-
getTags
Description copied from interface:CfnDetector.RuleProperty
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnDetector.RuleProperty
-
$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()
-