@Internal 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.
|
protected |
Jsii$Proxy(SnsToLambdaProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SnsToLambdaProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getEnableEncryptionWithCustomerManagedKey()
If no key is provided, this flag determines whether the SNS Topic is encrypted with a new CMK or an AWS managed key.
|
software.amazon.awscdk.services.kms.Key |
getEncryptionKey()
An optional, imported encryption key to encrypt the SNS Topic with.
|
software.amazon.awscdk.services.kms.KeyProps |
getEncryptionKeyProps()
Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SNS Topic with.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
software.amazon.awscdk.services.sns.Topic |
getExistingTopicObj()
Existing instance of SNS Topic object, providing both this and topicProps will cause an error..
|
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, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(SnsToLambdaProps.Builder builder)
SnsToLambdaProps.Builder.public final Boolean getEnableEncryptionWithCustomerManagedKey()
SnsToLambdaPropsThis flag is ignored if any of the following are defined: topicProps.masterKey, encryptionKey or encryptionKeyProps.
Default: - False if topicProps.masterKey, encryptionKey, and encryptionKeyProps are all undefined.
getEnableEncryptionWithCustomerManagedKey in interface SnsToLambdaPropspublic final software.amazon.awscdk.services.kms.Key getEncryptionKey()
SnsToLambdaPropsDefault: - None
getEncryptionKey in interface SnsToLambdaPropspublic final software.amazon.awscdk.services.kms.KeyProps getEncryptionKeyProps()
SnsToLambdaPropsDefault: - None
getEncryptionKeyProps in interface SnsToLambdaPropspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
SnsToLambdaPropsDefault: - None
getExistingLambdaObj in interface SnsToLambdaPropspublic final software.amazon.awscdk.services.sns.Topic getExistingTopicObj()
SnsToLambdaPropsDefault: - Default props are used
getExistingTopicObj in interface SnsToLambdaPropspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
SnsToLambdaPropsDefault: - Default properties are used.
getLambdaFunctionProps in interface SnsToLambdaPropspublic final software.amazon.awscdk.services.sns.TopicProps getTopicProps()
SnsToLambdaPropsDefault: - Default properties are used.
getTopicProps in interface SnsToLambdaProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.