| Modifier and Type | Method and Description |
|---|---|
static LambdaToSns.Builder |
LambdaToSns.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
LambdaToSns.Builder |
LambdaToSns.Builder.deployVpc(Boolean deployVpc)
Whether to deploy a new VPC.
|
LambdaToSns.Builder |
LambdaToSns.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
|
LambdaToSns.Builder |
LambdaToSns.Builder.existingTopicObj(software.amazon.awscdk.services.sns.Topic existingTopicObj)
Existing instance of SNS Topic object, if this is set then topicProps is ignored.
|
LambdaToSns.Builder |
LambdaToSns.Builder.existingVpc(software.amazon.awscdk.services.ec2.IVpc existingVpc)
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
LambdaToSns.Builder |
LambdaToSns.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
LambdaToSns.Builder |
LambdaToSns.Builder.topicArnEnvironmentVariableName(String topicArnEnvironmentVariableName)
Optional Name for the SNS topic arn environment variable set for the Lambda function.
|
LambdaToSns.Builder |
LambdaToSns.Builder.topicNameEnvironmentVariableName(String topicNameEnvironmentVariableName)
Optional Name for the SNS topic name environment variable set for the Lambda function.
|
LambdaToSns.Builder |
LambdaToSns.Builder.topicProps(software.amazon.awscdk.services.sns.TopicProps topicProps)
Optional user provided properties to override the default properties for the SNS topic.
|
LambdaToSns.Builder |
LambdaToSns.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Properties to override default properties if deployVpc is true.
|
Copyright © 2021. All rights reserved.