@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-14T14:04:21.308Z") public class SnsToLambda extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
SnsToLambda.Builder
A fluent builder for
SnsToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
SnsToLambda(software.constructs.Construct scope,
String id,
SnsToLambdaProps props) |
protected |
SnsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SnsToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
software.amazon.awscdk.services.sns.Topic |
getSnsTopic() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SnsToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected SnsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public SnsToLambda(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
SnsToLambdaProps props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.Copyright © 2023. All rights reserved.