GatewayPlatform

data class GatewayPlatform(val greengrass: GatewayGreengrass? = null, val greengrassV2: GatewayGreengrassV2? = null, val siemensIe: GatewaySiemensIe? = null)

Contains a gateway's platform information.

Constructors

Link copied to clipboard
constructor(greengrass: GatewayGreengrass? = null, greengrassV2: GatewayGreengrassV2? = null, siemensIe: GatewaySiemensIe? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A gateway that runs on AWS IoT Greengrass V1.

Link copied to clipboard

A gateway that runs on AWS IoT Greengrass V2.

Link copied to clipboard

A gateway that runs on Siemens Industrial Edge.