DeviceArgs

data class DeviceArgs(val description: Output<String>? = null, val deviceName: Output<String>, val iotThingName: Output<String>? = null) : ConvertibleToJava<DeviceArgs>

Edge device you want to create

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, deviceName: Output<String>, iotThingName: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of the device

Link copied to clipboard
val deviceName: Output<String>

The name of the device

Link copied to clipboard
val iotThingName: Output<String>? = null

AWS Internet of Things (IoT) object name.

Functions

Link copied to clipboard
open override fun toJava(): DeviceArgs