InputArgs

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.

Constructors

Link copied to clipboard
constructor(inputDefinition: Output<InputDefinitionArgs>? = null, inputDescription: Output<String>? = null, inputName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

The definition of the input.

Link copied to clipboard
val inputDescription: Output<String>? = null

A brief description of the input.

Link copied to clipboard
val inputName: Output<String>? = null

The name of the input.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag.

Functions

Link copied to clipboard
open override fun toJava(): InputArgs