Values.StateTemplateAssociationSourceThe 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.
type nonrec t = {identifier : ResourceIdentifier.t;The unique ID of the state template.
*)stateTemplateUpdateStrategy : StateTemplateUpdateStrategy.t;}val make :
identifier:ResourceIdentifier.t ->
stateTemplateUpdateStrategy:StateTemplateUpdateStrategy.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of PositiveInteger.t ])
list ])
list ])
list ])
list ]