Values.ResourceSourceInformation about a resource.
type nonrec t = {id : string;The resource ID, used to refer to a resource in the Lambda function configuration. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.
*)name : string;The descriptive resource name, which is displayed on the AWS IoT Greengrass console. Max length 128 characters with pattern ''[a-zA-Z0-9:_-]+''. This must be unique within a Greengrass group.
*)resourceDataContainer : ResourceDataContainer.t;A container of data for all resource types.
*)}val make :
id:string ->
name:string ->
resourceDataContainer:ResourceDataContainer.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `String of string ])
list ])
list ])
list ])
list ]