Values.CloudWatchConfigSourceCloudWatch logging configuration.
type nonrec t = {logGroupName : LogGroupName.t;The log group name.
*)roleArn : RoleArn.t;The role Amazon Resource Name (ARN).
*)largeDataDeliveryS3Config : S3Config.t option;S3 configuration for delivering a large amount of data.
*)}val make :
?largeDataDeliveryS3Config:??? ->
logGroupName:LogGroupName.t ->
roleArn:RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of LogGroupName.t
| `Structure of (string * [> `String of BucketName.t ]) list ])
list ]