@pulumi/signalfx 7.1.4 → 7.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/alertMutingRule.d.ts +27 -33
  2. package/alertMutingRule.js +2 -18
  3. package/alertMutingRule.js.map +1 -1
  4. package/aws/externalIntegration.d.ts +7 -19
  5. package/aws/externalIntegration.js +0 -12
  6. package/aws/externalIntegration.js.map +1 -1
  7. package/aws/integration.d.ts +68 -135
  8. package/aws/integration.js +0 -37
  9. package/aws/integration.js.map +1 -1
  10. package/aws/tokenIntegration.d.ts +5 -16
  11. package/aws/tokenIntegration.js +0 -11
  12. package/aws/tokenIntegration.js.map +1 -1
  13. package/azure/integration.d.ts +39 -95
  14. package/azure/integration.js +0 -26
  15. package/azure/integration.js.map +1 -1
  16. package/dashboard.d.ts +62 -62
  17. package/dashboardGroup.d.ts +21 -54
  18. package/dashboardGroup.js +0 -33
  19. package/dashboardGroup.js.map +1 -1
  20. package/dataLink.d.ts +12 -46
  21. package/dataLink.js +0 -28
  22. package/dataLink.js.map +1 -1
  23. package/detector.d.ts +55 -114
  24. package/detector.js +0 -51
  25. package/detector.js.map +1 -1
  26. package/eventFeedChart.d.ts +20 -38
  27. package/eventFeedChart.js +0 -18
  28. package/eventFeedChart.js.map +1 -1
  29. package/gcp/integration.d.ts +30 -61
  30. package/gcp/integration.js +0 -19
  31. package/gcp/integration.js.map +1 -1
  32. package/heatmapChart.d.ts +44 -78
  33. package/heatmapChart.js +0 -34
  34. package/heatmapChart.js.map +1 -1
  35. package/jira/integration.d.ts +21 -48
  36. package/jira/integration.js +0 -21
  37. package/jira/integration.js.map +1 -1
  38. package/listChart.d.ts +62 -109
  39. package/listChart.js +0 -44
  40. package/listChart.js.map +1 -1
  41. package/log/timeline.d.ts +23 -42
  42. package/log/timeline.js +0 -19
  43. package/log/timeline.js.map +1 -1
  44. package/log/view.d.ts +29 -50
  45. package/log/view.js +0 -21
  46. package/log/view.js.map +1 -1
  47. package/metricRuleset.d.ts +9 -31
  48. package/metricRuleset.js +0 -22
  49. package/metricRuleset.js.map +1 -1
  50. package/opsgenie/integration.d.ts +12 -25
  51. package/opsgenie/integration.js +0 -13
  52. package/opsgenie/integration.js.map +1 -1
  53. package/orgToken.d.ts +36 -47
  54. package/orgToken.js +0 -29
  55. package/orgToken.js.map +1 -1
  56. package/package.json +2 -2
  57. package/pagerduty/getIntegration.d.ts +12 -20
  58. package/pagerduty/getIntegration.js +0 -20
  59. package/pagerduty/getIntegration.js.map +1 -1
  60. package/pagerduty/integration.d.ts +9 -20
  61. package/pagerduty/integration.js +0 -11
  62. package/pagerduty/integration.js.map +1 -1
  63. package/servicenow/integration.d.ts +15 -44
  64. package/servicenow/integration.js +0 -17
  65. package/servicenow/integration.js.map +1 -1
  66. package/singleValueChart.d.ts +38 -73
  67. package/singleValueChart.js +0 -35
  68. package/singleValueChart.js.map +1 -1
  69. package/slack/integration.d.ts +9 -21
  70. package/slack/integration.js +0 -12
  71. package/slack/integration.js.map +1 -1
  72. package/slo.d.ts +12 -52
  73. package/slo.js +0 -37
  74. package/slo.js.map +1 -1
  75. package/tableChart.d.ts +14 -30
  76. package/tableChart.js +0 -16
  77. package/tableChart.js.map +1 -1
  78. package/team.d.ts +29 -50
  79. package/team.js +0 -21
  80. package/team.js.map +1 -1
  81. package/textChart.d.ts +11 -26
  82. package/textChart.js +0 -15
  83. package/textChart.js.map +1 -1
  84. package/timeChart.d.ts +92 -146
  85. package/timeChart.js +0 -66
  86. package/timeChart.js.map +1 -1
  87. package/types/input.d.ts +211 -182
  88. package/types/output.d.ts +211 -182
  89. package/victorops/integration.d.ts +9 -21
  90. package/victorops/integration.js +0 -12
  91. package/victorops/integration.js.map +1 -1
  92. package/webhookIntegration.d.ts +36 -28
  93. package/webhookIntegration.js +4 -16
  94. package/webhookIntegration.js.map +1 -1
@@ -3,24 +3,6 @@ import * as pulumi from "@pulumi/pulumi";
3
3
  * Displays a listing of events as a widget in a dashboard.
4
4
  *
5
5
  * ## Example
6
- *
7
- * ## Arguments
8
- *
9
- * The following arguments are supported in the resource block:
10
- *
11
- * * `name` - (Required) Name of the text note.
12
- * * `programText` - (Required) Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
13
- * * `description` - (Optional) Description of the text note.
14
- * * `timeRange` - (Optional) From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
15
- * * `startTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
16
- * * `endTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
17
- *
18
- * ## Attributes
19
- *
20
- * In a addition to all arguments above, the following attributes are exported:
21
- *
22
- * * `id` - The ID of the chart.
23
- * * `url` - The URL of the chart.
24
6
  */
25
7
  export declare class EventFeedChart extends pulumi.CustomResource {
26
8
  /**
@@ -39,31 +21,31 @@ export declare class EventFeedChart extends pulumi.CustomResource {
39
21
  */
40
22
  static isInstance(obj: any): obj is EventFeedChart;
41
23
  /**
42
- * Description of the chart (Optional)
24
+ * Description of the text note.
43
25
  */
44
26
  readonly description: pulumi.Output<string | undefined>;
45
27
  /**
46
- * Seconds since epoch to end the visualization
28
+ * Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
47
29
  */
48
30
  readonly endTime: pulumi.Output<number | undefined>;
49
31
  /**
50
- * Name of the chart
32
+ * Name of the text note.
51
33
  */
52
34
  readonly name: pulumi.Output<string>;
53
35
  /**
54
- * Signalflow program text for the chart. More info at "https://developers.signalfx.com/docs/signalflow-overview"
36
+ * Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
55
37
  */
56
38
  readonly programText: pulumi.Output<string>;
57
39
  /**
58
- * Seconds since epoch to start the visualization
40
+ * Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
59
41
  */
60
42
  readonly startTime: pulumi.Output<number | undefined>;
61
43
  /**
62
- * Seconds to display in the visualization. This is a rolling range from the current time. Example: 3600 = `-1h`
44
+ * From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
63
45
  */
64
46
  readonly timeRange: pulumi.Output<number | undefined>;
65
47
  /**
66
- * URL of the chart
48
+ * The URL of the chart.
67
49
  */
68
50
  readonly url: pulumi.Output<string>;
69
51
  /**
@@ -80,31 +62,31 @@ export declare class EventFeedChart extends pulumi.CustomResource {
80
62
  */
81
63
  export interface EventFeedChartState {
82
64
  /**
83
- * Description of the chart (Optional)
65
+ * Description of the text note.
84
66
  */
85
67
  description?: pulumi.Input<string>;
86
68
  /**
87
- * Seconds since epoch to end the visualization
69
+ * Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
88
70
  */
89
71
  endTime?: pulumi.Input<number>;
90
72
  /**
91
- * Name of the chart
73
+ * Name of the text note.
92
74
  */
93
75
  name?: pulumi.Input<string>;
94
76
  /**
95
- * Signalflow program text for the chart. More info at "https://developers.signalfx.com/docs/signalflow-overview"
77
+ * Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
96
78
  */
97
79
  programText?: pulumi.Input<string>;
98
80
  /**
99
- * Seconds since epoch to start the visualization
81
+ * Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
100
82
  */
101
83
  startTime?: pulumi.Input<number>;
102
84
  /**
103
- * Seconds to display in the visualization. This is a rolling range from the current time. Example: 3600 = `-1h`
85
+ * From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
104
86
  */
105
87
  timeRange?: pulumi.Input<number>;
106
88
  /**
107
- * URL of the chart
89
+ * The URL of the chart.
108
90
  */
109
91
  url?: pulumi.Input<string>;
110
92
  }
@@ -113,27 +95,27 @@ export interface EventFeedChartState {
113
95
  */
114
96
  export interface EventFeedChartArgs {
115
97
  /**
116
- * Description of the chart (Optional)
98
+ * Description of the text note.
117
99
  */
118
100
  description?: pulumi.Input<string>;
119
101
  /**
120
- * Seconds since epoch to end the visualization
102
+ * Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
121
103
  */
122
104
  endTime?: pulumi.Input<number>;
123
105
  /**
124
- * Name of the chart
106
+ * Name of the text note.
125
107
  */
126
108
  name?: pulumi.Input<string>;
127
109
  /**
128
- * Signalflow program text for the chart. More info at "https://developers.signalfx.com/docs/signalflow-overview"
110
+ * Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
129
111
  */
130
112
  programText: pulumi.Input<string>;
131
113
  /**
132
- * Seconds since epoch to start the visualization
114
+ * Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
133
115
  */
134
116
  startTime?: pulumi.Input<number>;
135
117
  /**
136
- * Seconds to display in the visualization. This is a rolling range from the current time. Example: 3600 = `-1h`
118
+ * From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
137
119
  */
138
120
  timeRange?: pulumi.Input<number>;
139
121
  }
package/eventFeedChart.js CHANGED
@@ -9,24 +9,6 @@ const utilities = require("./utilities");
9
9
  * Displays a listing of events as a widget in a dashboard.
10
10
  *
11
11
  * ## Example
12
- *
13
- * ## Arguments
14
- *
15
- * The following arguments are supported in the resource block:
16
- *
17
- * * `name` - (Required) Name of the text note.
18
- * * `programText` - (Required) Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
19
- * * `description` - (Optional) Description of the text note.
20
- * * `timeRange` - (Optional) From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
21
- * * `startTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
22
- * * `endTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
23
- *
24
- * ## Attributes
25
- *
26
- * In a addition to all arguments above, the following attributes are exported:
27
- *
28
- * * `id` - The ID of the chart.
29
- * * `url` - The URL of the chart.
30
12
  */
31
13
  class EventFeedChart extends pulumi.CustomResource {
32
14
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"eventFeedChart.js","sourceRoot":"","sources":["../eventFeedChart.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eventFeedChart.js","sourceRoot":"","sources":["../eventFeedChart.ts"],"names":[],"mappings":"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"}
@@ -7,25 +7,6 @@ import * as outputs from "../types/output";
7
7
  * > **NOTE** When managing integrations, use a session token of an administrator to authenticate the Splunk Observability Cloud provider. See [Operations that require a session token for an administrator](https://dev.splunk.com/observability/docs/administration/authtokens#Operations-that-require-a-session-token-for-an-administrator). Otherwise you'll receive a 4xx error.
8
8
  *
9
9
  * ## Example
10
- *
11
- * ## Arguments
12
- *
13
- * * `customMetricTypeDomains` - (Optional) List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
14
- * * `enabled` - (Required) Whether the integration is enabled.
15
- * * `importGcpMetrics` - (Optional) If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
16
- * * `includeList` - (Optional) [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
17
- * * `name` - (Required) Name of the integration.
18
- * * `namedToken` - (Optional) Name of the org token to be used for data ingestion. If not specified then default access token is used.
19
- * * `pollRate` - (Optional) GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
20
- * * `projectServiceKeys` - (Required) GCP projects to add.
21
- * * `services` - (Optional) GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
22
- * * `useMetricSourceProjectForQuota` - (Optional) When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
23
- *
24
- * ## Attributes
25
- *
26
- * In addition to all arguments above, the following attributes are exported:
27
- *
28
- * * `id` - The ID of the integration.
29
10
  */
30
11
  export declare class Integration extends pulumi.CustomResource {
31
12
  /**
@@ -44,47 +25,43 @@ export declare class Integration extends pulumi.CustomResource {
44
25
  */
45
26
  static isInstance(obj: any): obj is Integration;
46
27
  /**
47
- * List of additional GCP service domain names that you want to monitor
28
+ * List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
48
29
  */
49
30
  readonly customMetricTypeDomains: pulumi.Output<string[] | undefined>;
50
31
  /**
51
- * Whether the integration is enabled or not
32
+ * Whether the integration is enabled.
52
33
  */
53
34
  readonly enabled: pulumi.Output<boolean>;
54
35
  /**
55
- * If enabled, Splunk Observability Cloud will sync also Google Cloud Metrics data. If disabled, Splunk Observability Cloud
56
- * will import only metadata. Defaults to true.
36
+ * If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
57
37
  */
58
38
  readonly importGcpMetrics: pulumi.Output<boolean | undefined>;
59
39
  /**
60
- * List of custom metadata keys that you want Observability Cloud to collect for Compute Engine instances.
40
+ * [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
61
41
  */
62
42
  readonly includeLists: pulumi.Output<string[] | undefined>;
63
43
  /**
64
- * Name of the integration
44
+ * Name of the integration.
65
45
  */
66
46
  readonly name: pulumi.Output<string>;
67
47
  /**
68
- * A named token to use for ingest
48
+ * Name of the org token to be used for data ingestion. If not specified then default access token is used.
69
49
  */
70
50
  readonly namedToken: pulumi.Output<string | undefined>;
71
51
  /**
72
- * GCP poll rate (in seconds). Between `60` and `600`.
52
+ * GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
73
53
  */
74
54
  readonly pollRate: pulumi.Output<number | undefined>;
75
55
  /**
76
- * GCP project service keys
56
+ * GCP projects to add.
77
57
  */
78
58
  readonly projectServiceKeys: pulumi.Output<outputs.gcp.IntegrationProjectServiceKey[] | undefined>;
79
59
  /**
80
- * GCP enabled services
60
+ * GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
81
61
  */
82
62
  readonly services: pulumi.Output<string[] | undefined>;
83
63
  /**
84
- * When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are
85
- * stored. For this to work the service account provided for the project needs to be provided with
86
- * serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota
87
- * settings are used.
64
+ * When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
88
65
  */
89
66
  readonly useMetricSourceProjectForQuota: pulumi.Output<boolean | undefined>;
90
67
  /**
@@ -101,47 +78,43 @@ export declare class Integration extends pulumi.CustomResource {
101
78
  */
102
79
  export interface IntegrationState {
103
80
  /**
104
- * List of additional GCP service domain names that you want to monitor
81
+ * List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
105
82
  */
106
83
  customMetricTypeDomains?: pulumi.Input<pulumi.Input<string>[]>;
107
84
  /**
108
- * Whether the integration is enabled or not
85
+ * Whether the integration is enabled.
109
86
  */
110
87
  enabled?: pulumi.Input<boolean>;
111
88
  /**
112
- * If enabled, Splunk Observability Cloud will sync also Google Cloud Metrics data. If disabled, Splunk Observability Cloud
113
- * will import only metadata. Defaults to true.
89
+ * If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
114
90
  */
115
91
  importGcpMetrics?: pulumi.Input<boolean>;
116
92
  /**
117
- * List of custom metadata keys that you want Observability Cloud to collect for Compute Engine instances.
93
+ * [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
118
94
  */
119
95
  includeLists?: pulumi.Input<pulumi.Input<string>[]>;
120
96
  /**
121
- * Name of the integration
97
+ * Name of the integration.
122
98
  */
123
99
  name?: pulumi.Input<string>;
124
100
  /**
125
- * A named token to use for ingest
101
+ * Name of the org token to be used for data ingestion. If not specified then default access token is used.
126
102
  */
127
103
  namedToken?: pulumi.Input<string>;
128
104
  /**
129
- * GCP poll rate (in seconds). Between `60` and `600`.
105
+ * GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
130
106
  */
131
107
  pollRate?: pulumi.Input<number>;
132
108
  /**
133
- * GCP project service keys
109
+ * GCP projects to add.
134
110
  */
135
111
  projectServiceKeys?: pulumi.Input<pulumi.Input<inputs.gcp.IntegrationProjectServiceKey>[]>;
136
112
  /**
137
- * GCP enabled services
113
+ * GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
138
114
  */
139
115
  services?: pulumi.Input<pulumi.Input<string>[]>;
140
116
  /**
141
- * When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are
142
- * stored. For this to work the service account provided for the project needs to be provided with
143
- * serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota
144
- * settings are used.
117
+ * When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
145
118
  */
146
119
  useMetricSourceProjectForQuota?: pulumi.Input<boolean>;
147
120
  }
@@ -150,47 +123,43 @@ export interface IntegrationState {
150
123
  */
151
124
  export interface IntegrationArgs {
152
125
  /**
153
- * List of additional GCP service domain names that you want to monitor
126
+ * List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
154
127
  */
155
128
  customMetricTypeDomains?: pulumi.Input<pulumi.Input<string>[]>;
156
129
  /**
157
- * Whether the integration is enabled or not
130
+ * Whether the integration is enabled.
158
131
  */
159
132
  enabled: pulumi.Input<boolean>;
160
133
  /**
161
- * If enabled, Splunk Observability Cloud will sync also Google Cloud Metrics data. If disabled, Splunk Observability Cloud
162
- * will import only metadata. Defaults to true.
134
+ * If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
163
135
  */
164
136
  importGcpMetrics?: pulumi.Input<boolean>;
165
137
  /**
166
- * List of custom metadata keys that you want Observability Cloud to collect for Compute Engine instances.
138
+ * [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
167
139
  */
168
140
  includeLists?: pulumi.Input<pulumi.Input<string>[]>;
169
141
  /**
170
- * Name of the integration
142
+ * Name of the integration.
171
143
  */
172
144
  name?: pulumi.Input<string>;
173
145
  /**
174
- * A named token to use for ingest
146
+ * Name of the org token to be used for data ingestion. If not specified then default access token is used.
175
147
  */
176
148
  namedToken?: pulumi.Input<string>;
177
149
  /**
178
- * GCP poll rate (in seconds). Between `60` and `600`.
150
+ * GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
179
151
  */
180
152
  pollRate?: pulumi.Input<number>;
181
153
  /**
182
- * GCP project service keys
154
+ * GCP projects to add.
183
155
  */
184
156
  projectServiceKeys?: pulumi.Input<pulumi.Input<inputs.gcp.IntegrationProjectServiceKey>[]>;
185
157
  /**
186
- * GCP enabled services
158
+ * GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
187
159
  */
188
160
  services?: pulumi.Input<pulumi.Input<string>[]>;
189
161
  /**
190
- * When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are
191
- * stored. For this to work the service account provided for the project needs to be provided with
192
- * serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota
193
- * settings are used.
162
+ * When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
194
163
  */
195
164
  useMetricSourceProjectForQuota?: pulumi.Input<boolean>;
196
165
  }
@@ -11,25 +11,6 @@ const utilities = require("../utilities");
11
11
  * > **NOTE** When managing integrations, use a session token of an administrator to authenticate the Splunk Observability Cloud provider. See [Operations that require a session token for an administrator](https://dev.splunk.com/observability/docs/administration/authtokens#Operations-that-require-a-session-token-for-an-administrator). Otherwise you'll receive a 4xx error.
12
12
  *
13
13
  * ## Example
14
- *
15
- * ## Arguments
16
- *
17
- * * `customMetricTypeDomains` - (Optional) List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
18
- * * `enabled` - (Required) Whether the integration is enabled.
19
- * * `importGcpMetrics` - (Optional) If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
20
- * * `includeList` - (Optional) [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
21
- * * `name` - (Required) Name of the integration.
22
- * * `namedToken` - (Optional) Name of the org token to be used for data ingestion. If not specified then default access token is used.
23
- * * `pollRate` - (Optional) GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
24
- * * `projectServiceKeys` - (Required) GCP projects to add.
25
- * * `services` - (Optional) GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
26
- * * `useMetricSourceProjectForQuota` - (Optional) When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
27
- *
28
- * ## Attributes
29
- *
30
- * In addition to all arguments above, the following attributes are exported:
31
- *
32
- * * `id` - The ID of the integration.
33
14
  */
34
15
  class Integration extends pulumi.CustomResource {
35
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"integration.js","sourceRoot":"","sources":["../../gcp/integration.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"integration.js","sourceRoot":"","sources":["../../gcp/integration.ts"],"names":[],"mappings":"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"}