DeviceDeviceArgs

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

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

A description for the device.

Link copied to clipboard
val deviceName: Output<String>

The name of the device.

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

Amazon Web Services Internet of Things (IoT) object name.

Functions

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