[v9.3.x] CloudWatch: Cross-account querying support (#59389)

* add cross-account querying support

* fix tests
This commit is contained in:
Erik Sundell
2022-11-28 14:21:34 +01:00
committed by GitHub
parent 426fab32eb
commit c652135724
100 changed files with 3960 additions and 488 deletions
+3
View File
@@ -0,0 +1,3 @@
package utils
func Pointer[T any](arg T) *T { return &arg }