@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-26T15:51:51.738Z") public class LambdaToSns extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaToSns.Builder
A fluent builder for
LambdaToSns. |
| Modifier | Constructor and Description |
|---|---|
|
LambdaToSns(software.constructs.Construct scope,
String id,
LambdaToSnsProps props) |
protected |
LambdaToSns(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaToSns(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() |
software.amazon.awscdk.services.ec2.IVpc |
getVpc() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LambdaToSns(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaToSns(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public LambdaToSns(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
LambdaToSnsProps 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 © 2022. All rights reserved.