/AWS1/CL_IOISTATETMPLASSOCIA00¶
The state template associated with a vehicle. State templates contain state properties, which are signals that belong to a signal catalog that is synchronized between the Amazon Web Services IoT FleetWise Edge and the Amazon Web Services Cloud.
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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_identifier TYPE /AWS1/IOIRESOURCEIDENTIFIER /AWS1/IOIRESOURCEIDENTIFIER¶
The unique ID of the state template.
io_statetmplupdatestrategy TYPE REF TO /AWS1/CL_IOISTATETMPLUPDSTRAG /AWS1/CL_IOISTATETMPLUPDSTRAG¶
The update strategy for the state template. Vehicles associated with the state template can stream telemetry data with either an
onChangeorperiodicupdate strategy.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¶
identifier¶
The unique ID of the state template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER has a value |
stateTemplateUpdateStrategy¶
The update strategy for the state template. Vehicles associated with the state template can stream telemetry data with either an
onChangeorperiodicupdate strategy.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_STATETMPLUPDATESTRATEGY() |
Getter for STATETEMPLATEUPDATESTRATEGY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STATETEMPLATEASSOCIATIONS¶
TYPES TT_STATETEMPLATEASSOCIATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOISTATETMPLASSOCIA00 WITH DEFAULT KEY
.