Values.CloudWatchLoggingOptionUpdateSourceDescribes CloudWatch logging option updates.
type nonrec t = {cloudWatchLoggingOptionId : Id.t;ID of the CloudWatch logging option to update
*)logStreamARNUpdate : LogStreamARN.t option;ARN of the CloudWatch log to receive application messages.
*)roleARNUpdate : RoleARN.t option;IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.
*)}