@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
@@ -7,41 +7,6 @@ import * as outputs from "./types/output";
7
7
  * If the time period is in the past, the number represents the value of the metric near the end of the time period.
8
8
  *
9
9
  * ## Example
10
- *
11
- * ## Arguments
12
- *
13
- * The following arguments are supported in the resource block:
14
- *
15
- * * `name` - (Required) Name of the chart.
16
- * * `programText` - (Required) Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
17
- * * `description` - (Optional) Description of the chart.
18
- * * `colorBy` - (Optional) Must be `"Dimension"`, `"Scale"` or `"Metric"`. `"Dimension"` by default.
19
- * * `colorScale` - (Optional. `colorBy` must be `"Scale"`) Single color range including both the color to display for that range and the borders of the range. Example: `[{ gt = 60, color = "blue" }, { lte = 60, color = "yellow" }]`. Look at this [link](https://docs.signalfx.com/en/latest/charts/chart-options-tab.html).
20
- * * `gt` - (Optional) Indicates the lower threshold non-inclusive value for this range.
21
- * * `gte` - (Optional) Indicates the lower threshold inclusive value for this range.
22
- * * `lt` - (Optional) Indicates the upper threshold non-inculsive value for this range.
23
- * * `lte` - (Optional) Indicates the upper threshold inclusive value for this range.
24
- * * `color` - (Required) The color to use. 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.
25
- * * `vizOptions` - (Optional) Plot-level customization options, associated with a publish statement.
26
- * * `label` - (Required) Label used in the publish statement that displays the plot (metric time series data) you want to customize.
27
- * * `displayName` - (Optional) Specifies an alternate value for the Plot Name column of the Data Table associated with the chart.
28
- * * `color` - (Optional) The color to use. 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.
29
- * * `valueUnit` - (Optional) A unit to attach to this plot. Units support automatic scaling (eg thousands of bytes will be displayed as kilobytes). Values values are `Bit, Kilobit, Megabit, Gigabit, Terabit, Petabit, Exabit, Zettabit, Yottabit, Byte, Kibibyte, Mebibyte, Gibibyte (note: this was previously typoed as Gigibyte), Tebibyte, Pebibyte, Exbibyte, Zebibyte, Yobibyte, Nanosecond, Microsecond, Millisecond, Second, Minute, Hour, Day, Week`.
30
- * * `valuePrefix`, `valueSuffix` - (Optional) Arbitrary prefix/suffix to display with the value of this plot.
31
- * * `unitPrefix` - (Optional) Must be `"Metric"` or `"Binary"`. `"Metric"` by default.
32
- * * `maxDelay` - (Optional) How long (in seconds) to wait for late datapoints
33
- * * `refreshInterval` - (Optional) How often (in seconds) to refresh the value.
34
- * * `maxPrecision` - (Optional) The maximum precision to for value displayed.
35
- * * `isTimestampHidden` - (Optional) Whether to hide the timestamp in the chart. `false` by default.
36
- * * `secondaryVisualization` - (Optional) The type of secondary visualization. Can be `None`, `Radial`, `Linear`, or `Sparkline`. If unset, the Splunk Observability Cloud default is used (`None`).
37
- * * `showSparkLine` - (Optional) Whether to show a trend line below the current value. `false` by default.
38
- *
39
- * ## Attributes
40
- *
41
- * In a addition to all arguments above, the following attributes are exported:
42
- *
43
- * * `id` - The ID of the chart.
44
- * * `url` - The URL of the chart.
45
10
  */
46
11
  export declare class SingleValueChart extends pulumi.CustomResource {
47
12
  /**
@@ -60,19 +25,19 @@ export declare class SingleValueChart extends pulumi.CustomResource {
60
25
  */
61
26
  static isInstance(obj: any): obj is SingleValueChart;
62
27
  /**
63
- * (Metric by default) Must be "Metric", "Dimension", or "Scale". "Scale" maps to Color by Value in the UI
28
+ * Must be `"Dimension"`, `"Scale"` or `"Metric"`. `"Dimension"` by default.
64
29
  */
65
30
  readonly colorBy: pulumi.Output<string | undefined>;
66
31
  /**
67
- * Single color range including both the color to display for that range and the borders of the range
32
+ * Single color range including both the color to display for that range and the borders of the range. Example: `[{ gt = 60, color = "blue" }, { lte = 60, color = "yellow" }]`. Look at this [link](https://docs.signalfx.com/en/latest/charts/chart-options-tab.html).
68
33
  */
69
34
  readonly colorScales: pulumi.Output<outputs.SingleValueChartColorScale[] | undefined>;
70
35
  /**
71
- * Description of the chart (Optional)
36
+ * Description of the chart.
72
37
  */
73
38
  readonly description: pulumi.Output<string | undefined>;
74
39
  /**
75
- * (false by default) Whether to hide the timestamp in the chart
40
+ * Whether to hide the timestamp in the chart. `false` by default.
76
41
  */
77
42
  readonly isTimestampHidden: pulumi.Output<boolean | undefined>;
78
43
  /**
@@ -80,27 +45,27 @@ export declare class SingleValueChart extends pulumi.CustomResource {
80
45
  */
81
46
  readonly maxDelay: pulumi.Output<number | undefined>;
82
47
  /**
83
- * The maximum precision to for values displayed in the list
48
+ * The maximum precision to for value displayed.
84
49
  */
85
50
  readonly maxPrecision: pulumi.Output<number | undefined>;
86
51
  /**
87
- * Name of the chart
52
+ * Name of the chart.
88
53
  */
89
54
  readonly name: pulumi.Output<string>;
90
55
  /**
91
- * Signalflow program text for the chart. More info at "https://developers.signalfx.com/docs/signalflow-overview"
56
+ * Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
92
57
  */
93
58
  readonly programText: pulumi.Output<string>;
94
59
  /**
95
- * How often (in seconds) to refresh the values of the list
60
+ * How often (in seconds) to refresh the value.
96
61
  */
97
62
  readonly refreshInterval: pulumi.Output<number | undefined>;
98
63
  /**
99
- * (false by default) What kind of secondary visualization to show (None, Radial, Linear, Sparkline)
64
+ * The type of secondary visualization. Can be `None`, `Radial`, `Linear`, or `Sparkline`. If unset, the Splunk Observability Cloud default is used (`None`).
100
65
  */
101
66
  readonly secondaryVisualization: pulumi.Output<string | undefined>;
102
67
  /**
103
- * (false by default) Whether to show a trend line below the current value
68
+ * Whether to show a trend line below the current value. `false` by default.
104
69
  */
105
70
  readonly showSparkLine: pulumi.Output<boolean | undefined>;
106
71
  /**
@@ -108,15 +73,15 @@ export declare class SingleValueChart extends pulumi.CustomResource {
108
73
  */
109
74
  readonly timezone: pulumi.Output<string | undefined>;
110
75
  /**
111
- * (Metric by default) Must be "Metric" or "Binary"
76
+ * Must be `"Metric"` or `"Binary"`. `"Metric"` by default.
112
77
  */
113
78
  readonly unitPrefix: pulumi.Output<string | undefined>;
114
79
  /**
115
- * URL of the chart
80
+ * The URL of the chart.
116
81
  */
117
82
  readonly url: pulumi.Output<string>;
118
83
  /**
119
- * Plot-level customization options, associated with a publish statement
84
+ * Plot-level customization options, associated with a publish statement.
120
85
  */
121
86
  readonly vizOptions: pulumi.Output<outputs.SingleValueChartVizOption[] | undefined>;
122
87
  /**
@@ -133,19 +98,19 @@ export declare class SingleValueChart extends pulumi.CustomResource {
133
98
  */
134
99
  export interface SingleValueChartState {
135
100
  /**
136
- * (Metric by default) Must be "Metric", "Dimension", or "Scale". "Scale" maps to Color by Value in the UI
101
+ * Must be `"Dimension"`, `"Scale"` or `"Metric"`. `"Dimension"` by default.
137
102
  */
138
103
  colorBy?: pulumi.Input<string>;
139
104
  /**
140
- * Single color range including both the color to display for that range and the borders of the range
105
+ * Single color range including both the color to display for that range and the borders of the range. Example: `[{ gt = 60, color = "blue" }, { lte = 60, color = "yellow" }]`. Look at this [link](https://docs.signalfx.com/en/latest/charts/chart-options-tab.html).
141
106
  */
142
107
  colorScales?: pulumi.Input<pulumi.Input<inputs.SingleValueChartColorScale>[]>;
143
108
  /**
144
- * Description of the chart (Optional)
109
+ * Description of the chart.
145
110
  */
146
111
  description?: pulumi.Input<string>;
147
112
  /**
148
- * (false by default) Whether to hide the timestamp in the chart
113
+ * Whether to hide the timestamp in the chart. `false` by default.
149
114
  */
150
115
  isTimestampHidden?: pulumi.Input<boolean>;
151
116
  /**
@@ -153,27 +118,27 @@ export interface SingleValueChartState {
153
118
  */
154
119
  maxDelay?: pulumi.Input<number>;
155
120
  /**
156
- * The maximum precision to for values displayed in the list
121
+ * The maximum precision to for value displayed.
157
122
  */
158
123
  maxPrecision?: pulumi.Input<number>;
159
124
  /**
160
- * Name of the chart
125
+ * Name of the chart.
161
126
  */
162
127
  name?: pulumi.Input<string>;
163
128
  /**
164
- * Signalflow program text for the chart. More info at "https://developers.signalfx.com/docs/signalflow-overview"
129
+ * Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
165
130
  */
166
131
  programText?: pulumi.Input<string>;
167
132
  /**
168
- * How often (in seconds) to refresh the values of the list
133
+ * How often (in seconds) to refresh the value.
169
134
  */
170
135
  refreshInterval?: pulumi.Input<number>;
171
136
  /**
172
- * (false by default) What kind of secondary visualization to show (None, Radial, Linear, Sparkline)
137
+ * The type of secondary visualization. Can be `None`, `Radial`, `Linear`, or `Sparkline`. If unset, the Splunk Observability Cloud default is used (`None`).
173
138
  */
174
139
  secondaryVisualization?: pulumi.Input<string>;
175
140
  /**
176
- * (false by default) Whether to show a trend line below the current value
141
+ * Whether to show a trend line below the current value. `false` by default.
177
142
  */
178
143
  showSparkLine?: pulumi.Input<boolean>;
179
144
  /**
@@ -181,15 +146,15 @@ export interface SingleValueChartState {
181
146
  */
182
147
  timezone?: pulumi.Input<string>;
183
148
  /**
184
- * (Metric by default) Must be "Metric" or "Binary"
149
+ * Must be `"Metric"` or `"Binary"`. `"Metric"` by default.
185
150
  */
186
151
  unitPrefix?: pulumi.Input<string>;
187
152
  /**
188
- * URL of the chart
153
+ * The URL of the chart.
189
154
  */
190
155
  url?: pulumi.Input<string>;
191
156
  /**
192
- * Plot-level customization options, associated with a publish statement
157
+ * Plot-level customization options, associated with a publish statement.
193
158
  */
194
159
  vizOptions?: pulumi.Input<pulumi.Input<inputs.SingleValueChartVizOption>[]>;
195
160
  }
@@ -198,19 +163,19 @@ export interface SingleValueChartState {
198
163
  */
199
164
  export interface SingleValueChartArgs {
200
165
  /**
201
- * (Metric by default) Must be "Metric", "Dimension", or "Scale". "Scale" maps to Color by Value in the UI
166
+ * Must be `"Dimension"`, `"Scale"` or `"Metric"`. `"Dimension"` by default.
202
167
  */
203
168
  colorBy?: pulumi.Input<string>;
204
169
  /**
205
- * Single color range including both the color to display for that range and the borders of the range
170
+ * Single color range including both the color to display for that range and the borders of the range. Example: `[{ gt = 60, color = "blue" }, { lte = 60, color = "yellow" }]`. Look at this [link](https://docs.signalfx.com/en/latest/charts/chart-options-tab.html).
206
171
  */
207
172
  colorScales?: pulumi.Input<pulumi.Input<inputs.SingleValueChartColorScale>[]>;
208
173
  /**
209
- * Description of the chart (Optional)
174
+ * Description of the chart.
210
175
  */
211
176
  description?: pulumi.Input<string>;
212
177
  /**
213
- * (false by default) Whether to hide the timestamp in the chart
178
+ * Whether to hide the timestamp in the chart. `false` by default.
214
179
  */
215
180
  isTimestampHidden?: pulumi.Input<boolean>;
216
181
  /**
@@ -218,27 +183,27 @@ export interface SingleValueChartArgs {
218
183
  */
219
184
  maxDelay?: pulumi.Input<number>;
220
185
  /**
221
- * The maximum precision to for values displayed in the list
186
+ * The maximum precision to for value displayed.
222
187
  */
223
188
  maxPrecision?: pulumi.Input<number>;
224
189
  /**
225
- * Name of the chart
190
+ * Name of the chart.
226
191
  */
227
192
  name?: pulumi.Input<string>;
228
193
  /**
229
- * Signalflow program text for the chart. More info at "https://developers.signalfx.com/docs/signalflow-overview"
194
+ * Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
230
195
  */
231
196
  programText: pulumi.Input<string>;
232
197
  /**
233
- * How often (in seconds) to refresh the values of the list
198
+ * How often (in seconds) to refresh the value.
234
199
  */
235
200
  refreshInterval?: pulumi.Input<number>;
236
201
  /**
237
- * (false by default) What kind of secondary visualization to show (None, Radial, Linear, Sparkline)
202
+ * The type of secondary visualization. Can be `None`, `Radial`, `Linear`, or `Sparkline`. If unset, the Splunk Observability Cloud default is used (`None`).
238
203
  */
239
204
  secondaryVisualization?: pulumi.Input<string>;
240
205
  /**
241
- * (false by default) Whether to show a trend line below the current value
206
+ * Whether to show a trend line below the current value. `false` by default.
242
207
  */
243
208
  showSparkLine?: pulumi.Input<boolean>;
244
209
  /**
@@ -246,11 +211,11 @@ export interface SingleValueChartArgs {
246
211
  */
247
212
  timezone?: pulumi.Input<string>;
248
213
  /**
249
- * (Metric by default) Must be "Metric" or "Binary"
214
+ * Must be `"Metric"` or `"Binary"`. `"Metric"` by default.
250
215
  */
251
216
  unitPrefix?: pulumi.Input<string>;
252
217
  /**
253
- * Plot-level customization options, associated with a publish statement
218
+ * Plot-level customization options, associated with a publish statement.
254
219
  */
255
220
  vizOptions?: pulumi.Input<pulumi.Input<inputs.SingleValueChartVizOption>[]>;
256
221
  }
@@ -11,41 +11,6 @@ const utilities = require("./utilities");
11
11
  * If the time period is in the past, the number represents the value of the metric near the end of the time period.
12
12
  *
13
13
  * ## Example
14
- *
15
- * ## Arguments
16
- *
17
- * The following arguments are supported in the resource block:
18
- *
19
- * * `name` - (Required) Name of the chart.
20
- * * `programText` - (Required) Signalflow program text for the chart. More info [in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
21
- * * `description` - (Optional) Description of the chart.
22
- * * `colorBy` - (Optional) Must be `"Dimension"`, `"Scale"` or `"Metric"`. `"Dimension"` by default.
23
- * * `colorScale` - (Optional. `colorBy` must be `"Scale"`) Single color range including both the color to display for that range and the borders of the range. Example: `[{ gt = 60, color = "blue" }, { lte = 60, color = "yellow" }]`. Look at this [link](https://docs.signalfx.com/en/latest/charts/chart-options-tab.html).
24
- * * `gt` - (Optional) Indicates the lower threshold non-inclusive value for this range.
25
- * * `gte` - (Optional) Indicates the lower threshold inclusive value for this range.
26
- * * `lt` - (Optional) Indicates the upper threshold non-inculsive value for this range.
27
- * * `lte` - (Optional) Indicates the upper threshold inclusive value for this range.
28
- * * `color` - (Required) The color to use. 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.
29
- * * `vizOptions` - (Optional) Plot-level customization options, associated with a publish statement.
30
- * * `label` - (Required) Label used in the publish statement that displays the plot (metric time series data) you want to customize.
31
- * * `displayName` - (Optional) Specifies an alternate value for the Plot Name column of the Data Table associated with the chart.
32
- * * `color` - (Optional) The color to use. 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.
33
- * * `valueUnit` - (Optional) A unit to attach to this plot. Units support automatic scaling (eg thousands of bytes will be displayed as kilobytes). Values values are `Bit, Kilobit, Megabit, Gigabit, Terabit, Petabit, Exabit, Zettabit, Yottabit, Byte, Kibibyte, Mebibyte, Gibibyte (note: this was previously typoed as Gigibyte), Tebibyte, Pebibyte, Exbibyte, Zebibyte, Yobibyte, Nanosecond, Microsecond, Millisecond, Second, Minute, Hour, Day, Week`.
34
- * * `valuePrefix`, `valueSuffix` - (Optional) Arbitrary prefix/suffix to display with the value of this plot.
35
- * * `unitPrefix` - (Optional) Must be `"Metric"` or `"Binary"`. `"Metric"` by default.
36
- * * `maxDelay` - (Optional) How long (in seconds) to wait for late datapoints
37
- * * `refreshInterval` - (Optional) How often (in seconds) to refresh the value.
38
- * * `maxPrecision` - (Optional) The maximum precision to for value displayed.
39
- * * `isTimestampHidden` - (Optional) Whether to hide the timestamp in the chart. `false` by default.
40
- * * `secondaryVisualization` - (Optional) The type of secondary visualization. Can be `None`, `Radial`, `Linear`, or `Sparkline`. If unset, the Splunk Observability Cloud default is used (`None`).
41
- * * `showSparkLine` - (Optional) Whether to show a trend line below the current value. `false` by default.
42
- *
43
- * ## Attributes
44
- *
45
- * In a addition to all arguments above, the following attributes are exported:
46
- *
47
- * * `id` - The ID of the chart.
48
- * * `url` - The URL of the chart.
49
14
  */
50
15
  class SingleValueChart extends pulumi.CustomResource {
51
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"singleValueChart.js","sourceRoot":"","sources":["../singleValueChart.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"singleValueChart.js","sourceRoot":"","sources":["../singleValueChart.ts"],"names":[],"mappings":"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"}
@@ -5,18 +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
- * * `webhookUrl` - (Required) Slack incoming webhook URL.
14
- *
15
- * ## Attributes
16
- *
17
- * In a addition to all arguments above, the following attributes are exported:
18
- *
19
- * * `id` - The ID of the integration.
20
8
  */
21
9
  export declare class Integration extends pulumi.CustomResource {
22
10
  /**
@@ -35,15 +23,15 @@ export declare class Integration extends pulumi.CustomResource {
35
23
  */
36
24
  static isInstance(obj: any): obj is Integration;
37
25
  /**
38
- * Whether the integration is enabled or not
26
+ * Whether the integration is enabled.
39
27
  */
40
28
  readonly enabled: pulumi.Output<boolean>;
41
29
  /**
42
- * Name of the integration
30
+ * Name of the integration.
43
31
  */
44
32
  readonly name: pulumi.Output<string>;
45
33
  /**
46
- * Slack Webhook URL for integration
34
+ * Slack incoming webhook URL.
47
35
  */
48
36
  readonly webhookUrl: pulumi.Output<string>;
49
37
  /**
@@ -60,15 +48,15 @@ export declare class Integration extends pulumi.CustomResource {
60
48
  */
61
49
  export interface IntegrationState {
62
50
  /**
63
- * Whether the integration is enabled or not
51
+ * Whether the integration is enabled.
64
52
  */
65
53
  enabled?: pulumi.Input<boolean>;
66
54
  /**
67
- * Name of the integration
55
+ * Name of the integration.
68
56
  */
69
57
  name?: pulumi.Input<string>;
70
58
  /**
71
- * Slack Webhook URL for integration
59
+ * Slack incoming webhook URL.
72
60
  */
73
61
  webhookUrl?: pulumi.Input<string>;
74
62
  }
@@ -77,15 +65,15 @@ export interface IntegrationState {
77
65
  */
78
66
  export interface IntegrationArgs {
79
67
  /**
80
- * Whether the integration is enabled or not
68
+ * Whether the integration is enabled.
81
69
  */
82
70
  enabled: pulumi.Input<boolean>;
83
71
  /**
84
- * Name of the integration
72
+ * Name of the integration.
85
73
  */
86
74
  name?: pulumi.Input<string>;
87
75
  /**
88
- * Slack Webhook URL for integration
76
+ * Slack incoming webhook URL.
89
77
  */
90
78
  webhookUrl: pulumi.Input<string>;
91
79
  }
@@ -11,18 +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
- * * `webhookUrl` - (Required) Slack incoming webhook URL.
20
- *
21
- * ## Attributes
22
- *
23
- * In a addition to all arguments above, the following attributes are exported:
24
- *
25
- * * `id` - The ID of the integration.
26
14
  */
27
15
  class Integration extends pulumi.CustomResource {
28
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"integration.js","sourceRoot":"","sources":["../../slack/integration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,UAAU,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;SAChG;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC;QAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAzEL,kCA0EC;AA5DG,gBAAgB;AACO,wBAAY,GAAG,wCAAwC,CAAC"}
1
+ {"version":3,"file":"integration.js","sourceRoot":"","sources":["../../slack/integration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;GAMG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,UAAU,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;SAChG;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC;QAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAzEL,kCA0EC;AA5DG,gBAAgB;AACO,wBAAY,GAAG,wCAAwC,CAAC"}
package/slo.d.ts CHANGED
@@ -49,43 +49,6 @@ import * as outputs from "./types/output";
49
49
  * You can either configure a Webhook to use an existing integration's credential id:
50
50
  *
51
51
  * Or configure one inline:
52
- *
53
- * ## Arguments
54
- *
55
- * * `name` - (Required) Name of the SLO. Each SLO name must be unique within an organization.
56
- * * `description` - (Optional) Description of the SLO.
57
- * * `type` - (Required) Type of the SLO. Currently just: `"RequestBased"` is supported.
58
- * * `input` - (Required) Properties to configure an SLO object inputs
59
- * * `programText` - (Required) SignalFlow program and arguments text strings that define the streams used as successful event count and total event count
60
- * * `goodEventsLabel` - (Required) Label used in `"programText"` that refers to the data block which contains the stream of successful events
61
- * * `totalEventsLabel` - (Required) Label used in `"programText"` that refers to the data block which contains the stream of total events
62
- * * `target` - (Required) Define target value of the service level indicator in the appropriate time period.
63
- * * `type` - (Required) SLO target type can be the following type: `"RollingWindow"`, `"CalendarWindow"`
64
- * * `compliancePeriod` - (Required for `"RollingWindow"` type) Compliance period of this SLO. This value must be within the range of 1d (1 days) to 30d (30 days), inclusive.
65
- * * `cycleType` - (Required for `CalendarWindow` type) The cycle type of the calendar window, e.g. week, month.
66
- * * `cycleStart` - (Optional for `CalendarWindow` type) It can be used to change the cycle start time. For example, you can specify sunday as the start of the week (instead of the default monday)
67
- * * `slo` - (Required) Target value in the form of a percentage
68
- * * `alertRule` - (Required) List of alert rules you want to set for this SLO target. An SLO alert rule of type BREACH is always required.
69
- * * `type` - (Required) SLO alert rule can be one of the following types: BREACH, ERROR_BUDGET_LEFT, BURN_RATE. Within an SLO object, you can only specify one SLO alertRule per type. For example, you can't specify two alertRule of type BREACH. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
70
- * * `rule` - (Required) Set of rules used for alerting.
71
- * * `severity` - (Required) The severity of the rule, must be one of: `"Critical"`, `"Major"`, `"Minor"`, `"Warning"`, `"Info"`.
72
- * * `description` - (Optional) Description for the rule. Displays as the alert condition in the Alert Rules tab of the detector editor in the web UI.
73
- * * `disabled` - (Optional) When true, notifications and events will not be generated for the detect label. `false` by default.
74
- * * `notifications` - (Optional) List of strings specifying where notifications will be sent when an incident occurs. See [Create SLO](https://dev.splunk.com/observability/reference/api/slo/latest#endpoint-create-new-slo) for more info.
75
- * * `parameterizedBody` - (Optional) Custom notification message body when an alert is triggered. See [Alert message](https://docs.splunk.com/observability/en/alerts-detectors-notifications/create-detectors-for-alerts.html#alert-messages) for more info.
76
- * * `parameterizedSubject` - (Optional) Custom notification message subject when an alert is triggered. See [Alert message](https://docs.splunk.com/observability/en/alerts-detectors-notifications/create-detectors-for-alerts.html#alert-messages) for more info.
77
- * * `runbookUrl` - (Optional) URL of page to consult when an alert is triggered. This can be used with custom notification messages.
78
- * * `tip` - (Optional) Plain text suggested first course of action, such as a command line to execute. This can be used with custom notification messages.
79
- * * `parameters` - (Optional) Parameters for the SLO alert rule. Each SLO alert rule type accepts different parameters. If not specified, default parameters are used.
80
- * * `fireLasting` - (Optional) Duration that indicates how long the alert condition is met before the alert is triggered. The value must be positive and smaller than the compliance period of the SLO target. Note: `"BREACH"` and `"ERROR_BUDGET_LEFT"` alert rules use the fireLasting parameter. Default: `"5m"`
81
- * * `percentOfLasting` - (Optional) Percentage of the `"fireLasting"` duration that the alert condition is met before the alert is triggered. Note: `"BREACH"` and `"ERROR_BUDGET_LEFT"` alert rules use the `"percentOfLasting"` parameter. Default: `100`
82
- * * `percentErrorBudgetLeft` - (Optional) Error budget must be equal to or smaller than this percentage for the alert to be triggered. Note: `"ERROR_BUDGET_LEFT"` alert rules use the `"percentErrorBudgetLeft"` parameter. Default: `100`
83
- * * `shortWindow1` - (Optional) Short window 1 used in burn rate alert calculation. This value must be longer than 1/30 of `"longWindow1"`. Note: `"BURN_RATE"` alert rules use the `"shortWindow1"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
84
- * * `shortWindow2` - (Optional) Short window 2 used in burn rate alert calculation. This value must be longer than 1/30 of `"longWindow2"`. Note: `"BURN_RATE"` alert rules use the `"shortWindow2"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
85
- * * `longWindow1` - (Optional) Long window 1 used in burn rate alert calculation. This value must be longer than `"shortWindow1"` and shorter than 90 days. Note: `"BURN_RATE"` alert rules use the `"longWindow1"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
86
- * * `longWindow2` - (Optional) Long window 2 used in burn rate alert calculation. This value must be longer than `"shortWindow2"` and shorter than 90 days. Note: `"BURN_RATE"` alert rules use the `"longWindow2"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
87
- * * `burnRateThreshold1` - (Optional) Burn rate threshold 1 used in burn rate alert calculation. This value must be between 0 and 100/(100-SLO target). Note: `"BURN_RATE"` alert rules use the `"burnRateThreshold1"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
88
- * * `burnRateThreshold2` - (Optional) Burn rate threshold 2 used in burn rate alert calculation. This value must be between 0 and 100/(100-SLO target). Note: `"BURN_RATE"` alert rules use the `"burnRateThreshold2"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
89
52
  */
90
53
  export declare class Slo extends pulumi.CustomResource {
91
54
  /**
@@ -104,16 +67,15 @@ export declare class Slo extends pulumi.CustomResource {
104
67
  */
105
68
  static isInstance(obj: any): obj is Slo;
106
69
  /**
107
- * Description of the SLO
70
+ * Description of the SLO.
108
71
  */
109
72
  readonly description: pulumi.Output<string | undefined>;
110
73
  /**
111
- * SignalFlow program and arguments text strings that define the streams used as successful event count and total event
112
- * count
74
+ * Properties to configure an SLO object inputs
113
75
  */
114
76
  readonly input: pulumi.Output<outputs.SloInput>;
115
77
  /**
116
- * Name of the SLO
78
+ * Name of the SLO. Each SLO name must be unique within an organization.
117
79
  */
118
80
  readonly name: pulumi.Output<string>;
119
81
  /**
@@ -121,7 +83,7 @@ export declare class Slo extends pulumi.CustomResource {
121
83
  */
122
84
  readonly target: pulumi.Output<outputs.SloTarget>;
123
85
  /**
124
- * Type of the SLO. Currently only RequestBased SLO is supported
86
+ * Type of the SLO. Currently just: `"RequestBased"` is supported.
125
87
  */
126
88
  readonly type: pulumi.Output<string>;
127
89
  /**
@@ -138,16 +100,15 @@ export declare class Slo extends pulumi.CustomResource {
138
100
  */
139
101
  export interface SloState {
140
102
  /**
141
- * Description of the SLO
103
+ * Description of the SLO.
142
104
  */
143
105
  description?: pulumi.Input<string>;
144
106
  /**
145
- * SignalFlow program and arguments text strings that define the streams used as successful event count and total event
146
- * count
107
+ * Properties to configure an SLO object inputs
147
108
  */
148
109
  input?: pulumi.Input<inputs.SloInput>;
149
110
  /**
150
- * Name of the SLO
111
+ * Name of the SLO. Each SLO name must be unique within an organization.
151
112
  */
152
113
  name?: pulumi.Input<string>;
153
114
  /**
@@ -155,7 +116,7 @@ export interface SloState {
155
116
  */
156
117
  target?: pulumi.Input<inputs.SloTarget>;
157
118
  /**
158
- * Type of the SLO. Currently only RequestBased SLO is supported
119
+ * Type of the SLO. Currently just: `"RequestBased"` is supported.
159
120
  */
160
121
  type?: pulumi.Input<string>;
161
122
  }
@@ -164,16 +125,15 @@ export interface SloState {
164
125
  */
165
126
  export interface SloArgs {
166
127
  /**
167
- * Description of the SLO
128
+ * Description of the SLO.
168
129
  */
169
130
  description?: pulumi.Input<string>;
170
131
  /**
171
- * SignalFlow program and arguments text strings that define the streams used as successful event count and total event
172
- * count
132
+ * Properties to configure an SLO object inputs
173
133
  */
174
134
  input: pulumi.Input<inputs.SloInput>;
175
135
  /**
176
- * Name of the SLO
136
+ * Name of the SLO. Each SLO name must be unique within an organization.
177
137
  */
178
138
  name?: pulumi.Input<string>;
179
139
  /**
@@ -181,7 +141,7 @@ export interface SloArgs {
181
141
  */
182
142
  target: pulumi.Input<inputs.SloTarget>;
183
143
  /**
184
- * Type of the SLO. Currently only RequestBased SLO is supported
144
+ * Type of the SLO. Currently just: `"RequestBased"` is supported.
185
145
  */
186
146
  type: pulumi.Input<string>;
187
147
  }
package/slo.js CHANGED
@@ -53,43 +53,6 @@ const utilities = require("./utilities");
53
53
  * You can either configure a Webhook to use an existing integration's credential id:
54
54
  *
55
55
  * Or configure one inline:
56
- *
57
- * ## Arguments
58
- *
59
- * * `name` - (Required) Name of the SLO. Each SLO name must be unique within an organization.
60
- * * `description` - (Optional) Description of the SLO.
61
- * * `type` - (Required) Type of the SLO. Currently just: `"RequestBased"` is supported.
62
- * * `input` - (Required) Properties to configure an SLO object inputs
63
- * * `programText` - (Required) SignalFlow program and arguments text strings that define the streams used as successful event count and total event count
64
- * * `goodEventsLabel` - (Required) Label used in `"programText"` that refers to the data block which contains the stream of successful events
65
- * * `totalEventsLabel` - (Required) Label used in `"programText"` that refers to the data block which contains the stream of total events
66
- * * `target` - (Required) Define target value of the service level indicator in the appropriate time period.
67
- * * `type` - (Required) SLO target type can be the following type: `"RollingWindow"`, `"CalendarWindow"`
68
- * * `compliancePeriod` - (Required for `"RollingWindow"` type) Compliance period of this SLO. This value must be within the range of 1d (1 days) to 30d (30 days), inclusive.
69
- * * `cycleType` - (Required for `CalendarWindow` type) The cycle type of the calendar window, e.g. week, month.
70
- * * `cycleStart` - (Optional for `CalendarWindow` type) It can be used to change the cycle start time. For example, you can specify sunday as the start of the week (instead of the default monday)
71
- * * `slo` - (Required) Target value in the form of a percentage
72
- * * `alertRule` - (Required) List of alert rules you want to set for this SLO target. An SLO alert rule of type BREACH is always required.
73
- * * `type` - (Required) SLO alert rule can be one of the following types: BREACH, ERROR_BUDGET_LEFT, BURN_RATE. Within an SLO object, you can only specify one SLO alertRule per type. For example, you can't specify two alertRule of type BREACH. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
74
- * * `rule` - (Required) Set of rules used for alerting.
75
- * * `severity` - (Required) The severity of the rule, must be one of: `"Critical"`, `"Major"`, `"Minor"`, `"Warning"`, `"Info"`.
76
- * * `description` - (Optional) Description for the rule. Displays as the alert condition in the Alert Rules tab of the detector editor in the web UI.
77
- * * `disabled` - (Optional) When true, notifications and events will not be generated for the detect label. `false` by default.
78
- * * `notifications` - (Optional) List of strings specifying where notifications will be sent when an incident occurs. See [Create SLO](https://dev.splunk.com/observability/reference/api/slo/latest#endpoint-create-new-slo) for more info.
79
- * * `parameterizedBody` - (Optional) Custom notification message body when an alert is triggered. See [Alert message](https://docs.splunk.com/observability/en/alerts-detectors-notifications/create-detectors-for-alerts.html#alert-messages) for more info.
80
- * * `parameterizedSubject` - (Optional) Custom notification message subject when an alert is triggered. See [Alert message](https://docs.splunk.com/observability/en/alerts-detectors-notifications/create-detectors-for-alerts.html#alert-messages) for more info.
81
- * * `runbookUrl` - (Optional) URL of page to consult when an alert is triggered. This can be used with custom notification messages.
82
- * * `tip` - (Optional) Plain text suggested first course of action, such as a command line to execute. This can be used with custom notification messages.
83
- * * `parameters` - (Optional) Parameters for the SLO alert rule. Each SLO alert rule type accepts different parameters. If not specified, default parameters are used.
84
- * * `fireLasting` - (Optional) Duration that indicates how long the alert condition is met before the alert is triggered. The value must be positive and smaller than the compliance period of the SLO target. Note: `"BREACH"` and `"ERROR_BUDGET_LEFT"` alert rules use the fireLasting parameter. Default: `"5m"`
85
- * * `percentOfLasting` - (Optional) Percentage of the `"fireLasting"` duration that the alert condition is met before the alert is triggered. Note: `"BREACH"` and `"ERROR_BUDGET_LEFT"` alert rules use the `"percentOfLasting"` parameter. Default: `100`
86
- * * `percentErrorBudgetLeft` - (Optional) Error budget must be equal to or smaller than this percentage for the alert to be triggered. Note: `"ERROR_BUDGET_LEFT"` alert rules use the `"percentErrorBudgetLeft"` parameter. Default: `100`
87
- * * `shortWindow1` - (Optional) Short window 1 used in burn rate alert calculation. This value must be longer than 1/30 of `"longWindow1"`. Note: `"BURN_RATE"` alert rules use the `"shortWindow1"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
88
- * * `shortWindow2` - (Optional) Short window 2 used in burn rate alert calculation. This value must be longer than 1/30 of `"longWindow2"`. Note: `"BURN_RATE"` alert rules use the `"shortWindow2"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
89
- * * `longWindow1` - (Optional) Long window 1 used in burn rate alert calculation. This value must be longer than `"shortWindow1"` and shorter than 90 days. Note: `"BURN_RATE"` alert rules use the `"longWindow1"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
90
- * * `longWindow2` - (Optional) Long window 2 used in burn rate alert calculation. This value must be longer than `"shortWindow2"` and shorter than 90 days. Note: `"BURN_RATE"` alert rules use the `"longWindow2"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
91
- * * `burnRateThreshold1` - (Optional) Burn rate threshold 1 used in burn rate alert calculation. This value must be between 0 and 100/(100-SLO target). Note: `"BURN_RATE"` alert rules use the `"burnRateThreshold1"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
92
- * * `burnRateThreshold2` - (Optional) Burn rate threshold 2 used in burn rate alert calculation. This value must be between 0 and 100/(100-SLO target). Note: `"BURN_RATE"` alert rules use the `"burnRateThreshold2"` parameter. See [SLO alerts](https://docs.splunk.com/observability/en/alerts-detectors-notifications/slo/burn-rate-alerts.html) for more info.
93
56
  */
94
57
  class Slo extends pulumi.CustomResource {
95
58
  /**