@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-26T14:27:44.839Z") public interface IotToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IotToLambdaProps.Builder
A builder for
IotToLambdaProps |
static class |
IotToLambdaProps.Jsii$Proxy
An implementation for
IotToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static IotToLambdaProps.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.
|
software.amazon.awscdk.services.iot.CfnTopicRuleProps |
getIotTopicRuleProps()
User provided CfnTopicRuleProps to override the defaults.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
@NotNull software.amazon.awscdk.services.iot.CfnTopicRuleProps getIotTopicRuleProps()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used
static IotToLambdaProps.Builder builder()
IotToLambdaProps.Builder of IotToLambdaPropsCopyright © 2022. All rights reserved.