Values.CloudWatchLogsDestinationSourceAn object that contains information about an event destination that sends data to Amazon CloudWatch Logs.
type nonrec t = {iamRoleArn : String_.t option;The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event data to an Amazon CloudWatch destination.
*)logGroupArn : String_.t option;The name of the Amazon CloudWatch Log Group that you want to record events in.
*)}