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 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.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
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<InputTag>>?

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

Link copied to clipboard
val urn: Output<String>