pulumi-newrelic 5.25.0a1716265462__py3-none-any.whl → 5.25.0a1716510846__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.
Files changed (32) hide show
  1. pulumi_newrelic/_inputs.py +168 -42
  2. pulumi_newrelic/account_management.py +14 -14
  3. pulumi_newrelic/alert_channel.py +28 -28
  4. pulumi_newrelic/alert_condition.py +125 -84
  5. pulumi_newrelic/alert_muting_rule.py +21 -21
  6. pulumi_newrelic/alert_policy.py +27 -21
  7. pulumi_newrelic/entity_tags.py +7 -7
  8. pulumi_newrelic/get_alert_policy.py +9 -0
  9. pulumi_newrelic/get_service_level_alert_helper.py +18 -0
  10. pulumi_newrelic/infra_alert_condition.py +105 -126
  11. pulumi_newrelic/insights/event.py +13 -0
  12. pulumi_newrelic/nrql_drop_rule.py +28 -28
  13. pulumi_newrelic/one_dashboard.py +48 -42
  14. pulumi_newrelic/outputs.py +168 -42
  15. pulumi_newrelic/plugins/_inputs.py +8 -8
  16. pulumi_newrelic/plugins/outputs.py +8 -8
  17. pulumi_newrelic/plugins/workload.py +28 -28
  18. pulumi_newrelic/pulumi-plugin.json +1 -1
  19. pulumi_newrelic/service_level.py +79 -0
  20. pulumi_newrelic/synthetics/alert_condition.py +42 -14
  21. pulumi_newrelic/synthetics/broken_links_monitor.py +18 -0
  22. pulumi_newrelic/synthetics/cert_check_monitor.py +18 -0
  23. pulumi_newrelic/synthetics/get_secure_credential.py +8 -0
  24. pulumi_newrelic/synthetics/monitor.py +4 -0
  25. pulumi_newrelic/synthetics/multi_location_alert_condition.py +63 -49
  26. pulumi_newrelic/synthetics/script_monitor.py +4 -0
  27. pulumi_newrelic/synthetics/secure_credential.py +14 -21
  28. pulumi_newrelic/synthetics/step_monitor.py +18 -0
  29. {pulumi_newrelic-5.25.0a1716265462.dist-info → pulumi_newrelic-5.25.0a1716510846.dist-info}/METADATA +1 -1
  30. {pulumi_newrelic-5.25.0a1716265462.dist-info → pulumi_newrelic-5.25.0a1716510846.dist-info}/RECORD +32 -32
  31. {pulumi_newrelic-5.25.0a1716265462.dist-info → pulumi_newrelic-5.25.0a1716510846.dist-info}/WHEEL +0 -0
  32. {pulumi_newrelic-5.25.0a1716265462.dist-info → pulumi_newrelic-5.25.0a1716510846.dist-info}/top_level.txt +0 -0
@@ -21,10 +21,9 @@ class SecureCredentialArgs:
21
21
  last_updated: Optional[pulumi.Input[str]] = None):
22
22
  """
23
23
  The set of arguments for constructing a SecureCredential resource.
24
- :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
25
- key to the underlying API.
24
+ :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
26
25
  :param pulumi.Input[str] value: The secure credential's value.
27
- :param pulumi.Input[str] account_id: The New Relic account ID where you want to create the secure credential.
26
+ :param pulumi.Input[str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
28
27
  :param pulumi.Input[str] description: The secure credential's description.
29
28
  :param pulumi.Input[str] last_updated: The time the secure credential was last updated.
30
29
  """
@@ -41,8 +40,7 @@ class SecureCredentialArgs:
41
40
  @pulumi.getter
42
41
  def key(self) -> pulumi.Input[str]:
43
42
  """
44
- The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
45
- key to the underlying API.
43
+ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
46
44
  """
47
45
  return pulumi.get(self, "key")
48
46
 
@@ -66,7 +64,7 @@ class SecureCredentialArgs:
66
64
  @pulumi.getter(name="accountId")
67
65
  def account_id(self) -> Optional[pulumi.Input[str]]:
68
66
  """
69
- The New Relic account ID where you want to create the secure credential.
67
+ Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
70
68
  """
71
69
  return pulumi.get(self, "account_id")
72
70
 
@@ -109,10 +107,9 @@ class _SecureCredentialState:
109
107
  value: Optional[pulumi.Input[str]] = None):
110
108
  """
111
109
  Input properties used for looking up and filtering SecureCredential resources.
112
- :param pulumi.Input[str] account_id: The New Relic account ID where you want to create the secure credential.
110
+ :param pulumi.Input[str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
113
111
  :param pulumi.Input[str] description: The secure credential's description.
114
- :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
115
- key to the underlying API.
112
+ :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
116
113
  :param pulumi.Input[str] last_updated: The time the secure credential was last updated.
117
114
  :param pulumi.Input[str] value: The secure credential's value.
118
115
  """
@@ -131,7 +128,7 @@ class _SecureCredentialState:
131
128
  @pulumi.getter(name="accountId")
132
129
  def account_id(self) -> Optional[pulumi.Input[str]]:
133
130
  """
134
- The New Relic account ID where you want to create the secure credential.
131
+ Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
135
132
  """
136
133
  return pulumi.get(self, "account_id")
137
134
 
@@ -155,8 +152,7 @@ class _SecureCredentialState:
155
152
  @pulumi.getter
156
153
  def key(self) -> Optional[pulumi.Input[str]]:
157
154
  """
158
- The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
159
- key to the underlying API.
155
+ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
160
156
  """
161
157
  return pulumi.get(self, "key")
162
158
 
@@ -225,10 +221,9 @@ class SecureCredential(pulumi.CustomResource):
225
221
 
226
222
  :param str resource_name: The name of the resource.
227
223
  :param pulumi.ResourceOptions opts: Options for the resource.
228
- :param pulumi.Input[str] account_id: The New Relic account ID where you want to create the secure credential.
224
+ :param pulumi.Input[str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
229
225
  :param pulumi.Input[str] description: The secure credential's description.
230
- :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
231
- key to the underlying API.
226
+ :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
232
227
  :param pulumi.Input[str] last_updated: The time the secure credential was last updated.
233
228
  :param pulumi.Input[str] value: The secure credential's value.
234
229
  """
@@ -323,10 +318,9 @@ class SecureCredential(pulumi.CustomResource):
323
318
  :param str resource_name: The unique name of the resulting resource.
324
319
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
325
320
  :param pulumi.ResourceOptions opts: Options for the resource.
326
- :param pulumi.Input[str] account_id: The New Relic account ID where you want to create the secure credential.
321
+ :param pulumi.Input[str] account_id: Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
327
322
  :param pulumi.Input[str] description: The secure credential's description.
328
- :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
329
- key to the underlying API.
323
+ :param pulumi.Input[str] key: The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
330
324
  :param pulumi.Input[str] last_updated: The time the secure credential was last updated.
331
325
  :param pulumi.Input[str] value: The secure credential's value.
332
326
  """
@@ -345,7 +339,7 @@ class SecureCredential(pulumi.CustomResource):
345
339
  @pulumi.getter(name="accountId")
346
340
  def account_id(self) -> pulumi.Output[str]:
347
341
  """
348
- The New Relic account ID where you want to create the secure credential.
342
+ Determines the New Relic account where the secure credential will be created. Defaults to the account associated with the API key used.
349
343
  """
350
344
  return pulumi.get(self, "account_id")
351
345
 
@@ -361,8 +355,7 @@ class SecureCredential(pulumi.CustomResource):
361
355
  @pulumi.getter
362
356
  def key(self) -> pulumi.Output[str]:
363
357
  """
364
- The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased
365
- key to the underlying API.
358
+ The secure credential's key name. Regardless of the case used in the configuration, the provider will provide an upcased key to the underlying API.
366
359
  """
367
360
  return pulumi.get(self, "key")
368
361
 
@@ -41,6 +41,8 @@ class StepMonitorArgs:
41
41
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
42
42
 
43
43
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
44
+
45
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
44
46
  :param pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
45
47
  """
46
48
  pulumi.set(__self__, "period", period)
@@ -178,6 +180,8 @@ class StepMonitorArgs:
178
180
  The specific version of the runtime type selected.
179
181
 
180
182
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
183
+
184
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
181
185
  """
182
186
  return pulumi.get(self, "runtime_type_version")
183
187
 
@@ -228,6 +232,8 @@ class _StepMonitorState:
228
232
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
229
233
 
230
234
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
235
+
236
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
231
237
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
232
238
  :param pulumi.Input[Sequence[pulumi.Input['StepMonitorStepArgs']]] steps: The steps that make up the script the monitor will run. See Nested steps blocks below for details.
233
239
  :param pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
@@ -374,6 +380,8 @@ class _StepMonitorState:
374
380
  The specific version of the runtime type selected.
375
381
 
376
382
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
383
+
384
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
377
385
  """
378
386
  return pulumi.get(self, "runtime_type_version")
379
387
 
@@ -436,6 +444,8 @@ class StepMonitor(pulumi.CustomResource):
436
444
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorTagArgs']]]]] = None,
437
445
  __props__=None):
438
446
  """
447
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
448
+
439
449
  Use this resource to create, update, and delete a Synthetics Step monitor in New Relic.
440
450
 
441
451
  ## Example Usage
@@ -524,6 +534,8 @@ class StepMonitor(pulumi.CustomResource):
524
534
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
525
535
 
526
536
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
537
+
538
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
527
539
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
528
540
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorStepArgs']]]] steps: The steps that make up the script the monitor will run. See Nested steps blocks below for details.
529
541
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
@@ -535,6 +547,8 @@ class StepMonitor(pulumi.CustomResource):
535
547
  args: StepMonitorArgs,
536
548
  opts: Optional[pulumi.ResourceOptions] = None):
537
549
  """
550
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
551
+
538
552
  Use this resource to create, update, and delete a Synthetics Step monitor in New Relic.
539
553
 
540
554
  ## Example Usage
@@ -707,6 +721,8 @@ class StepMonitor(pulumi.CustomResource):
707
721
  :param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
708
722
 
709
723
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
724
+
725
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
710
726
  :param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
711
727
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorStepArgs']]]] steps: The steps that make up the script the monitor will run. See Nested steps blocks below for details.
712
728
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StepMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
@@ -809,6 +825,8 @@ class StepMonitor(pulumi.CustomResource):
809
825
  The specific version of the runtime type selected.
810
826
 
811
827
  > **NOTE:** Currently, the values of `runtime_type` and `runtime_type_version` supported by this resource are `CHROME_BROWSER` and `100` respectively. In order to run the monitor in the new runtime, both `runtime_type` and `runtime_type_version` need to be specified; however, specifying neither of these attributes would set this monitor to use the legacy runtime. It may also be noted that the runtime opted for would only be effective with private locations. For public locations, all traffic has been shifted to the new runtime, irrespective of the selection made.
828
+
829
+ > **WARNING** Support for legacy Synthetics runtimes **will reach its end-of-life (EOL) on October 22, 2024**. In addition, creating **_new_** monitors using the legacy runtime **will no longer be supported after June 30, 2024**. In light of the above, kindly **upgrade your Synthetic Monitors to the new runtime** at the earliest, if they are still using the legacy runtime. Please check out [this page](https://forum.newrelic.com/s/hubtopic/aAXPh0000001brxOAA/upcoming-endoflife-legacy-synthetics-runtimes-and-cpm) for more details on the EOL, action needed (specific to monitors using public and private locations), relevant resources, and more.
812
830
  """
813
831
  return pulumi.get(self, "runtime_type_version")
814
832
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_newrelic
3
- Version: 5.25.0a1716265462
3
+ Version: 5.25.0a1716510846
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
@@ -1,20 +1,20 @@
1
1
  pulumi_newrelic/__init__.py,sha256=Ekxa_c_Z6YcPWbvb7FFvd3lBPGRctMTA9rQGGzd13Ts,11328
2
- pulumi_newrelic/_inputs.py,sha256=0PyhyltlkaADZkXJKdxImGovcImnSaZA1C3RCzaclsw,469022
2
+ pulumi_newrelic/_inputs.py,sha256=O8X2U-Op_jpROuhq9gVv-NdOnzAnGVd0E_s2n-OO-VQ,478445
3
3
  pulumi_newrelic/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
4
- pulumi_newrelic/account_management.py,sha256=8mWtlTu8uP0x-4CVfAVL5kjuElnyNUeLHBqVNfIcyQc,8817
5
- pulumi_newrelic/alert_channel.py,sha256=5CYMMAyK6BgJRGGzhbYzZTsOLk3PkLVTtpjLen8mWNU,20130
6
- pulumi_newrelic/alert_condition.py,sha256=KsW3TijyAtV7WkvykDHEJrncdJSCcNeU_FgyH36ejvc,41574
7
- pulumi_newrelic/alert_muting_rule.py,sha256=6HQk7AyR5z0qPxZDYYq2ANsyy5lYHsEAAiykQvDeAz8,18756
8
- pulumi_newrelic/alert_policy.py,sha256=6EDSABgNBlFYT6cmu4TwCffQvBOB9MhFLmO6IAjpWw4,23658
4
+ pulumi_newrelic/account_management.py,sha256=IKzAnKd0TqvKr4TkBUSDhxUyhMyWaTI6Ux4OJ5GMNn0,8789
5
+ pulumi_newrelic/alert_channel.py,sha256=Z_Q2zeWaAavLmxPwVV7LTy6dAp6cDr8GtcNMkzXrrnA,21376
6
+ pulumi_newrelic/alert_condition.py,sha256=JLgduj2oWsWi9NG89Ffvflzb_6W45MHNw1TJsTbX1Ng,46583
7
+ pulumi_newrelic/alert_muting_rule.py,sha256=GeV7GG0PWnM6VRzHhFQGv7dRuX0cQDWjRTyqY4dAL-M,19155
8
+ pulumi_newrelic/alert_policy.py,sha256=en_AWTXjMym2miWLxp_e78kXpBpsmJtg4IhDhVnbhHQ,26743
9
9
  pulumi_newrelic/alert_policy_channel.py,sha256=UzBH24klGuITsJlw4nyo0E__-8fevYBdOYhDx9xbWEM,15477
10
10
  pulumi_newrelic/api_access_key.py,sha256=buDhGJHHgnLzPLbYcsaBjl1bQDukgLzdk1FzbIkX_Ts,21435
11
11
  pulumi_newrelic/browser_application.py,sha256=tVD3ZgHHXTTe1t9fFBDbeT9agigtzCajQJlmupdMd-4,21042
12
12
  pulumi_newrelic/data_partition_rule.py,sha256=C_G9maLjFeJlv_XUfDmgWZIgGVO2ojlOcx0mZsciMZU,20433
13
- pulumi_newrelic/entity_tags.py,sha256=LdyMTlvgc1gQrHJZbVPIa4IaPUJrgy7EJxuy-bOxiXM,10029
13
+ pulumi_newrelic/entity_tags.py,sha256=XWgh9ZPP4fvsTVZSHmnuY27KxEy8aw6ppo5Gzr4iwJQ,10127
14
14
  pulumi_newrelic/events_to_metrics_rule.py,sha256=lQAWZJc5TmVWJoznib_yniMV5kCFONWwnhGmxmS9gl4,15994
15
15
  pulumi_newrelic/get_account.py,sha256=uZnFdoQVwUd-Qz4WHtA7EHiylDS10JHJvsn4j2dONww,4651
16
16
  pulumi_newrelic/get_alert_channel.py,sha256=QXHddDxfYIDOpEQFkQ_uBs_CV94f_sn8qeTESbJGSVQ,5416
17
- pulumi_newrelic/get_alert_policy.py,sha256=UARHY3a8TuUI0HJpt98XU1W4UgongttmJGk8pWeQ6gg,5795
17
+ pulumi_newrelic/get_alert_policy.py,sha256=hfBkNm6FPKiSJ32K5OXRIC8DS0mUdneESQUWX2p1oBk,8795
18
18
  pulumi_newrelic/get_application.py,sha256=BAfcQqa2YJR3ggMugqvBydAT59ujX_ftPQmsDtsd2Uw,5274
19
19
  pulumi_newrelic/get_authentication_domain.py,sha256=wy5i9vGaNqYofpBE7gLrwmJAaM-NkdMglOK0lprSFjM,3498
20
20
  pulumi_newrelic/get_cloud_account.py,sha256=7uBL8KxGdma3ZR8KQzRXG61R-inusfXHXv_6bEQK3fI,5191
@@ -23,27 +23,27 @@ pulumi_newrelic/get_group.py,sha256=pjW9nJr7tPPyi5YKev_VRyccEmQ_qGd6J8ZyWVxy33g,
23
23
  pulumi_newrelic/get_key_transaction.py,sha256=E9z8R6wWYQiUS7PH3UOkLcmK0OfjWH2z0eClyF0nEdk,4043
24
24
  pulumi_newrelic/get_notification_destination.py,sha256=xuZ8M317q9-z-bPWdgXpok9W-malMqAaPRQJPXJaL80,8152
25
25
  pulumi_newrelic/get_obfuscation_expression.py,sha256=6-EpgfNLHmWmx-Na8IQ9UCaBz1j8AnPuGC0XzBOb2lc,4921
26
- pulumi_newrelic/get_service_level_alert_helper.py,sha256=tkq0xO1-F6S0bWfvLkRUZMaWZOvh0gUl3wfe2FPHbdg,18534
26
+ pulumi_newrelic/get_service_level_alert_helper.py,sha256=dq3eeFGE5dgAciFju-GhTBD2Ics07AkOyqb4VfpIoLw,20164
27
27
  pulumi_newrelic/get_test_grok_pattern.py,sha256=mCiJXbpiQLg2oeEa5_rQTI38ZsXkWml4lgv1s6jEpPE,5538
28
28
  pulumi_newrelic/get_user.py,sha256=QxI7LiKvkiBOc-Ovj3ySFzD1l2SrGO1Y7-xnrGhfP3A,7284
29
29
  pulumi_newrelic/group.py,sha256=ifVMSVvNIQ4YtoRXIBCpzu7jy3AsEt0iQAFC4M3Rb8g,20907
30
- pulumi_newrelic/infra_alert_condition.py,sha256=U3uoN8lZ8aaF3-JYsPtp25Mupu4h4ugsLjn1Mg6vI3c,55350
30
+ pulumi_newrelic/infra_alert_condition.py,sha256=B7jF2z0zmWmSWQjOTlYad_XahrmUtCi90msMlFMnlD8,57993
31
31
  pulumi_newrelic/log_parsing_rule.py,sha256=1NgUsL1PQNd5-5eMUiOA5fL0vT91DNQ6KqmcWSyn5l0,22408
32
32
  pulumi_newrelic/monitor_downtime.py,sha256=NJ4MNCNvsprCc3tsFItaicyZQFM_U5m9oX6jQtyNv_8,40928
33
33
  pulumi_newrelic/notification_channel.py,sha256=24p_eoHWZO_Batk8OEryh4OW48W8YuYGIbnmcEimmas,45732
34
34
  pulumi_newrelic/notification_destination.py,sha256=2nUHHjQxPeIYRQcFSWExFFNOKxu3a_WQonW6EdWlH6o,37505
35
35
  pulumi_newrelic/nrql_alert_condition.py,sha256=WXB043NuAgNxeeBhpC0bn2r-x2SIFpVFSdfuahLq4nE,105437
36
- pulumi_newrelic/nrql_drop_rule.py,sha256=HxW-UuccZ1r1Y0VE0lWPrKE30WYlPtAXJ7OQURDsc_c,16873
36
+ pulumi_newrelic/nrql_drop_rule.py,sha256=PO9gtn6xHMEHjUdfZB_h5AWnWFFnfihRxwxEoGsS_tk,17538
37
37
  pulumi_newrelic/obfuscation_expression.py,sha256=ujOP16liz5adKssyTNmoSbKJsypZAejSi6eCsQtC54c,12343
38
38
  pulumi_newrelic/obfuscation_rule.py,sha256=J1951kAaBWDlmFWEQsSASz7PmjGSpQYxvqV8wLliTFY,17809
39
- pulumi_newrelic/one_dashboard.py,sha256=iFA7NQWxwqPd8wSBnhx6HORVuwzvWtfz4j15JoANfPM,18619
39
+ pulumi_newrelic/one_dashboard.py,sha256=b3DpP1ryeGV6WYUghTaAN6963nMrVeWHvLeInBE42rM,20490
40
40
  pulumi_newrelic/one_dashboard_json.py,sha256=u-JceUUU1oHvQ_QT5rSy5kWw17dGR4hk_X0qg-NVT-s,12622
41
41
  pulumi_newrelic/one_dashboard_raw.py,sha256=M9TgRdqEwEDFwJtzN2retbMG3b8aNih10hL0n0MihUY,23542
42
- pulumi_newrelic/outputs.py,sha256=nEo-ACQKgisaHiabw2mPGD-G3n2bWa2ggcGAdoIkKQU,462547
42
+ pulumi_newrelic/outputs.py,sha256=L-9FYUrx8-ORj9iErAHeUqUXZixJlhzDDcLHe7-VpCg,471606
43
43
  pulumi_newrelic/provider.py,sha256=UIT58VArPFzjnWIR6uA-WzNzFC1AaWDSSZg9ni5BUxc,19663
44
- pulumi_newrelic/pulumi-plugin.json,sha256=D-CZl_tlSNhSnAo1Q3rdjqPj-x5EfPsnv9TPXCPhFMc,85
44
+ pulumi_newrelic/pulumi-plugin.json,sha256=_pxxRh0Vni8L73XQLBZcTq6gCBe-X69xsDl8cFbpOjQ,85
45
45
  pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
- pulumi_newrelic/service_level.py,sha256=qKTI9Kmxrq8Gl7sfq4_A8Pac7s0FCm-Zp0R9oeLMoUo,25143
46
+ pulumi_newrelic/service_level.py,sha256=HGA0UqZYKEzclHATagPnyDpvsrQodHrjvewC6EkACHc,30071
47
47
  pulumi_newrelic/user.py,sha256=kmrrs7yU396-mOZwigKQVS4iAyJHGZgevWJJkjU_CdI,18942
48
48
  pulumi_newrelic/workflow.py,sha256=AcY9GJHF3SB8A-WNOed-UBNFxU20R3x8FpA6DSHRXIg,41706
49
49
  pulumi_newrelic/cloud/__init__.py,sha256=iv3_NQivZ9OvaZzsRb81j-_v55U3fjpbV-q2T8oW6i8,592
@@ -62,28 +62,28 @@ pulumi_newrelic/config/__init__.pyi,sha256=Ei1nds8BYdBSKrzdgc14xag-tIZ9fdv02sZzg
62
62
  pulumi_newrelic/config/vars.py,sha256=ic6v5AqvrrrkDKHFsxvLzMdVw24XIsIu_vjp34R3388,2102
63
63
  pulumi_newrelic/insights/__init__.py,sha256=-tPATEB7zs4lUfIRTT0wNnN9a7uvXHsRi315Y9-rm30,335
64
64
  pulumi_newrelic/insights/_inputs.py,sha256=_N6liJuXjt9GK3HWgA94q0fLjAckJd6Ou5ntAO0atNA,4324
65
- pulumi_newrelic/insights/event.py,sha256=5uSl7ondJNTXc0ypv3sEBcdDPuuHUSHQRVXjbf20ROo,8896
65
+ pulumi_newrelic/insights/event.py,sha256=nWFVAVFmrUn6MSkFS949-uc_m2qadxJ6v_H1CXXtPUo,10054
66
66
  pulumi_newrelic/insights/outputs.py,sha256=Rsw2x8EcSF_LE4pt_9jJtoF_ut0D1S4cRCxPzCIBVsU,3335
67
67
  pulumi_newrelic/plugins/__init__.py,sha256=UeoukmKyu6Xm6K4W4z5N_CzyB634ttFEcP7GH9nTyeA,374
68
- pulumi_newrelic/plugins/_inputs.py,sha256=VDptQjNnRhoeXubaDScaWrzj3SGZdnB5AIHd6CouIwA,16378
68
+ pulumi_newrelic/plugins/_inputs.py,sha256=AuXZDBxlSZFfTEucVdw1NajrlnLmkDJbxeWW1ZrCppc,16738
69
69
  pulumi_newrelic/plugins/application_settings.py,sha256=gih1hG-Rh786Uqj-csmAeOJVeUGVcIONts_KZrra2gw,16324
70
- pulumi_newrelic/plugins/outputs.py,sha256=rfN6vYax3n2ngC5dvVZ71FtiR0Az6LN9JQQlMWhs_QI,16191
71
- pulumi_newrelic/plugins/workload.py,sha256=mh1B78bD53S9oVi443th8_jT3nmrkK0etD7S6mj9WaY,39666
70
+ pulumi_newrelic/plugins/outputs.py,sha256=hDj9PHWGK_VrH0RU3spmsg8GkeTCgitR70WapbIEomc,16551
71
+ pulumi_newrelic/plugins/workload.py,sha256=yf-bG6cYs7_yFY8P8QJ_gbbczII9huKQtZ1r04MjlqY,41948
72
72
  pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
73
73
  pulumi_newrelic/synthetics/_inputs.py,sha256=F8ecjlj2j3gv0oWwFNYGht9gktjMDumW-_hxoz852UE,13597
74
- pulumi_newrelic/synthetics/alert_condition.py,sha256=D12GbyWkaDQpeXxkxSFyoo2gTD09AECIacTtyGlgea8,20139
75
- pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=4IxYEoS0_0gXPJwwXTifGYnkbEH9RIb74tVYFgWvPnw,39073
76
- pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=C42CAD4DipO4HeK6EK7bX9ELuDNI_b78xkok6zEsSqE,41161
74
+ pulumi_newrelic/synthetics/alert_condition.py,sha256=za-6iMuqsSiQy12JYYBt8tBr_llijNmY17-RVqb6C6Q,21515
75
+ pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=jfmHMs03-1vE4BwxxUv9RhU8kQMDTBfc1Z5BRqtaXiU,45083
76
+ pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=BLXDDLp_BFwgy67B_LpCwOwj_eDFiR3NFgAjkfH4hQ0,47171
77
77
  pulumi_newrelic/synthetics/get_private_location.py,sha256=4ZJdNrhcmeLdFlcYWauHqDlcluhpBdHKShnD3XF5eKw,5795
78
- pulumi_newrelic/synthetics/get_secure_credential.py,sha256=vR5rPjK49At_5Zrdf2aepu9LSrRy_a5sxaUVxnM26P8,4839
79
- pulumi_newrelic/synthetics/monitor.py,sha256=QIcMQimeemzUKxpqRFFOf7yHoNJwikEvTTkIKIroDPc,63714
80
- pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=cWyW7yt9-V5h_S7vY26w_3fY8xvPVJwV2q4xxd6iw80,31073
78
+ pulumi_newrelic/synthetics/get_secure_credential.py,sha256=xexkDSteNi9kn0UuucFUSTIbz_NaHOzw6HTsg2yGoEU,5479
79
+ pulumi_newrelic/synthetics/monitor.py,sha256=4LwxwVnfJny5Qmsn8qesOhIp0kI3gaU_bvi0N2eItkM,65030
80
+ pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=sUgfNP5DMvIsqEtgbQ1DoRbxhq4d76pdnMm8Kaz3xkA,34959
81
81
  pulumi_newrelic/synthetics/outputs.py,sha256=vYBs8vBYKPBJoLpopcyZbVX8bHCXTuCx4hFehc4R_Hs,11169
82
82
  pulumi_newrelic/synthetics/private_location.py,sha256=Z6Pj1vjDif95ep7w4QhWu3jsQQ5USzIjhzaFCA9oGBg,17299
83
- pulumi_newrelic/synthetics/script_monitor.py,sha256=i4b_C47PhXjnyd4SU8AmP9AJenpwaVravnpa7aom7-8,53043
84
- pulumi_newrelic/synthetics/secure_credential.py,sha256=XBLRGmmCJA_oNGZx1sdlUS9O2gL7BLPsUhJiNr1ECwM,15238
85
- pulumi_newrelic/synthetics/step_monitor.py,sha256=zIuN3lxEv4QF00qYSsSclfXHDbG6aZmRJRHim6At9Fw,44357
86
- pulumi_newrelic-5.25.0a1716265462.dist-info/METADATA,sha256=2kljWMV_3lIRC443SJTS28TMnABvcTvaLG91dYnzM_M,3900
87
- pulumi_newrelic-5.25.0a1716265462.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
88
- pulumi_newrelic-5.25.0a1716265462.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
89
- pulumi_newrelic-5.25.0a1716265462.dist-info/RECORD,,
83
+ pulumi_newrelic/synthetics/script_monitor.py,sha256=Yu1R5udNIk5CSTgCV2-ywGeHGWrPfimNjXL34qQNyo8,54359
84
+ pulumi_newrelic/synthetics/secure_credential.py,sha256=VhiFz5VYzSoyndMhYJk-aoIIoVjechXClltZUThei_8,15602
85
+ pulumi_newrelic/synthetics/step_monitor.py,sha256=5rKhjFCAUndEzVtpuHlk-69c-X10eIpIge1TgGTnTao,50367
86
+ pulumi_newrelic-5.25.0a1716510846.dist-info/METADATA,sha256=_1tDNbd_czucabeXCjmqDPUupnij07GnhFT-oqkHv4k,3900
87
+ pulumi_newrelic-5.25.0a1716510846.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
88
+ pulumi_newrelic-5.25.0a1716510846.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
89
+ pulumi_newrelic-5.25.0a1716510846.dist-info/RECORD,,