Module Values_0.LoggingOptionsPayloadSource

Describes the logging options payload.

Sourcetype nonrec t = {
  1. roleArn : AwsArn.t;
    (*

    The ARN of the IAM role that grants access.

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

    The log level.

    *)
}
Sourceval context_ : string
Sourceval make : ?logLevel:??? -> roleArn:AwsArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of AwsArn.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