Values.CreateGatewayRequestSourceCreates a gateway, which is a virtual or edge device that delivers industrial data streams from local servers to IoT SiteWise. For more information, see Ingesting data using a gateway in the IoT SiteWise User Guide.
type nonrec t = {gatewayName : GatewayName.t;A unique name for the gateway.
*)gatewayPlatform : GatewayPlatform.t;The gateway's platform. You can only specify one platform in a gateway.
*)gatewayVersion : GatewayVersion.t option;The version of the gateway to create. Specify 3 to create an MQTT-enabled, V3 gateway and 2 to create a Classic streams, V2 gateway. If not specified, the default is 2 (Classic streams, V2 gateway). When creating a V3 gateway (gatewayVersion=3) with the GreengrassV2 platform, you must also specify the coreDeviceOperatingSystem parameter. We recommend creating an MQTT-enabled gateway for self-hosted gateways and Siemens Industrial Edge gateways. For more information on gateway versions, see Use Amazon Web Services IoT SiteWise Edge Edge gateways.
*)}val make :
?gatewayVersion:??? ->
?tags:??? ->
gatewayName:GatewayName.t ->
gatewayPlatform:GatewayPlatform.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of GatewayName.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of ARN.t ]) list ])
list ])
list ]