Values.CloudWatchLoggingOptionSourceProvides a description of CloudWatch logging options, including the log stream Amazon Resource Name (ARN) and the role ARN.
type nonrec t = {logStreamARN : LogStreamARN.t;ARN of the CloudWatch log to receive application messages.
*)roleARN : RoleARN.t;IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.
*)}