Class CfnDetectorPropsMixin.RuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.frauddetector.CfnDetectorPropsMixin.RuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorPropsMixin.RuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorPropsMixin.RuleProperty
@Stability(Stable)
@Internal
public static final class CfnDetectorPropsMixin.RuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorPropsMixin.RuleProperty
An implementation for
CfnDetectorPropsMixin.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.cfnpropertymixins.services.frauddetector.CfnDetectorPropsMixin.RuleProperty
CfnDetectorPropsMixin.RuleProperty.Builder, CfnDetectorPropsMixin.RuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetectorPropsMixin.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 theCfnDetectorPropsMixin.RuleProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnDetectorPropsMixin.RulePropertyThe rule ARN.- Specified by:
getArnin interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getCreatedTime
Description copied from interface:CfnDetectorPropsMixin.RulePropertyTimestamp for when the rule was created.- Specified by:
getCreatedTimein interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getDescription
Description copied from interface:CfnDetectorPropsMixin.RulePropertyThe rule description.- Specified by:
getDescriptionin interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getDetectorId
Description copied from interface:CfnDetectorPropsMixin.RulePropertyThe detector for which the rule is associated.- Specified by:
getDetectorIdin interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getExpression
Description copied from interface:CfnDetectorPropsMixin.RulePropertyThe rule expression.A rule expression captures the business logic. For more information, see Rule language reference .
- Specified by:
getExpressionin interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getLanguage
Description copied from interface:CfnDetectorPropsMixin.RulePropertyThe rule language.Valid Value: DETECTORPL
- Specified by:
getLanguagein interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getLastUpdatedTime
Description copied from interface:CfnDetectorPropsMixin.RulePropertyTimestamp for when the rule was last updated.- Specified by:
getLastUpdatedTimein interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getOutcomes
Description copied from interface:CfnDetectorPropsMixin.RulePropertyThe rule outcome.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDetectorPropsMixin.OutcomeProperty>- Specified by:
getOutcomesin interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getRuleId
Description copied from interface:CfnDetectorPropsMixin.RulePropertyThe rule ID.- Specified by:
getRuleIdin interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getRuleVersion
Description copied from interface:CfnDetectorPropsMixin.RulePropertyThe rule version.- Specified by:
getRuleVersionin interfaceCfnDetectorPropsMixin.RuleProperty- See Also:
-
getTags
Description copied from interface:CfnDetectorPropsMixin.RulePropertyAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetectorPropsMixin.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()
-