getThing

suspend fun getThing(argument: GetThingPlainArgs): GetThingResult

Resource Type definition for AWS::IoT::Thing

Return

null

Parameters

argument

null


suspend fun getThing(thingName: String): GetThingResult

Return

null

Parameters

thingName

The name of the thing to update. You can't change a thing's name. To change a thing's name, you must create a new thing, give it the new name, and then delete the old thing.

See also


suspend fun getThing(argument: suspend GetThingPlainArgsBuilder.() -> Unit): GetThingResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.iot.kotlin.inputs.GetThingPlainArgs.

See also