GatewayPlatformArgs

data class GatewayPlatformArgs(val greengrass: Output<GatewayGreengrassArgs>? = null, val greengrassV2: Output<GatewayGreengrassV2Args>? = null) : ConvertibleToJava<GatewayPlatformArgs>

Contains a gateway's platform information.

Constructors

Link copied to clipboard
fun GatewayPlatformArgs(greengrass: Output<GatewayGreengrassArgs>? = null, greengrassV2: Output<GatewayGreengrassV2Args>? = null)

Functions

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

Properties

Link copied to clipboard
val greengrass: Output<GatewayGreengrassArgs>? = null

A gateway that runs on AWS IoT Greengrass V1.

Link copied to clipboard

A gateway that runs on AWS IoT Greengrass V2.