| Modifier and Type | Method and Description |
|---|---|
static IotToLambda.Builder |
IotToLambda.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
IotToLambda.Builder |
IotToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
IotToLambda.Builder |
IotToLambda.Builder.iotTopicRuleProps(software.amazon.awscdk.services.iot.CfnTopicRuleProps iotTopicRuleProps)
User provided CfnTopicRuleProps to override the defaults.
|
IotToLambda.Builder |
IotToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
Copyright © 2022. All rights reserved.