@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.071Z") @Stability(value=Experimental) public interface LambdaActionConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaActionConfig.Builder
A builder for
LambdaActionConfig |
static class |
LambdaActionConfig.Jsii$Proxy
An implementation for
LambdaActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static LambdaActionConfig.Builder |
builder() |
String |
getFunctionArn()
(experimental) The Amazon Resource Name (ARN) of the AWS Lambda function.
|
default String |
getInvocationType()
(experimental) The invocation type of the AWS Lambda function.
|
default String |
getTopicArn()
(experimental) The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is executed.
|
@Stability(value=Experimental) @NotNull String getFunctionArn()
@Stability(value=Experimental) @Nullable default String getInvocationType()
Default: 'Event'
@Stability(value=Experimental) @Nullable default String getTopicArn()
Default: - No notification is sent to SNS.
@Stability(value=Experimental) static LambdaActionConfig.Builder builder()
LambdaActionConfig.Builder of LambdaActionConfigCopyright © 2021. All rights reserved.