Values.LoggingOptionsSourceThe values of the AWS IoT Events logging options.
type nonrec t = {roleArn : AmazonResourceName.t;The ARN of the role that grants permission to AWS IoT Events to perform logging.
*)level : LoggingLevel.t;The logging level.
*)enabled : LoggingEnabled.t;If TRUE, logging is enabled for AWS IoT Events.
*)detectorDebugOptions : DetectorDebugOptions.t option;Information that identifies those detector models and their detectors (instances) for which the logging level is given.
*)}val make :
?detectorDebugOptions:??? ->
roleArn:AmazonResourceName.t ->
level:LoggingLevel.t ->
enabled:LoggingEnabled.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of LoggingEnabled.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `String of DetectorModelName.t ]) list ]
list
| `String of AmazonResourceName.t ])
list ]