@Internal public static final class LambdaToSnsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToSnsProps
LambdaToSnsPropssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaToSnsProps.Builder, LambdaToSnsProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean deployVpc,
software.amazon.awscdk.services.lambda.Function existingLambdaObj,
software.amazon.awscdk.services.sns.Topic existingTopicObj,
software.amazon.awscdk.services.ec2.IVpc existingVpc,
software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps,
String topicArnEnvironmentVariableName,
String topicNameEnvironmentVariableName,
software.amazon.awscdk.services.sns.TopicProps topicProps,
software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Constructor that initializes the object based on literal property values passed by the
LambdaToSnsProps.Builder. |
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 |
getDeployVpc()
Whether to deploy a new VPC.
|
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.sns.Topic |
getExistingTopicObj()
Existing instance of SNS Topic object, if this is set then topicProps is ignored.
|
software.amazon.awscdk.services.ec2.IVpc |
getExistingVpc()
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
String |
getTopicArnEnvironmentVariableName()
Optional Name for the SNS topic arn environment variable set for the Lambda function.
|
String |
getTopicNameEnvironmentVariableName()
Optional Name for the SNS topic name environment variable set for the Lambda function.
|
software.amazon.awscdk.services.sns.TopicProps |
getTopicProps()
Optional user provided properties to override the default properties for the SNS topic.
|
software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
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(Boolean deployVpc, software.amazon.awscdk.services.lambda.Function existingLambdaObj, software.amazon.awscdk.services.sns.Topic existingTopicObj, software.amazon.awscdk.services.ec2.IVpc existingVpc, software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps, String topicArnEnvironmentVariableName, String topicNameEnvironmentVariableName, software.amazon.awscdk.services.sns.TopicProps topicProps, software.amazon.awscdk.services.ec2.VpcProps vpcProps)
LambdaToSnsProps.Builder.public final Boolean getDeployVpc()
LambdaToSnsPropsDefault: - false
getDeployVpc in interface LambdaToSnsPropspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
LambdaToSnsPropsDefault: - None
getExistingLambdaObj in interface LambdaToSnsPropspublic final software.amazon.awscdk.services.sns.Topic getExistingTopicObj()
LambdaToSnsPropsDefault: - Default props are used
getExistingTopicObj in interface LambdaToSnsPropspublic final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
LambdaToSnsPropsgetExistingVpc in interface LambdaToSnsPropspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
LambdaToSnsPropsDefault: - Default properties are used.
getLambdaFunctionProps in interface LambdaToSnsPropspublic final String getTopicArnEnvironmentVariableName()
LambdaToSnsPropsDefault: - None
getTopicArnEnvironmentVariableName in interface LambdaToSnsPropspublic final String getTopicNameEnvironmentVariableName()
LambdaToSnsPropsDefault: - None
getTopicNameEnvironmentVariableName in interface LambdaToSnsPropspublic final software.amazon.awscdk.services.sns.TopicProps getTopicProps()
LambdaToSnsPropsDefault: - Default properties are used.
getTopicProps in interface LambdaToSnsPropspublic final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
LambdaToSnsPropsgetVpcProps in interface LambdaToSnsProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.