| Modifier and Type | Method and Description |
|---|---|
static SnsToLambda.Builder |
SnsToLambda.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
SnsToLambda.Builder |
SnsToLambda.Builder.enableEncryption(Boolean enableEncryption)
Use a KMS Key, either managed by this CDK app, or imported.
|
SnsToLambda.Builder |
SnsToLambda.Builder.encryptionKey(software.amazon.awscdk.services.kms.Key encryptionKey)
An optional, imported encryption key to encrypt the SNS topic with.
|
SnsToLambda.Builder |
SnsToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
|
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 © 2020. All rights reserved.