@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-22T16:13:14.756Z") public interface SnsToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SnsToLambdaProps.Builder
A builder for
SnsToLambdaProps |
static class |
SnsToLambdaProps.Jsii$Proxy
An implementation for
SnsToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static SnsToLambdaProps.Builder |
builder() |
Boolean |
getDeployLambda()
Whether to create a new Lambda function or use an existing Lambda function.
|
default Boolean |
getEnableEncryption()
Use a KMS Key, either managed by this CDK app, or imported.
|
default software.amazon.awscdk.services.kms.Key |
getEncryptionKey()
An optional, imported encryption key to encrypt the SNS topic with.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object.
|
default Object |
getLambdaFunctionProps()
Optional user provided properties to override the default properties for the Lambda function.
|
default Object |
getTopicProps()
Optional user provided properties to override the default properties for the SNS topic.
|
@NotNull Boolean getDeployLambda()
If set to false, you must provide an existing function for the existingLambdaObj property.
Default: - true
@Nullable default Boolean getEnableEncryption()
If importing an encryption key, it must be specified in the encryptionKey property for this construct.
Default: - true (encryption enabled, managed by this CDK app).
@Nullable default software.amazon.awscdk.services.kms.Key getEncryptionKey()
Default: - not specified.
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
If deploy is set to false only then this property is required
Default: - None
@Nullable default Object getLambdaFunctionProps()
If deploy is set to true only then this property is required.
Default: - Default properties are used.
@Nullable default Object getTopicProps()
Default: - Default properties are used.
static SnsToLambdaProps.Builder builder()
SnsToLambdaProps.Builder of SnsToLambdaPropsCopyright © 2020. All rights reserved.