CloudWatchQueryMode🔗Definition🔗class CloudWatchQueryMode(enum.StrEnum): METRICS = "Metrics" LOGS = "Logs" ANNOTATIONS = "Annotations"