/AWS1/CL_IOIDATADSTCONFIG¶
The destination where the campaign sends data. You can send data to an MQTT topic, or store it in Amazon S3 or Amazon Timestream.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_s3config
TYPE REF TO /AWS1/CL_IOIS3CONFIG
/AWS1/CL_IOIS3CONFIG
¶
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
io_timestreamconfig
TYPE REF TO /AWS1/CL_IOITIMESTREAMCONFIG
/AWS1/CL_IOITIMESTREAMCONFIG
¶
The Amazon Timestream table where the campaign sends data.
io_mqtttopicconfig
TYPE REF TO /AWS1/CL_IOIMQTTTOPICCONFIG
/AWS1/CL_IOIMQTTTOPICCONFIG
¶
The MQTT topic to which the Amazon Web Services IoT FleetWise campaign routes data.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.
Queryable Attributes¶
s3Config¶
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_S3CONFIG() |
Getter for S3CONFIG |
timestreamConfig¶
The Amazon Timestream table where the campaign sends data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMESTREAMCONFIG() |
Getter for TIMESTREAMCONFIG |
mqttTopicConfig¶
The MQTT topic to which the Amazon Web Services IoT FleetWise campaign routes data.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MQTTTOPICCONFIG() |
Getter for MQTTTOPICCONFIG |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATADESTINATIONCONFIGS
¶
TYPES TT_DATADESTINATIONCONFIGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOIDATADSTCONFIG WITH DEFAULT KEY
.