Values.TextLogSettingSourceDefines settings to enable text conversation logs.
type nonrec t = {enabled : Boolean.t;Determines whether conversation logs should be stored for an alias.
*)destination : TextLogDestination.t;selectiveLoggingEnabled : BoxedBoolean.t option;The option to enable selective conversation log capture for text.
*)}val make :
?selectiveLoggingEnabled:??? ->
enabled:Boolean.t ->
destination:TextLogDestination.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of CloudWatchLogGroupArn.t ]) list ])
list ])
list ]