public static final class IotToLambda.Builder extends Object implements software.amazon.jsii.Builder<IotToLambda>
IotToLambda.| Modifier and Type | Method and Description |
|---|---|
IotToLambda |
build() |
static IotToLambda.Builder |
create(software.constructs.Construct scope,
String id) |
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 |
iotTopicRuleProps(software.amazon.awscdk.services.iot.CfnTopicRuleProps iotTopicRuleProps)
User provided CfnTopicRuleProps to override the defaults.
|
IotToLambda.Builder |
lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
public static IotToLambda.Builder create(software.constructs.Construct scope, String id)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.IotToLambda.Builder.public IotToLambda.Builder iotTopicRuleProps(software.amazon.awscdk.services.iot.CfnTopicRuleProps iotTopicRuleProps)
Default: - None
iotTopicRuleProps - User provided CfnTopicRuleProps to override the defaults. This parameter is required.thispublic IotToLambda.Builder existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Default: - None
existingLambdaObj - Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error. This parameter is required.thispublic IotToLambda.Builder lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Default: - Default props are used
lambdaFunctionProps - User provided props to override the default props for the Lambda function. This parameter is required.thispublic IotToLambda build()
build in interface software.amazon.jsii.Builder<IotToLambda>Copyright © 2023. All rights reserved.