[v9.3.x] CloudWatch: Cross-account querying support (#59389)
* add cross-account querying support * fix tests
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package utils
|
||||
|
||||
func Pointer[T any](arg T) *T { return &arg }
|
||||
Reference in New Issue
Block a user