Module Values_0.EnableIoTLoggingParamsSource

Parameters used when defining a mitigation action that enable Amazon Web Services IoT Core logging.

Sourcetype nonrec t = {
  1. roleArnForLogging : RoleArn.t;
    (*

    The Amazon Resource Name (ARN) of the IAM role used for logging.

    *)
  2. logLevel : LogLevel.t;
    (*

    Specifies the type of information to be logged.

    *)
}
Sourceval context_ : string
Sourceval make : roleArnForLogging:RoleArn.t -> logLevel:LogLevel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RoleArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t