Values_0.SetV2LoggingOptionsRequestSourceSets the logging options for the V2 logging service. Requires permission to access the SetV2LoggingOptions action.
type nonrec t = {roleArn : AwsArn.t option;The ARN of the role that allows IoT to write to Cloudwatch logs.
*)defaultLogLevel : LogLevel.t option;The default logging level.
*)disableAllLogs : DisableAllLogs.t option;If true all logs are disabled. The default is false.
*)eventConfigurations : LogEventConfigurations.t option;The list of event configurations that override account-level logging.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DisableAllLogs.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of LogEventType.t ])
list ]
list
| `String of AwsArn.t ])
list ]