@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-26T15:51:51.742Z") public interface LambdaToSnsProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaToSnsProps.Builder
A builder for
LambdaToSnsProps |
static class |
LambdaToSnsProps.Jsii$Proxy
An implementation for
LambdaToSnsProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaToSnsProps.Builder |
builder() |
default Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
default software.amazon.awscdk.services.sns.Topic |
getExistingTopicObj()
Existing instance of SNS Topic object, providing both this and topicProps will cause an error..
|
default 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).
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default String |
getTopicArnEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the arn of the Topic.
|
default String |
getTopicNameEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the name of the Topic.
|
default software.amazon.awscdk.services.sns.TopicProps |
getTopicProps()
Optional user provided properties to override the default properties for the SNS topic.
|
default software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
@Nullable default Boolean getDeployVpc()
Default: - false
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.sns.Topic getExistingTopicObj()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default properties are used.
@Nullable default String getTopicArnEnvironmentVariableName()
Default: - SNS_TOPIC_ARN
@Nullable default String getTopicNameEnvironmentVariableName()
Default: - SNS_TOPIC_NAME
@Nullable default software.amazon.awscdk.services.sns.TopicProps getTopicProps()
Default: - Default properties are used.
@Nullable default software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
static LambdaToSnsProps.Builder builder()
LambdaToSnsProps.Builder of LambdaToSnsPropsCopyright © 2022. All rights reserved.