Features: Add cloudwatchMetricInsightsCrossAccount feature toggle (#89848)

This commit is contained in:
Ida Štambuk
2024-07-02 12:34:12 +02:00
committed by GitHub
parent ba64ee44cb
commit 36ff0fe63a
6 changed files with 27 additions and 0 deletions

View File

@@ -200,4 +200,5 @@ export interface FeatureToggles {
dashboardRestoreUI?: boolean;
cloudWatchRoundUpEndTime?: boolean;
bodyScrolling?: boolean;
cloudwatchMetricInsightsCrossAccount?: boolean;
}