| Modifier and Type | Method and Description |
|---|---|
static SnsToLambda.Builder |
SnsToLambda.Builder.create(software.constructs.Construct scope,
String id) |
SnsToLambda.Builder |
SnsToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
SnsToLambda.Builder |
SnsToLambda.Builder.existingTopicObj(software.amazon.awscdk.services.sns.Topic existingTopicObj)
Existing instance of SNS Topic object, providing both this and topicProps will cause an error..
|
SnsToLambda.Builder |
SnsToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
SnsToLambda.Builder |
SnsToLambda.Builder.topicProps(software.amazon.awscdk.services.sns.TopicProps topicProps)
Optional user provided properties to override the default properties for the SNS topic.
|
Copyright © 2022. All rights reserved.