@Stability(value=Experimental) @Internal public static final class LambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaProps
LambdaPropssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaProps.Builder, LambdaProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IFunction function,
LambdaInvocationType invocationType,
ITopic topic)
Constructor that initializes the object based on literal property values passed by the
LambdaProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IFunction |
getFunction()
(experimental) The Lambda function to invoke.
|
LambdaInvocationType |
getInvocationType()
(experimental) The invocation type of the Lambda function.
|
ITopic |
getTopic()
(experimental) The SNS topic to notify when the Lambda action is taken.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IFunction function, LambdaInvocationType invocationType, ITopic topic)
LambdaProps.Builder.public final IFunction getFunction()
LambdaPropsgetFunction in interface LambdaPropspublic final LambdaInvocationType getInvocationType()
LambdaPropsDefault: Event
getInvocationType in interface LambdaPropspublic final ITopic getTopic()
LambdaPropsDefault: no notification
getTopic in interface LambdaProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.