Values.GreengrassV2SourceContains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your Greengrass device role must use the AWSIoTSiteWiseEdgeAccess policy. For more information, see Using IoT SiteWise at the edge in the IoT SiteWise User Guide.
type nonrec t = {coreDeviceThingName : CoreDeviceThingName.t;The name of the IoT thing for your IoT Greengrass V2 core device.
*)coreDeviceOperatingSystem : CoreDeviceOperatingSystem.t option;The operating system of the core device in IoT Greengrass V2. Specifying the operating system is required for MQTT-enabled, V3 gateways (gatewayVersion 3) and not applicable for Classic stream, V2 gateways (gatewayVersion 2).
*)}val make :
?coreDeviceOperatingSystem:??? ->
coreDeviceThingName:CoreDeviceThingName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CoreDeviceThingName.t ]) list ]