Class CfnDetectorModelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnDetectorModelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorModelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorModelMixinProps
@Stability(Stable)
@Internal
public static final class CfnDetectorModelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorModelMixinProps
An implementation for
CfnDetectorModelMixinProps-
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.iotevents.CfnDetectorModelMixinProps
CfnDetectorModelMixinProps.Builder, CfnDetectorModelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetectorModelMixinProps.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 ObjectInformation that defines how a detector operates.final StringA brief description of the detector model.final StringThe name of the detector model.final StringInformation about the order in which events are evaluated and how actions are executed.final StringgetKey()The value used to identify a detector instance.final ObjectThe ARN of the role that grants permission to AWS IoT Events to perform its operations.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 theCfnDetectorModelMixinProps.Builder.
-
-
Method Details
-
getDetectorModelDefinition
Description copied from interface:CfnDetectorModelMixinPropsInformation that defines how a detector operates.Returns union: either
IResolvableorCfnDetectorModelPropsMixin.DetectorModelDefinitionProperty- Specified by:
getDetectorModelDefinitionin interfaceCfnDetectorModelMixinProps- See Also:
-
getDetectorModelDescription
Description copied from interface:CfnDetectorModelMixinPropsA brief description of the detector model.- Specified by:
getDetectorModelDescriptionin interfaceCfnDetectorModelMixinProps- See Also:
-
getDetectorModelName
Description copied from interface:CfnDetectorModelMixinPropsThe name of the detector model.- Specified by:
getDetectorModelNamein interfaceCfnDetectorModelMixinProps- See Also:
-
getEvaluationMethod
Description copied from interface:CfnDetectorModelMixinPropsInformation about the order in which events are evaluated and how actions are executed.- Specified by:
getEvaluationMethodin interfaceCfnDetectorModelMixinProps- See Also:
-
getKey
Description copied from interface:CfnDetectorModelMixinPropsThe value used to identify a detector instance.When a device or system sends input, a new detector instance with a unique key value is created. AWS IoT Events can continue to route input to its corresponding detector instance based on this identifying information.
This parameter uses a JSON-path expression to select the attribute-value pair in the message payload that is used for identification. To route the message to the correct detector instance, the device must send a message payload that contains the same attribute-value.
- Specified by:
getKeyin interfaceCfnDetectorModelMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnDetectorModelMixinPropsThe ARN of the role that grants permission to AWS IoT Events to perform its operations.- Specified by:
getRoleArnin interfaceCfnDetectorModelMixinProps- See Also:
-
getTags
Description copied from interface:CfnDetectorModelMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetectorModelMixinProps- 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()
-