| Modifier and Type | Method and Description |
|---|---|
static IotToLambda.Builder |
IotToLambda.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
IotToLambda.Builder |
IotToLambda.Builder.deployLambda(Boolean deployLambda)
Whether to create a new lambda function or use an existing lambda function.
|
IotToLambda.Builder |
IotToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object.
|
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)
Optional user provided props to override the default props.
|
Copyright © 2020. All rights reserved.