@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-04-02T21:59:20.873Z") 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, if this is set then the lambdaFunctionProps is ignored.
|
default software.amazon.awscdk.services.sns.Topic |
getExistingTopicObj()
Existing instance of SNS Topic object, if this is set then topicProps is ignored.
|
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 SNS topic arn environment variable set for the Lambda function.
|
default String |
getTopicNameEnvironmentVariableName()
Optional Name for the SNS topic name environment variable set for the Lambda function.
|
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: - None
@Nullable default String getTopicNameEnvironmentVariableName()
Default: - None
@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 © 2021. All rights reserved.