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 |
getDeployLambda()
Whether to create a new Lambda function or use an existing Lambda function.
|
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.
|
Object |
getLambdaFunctionProps()
Optional user provided properties to override the default properties for the Lambda function.
|
Object |
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 getDeployLambda()
SnsToLambdaProps
If set to false, you must provide an existing function for the existingLambdaObj property.
Default: - true
getDeployLambda in interface SnsToLambdaPropspublic 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()
SnsToLambdaProps
If deploy is set to false only then this property is required
Default: - None
getExistingLambdaObj in interface SnsToLambdaPropspublic Object getLambdaFunctionProps()
SnsToLambdaProps
If deploy is set to true only then this property is required.
Default: - Default properties are used.
getLambdaFunctionProps in interface SnsToLambdaPropspublic Object 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.