Values.CloudWatchLoggingConfigurationSourceConfiguration settings for delivering logs to Amazon CloudWatch log groups.
type nonrec t = {enabled : BoxedBoolean.t;Enables CloudWatch logging.
*)logGroup : LogGroupName.t option;The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
*)logStreamNamePrefix : LogStreamNamePrefix.t option;Prefix for the CloudWatch log stream name.
*)logTypes : LogTypesMap.t option;The types of logs that you want to publish to CloudWatch.
*)}val make :
?logGroup:??? ->
?logStreamNamePrefix:??? ->
?logTypes:??? ->
enabled:BoxedBoolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Map of
([> `String of LogTypeKey.t ]
* [> `List of [> `String of LogTypeValue.t ] list ])
list
| `String of LogGroupName.t ])
list ]