Values.CreateStateTemplateRequestSourceCreates a state template. 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.
type nonrec t = {name : ResourceName.t;The name of the state template.
*)description : Description.t option;A brief description of the state template.
*)signalCatalogArn : Arn.t;The ARN of the signal catalog associated with the state template.
*)stateTemplateProperties : StateTemplateProperties.t;A list of signals from which data is collected. The state template properties contain the fully qualified names of the signals.
*)dataExtraDimensions : StateTemplateDataExtraDimensionNodePathList.t option;A list of vehicle attributes to associate with the payload published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you add Vehicle.Attributes.Make and Vehicle.Attributes.Model attributes, Amazon Web Services IoT FleetWise will enrich the protobuf encoded payload with those attributes in the extraDimensions field.
*)metadataExtraDimensions : StateTemplateMetadataExtraDimensionNodePathList.t
option;A list of vehicle attributes to associate with user properties of the messages published on the state template's MQTT topic. (See Processing last known state vehicle data using MQTT messaging). For example, if you add Vehicle.Attributes.Make and Vehicle.Attributes.Model attributes, Amazon Web Services IoT FleetWise will include these attributes as User Properties with the MQTT message. Default: An empty array
*)}val make :
?description:??? ->
?dataExtraDimensions:??? ->
?metadataExtraDimensions:??? ->
?tags:??? ->
name:ResourceName.t ->
signalCatalogArn:Arn.t ->
stateTemplateProperties:StateTemplateProperties.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NodePath.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of ResourceName.t ])
list ]