Values_0.CloudwatchLogsActionSourceDescribes an action that sends data to CloudWatch Logs.
type nonrec t = {roleArn : AwsArn.t;The IAM role that allows access to the CloudWatch log.
*)logGroupName : LogGroupName.t;The CloudWatch log group to which the action sends data.
*)batchMode : BatchMode.t option;Indicates whether batches of log records will be extracted and uploaded into CloudWatch. Values include true or false (default).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of BatchMode.t | `String of AwsArn.t ]) list ]