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:
co-authored by
Christopher Moyer
parent
0c4671e31f
commit
82e8ad8a0f
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user