getInput

suspend fun getInput(argument: GetInputPlainArgs): GetInputResult

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.

Return

null

Parameters

argument

null


suspend fun getInput(inputName: String): GetInputResult

Return

null

Parameters

inputName

The name of the input.

See also


suspend fun getInput(argument: suspend GetInputPlainArgsBuilder.() -> Unit): GetInputResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.iotevents.kotlin.inputs.GetInputPlainArgs.

See also