Input Args
data class InputArgs(val inputDefinition: Output<InputDefinitionArgs>? = null, val inputDescription: Output<String>? = null, val inputName: Output<String>? = null, val tags: Output<List<InputTagArgs>>? = 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 AWS IoT Events. This is done by sending messages as inputs to AWS IoT Events. For more information, see How to Use AWS IoT Events in the AWS IoT Events Developer Guide.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun InputArgs(inputDefinition: Output<InputDefinitionArgs>? = null, inputDescription: Output<String>? = null, inputName: Output<String>? = null, tags: Output<List<InputTagArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
An array of key-value pairs to apply to this resource. For more information, see Tag.