public static final class SnsToLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SnsToLambdaProps
SnsToLambdaPropssoftware.amazon.jsii.JsiiObject.InitializationModeSnsToLambdaProps.Builder, SnsToLambdaProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getEnableEncryption()
Use a KMS Key, either managed by this CDK app, or imported.
|
software.amazon.awscdk.services.kms.Key |
getEncryptionKey()
An optional, imported encryption key to encrypt the SNS topic with.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
software.amazon.awscdk.services.sns.TopicProps |
getTopicProps()
Optional user provided properties to override the default properties for the SNS topic.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Boolean getEnableEncryption()
SnsToLambdaPropsIf importing an encryption key, it must be specified in the encryptionKey property for this construct.
Default: - true (encryption enabled, managed by this CDK app).
getEnableEncryption in interface SnsToLambdaPropspublic software.amazon.awscdk.services.kms.Key getEncryptionKey()
SnsToLambdaPropsDefault: - not specified.
getEncryptionKey in interface SnsToLambdaPropspublic software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
SnsToLambdaPropsDefault: - None
getExistingLambdaObj in interface SnsToLambdaPropspublic software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
SnsToLambdaPropsDefault: - Default properties are used.
getLambdaFunctionProps in interface SnsToLambdaPropspublic software.amazon.awscdk.services.sns.TopicProps getTopicProps()
SnsToLambdaPropsDefault: - Default properties are used.
getTopicProps in interface SnsToLambdaPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.