Cloudwatch: Set CloudwatchCrossAccountQuery feature to stable (#62348)

* Cloudwatch: Set CloudwatchCrossAccountQuery feature to stable

Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
Sarah Zinger
2023-01-27 16:46:08 -05:00
committed by GitHub
co-authored by Christopher Moyer
parent 0c4671e31f
commit 82e8ad8a0f
5 changed files with 12 additions and 14 deletions
+3 -2
View File
@@ -305,8 +305,9 @@ var (
},
{
Name: "cloudWatchCrossAccountQuerying",
Description: "Use cross-account querying in CloudWatch datasource",
State: FeatureStateAlpha,
Description: "Enables cross-account querying in CloudWatch datasources",
State: FeatureStateStable,
Expression: "true", //enabled by default
},
{
Name: "redshiftAsyncQueryDataSupport",
+1 -1
View File
@@ -220,7 +220,7 @@ const (
FlagFlameGraph = "flameGraph"
// FlagCloudWatchCrossAccountQuerying
// Use cross-account querying in CloudWatch datasource
// Enables cross-account querying in CloudWatch datasources
FlagCloudWatchCrossAccountQuerying = "cloudWatchCrossAccountQuerying"
// FlagRedshiftAsyncQueryDataSupport