@Generated(value="jsii-pacmak/1.10.0 (build 27cfbed)", date="2020-08-15T02:42:36.158Z") 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() |
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, if this is set then the lambdaFunctionProps is ignored.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.sns.TopicProps |
getTopicProps()
Optional user provided properties to override the default properties for the SNS topic.
|
@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()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default properties are used.
@Nullable default software.amazon.awscdk.services.sns.TopicProps getTopicProps()
Default: - Default properties are used.
static SnsToLambdaProps.Builder builder()
SnsToLambdaProps.Builder of SnsToLambdaPropsCopyright © 2020. All rights reserved.