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

Return

null

Parameters

argument

null


suspend fun getInput(inputName: String): GetInputResult

Return

null

See also

Parameters

inputName

The name of the input.


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

Return

null

See also

Parameters

argument

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