Class LambdaToSns
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.lambdasns.LambdaToSns
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)",
date="2024-08-26T23:34:12.783Z")
public class LambdaToSns
extends software.constructs.Construct
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLambdaToSns(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedLambdaToSns(software.amazon.jsii.JsiiObjectRef objRef) LambdaToSns(software.constructs.Construct scope, String id, LambdaToSnsProps props) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awscdk.services.lambda.Functionsoftware.amazon.awscdk.services.sns.Topicsoftware.amazon.awscdk.services.ec2.IVpcgetVpc()Methods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
LambdaToSns
protected LambdaToSns(software.amazon.jsii.JsiiObjectRef objRef) -
LambdaToSns
protected LambdaToSns(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
LambdaToSns
public LambdaToSns(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull LambdaToSnsProps props) - Parameters:
scope-- represents the scope for all the resources.
id-- this is a a scope-unique id.
props-- user provided props for the construct.
-
-
Method Details
-
getLambdaFunction
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction() -
getSnsTopic
@NotNull public software.amazon.awscdk.services.sns.Topic getSnsTopic() -
getVpc
@Nullable public software.amazon.awscdk.services.ec2.IVpc getVpc()
-