-
SnsToLambda.Builder.create(software.constructs.Construct scope,
String id)
If no key is provided, this flag determines whether the SNS Topic is encrypted with a new CMK or an AWS managed key.
SnsToLambda.Builder.encryptionKey(software.amazon.awscdk.services.kms.Key encryptionKey)
An optional, imported encryption key to encrypt the SNS Topic with.
SnsToLambda.Builder.encryptionKeyProps(software.amazon.awscdk.services.kms.KeyProps encryptionKeyProps)
Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SNS Topic with.
SnsToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Optional - instance of an existing Lambda Function object, providing both this and lambdaFunctionProps will cause an error.
SnsToLambda.Builder.existingTopicObj(software.amazon.awscdk.services.sns.Topic existingTopicObj)
Optional - existing instance of SNS topic object, providing both this and topicProps will cause an error.
SnsToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Optional - user provided props to override the default props for the Lambda function.
SnsToLambda.Builder.topicProps(software.amazon.awscdk.services.sns.TopicProps topicProps)
Optional - user provided properties to override the default properties for the SNS topic.