Input Args
data class InputArgs(val inputDefinition: Output<InputDefinitionArgs>? = null, val inputDescription: Output<String>? = null, val inputName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<InputArgs>
The AWS::IoTEvents::Input resource creates an input. To monitor your devices and processes, they must have a way to get telemetry data into ITE. This is done by sending messages as inputs to ITE. For more information, see How to Use in the Developer Guide.
Example Usage
Example
No Java example available.
Example
No Java example available.