Values.CloudWatchLoggingOptionDescriptionSourceDescribes the Amazon CloudWatch logging option.
type nonrec t = {cloudWatchLoggingOptionId : Id.t option;The ID of the CloudWatch logging option description.
*)logStreamARN : LogStreamARN.t option;The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.
*)roleARN : RoleARN.t option;The IAM ARN of the role to use to send application messages. Provided for backward compatibility. Applications created with the current API version have an application-level service execution role rather than a resource-level role.
*)}