GatewayPlatform

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

Contains a gateway's platform information.

Constructors

Link copied to clipboard
fun GatewayPlatform(greengrass: GatewayGreengrass? = null, greengrassV2: GatewayGreengrassV2? = 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.