Class InputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.alpha.InputProps.Jsii$Proxy
- All Implemented Interfaces:
InputProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
InputProps
@Stability(Experimental)
@Internal
public static final class InputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements InputProps
An implementation for
InputProps
-
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.iotevents.alpha.InputProps
InputProps.Builder, InputProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(InputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theInputProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theInputProps.Builder
.
-
-
Method Details
-
getAttributeJsonPaths
Description copied from interface:InputProps
(experimental) An expression that specifies an attribute-value pair in a JSON structure.Use this to specify an attribute from the JSON payload that is made available by the input. Inputs are derived from messages sent to AWS IoT Events (BatchPutMessage). Each such message contains a JSON payload. The attribute (and its paired value) specified here are available for use in the condition expressions used by detectors.
- Specified by:
getAttributeJsonPaths
in interfaceInputProps
-
getInputName
Description copied from interface:InputProps
(experimental) The name of the input.Default: - CloudFormation will generate a unique name of the input
- Specified by:
getInputName
in interfaceInputProps
-
$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()
-