@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-04-03T01:19:25.733Z") 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, 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 SnsToLambdaProps.Builder builder()
SnsToLambdaProps.Builder of SnsToLambdaPropsCopyright © 2021. All rights reserved.