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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.LambdaEventSourcePropertyCfnComponentVersion.LambdaEventSourceProperty.Builder, CfnComponentVersion.LambdaEventSourceProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentVersion.LambdaEventSourceProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnComponentVersion.LambdaEventSourceProperty.Builder.
 
- 
- 
Method Details- 
getTopicDescription copied from interface:CfnComponentVersion.LambdaEventSourcePropertyThe topic to which to subscribe to receive event messages.- Specified by:
- getTopicin interface- CfnComponentVersion.LambdaEventSourceProperty
- See Also:
 
- 
getTypeDescription copied from interface:CfnComponentVersion.LambdaEventSourcePropertyThe 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:
- getTypein interface- CfnComponentVersion.LambdaEventSourceProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-