/AWS1/CL_IOSGATEWAYPLATFORM¶
The gateway's platform configuration. You can only specify one platform type in a gateway.
(Legacy only) For Greengrass V1 gateways, specify the greengrass
parameter
with a valid Greengrass group ARN.
For Greengrass V2 gateways, specify the greengrassV2
parameter with a valid
core device thing name. If creating a V3 gateway (gatewayVersion=3
), you must
also specify the coreDeviceOperatingSystem
.
For Siemens Industrial Edge gateways, specify the siemensIE
parameter with a
valid IoT Core thing name.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_greengrass
TYPE REF TO /AWS1/CL_IOSGREENGRASS
/AWS1/CL_IOSGREENGRASS
¶
A gateway that runs on IoT Greengrass.
io_greengrassv2
TYPE REF TO /AWS1/CL_IOSGREENGRASSV2
/AWS1/CL_IOSGREENGRASSV2
¶
A gateway that runs on IoT Greengrass V2.
io_siemensie
TYPE REF TO /AWS1/CL_IOSSIEMENSIE
/AWS1/CL_IOSSIEMENSIE
¶
A SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.
Queryable Attributes¶
greengrass¶
A gateway that runs on IoT Greengrass.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GREENGRASS() |
Getter for GREENGRASS |
greengrassV2¶
A gateway that runs on IoT Greengrass V2.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GREENGRASSV2() |
Getter for GREENGRASSV2 |
siemensIE¶
A SiteWise Edge gateway that runs on a Siemens Industrial Edge Device.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SIEMENSIE() |
Getter for SIEMENSIE |