@Generated(value="jsii-pacmak/1.17.1 (build 2bac5fd)", date="2021-01-21T15:05:36.862Z") 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 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.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props 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.
|
@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.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default properties are used.
@Nullable default software.amazon.awscdk.services.sns.TopicProps getTopicProps()
Default: - Default properties are used.
static LambdaToSnsProps.Builder builder()
LambdaToSnsProps.Builder of LambdaToSnsPropsCopyright © 2021. All rights reserved.