getCommand

Represents the resource definition of AWS IoT Command.

Return

null

Parameters

argument

null


suspend fun getCommand(commandId: String): GetCommandResult

Return

null

Parameters

commandId

The unique identifier for the command.

See also


suspend fun getCommand(argument: suspend GetCommandPlainArgsBuilder.() -> Unit): GetCommandResult

Return

null

Parameters

argument

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

See also