GatewayGreengrassV2Args

data class GatewayGreengrassV2Args(val coreDeviceOperatingSystem: Output<GatewayGreengrassV2CoreDeviceOperatingSystem>? = null, val coreDeviceThingName: Output<String>) : ConvertibleToJava<GatewayGreengrassV2Args>

Contains the CoreDeviceThingName of AWS IoT Greengrass Group V2 that the gateway runs on.

Constructors

Link copied to clipboard
constructor(coreDeviceOperatingSystem: Output<GatewayGreengrassV2CoreDeviceOperatingSystem>? = null, coreDeviceThingName: Output<String>)

Properties

Link copied to clipboard

The operating system of the core device in AWS IoT Greengrass V2.

Link copied to clipboard

The name of the CoreDevice in GreenGrass V2.

Functions

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