@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.074Z") @Stability(value=Experimental) public interface LambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaProps.Builder
A builder for
LambdaProps |
static class |
LambdaProps.Jsii$Proxy
An implementation for
LambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaProps.Builder |
builder() |
IFunction |
getFunction()
(experimental) The Lambda function to invoke.
|
default LambdaInvocationType |
getInvocationType()
(experimental) The invocation type of the Lambda function.
|
default ITopic |
getTopic()
(experimental) The SNS topic to notify when the Lambda action is taken.
|
@Stability(value=Experimental) @NotNull IFunction getFunction()
@Stability(value=Experimental) @Nullable default LambdaInvocationType getInvocationType()
Default: Event
@Stability(value=Experimental) @Nullable default ITopic getTopic()
Default: no notification
@Stability(value=Experimental) static LambdaProps.Builder builder()
LambdaProps.Builder of LambdaPropsCopyright © 2021. All rights reserved.