@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
package/heatmapChart.d.ts CHANGED
@@ -5,40 +5,6 @@ import * as outputs from "./types/output";
5
5
  * This chart type shows the specified plot in a heat map fashion. This format is similar to the [Infrastructure Navigator](https://signalfx-product-docs.readthedocs-hosted.com/en/latest/built-in-content/infra-nav.html#infra), with squares representing each source for the selected metric, and the color of each square representing the value range of the metric.
6
6
  *
7
7
  * ## Example
8
- *
9
- * ## Arguments
10
- *
11
- * The following arguments are supported in the resource block:
12
- *
13
- * * `name` - (Required) Name of the chart.
14
- * * `programText` - (Required) Signalflow program text for the chart. More info at <https://dev.splunk.com/observability/docs/signalflow/>.
15
- * * `description` - (Optional) Description of the chart.
16
- * * `unitPrefix` - (Optional) Must be `"Metric"` or `"Binary`". `"Metric"` by default.
17
- * * `minimumResolution` - (Optional) The minimum resolution (in seconds) to use for computing the underlying program.
18
- * * `maxDelay` - (Optional) How long (in seconds) to wait for late datapoints.
19
- * * `timezone` - (Optional) The property value is a string that denotes the geographic region associated with the time zone, (default UTC).
20
- * * `refreshInterval` - (Optional) How often (in seconds) to refresh the values of the heatmap.
21
- * * `disableSampling` - (Optional) If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default.
22
- * * `groupBy` - (Optional) Properties to group by in the heatmap (in nesting order).
23
- * * `sortBy` - (Optional) The property to use when sorting the elements. Must be prepended with `+` for ascending or `-` for descending (e.g. `-foo`).
24
- * * `hideTimestamp` - (Optional) Whether to show the timestamp in the chart. `false` by default.
25
- * * `colorRange` - (Optional, Default) Values and color for the color range. Example: `colorRange : { min : 0, max : 100, color : "#0000ff" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
26
- * * `minValue` - (Optional) The minimum value within the coloring range.
27
- * * `maxValue` - (Optional) The maximum value within the coloring range.
28
- * * `color` - (Required) The color range to use. The starting hex color value for data values in a heatmap chart. Specify the value as a 6-character hexadecimal value preceded by the '#' character, for example "#ea1849" (grass green).
29
- * * `colorScale` - (Optional. Conflicts with `colorRange`) One to N blocks, each defining a single color range including both the color to display for that range and the borders of the range. Example: `colorScale { gt = 60, color = "blue" } colorScale { lte = 60, color = "yellow" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
30
- * * `gt` - (Optional) Indicates the lower threshold non-inclusive value for this range.
31
- * * `gte` - (Optional) Indicates the lower threshold inclusive value for this range.
32
- * * `lt` - (Optional) Indicates the upper threshold non-inclusive value for this range.
33
- * * `lte` - (Optional) Indicates the upper threshold inclusive value for this range.
34
- * * `color` - (Required) The color range to use. Hex values are not supported here. Must be one of gray, blue, light_blue, navy, dark_orange, orange, dark_yellow, magenta, cerise, pink, violet, purple, gray_blue, dark_green, green, aquamarine, red, yellow, vivid_yellow, light_green, or lime_green.
35
- *
36
- * ## Attributes
37
- *
38
- * In a addition to all arguments above, the following attributes are exported:
39
- *
40
- * * `id` - The ID of the chart.
41
- * * `url` - The URL of the chart.
42
8
  */
43
9
  export declare class HeatmapChart extends pulumi.CustomResource {
44
10
  /**
@@ -57,63 +23,63 @@ export declare class HeatmapChart extends pulumi.CustomResource {
57
23
  */
58
24
  static isInstance(obj: any): obj is HeatmapChart;
59
25
  /**
60
- * Values and color for the color range. Example: colorRange : { min : 0, max : 100, color : "#0000ff" }
26
+ * Values and color for the color range. Example: `colorRange : { min : 0, max : 100, color : "#0000ff" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
61
27
  */
62
28
  readonly colorRange: pulumi.Output<outputs.HeatmapChartColorRange | undefined>;
63
29
  /**
64
- * Single color range including both the color to display for that range and the borders of the range
30
+ * One to N blocks, each defining a single color range including both the color to display for that range and the borders of the range. Example: `colorScale { gt = 60, color = "blue" } colorScale { lte = 60, color = "yellow" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
65
31
  */
66
32
  readonly colorScales: pulumi.Output<outputs.HeatmapChartColorScale[] | undefined>;
67
33
  /**
68
- * Description of the chart (Optional)
34
+ * Description of the chart.
69
35
  */
70
36
  readonly description: pulumi.Output<string | undefined>;
71
37
  /**
72
- * (false by default) If false, samples a subset of the output MTS, which improves UI performance
38
+ * If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default.
73
39
  */
74
40
  readonly disableSampling: pulumi.Output<boolean | undefined>;
75
41
  /**
76
- * Properties to group by in the heatmap (in nesting order)
42
+ * Properties to group by in the heatmap (in nesting order).
77
43
  */
78
44
  readonly groupBies: pulumi.Output<string[] | undefined>;
79
45
  /**
80
- * (false by default) Whether to show the timestamp in the chart
46
+ * Whether to show the timestamp in the chart. `false` by default.
81
47
  */
82
48
  readonly hideTimestamp: pulumi.Output<boolean | undefined>;
83
49
  /**
84
- * How long (in seconds) to wait for late datapoints
50
+ * How long (in seconds) to wait for late datapoints.
85
51
  */
86
52
  readonly maxDelay: pulumi.Output<number | undefined>;
87
53
  /**
88
- * The minimum resolution (in seconds) to use for computing the underlying program
54
+ * The minimum resolution (in seconds) to use for computing the underlying program.
89
55
  */
90
56
  readonly minimumResolution: pulumi.Output<number | undefined>;
91
57
  /**
92
- * Name of the chart
58
+ * Name of the chart.
93
59
  */
94
60
  readonly name: pulumi.Output<string>;
95
61
  /**
96
- * Signalflow program text for the chart. More info at "https://developers.signalfx.com/docs/signalflow-overview"
62
+ * Signalflow program text for the chart. More info at <https://dev.splunk.com/observability/docs/signalflow/>.
97
63
  */
98
64
  readonly programText: pulumi.Output<string>;
99
65
  /**
100
- * How often (in seconds) to refresh the values of the heatmap
66
+ * How often (in seconds) to refresh the values of the heatmap.
101
67
  */
102
68
  readonly refreshInterval: pulumi.Output<number | undefined>;
103
69
  /**
104
- * The property to use when sorting the elements. Must be prepended with + for ascending or - for descending (e.g. -foo)
70
+ * The property to use when sorting the elements. Must be prepended with `+` for ascending or `-` for descending (e.g. `-foo`).
105
71
  */
106
72
  readonly sortBy: pulumi.Output<string | undefined>;
107
73
  /**
108
- * The property value is a string that denotes the geographic region associated with the time zone, (e.g. Australia/Sydney)
74
+ * The property value is a string that denotes the geographic region associated with the time zone, (default UTC).
109
75
  */
110
76
  readonly timezone: pulumi.Output<string | undefined>;
111
77
  /**
112
- * (Metric by default) Must be "Metric" or "Binary"
78
+ * Must be `"Metric"` or `"Binary`". `"Metric"` by default.
113
79
  */
114
80
  readonly unitPrefix: pulumi.Output<string | undefined>;
115
81
  /**
116
- * URL of the chart
82
+ * The URL of the chart.
117
83
  */
118
84
  readonly url: pulumi.Output<string>;
119
85
  /**
@@ -130,63 +96,63 @@ export declare class HeatmapChart extends pulumi.CustomResource {
130
96
  */
131
97
  export interface HeatmapChartState {
132
98
  /**
133
- * Values and color for the color range. Example: colorRange : { min : 0, max : 100, color : "#0000ff" }
99
+ * Values and color for the color range. Example: `colorRange : { min : 0, max : 100, color : "#0000ff" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
134
100
  */
135
101
  colorRange?: pulumi.Input<inputs.HeatmapChartColorRange>;
136
102
  /**
137
- * Single color range including both the color to display for that range and the borders of the range
103
+ * One to N blocks, each defining a single color range including both the color to display for that range and the borders of the range. Example: `colorScale { gt = 60, color = "blue" } colorScale { lte = 60, color = "yellow" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
138
104
  */
139
105
  colorScales?: pulumi.Input<pulumi.Input<inputs.HeatmapChartColorScale>[]>;
140
106
  /**
141
- * Description of the chart (Optional)
107
+ * Description of the chart.
142
108
  */
143
109
  description?: pulumi.Input<string>;
144
110
  /**
145
- * (false by default) If false, samples a subset of the output MTS, which improves UI performance
111
+ * If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default.
146
112
  */
147
113
  disableSampling?: pulumi.Input<boolean>;
148
114
  /**
149
- * Properties to group by in the heatmap (in nesting order)
115
+ * Properties to group by in the heatmap (in nesting order).
150
116
  */
151
117
  groupBies?: pulumi.Input<pulumi.Input<string>[]>;
152
118
  /**
153
- * (false by default) Whether to show the timestamp in the chart
119
+ * Whether to show the timestamp in the chart. `false` by default.
154
120
  */
155
121
  hideTimestamp?: pulumi.Input<boolean>;
156
122
  /**
157
- * How long (in seconds) to wait for late datapoints
123
+ * How long (in seconds) to wait for late datapoints.
158
124
  */
159
125
  maxDelay?: pulumi.Input<number>;
160
126
  /**
161
- * The minimum resolution (in seconds) to use for computing the underlying program
127
+ * The minimum resolution (in seconds) to use for computing the underlying program.
162
128
  */
163
129
  minimumResolution?: pulumi.Input<number>;
164
130
  /**
165
- * Name of the chart
131
+ * Name of the chart.
166
132
  */
167
133
  name?: pulumi.Input<string>;
168
134
  /**
169
- * Signalflow program text for the chart. More info at "https://developers.signalfx.com/docs/signalflow-overview"
135
+ * Signalflow program text for the chart. More info at <https://dev.splunk.com/observability/docs/signalflow/>.
170
136
  */
171
137
  programText?: pulumi.Input<string>;
172
138
  /**
173
- * How often (in seconds) to refresh the values of the heatmap
139
+ * How often (in seconds) to refresh the values of the heatmap.
174
140
  */
175
141
  refreshInterval?: pulumi.Input<number>;
176
142
  /**
177
- * The property to use when sorting the elements. Must be prepended with + for ascending or - for descending (e.g. -foo)
143
+ * The property to use when sorting the elements. Must be prepended with `+` for ascending or `-` for descending (e.g. `-foo`).
178
144
  */
179
145
  sortBy?: pulumi.Input<string>;
180
146
  /**
181
- * The property value is a string that denotes the geographic region associated with the time zone, (e.g. Australia/Sydney)
147
+ * The property value is a string that denotes the geographic region associated with the time zone, (default UTC).
182
148
  */
183
149
  timezone?: pulumi.Input<string>;
184
150
  /**
185
- * (Metric by default) Must be "Metric" or "Binary"
151
+ * Must be `"Metric"` or `"Binary`". `"Metric"` by default.
186
152
  */
187
153
  unitPrefix?: pulumi.Input<string>;
188
154
  /**
189
- * URL of the chart
155
+ * The URL of the chart.
190
156
  */
191
157
  url?: pulumi.Input<string>;
192
158
  }
@@ -195,59 +161,59 @@ export interface HeatmapChartState {
195
161
  */
196
162
  export interface HeatmapChartArgs {
197
163
  /**
198
- * Values and color for the color range. Example: colorRange : { min : 0, max : 100, color : "#0000ff" }
164
+ * Values and color for the color range. Example: `colorRange : { min : 0, max : 100, color : "#0000ff" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
199
165
  */
200
166
  colorRange?: pulumi.Input<inputs.HeatmapChartColorRange>;
201
167
  /**
202
- * Single color range including both the color to display for that range and the borders of the range
168
+ * One to N blocks, each defining a single color range including both the color to display for that range and the borders of the range. Example: `colorScale { gt = 60, color = "blue" } colorScale { lte = 60, color = "yellow" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
203
169
  */
204
170
  colorScales?: pulumi.Input<pulumi.Input<inputs.HeatmapChartColorScale>[]>;
205
171
  /**
206
- * Description of the chart (Optional)
172
+ * Description of the chart.
207
173
  */
208
174
  description?: pulumi.Input<string>;
209
175
  /**
210
- * (false by default) If false, samples a subset of the output MTS, which improves UI performance
176
+ * If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default.
211
177
  */
212
178
  disableSampling?: pulumi.Input<boolean>;
213
179
  /**
214
- * Properties to group by in the heatmap (in nesting order)
180
+ * Properties to group by in the heatmap (in nesting order).
215
181
  */
216
182
  groupBies?: pulumi.Input<pulumi.Input<string>[]>;
217
183
  /**
218
- * (false by default) Whether to show the timestamp in the chart
184
+ * Whether to show the timestamp in the chart. `false` by default.
219
185
  */
220
186
  hideTimestamp?: pulumi.Input<boolean>;
221
187
  /**
222
- * How long (in seconds) to wait for late datapoints
188
+ * How long (in seconds) to wait for late datapoints.
223
189
  */
224
190
  maxDelay?: pulumi.Input<number>;
225
191
  /**
226
- * The minimum resolution (in seconds) to use for computing the underlying program
192
+ * The minimum resolution (in seconds) to use for computing the underlying program.
227
193
  */
228
194
  minimumResolution?: pulumi.Input<number>;
229
195
  /**
230
- * Name of the chart
196
+ * Name of the chart.
231
197
  */
232
198
  name?: pulumi.Input<string>;
233
199
  /**
234
- * Signalflow program text for the chart. More info at "https://developers.signalfx.com/docs/signalflow-overview"
200
+ * Signalflow program text for the chart. More info at <https://dev.splunk.com/observability/docs/signalflow/>.
235
201
  */
236
202
  programText: pulumi.Input<string>;
237
203
  /**
238
- * How often (in seconds) to refresh the values of the heatmap
204
+ * How often (in seconds) to refresh the values of the heatmap.
239
205
  */
240
206
  refreshInterval?: pulumi.Input<number>;
241
207
  /**
242
- * The property to use when sorting the elements. Must be prepended with + for ascending or - for descending (e.g. -foo)
208
+ * The property to use when sorting the elements. Must be prepended with `+` for ascending or `-` for descending (e.g. `-foo`).
243
209
  */
244
210
  sortBy?: pulumi.Input<string>;
245
211
  /**
246
- * The property value is a string that denotes the geographic region associated with the time zone, (e.g. Australia/Sydney)
212
+ * The property value is a string that denotes the geographic region associated with the time zone, (default UTC).
247
213
  */
248
214
  timezone?: pulumi.Input<string>;
249
215
  /**
250
- * (Metric by default) Must be "Metric" or "Binary"
216
+ * Must be `"Metric"` or `"Binary`". `"Metric"` by default.
251
217
  */
252
218
  unitPrefix?: pulumi.Input<string>;
253
219
  }
package/heatmapChart.js CHANGED
@@ -9,40 +9,6 @@ const utilities = require("./utilities");
9
9
  * This chart type shows the specified plot in a heat map fashion. This format is similar to the [Infrastructure Navigator](https://signalfx-product-docs.readthedocs-hosted.com/en/latest/built-in-content/infra-nav.html#infra), with squares representing each source for the selected metric, and the color of each square representing the value range of the metric.
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 chart.
18
- * * `programText` - (Required) Signalflow program text for the chart. More info at <https://dev.splunk.com/observability/docs/signalflow/>.
19
- * * `description` - (Optional) Description of the chart.
20
- * * `unitPrefix` - (Optional) Must be `"Metric"` or `"Binary`". `"Metric"` by default.
21
- * * `minimumResolution` - (Optional) The minimum resolution (in seconds) to use for computing the underlying program.
22
- * * `maxDelay` - (Optional) How long (in seconds) to wait for late datapoints.
23
- * * `timezone` - (Optional) The property value is a string that denotes the geographic region associated with the time zone, (default UTC).
24
- * * `refreshInterval` - (Optional) How often (in seconds) to refresh the values of the heatmap.
25
- * * `disableSampling` - (Optional) If `false`, samples a subset of the output MTS, which improves UI performance. `false` by default.
26
- * * `groupBy` - (Optional) Properties to group by in the heatmap (in nesting order).
27
- * * `sortBy` - (Optional) The property to use when sorting the elements. Must be prepended with `+` for ascending or `-` for descending (e.g. `-foo`).
28
- * * `hideTimestamp` - (Optional) Whether to show the timestamp in the chart. `false` by default.
29
- * * `colorRange` - (Optional, Default) Values and color for the color range. Example: `colorRange : { min : 0, max : 100, color : "#0000ff" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
30
- * * `minValue` - (Optional) The minimum value within the coloring range.
31
- * * `maxValue` - (Optional) The maximum value within the coloring range.
32
- * * `color` - (Required) The color range to use. The starting hex color value for data values in a heatmap chart. Specify the value as a 6-character hexadecimal value preceded by the '#' character, for example "#ea1849" (grass green).
33
- * * `colorScale` - (Optional. Conflicts with `colorRange`) One to N blocks, each defining a single color range including both the color to display for that range and the borders of the range. Example: `colorScale { gt = 60, color = "blue" } colorScale { lte = 60, color = "yellow" }`. Look at this [link](https://docs.splunk.com/observability/en/data-visualization/charts/chart-options.html).
34
- * * `gt` - (Optional) Indicates the lower threshold non-inclusive value for this range.
35
- * * `gte` - (Optional) Indicates the lower threshold inclusive value for this range.
36
- * * `lt` - (Optional) Indicates the upper threshold non-inclusive value for this range.
37
- * * `lte` - (Optional) Indicates the upper threshold inclusive value for this range.
38
- * * `color` - (Required) The color range to use. Hex values are not supported here. Must be one of gray, blue, light_blue, navy, dark_orange, orange, dark_yellow, magenta, cerise, pink, violet, purple, gray_blue, dark_green, green, aquamarine, red, yellow, vivid_yellow, light_green, or lime_green.
39
- *
40
- * ## Attributes
41
- *
42
- * In a addition to all arguments above, the following attributes are exported:
43
- *
44
- * * `id` - The ID of the chart.
45
- * * `url` - The URL of the chart.
46
12
  */
47
13
  class HeatmapChart extends pulumi.CustomResource {
48
14
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"heatmapChart.js","sourceRoot":"","sources":["../heatmapChart.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"heatmapChart.js","sourceRoot":"","sources":["../heatmapChart.ts"],"names":[],"mappings":"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"}
@@ -5,27 +5,6 @@ import * as pulumi from "@pulumi/pulumi";
5
5
  * > **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.
6
6
  *
7
7
  * ## Example
8
- *
9
- * ## Arguments
10
- *
11
- * * `name` - (Required) Name of the integration.
12
- * * `enabled` - (Required) Whether the integration is enabled.
13
- * * `authMethod` - (Required) Authentication method used when creating the Jira integration. One of `EmailAndToken` (using `userEmail` and `apiToken`) or `UsernameAndPassword` (using `username` and `password`).
14
- * * `apiToken` - (Required if `authMethod` is `EmailAndToken`) The API token for the user email
15
- * * `userEmail` - (Required if `authMethod` is `EmailAndToken`) Email address used to authenticate the Jira integration.
16
- * * `username` - (Required if `authMethod` is `UsernameAndPassword`) User name used to authenticate the Jira integration.
17
- * * `password` - (Required if `authMethod` is `UsernameAndPassword`) Password used to authenticate the Jira integration.
18
- * * `baseUrl` - (Required) Base URL of the Jira instance that's integrated with SignalFx.
19
- * * `issueType` - (Required) Issue type (for example, Story) for tickets that Jira creates for detector notifications. Splunk Observability Cloud validates issue types, so you must specify a type that's valid for the Jira project specified in `projectKey`.
20
- * * `projectKey` - (Required) Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.
21
- * * `assigneeName` - (Required) Jira user name for the assignee.
22
- * * `assigneeDisplayName` - (Optional) Jira display name for the assignee.
23
- *
24
- * ## Attributes
25
- *
26
- * In a addition to all arguments above, the following attributes are exported:
27
- *
28
- * * `id` - The ID of the integration.
29
8
  */
30
9
  export declare class Integration extends pulumi.CustomResource {
31
10
  /**
@@ -48,15 +27,15 @@ export declare class Integration extends pulumi.CustomResource {
48
27
  */
49
28
  readonly apiToken: pulumi.Output<string | undefined>;
50
29
  /**
51
- * Jira display name for the assignee
30
+ * Jira display name for the assignee.
52
31
  */
53
32
  readonly assigneeDisplayName: pulumi.Output<string | undefined>;
54
33
  /**
55
- * Jira user name for the assignee
34
+ * Jira user name for the assignee.
56
35
  */
57
36
  readonly assigneeName: pulumi.Output<string>;
58
37
  /**
59
- * Authentication method used when creating the Jira integration. One of `EmailAndToken` or `UsernameAndPassword`
38
+ * Authentication method used when creating the Jira integration. One of `EmailAndToken` (using `userEmail` and `apiToken`) or `UsernameAndPassword` (using `username` and `password`).
60
39
  */
61
40
  readonly authMethod: pulumi.Output<string>;
62
41
  /**
@@ -64,16 +43,15 @@ export declare class Integration extends pulumi.CustomResource {
64
43
  */
65
44
  readonly baseUrl: pulumi.Output<string>;
66
45
  /**
67
- * Whether the integration is enabled or not
46
+ * Whether the integration is enabled.
68
47
  */
69
48
  readonly enabled: pulumi.Output<boolean>;
70
49
  /**
71
- * Issue type (for example, Story) for tickets that Jira creates for detector notifications. Splunk Observability Cloud
72
- * validates issue types, so you must specify a type that's valid for the Jira project specified in `projectKey`.
50
+ * Issue type (for example, Story) for tickets that Jira creates for detector notifications. Splunk Observability Cloud validates issue types, so you must specify a type that's valid for the Jira project specified in `projectKey`.
73
51
  */
74
52
  readonly issueType: pulumi.Output<string>;
75
53
  /**
76
- * Name of the integration
54
+ * Name of the integration.
77
55
  */
78
56
  readonly name: pulumi.Output<string>;
79
57
  /**
@@ -81,8 +59,7 @@ export declare class Integration extends pulumi.CustomResource {
81
59
  */
82
60
  readonly password: pulumi.Output<string | undefined>;
83
61
  /**
84
- * Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to
85
- * this project.
62
+ * Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.
86
63
  */
87
64
  readonly projectKey: pulumi.Output<string>;
88
65
  /**
@@ -111,15 +88,15 @@ export interface IntegrationState {
111
88
  */
112
89
  apiToken?: pulumi.Input<string>;
113
90
  /**
114
- * Jira display name for the assignee
91
+ * Jira display name for the assignee.
115
92
  */
116
93
  assigneeDisplayName?: pulumi.Input<string>;
117
94
  /**
118
- * Jira user name for the assignee
95
+ * Jira user name for the assignee.
119
96
  */
120
97
  assigneeName?: pulumi.Input<string>;
121
98
  /**
122
- * Authentication method used when creating the Jira integration. One of `EmailAndToken` or `UsernameAndPassword`
99
+ * Authentication method used when creating the Jira integration. One of `EmailAndToken` (using `userEmail` and `apiToken`) or `UsernameAndPassword` (using `username` and `password`).
123
100
  */
124
101
  authMethod?: pulumi.Input<string>;
125
102
  /**
@@ -127,16 +104,15 @@ export interface IntegrationState {
127
104
  */
128
105
  baseUrl?: pulumi.Input<string>;
129
106
  /**
130
- * Whether the integration is enabled or not
107
+ * Whether the integration is enabled.
131
108
  */
132
109
  enabled?: pulumi.Input<boolean>;
133
110
  /**
134
- * Issue type (for example, Story) for tickets that Jira creates for detector notifications. Splunk Observability Cloud
135
- * validates issue types, so you must specify a type that's valid for the Jira project specified in `projectKey`.
111
+ * Issue type (for example, Story) for tickets that Jira creates for detector notifications. Splunk Observability Cloud validates issue types, so you must specify a type that's valid for the Jira project specified in `projectKey`.
136
112
  */
137
113
  issueType?: pulumi.Input<string>;
138
114
  /**
139
- * Name of the integration
115
+ * Name of the integration.
140
116
  */
141
117
  name?: pulumi.Input<string>;
142
118
  /**
@@ -144,8 +120,7 @@ export interface IntegrationState {
144
120
  */
145
121
  password?: pulumi.Input<string>;
146
122
  /**
147
- * Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to
148
- * this project.
123
+ * Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.
149
124
  */
150
125
  projectKey?: pulumi.Input<string>;
151
126
  /**
@@ -166,15 +141,15 @@ export interface IntegrationArgs {
166
141
  */
167
142
  apiToken?: pulumi.Input<string>;
168
143
  /**
169
- * Jira display name for the assignee
144
+ * Jira display name for the assignee.
170
145
  */
171
146
  assigneeDisplayName?: pulumi.Input<string>;
172
147
  /**
173
- * Jira user name for the assignee
148
+ * Jira user name for the assignee.
174
149
  */
175
150
  assigneeName: pulumi.Input<string>;
176
151
  /**
177
- * Authentication method used when creating the Jira integration. One of `EmailAndToken` or `UsernameAndPassword`
152
+ * Authentication method used when creating the Jira integration. One of `EmailAndToken` (using `userEmail` and `apiToken`) or `UsernameAndPassword` (using `username` and `password`).
178
153
  */
179
154
  authMethod: pulumi.Input<string>;
180
155
  /**
@@ -182,16 +157,15 @@ export interface IntegrationArgs {
182
157
  */
183
158
  baseUrl: pulumi.Input<string>;
184
159
  /**
185
- * Whether the integration is enabled or not
160
+ * Whether the integration is enabled.
186
161
  */
187
162
  enabled: pulumi.Input<boolean>;
188
163
  /**
189
- * Issue type (for example, Story) for tickets that Jira creates for detector notifications. Splunk Observability Cloud
190
- * validates issue types, so you must specify a type that's valid for the Jira project specified in `projectKey`.
164
+ * Issue type (for example, Story) for tickets that Jira creates for detector notifications. Splunk Observability Cloud validates issue types, so you must specify a type that's valid for the Jira project specified in `projectKey`.
191
165
  */
192
166
  issueType: pulumi.Input<string>;
193
167
  /**
194
- * Name of the integration
168
+ * Name of the integration.
195
169
  */
196
170
  name?: pulumi.Input<string>;
197
171
  /**
@@ -199,8 +173,7 @@ export interface IntegrationArgs {
199
173
  */
200
174
  password?: pulumi.Input<string>;
201
175
  /**
202
- * Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to
203
- * this project.
176
+ * Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.
204
177
  */
205
178
  projectKey: pulumi.Input<string>;
206
179
  /**
@@ -11,27 +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
- * * `name` - (Required) Name of the integration.
18
- * * `enabled` - (Required) Whether the integration is enabled.
19
- * * `authMethod` - (Required) Authentication method used when creating the Jira integration. One of `EmailAndToken` (using `userEmail` and `apiToken`) or `UsernameAndPassword` (using `username` and `password`).
20
- * * `apiToken` - (Required if `authMethod` is `EmailAndToken`) The API token for the user email
21
- * * `userEmail` - (Required if `authMethod` is `EmailAndToken`) Email address used to authenticate the Jira integration.
22
- * * `username` - (Required if `authMethod` is `UsernameAndPassword`) User name used to authenticate the Jira integration.
23
- * * `password` - (Required if `authMethod` is `UsernameAndPassword`) Password used to authenticate the Jira integration.
24
- * * `baseUrl` - (Required) Base URL of the Jira instance that's integrated with SignalFx.
25
- * * `issueType` - (Required) Issue type (for example, Story) for tickets that Jira creates for detector notifications. Splunk Observability Cloud validates issue types, so you must specify a type that's valid for the Jira project specified in `projectKey`.
26
- * * `projectKey` - (Required) Jira key of an existing project. When Jira creates a new ticket for a detector notification, the ticket is assigned to this project.
27
- * * `assigneeName` - (Required) Jira user name for the assignee.
28
- * * `assigneeDisplayName` - (Optional) Jira display name for the assignee.
29
- *
30
- * ## Attributes
31
- *
32
- * In a addition to all arguments above, the following attributes are exported:
33
- *
34
- * * `id` - The ID of the integration.
35
14
  */
36
15
  class Integration extends pulumi.CustomResource {
37
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"integration.js","sourceRoot":"","sources":["../../jira/integration.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"integration.js","sourceRoot":"","sources":["../../jira/integration.ts"],"names":[],"mappings":"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"}