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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.frauddetector.CfnDetector.RuleProperty
CfnDetector.RuleProperty.Builder, CfnDetector.RuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetector.RuleProperty.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 StringgetArn()The rule ARN.final StringTimestamp for when the rule was created.final StringThe rule description.final StringThe detector for which the rule is associated.final StringThe rule expression.final StringThe rule language.final StringTimestamp for when the rule was last updated.final ObjectThe rule outcome.final StringThe rule ID.final StringThe rule 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 theCfnDetector.RuleProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnDetector.RulePropertyThe rule ARN.- Specified by:
getArnin interfaceCfnDetector.RuleProperty- See Also:
-
getCreatedTime
Description copied from interface:CfnDetector.RulePropertyTimestamp for when the rule was created.- Specified by:
getCreatedTimein interfaceCfnDetector.RuleProperty- See Also:
-
getDescription
Description copied from interface:CfnDetector.RulePropertyThe rule description.- Specified by:
getDescriptionin interfaceCfnDetector.RuleProperty- See Also:
-
getDetectorId
Description copied from interface:CfnDetector.RulePropertyThe detector for which the rule is associated.- Specified by:
getDetectorIdin interfaceCfnDetector.RuleProperty- See Also:
-
getExpression
Description copied from interface:CfnDetector.RulePropertyThe rule expression.A rule expression captures the business logic. For more information, see Rule language reference .
- Specified by:
getExpressionin interfaceCfnDetector.RuleProperty- See Also:
-
getLanguage
Description copied from interface:CfnDetector.RulePropertyThe rule language.Valid Value: DETECTORPL
- Specified by:
getLanguagein interfaceCfnDetector.RuleProperty- See Also:
-
getLastUpdatedTime
Description copied from interface:CfnDetector.RulePropertyTimestamp for when the rule was last updated.- Specified by:
getLastUpdatedTimein interfaceCfnDetector.RuleProperty- See Also:
-
getOutcomes
Description copied from interface:CfnDetector.RulePropertyThe rule outcome.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDetector.OutcomeProperty>- Specified by:
getOutcomesin interfaceCfnDetector.RuleProperty- See Also:
-
getRuleId
Description copied from interface:CfnDetector.RulePropertyThe rule ID.- Specified by:
getRuleIdin interfaceCfnDetector.RuleProperty- See Also:
-
getRuleVersion
Description copied from interface:CfnDetector.RulePropertyThe rule version.- Specified by:
getRuleVersionin interfaceCfnDetector.RuleProperty- See Also:
-
getTags
Description copied from interface:CfnDetector.RulePropertyAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetector.RuleProperty- 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()
-