Skip to content

Commit c18c41a

Browse files
Adding new field to be used by terraform client (#239)
1 parent e66a31a commit c18c41a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration/model_aws_cloud_watch_integration.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,6 @@ type AwsCloudWatchIntegration struct {
7171
// CollectOnlyRecommendedStats is used to enforce an integration to only collected the AWS' recommended statistics for the configured services.
7272
// The current list of recommended stats are listed here: https://docs.splunk.com/observability/en/gdi/get-data-in/connect/aws/aws-recommended-stats.html
7373
CollectOnlyRecommendedStats bool `json:"collectOnlyRecommendedStats,omitempty"`
74+
// If set to true, Splunk Observability Cloud accepts data from Metric Streams managed from the AWS console. The AWS account sending the Metric Streams and the AWS account in the Splunk Observability Cloud integration have to match.
75+
MetricStreamsManagedExternally bool `json:"metricStreamsManagedExternally"`
7476
}

0 commit comments

Comments
 (0)