Values.CloudWatchLoggingOptionDescriptionSourceDescription of the CloudWatch logging option.
type nonrec t = {cloudWatchLoggingOptionId : Id.t option;ID of the CloudWatch logging option description.
*)logStreamARN : LogStreamARN.t option;ARN of the CloudWatch log to receive application messages.
*)roleARN : 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.
*)}