@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-03-30T18:43:29.334Z") public interface SnsToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SnsToLambdaProps.Builder
A builder for
SnsToLambdaProps |
static class |
SnsToLambdaProps.Jsii$Proxy
An implementation for
SnsToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static SnsToLambdaProps.Builder |
builder() |
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.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 SnsToLambdaProps.Builder builder()
SnsToLambdaProps.Builder of SnsToLambdaPropsCopyright © 2022. All rights reserved.