@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-22T16:11:06.117Z") 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() |
Boolean |
getDeployLambda()
Whether to create a new lambda function or use an existing lambda function.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object.
|
software.amazon.awscdk.services.iot.CfnTopicRuleProps |
getIotTopicRuleProps()
User provided CfnTopicRuleProps to override the defaults.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
Optional user provided props to override the default props.
|
@NotNull Boolean getDeployLambda()
If set to false, you must provide a lambda function object as existingObj
Default: - true
@NotNull software.amazon.awscdk.services.iot.CfnTopicRuleProps getIotTopicRuleProps()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
If deploy is set to false only then this property is required
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
If deploy is set to true only then this property is required
Default: - Default props are used
static IotToLambdaProps.Builder builder()
IotToLambdaProps.Builder of IotToLambdaPropsCopyright © 2020. All rights reserved.