Uses of Interface
software.amazon.awscdk.services.iotevents.alpha.IInput
Packages that use IInput
Package
Description
Actions for AWS IoT Rule
AWS::IoTEvents Construct Library
-
Uses of IInput in software.amazon.awscdk.services.iot.actions.alpha
Methods in software.amazon.awscdk.services.iot.actions.alpha with parameters of type IInputModifier and TypeMethodDescriptionConstructors in software.amazon.awscdk.services.iot.actions.alpha with parameters of type IInputModifierConstructorDescriptionIotEventsPutMessageAction(IInput input) IotEventsPutMessageAction(IInput input, IotEventsPutMessageActionProps props) -
Uses of IInput in software.amazon.awscdk.services.iotevents.alpha
Subinterfaces of IInput in software.amazon.awscdk.services.iotevents.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInput.Classes in software.amazon.awscdk.services.iotevents.alpha that implement IInputModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Defines an AWS IoT Events input in this stack.Methods in software.amazon.awscdk.services.iotevents.alpha that return IInputModifier and TypeMethodDescriptionstatic IInputInput.fromInputName(software.constructs.Construct scope, String id, String inputName) (experimental) Import an existing input.Methods in software.amazon.awscdk.services.iotevents.alpha with parameters of type IInputModifier and TypeMethodDescriptionstatic ExpressionExpression.currentInput(IInput input) (experimental) Create a expression for functioncurrentInput().static ExpressionExpression.inputAttribute(IInput input, String path) (experimental) Create a expression for get an input attribute as$input.TemperatureInput.temperatures[2].