Values.CloudwatchLogsLogDestinationSourceThe Amazon CloudWatch Logs logging configuration settings for the pipe.
type nonrec t = {logGroupArn : CloudwatchLogGroupArn.t option;The Amazon Web Services Resource Name (ARN) for the CloudWatch log group to which EventBridge sends the log records.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of CloudwatchLogGroupArn.t ]) list ]