Values.CloudWatchLogConfigurationSourceHolds CloudWatch log configuration settings and metadata that specify settings like log files to monitor and where to send them.
type nonrec t = {enabled : Boolean.t;Specifies if CloudWatch logging is enabled.
*)logGroupName : XmlString.t option;The name of the CloudWatch log group where logs are published.
*)logStreamNamePrefix : XmlString.t option;The prefix of the log stream name.
*)encryptionKeyArn : XmlString.t option;The ARN of the encryption key used to encrypt the logs.
*)logTypes : LogTypesMap.t option;A map of log types to file names for publishing logs to the standard output or standard error streams for CloudWatch. Valid log types include STEP_LOGS, SPARK_DRIVER, and SPARK_EXECUTOR. Valid file names for each type include STDOUT and STDERR.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of XmlString.t ]
* [> `List of [> `String of XmlString.t ] list ])
list
| `String of XmlString.t ])
list ]