@Generated(value="jsii-pacmak/1.56.0 (build 55e7d15)", date="2022-04-09T01:19:17.359Z") public class IotToLambda extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
IotToLambda.Builder
A fluent builder for
IotToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
IotToLambda(software.amazon.awscdk.core.Construct scope,
String id,
IotToLambdaProps props) |
protected |
IotToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
IotToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.iot.CfnTopicRule |
getIotTopicRule() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected IotToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected IotToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public IotToLambda(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
IotToLambdaProps props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.Copyright © 2022. All rights reserved.