pulumi-newrelic 5.18.0a1706307694__py3-none-any.whl → 5.18.0a1706812334__py3-none-any.whl

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.
@@ -177,11 +177,17 @@ class MonitorTagArgs:
177
177
  class MultiLocationAlertConditionCriticalArgs:
178
178
  def __init__(__self__, *,
179
179
  threshold: pulumi.Input[int]):
180
+ """
181
+ :param pulumi.Input[int] threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened.
182
+ """
180
183
  pulumi.set(__self__, "threshold", threshold)
181
184
 
182
185
  @property
183
186
  @pulumi.getter
184
187
  def threshold(self) -> pulumi.Input[int]:
188
+ """
189
+ The minimum number of monitor locations that must be concurrently failing before an incident is opened.
190
+ """
185
191
  return pulumi.get(self, "threshold")
186
192
 
187
193
  @threshold.setter
@@ -193,11 +199,17 @@ class MultiLocationAlertConditionCriticalArgs:
193
199
  class MultiLocationAlertConditionWarningArgs:
194
200
  def __init__(__self__, *,
195
201
  threshold: pulumi.Input[int]):
202
+ """
203
+ :param pulumi.Input[int] threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened.
204
+ """
196
205
  pulumi.set(__self__, "threshold", threshold)
197
206
 
198
207
  @property
199
208
  @pulumi.getter
200
209
  def threshold(self) -> pulumi.Input[int]:
210
+ """
211
+ The minimum number of monitor locations that must be concurrently failing before an incident is opened.
212
+ """
201
213
  return pulumi.get(self, "threshold")
202
214
 
203
215
  @threshold.setter
@@ -145,11 +145,17 @@ class MonitorTag(dict):
145
145
  class MultiLocationAlertConditionCritical(dict):
146
146
  def __init__(__self__, *,
147
147
  threshold: int):
148
+ """
149
+ :param int threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened.
150
+ """
148
151
  pulumi.set(__self__, "threshold", threshold)
149
152
 
150
153
  @property
151
154
  @pulumi.getter
152
155
  def threshold(self) -> int:
156
+ """
157
+ The minimum number of monitor locations that must be concurrently failing before an incident is opened.
158
+ """
153
159
  return pulumi.get(self, "threshold")
154
160
 
155
161
 
@@ -157,11 +163,17 @@ class MultiLocationAlertConditionCritical(dict):
157
163
  class MultiLocationAlertConditionWarning(dict):
158
164
  def __init__(__self__, *,
159
165
  threshold: int):
166
+ """
167
+ :param int threshold: The minimum number of monitor locations that must be concurrently failing before an incident is opened.
168
+ """
160
169
  pulumi.set(__self__, "threshold", threshold)
161
170
 
162
171
  @property
163
172
  @pulumi.getter
164
173
  def threshold(self) -> int:
174
+ """
175
+ The minimum number of monitor locations that must be concurrently failing before an incident is opened.
176
+ """
165
177
  return pulumi.get(self, "threshold")
166
178
 
167
179
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.18.0a1706307694
3
+ Version: 5.18.0a1706812334
4
4
  Summary: A Pulumi package for creating and managing New Relic resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -11,6 +11,7 @@ Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver >=0.2.1
12
12
  Requires-Dist: pulumi <4.0.0,>=3.0.0
13
13
  Requires-Dist: semver >=2.8.1
14
+ Requires-Dist: importlib-metadata <7.0.0,>=6.0.0 ; python_version < "3.8"
14
15
 
15
16
  [![Actions Status](https://github.com/pulumi/pulumi-newrelic/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-newrelic/actions)
16
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -1,6 +1,6 @@
1
1
  pulumi_newrelic/__init__.py,sha256=b7YOA-gAiMkaPzFnCabtZGnGEj0W8C0cYYhj8GqpU34,10921
2
- pulumi_newrelic/_inputs.py,sha256=ODk8h3wngoejnRkvJ9DxWsxV5h8fz8B4kk7UAEKi4B8,459954
3
- pulumi_newrelic/_utilities.py,sha256=nNKRJyG0bkCleVzIGnszB5TSQOVUqAHks2baneWhujg,9249
2
+ pulumi_newrelic/_inputs.py,sha256=IK3QSgzencxOTb3L-iSDvdaEvKORUTKYewvS8c5VeA8,476794
3
+ pulumi_newrelic/_utilities.py,sha256=jMbim532bPc1u3rZevJSaM4zw6tbQPf2c85Dkyq_7_g,9327
4
4
  pulumi_newrelic/account_management.py,sha256=n6PRT6MlHnqzV5pjIE5SJuxc-oAN3a0gwNOMPAovx4I,8673
5
5
  pulumi_newrelic/alert_channel.py,sha256=tYCerX_BsVt0rjxK4DBOzqYYvi74V7xY9FHgIpVO1yM,20872
6
6
  pulumi_newrelic/alert_condition.py,sha256=X_2UfWFTWd7PJpmfRGSbgpX4eW1NmPoqtYNFfyR5U1o,45746
@@ -35,7 +35,7 @@ pulumi_newrelic/obfuscation_rule.py,sha256=VXoVR-rs6S6jB8SgpHGJcL8mkCDldhCe8qoaK
35
35
  pulumi_newrelic/one_dashboard.py,sha256=31nqi42fXi5iwbku7YtjeaODPzlw0NVMJ7-OAn66yNc,20474
36
36
  pulumi_newrelic/one_dashboard_json.py,sha256=ghRsdJehfoW9fRI-i3j4twDF7-0K12ZJ_DwzwdfYVLc,12606
37
37
  pulumi_newrelic/one_dashboard_raw.py,sha256=CBPCIQtnYSfttTKKoHh54xFqaBuFaZsMvTcW4hncqzk,23116
38
- pulumi_newrelic/outputs.py,sha256=qcban7gPy6NYy6aMRH64yGkXpQt4dal-HCNdiHf6IFQ,454091
38
+ pulumi_newrelic/outputs.py,sha256=nSt6iAV687_xXCC8n2TXxo7bIBLN97DLQvI70zGj5Sw,469781
39
39
  pulumi_newrelic/provider.py,sha256=VPXhUfFLSVoIFew1P_oy7pHeondN5LbHsLoLqD3z7qs,19536
40
40
  pulumi_newrelic/pulumi-plugin.json,sha256=BB2nuoRbgCmufIppkKjSbeCa7oIqt8NBakO_A4QV0Pk,45
41
41
  pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -56,16 +56,16 @@ pulumi_newrelic/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ah
56
56
  pulumi_newrelic/config/__init__.pyi,sha256=8n6XwrQvqjl4HY1_XELEwc9YzT87qKE_XNuwTuxE1s8,845
57
57
  pulumi_newrelic/config/vars.py,sha256=LoerUF1FfCG5xvxTF5mWFEP5ClRaMAK8KdgJiPmchp4,2110
58
58
  pulumi_newrelic/insights/__init__.py,sha256=-tPATEB7zs4lUfIRTT0wNnN9a7uvXHsRi315Y9-rm30,335
59
- pulumi_newrelic/insights/_inputs.py,sha256=kJvD1eQdE3VEtDeGj6Yi_ifFy18XlK3Y1zWhBWuZAhU,2765
59
+ pulumi_newrelic/insights/_inputs.py,sha256=_N6liJuXjt9GK3HWgA94q0fLjAckJd6Ou5ntAO0atNA,4324
60
60
  pulumi_newrelic/insights/event.py,sha256=I04_QzU5Xf3i4DNhfuu2E0WwYLKsAEmbfS1ql-RMr_w,10052
61
- pulumi_newrelic/insights/outputs.py,sha256=bJtcCdj3SXMK1LSJTvHATKWblDFARhddNi0SDo1I0-0,1874
61
+ pulumi_newrelic/insights/outputs.py,sha256=Rsw2x8EcSF_LE4pt_9jJtoF_ut0D1S4cRCxPzCIBVsU,3335
62
62
  pulumi_newrelic/plugins/__init__.py,sha256=UeoukmKyu6Xm6K4W4z5N_CzyB634ttFEcP7GH9nTyeA,374
63
63
  pulumi_newrelic/plugins/_inputs.py,sha256=FxdmKs4Tg8NXXcXW4YIIHtwxSzwvc_FizQS_QeAoRiw,17018
64
64
  pulumi_newrelic/plugins/application_settings.py,sha256=Uqz4Oz2q2ymmgQXWe1_5n0FJ1ZE9mqP3YovBI4EO-r8,15437
65
65
  pulumi_newrelic/plugins/outputs.py,sha256=-QBbMX5uPcEPsTA3v-Qia3kT9DzQp-dA6D80E6cfFn4,16831
66
66
  pulumi_newrelic/plugins/workload.py,sha256=gCa04x_MRodvD7YtJJrASKf9tbdtRAeFlUjnoIDL55g,31618
67
67
  pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
68
- pulumi_newrelic/synthetics/_inputs.py,sha256=k4_MaTwp_iXasOHX3XswGJIogWLzPCBH6GnkJPk9a4Q,12981
68
+ pulumi_newrelic/synthetics/_inputs.py,sha256=F8ecjlj2j3gv0oWwFNYGht9gktjMDumW-_hxoz852UE,13597
69
69
  pulumi_newrelic/synthetics/alert_condition.py,sha256=1JTG4uwB1Z-jPsLpe7zTtmVr6WH1gNMKmM4Mdz8y59A,20564
70
70
  pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=E9gdJPGCqxmoC4jEuY13pFmjfUioH4dRYQRb4tPVtzQ,32023
71
71
  pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=lXIj8CcwwAIcrhgdRxMJuRsemhLRtZ1RRJFv4U0vYqw,34119
@@ -73,12 +73,12 @@ pulumi_newrelic/synthetics/get_private_location.py,sha256=Phsn8ZDUJhSvJLdXEowWPo
73
73
  pulumi_newrelic/synthetics/get_secure_credential.py,sha256=bPYHCwVTY2XxM10l7OnvsuodBSp0wutBlkZR-s_PixQ,5479
74
74
  pulumi_newrelic/synthetics/monitor.py,sha256=1n3pF3tf77cfW8QS9nerR3ZQ8X9IP9g8pivQvt_oGLs,65235
75
75
  pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=gTYemJ-XKHhx_BswPyIIe2c4Hd3wzkGYFBbtHmZuzq4,34733
76
- pulumi_newrelic/synthetics/outputs.py,sha256=0APd6Xmvym_qkH4IHsD_pqbDVFKV7UaUAASHn7xx9xQ,10581
76
+ pulumi_newrelic/synthetics/outputs.py,sha256=vYBs8vBYKPBJoLpopcyZbVX8bHCXTuCx4hFehc4R_Hs,11169
77
77
  pulumi_newrelic/synthetics/private_location.py,sha256=x2Ji28435eqLVwZY9tXLN4QV08KpdF7rQO-VwaAU5Yg,17171
78
78
  pulumi_newrelic/synthetics/script_monitor.py,sha256=Ar_IK1e_qkcSatmcPOtGXwPiQpKrgclxj3AlkceTcEs,54564
79
79
  pulumi_newrelic/synthetics/secure_credential.py,sha256=O5SFzx3UNw64KjxCRzxatsXoPjT_e6VyJ32JTa0f0Dw,15604
80
80
  pulumi_newrelic/synthetics/step_monitor.py,sha256=44JHBqmNrBv_1nmDU3z2s3kRKQ8wxdIL1ScEqHDLcHk,35123
81
- pulumi_newrelic-5.18.0a1706307694.dist-info/METADATA,sha256=A7Rk38myq5yLEeo1WtmpGBgdCyz-UGzfAZ4kN5KAwEQ,3900
82
- pulumi_newrelic-5.18.0a1706307694.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
83
- pulumi_newrelic-5.18.0a1706307694.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
84
- pulumi_newrelic-5.18.0a1706307694.dist-info/RECORD,,
81
+ pulumi_newrelic-5.18.0a1706812334.dist-info/METADATA,sha256=xRTMG1TfUtjVz71efWk3W7gKC9sm_xiA0DPfOr7I-UM,3974
82
+ pulumi_newrelic-5.18.0a1706812334.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
83
+ pulumi_newrelic-5.18.0a1706812334.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
84
+ pulumi_newrelic-5.18.0a1706812334.dist-info/RECORD,,