Values.AssetCompositeModelSourceContains information about a composite model in an asset. This object contains the asset's properties that you define in the composite model.
type nonrec t = {name : Name.t option;The name of the composite model.
*)description : Description.t option;The description of the composite model.
*)type_ : Name.t option;The type of the composite model. For alarm composite models, this type is AWS/ALARM.
*)properties : AssetProperties.t option;The asset properties that this composite model defines.
*)id : ID.t option;The ID of the asset composite model.
*)externalId : ExternalId.t option;The external ID of the asset composite model. For more information, see Using external IDs in the IoT SiteWise User Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of ID.t ]) list ]
list
| `String of ID.t
| `Structure of
(string
* [> `Enum of string
| `String of PropertyNotificationTopic.t ])
list ])
list ]
list
| `String of Name.t ])
list ]