GatewaySiemensIeArgs

data class GatewaySiemensIeArgs(val iotCoreThingName: Output<String>) : ConvertibleToJava<GatewaySiemensIeArgs>

Contains the IotCoreThingName of AWS IoT Thing that the gateway runs on.

Constructors

Link copied to clipboard
constructor(iotCoreThingName: Output<String>)

Properties

Link copied to clipboard

The name of the IoT Core Thing.

Functions

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