Class CfnComponentVersion.LambdaEventSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.LambdaEventSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentVersion.LambdaEventSourceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentVersion.LambdaEventSourceProperty
@Stability(Stable)
@Internal
public static final class CfnComponentVersion.LambdaEventSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentVersion.LambdaEventSourceProperty
An implementation for
CfnComponentVersion.LambdaEventSourceProperty
-
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.greengrassv2.CfnComponentVersion.LambdaEventSourceProperty
CfnComponentVersion.LambdaEventSourceProperty.Builder, CfnComponentVersion.LambdaEventSourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponentVersion.LambdaEventSourceProperty.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 theCfnComponentVersion.LambdaEventSourceProperty.Builder
.
-
-
Method Details
-
getTopic
Description copied from interface:CfnComponentVersion.LambdaEventSourceProperty
The topic to which to subscribe to receive event messages.- Specified by:
getTopic
in interfaceCfnComponentVersion.LambdaEventSourceProperty
- See Also:
-
getType
Description copied from interface:CfnComponentVersion.LambdaEventSourceProperty
The type of event source. Choose from the following options:.PUB_SUB
– Subscribe to local publish/subscribe messages. This event source type doesn't support MQTT wildcards (+
and#
) in the event source topic.IOT_CORE
– Subscribe to AWS IoT Core MQTT messages. This event source type supports MQTT wildcards (+
and#
) in the event source topic.
- Specified by:
getType
in interfaceCfnComponentVersion.LambdaEventSourceProperty
- See Also:
-
$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()
-