Input

class Input : KotlinCustomResource

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.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The definition of the input.

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

A brief description of the input.

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

The name of the input.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>