pulumi-newrelic 5.21.0a1710995830__py3-none-any.whl → 5.21.0a1711361572__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.
- pulumi_newrelic/_inputs.py +69 -29
- pulumi_newrelic/get_notification_destination.py +14 -1
- pulumi_newrelic/notification_destination.py +28 -0
- pulumi_newrelic/outputs.py +78 -29
- pulumi_newrelic/plugins/_inputs.py +2 -2
- pulumi_newrelic/plugins/outputs.py +2 -2
- pulumi_newrelic/synthetics/broken_links_monitor.py +7 -21
- pulumi_newrelic/synthetics/cert_check_monitor.py +7 -21
- pulumi_newrelic/synthetics/monitor.py +7 -21
- pulumi_newrelic/synthetics/script_monitor.py +7 -21
- pulumi_newrelic/synthetics/step_monitor.py +7 -21
- {pulumi_newrelic-5.21.0a1710995830.dist-info → pulumi_newrelic-5.21.0a1711361572.dist-info}/METADATA +1 -1
- {pulumi_newrelic-5.21.0a1710995830.dist-info → pulumi_newrelic-5.21.0a1711361572.dist-info}/RECORD +15 -15
- {pulumi_newrelic-5.21.0a1710995830.dist-info → pulumi_newrelic-5.21.0a1711361572.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.21.0a1710995830.dist-info → pulumi_newrelic-5.21.0a1711361572.dist-info}/top_level.txt +0 -0
@@ -38,9 +38,7 @@ class MonitorArgs:
|
|
38
38
|
verify_ssl: Optional[pulumi.Input[bool]] = None):
|
39
39
|
"""
|
40
40
|
The set of arguments for constructing a Monitor resource.
|
41
|
-
:param pulumi.Input[str] status: The monitor status (
|
42
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
43
|
-
refrain from using this value and shift to alternatives.
|
41
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
44
42
|
:param pulumi.Input[str] type: The monitor type. Valid values are `SIMPLE` and `BROWSER`.
|
45
43
|
:param pulumi.Input[int] account_id: The account in which the Synthetics monitor will be created.
|
46
44
|
:param pulumi.Input[bool] bypass_head_request: Monitor should skip default HEAD request and instead use GET verb in check.
|
@@ -108,9 +106,7 @@ class MonitorArgs:
|
|
108
106
|
@pulumi.getter
|
109
107
|
def status(self) -> pulumi.Input[str]:
|
110
108
|
"""
|
111
|
-
The monitor status (
|
112
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
113
|
-
refrain from using this value and shift to alternatives.
|
109
|
+
The monitor status (ENABLED or DISABLED).
|
114
110
|
"""
|
115
111
|
return pulumi.get(self, "status")
|
116
112
|
|
@@ -393,9 +389,7 @@ class _MonitorState:
|
|
393
389
|
:param pulumi.Input[str] runtime_type: The runtime type that the monitor will run.
|
394
390
|
:param pulumi.Input[str] runtime_type_version: The runtime type that the monitor will run.
|
395
391
|
:param pulumi.Input[str] script_language: The programing language that should execute the script.
|
396
|
-
:param pulumi.Input[str] status: The monitor status (
|
397
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
398
|
-
refrain from using this value and shift to alternatives.
|
392
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
399
393
|
:param pulumi.Input[Sequence[pulumi.Input['MonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
|
400
394
|
|
401
395
|
The `SIMPLE` monitor type supports the following additional arguments:
|
@@ -622,9 +616,7 @@ class _MonitorState:
|
|
622
616
|
@pulumi.getter
|
623
617
|
def status(self) -> Optional[pulumi.Input[str]]:
|
624
618
|
"""
|
625
|
-
The monitor status (
|
626
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
627
|
-
refrain from using this value and shift to alternatives.
|
619
|
+
The monitor status (ENABLED or DISABLED).
|
628
620
|
"""
|
629
621
|
return pulumi.get(self, "status")
|
630
622
|
|
@@ -889,9 +881,7 @@ class Monitor(pulumi.CustomResource):
|
|
889
881
|
:param pulumi.Input[str] runtime_type: The runtime type that the monitor will run.
|
890
882
|
:param pulumi.Input[str] runtime_type_version: The runtime type that the monitor will run.
|
891
883
|
:param pulumi.Input[str] script_language: The programing language that should execute the script.
|
892
|
-
:param pulumi.Input[str] status: The monitor status (
|
893
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
894
|
-
refrain from using this value and shift to alternatives.
|
884
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
895
885
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['MonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
|
896
886
|
|
897
887
|
The `SIMPLE` monitor type supports the following additional arguments:
|
@@ -1169,9 +1159,7 @@ class Monitor(pulumi.CustomResource):
|
|
1169
1159
|
:param pulumi.Input[str] runtime_type: The runtime type that the monitor will run.
|
1170
1160
|
:param pulumi.Input[str] runtime_type_version: The runtime type that the monitor will run.
|
1171
1161
|
:param pulumi.Input[str] script_language: The programing language that should execute the script.
|
1172
|
-
:param pulumi.Input[str] status: The monitor status (
|
1173
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
1174
|
-
refrain from using this value and shift to alternatives.
|
1162
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
1175
1163
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['MonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
|
1176
1164
|
|
1177
1165
|
The `SIMPLE` monitor type supports the following additional arguments:
|
@@ -1326,9 +1314,7 @@ class Monitor(pulumi.CustomResource):
|
|
1326
1314
|
@pulumi.getter
|
1327
1315
|
def status(self) -> pulumi.Output[str]:
|
1328
1316
|
"""
|
1329
|
-
The monitor status (
|
1330
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
1331
|
-
refrain from using this value and shift to alternatives.
|
1317
|
+
The monitor status (ENABLED or DISABLED).
|
1332
1318
|
"""
|
1333
1319
|
return pulumi.get(self, "status")
|
1334
1320
|
|
@@ -34,9 +34,7 @@ class ScriptMonitorArgs:
|
|
34
34
|
"""
|
35
35
|
The set of arguments for constructing a ScriptMonitor resource.
|
36
36
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
37
|
-
:param pulumi.Input[str] status: The monitor status (
|
38
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
39
|
-
refrain from using this value and shift to alternatives.
|
37
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
40
38
|
:param pulumi.Input[str] type: The plaintext representing the monitor script. Valid values are SCRIPT_BROWSER or SCRIPT_API
|
41
39
|
:param pulumi.Input[int] account_id: The account in which the Synthetics monitor will be created.
|
42
40
|
:param pulumi.Input[str] device_orientation: Device emulation orientation field. Valid values are `LANDSCAPE` and `PORTRAIT`.
|
@@ -97,9 +95,7 @@ class ScriptMonitorArgs:
|
|
97
95
|
@pulumi.getter
|
98
96
|
def status(self) -> pulumi.Input[str]:
|
99
97
|
"""
|
100
|
-
The monitor status (
|
101
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
102
|
-
refrain from using this value and shift to alternatives.
|
98
|
+
The monitor status (ENABLED or DISABLED).
|
103
99
|
"""
|
104
100
|
return pulumi.get(self, "status")
|
105
101
|
|
@@ -302,9 +298,7 @@ class _ScriptMonitorState:
|
|
302
298
|
:param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
|
303
299
|
:param pulumi.Input[str] script: The script that the monitor runs.
|
304
300
|
:param pulumi.Input[str] script_language: The programing language that should execute the script.
|
305
|
-
:param pulumi.Input[str] status: The monitor status (
|
306
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
307
|
-
refrain from using this value and shift to alternatives.
|
301
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
308
302
|
:param pulumi.Input[Sequence[pulumi.Input['ScriptMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
|
309
303
|
|
310
304
|
The `SCRIPTED_BROWSER` monitor type supports the following additional argument:
|
@@ -517,9 +511,7 @@ class _ScriptMonitorState:
|
|
517
511
|
@pulumi.getter
|
518
512
|
def status(self) -> Optional[pulumi.Input[str]]:
|
519
513
|
"""
|
520
|
-
The monitor status (
|
521
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
522
|
-
refrain from using this value and shift to alternatives.
|
514
|
+
The monitor status (ENABLED or DISABLED).
|
523
515
|
"""
|
524
516
|
return pulumi.get(self, "status")
|
525
517
|
|
@@ -723,9 +715,7 @@ class ScriptMonitor(pulumi.CustomResource):
|
|
723
715
|
:param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
|
724
716
|
:param pulumi.Input[str] script: The script that the monitor runs.
|
725
717
|
:param pulumi.Input[str] script_language: The programing language that should execute the script.
|
726
|
-
:param pulumi.Input[str] status: The monitor status (
|
727
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
728
|
-
refrain from using this value and shift to alternatives.
|
718
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
729
719
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ScriptMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
|
730
720
|
|
731
721
|
The `SCRIPTED_BROWSER` monitor type supports the following additional argument:
|
@@ -981,9 +971,7 @@ class ScriptMonitor(pulumi.CustomResource):
|
|
981
971
|
:param pulumi.Input[str] runtime_type_version: The specific version of the runtime type selected.
|
982
972
|
:param pulumi.Input[str] script: The script that the monitor runs.
|
983
973
|
:param pulumi.Input[str] script_language: The programing language that should execute the script.
|
984
|
-
:param pulumi.Input[str] status: The monitor status (
|
985
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
986
|
-
refrain from using this value and shift to alternatives.
|
974
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
987
975
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ScriptMonitorTagArgs']]]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
|
988
976
|
|
989
977
|
The `SCRIPTED_BROWSER` monitor type supports the following additional argument:
|
@@ -1128,9 +1116,7 @@ class ScriptMonitor(pulumi.CustomResource):
|
|
1128
1116
|
@pulumi.getter
|
1129
1117
|
def status(self) -> pulumi.Output[str]:
|
1130
1118
|
"""
|
1131
|
-
The monitor status (
|
1132
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
1133
|
-
refrain from using this value and shift to alternatives.
|
1119
|
+
The monitor status (ENABLED or DISABLED).
|
1134
1120
|
"""
|
1135
1121
|
return pulumi.get(self, "status")
|
1136
1122
|
|
@@ -28,9 +28,7 @@ class StepMonitorArgs:
|
|
28
28
|
"""
|
29
29
|
The set of arguments for constructing a StepMonitor resource.
|
30
30
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
31
|
-
:param pulumi.Input[str] status: The monitor status (
|
32
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
33
|
-
refrain from using this value and shift to alternatives.
|
31
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
34
32
|
: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.
|
35
33
|
:param pulumi.Input[int] account_id: The account in which the Synthetics monitor will be created.
|
36
34
|
:param pulumi.Input[bool] enable_screenshot_on_failure_and_script: Capture a screenshot during job execution.
|
@@ -71,9 +69,7 @@ class StepMonitorArgs:
|
|
71
69
|
@pulumi.getter
|
72
70
|
def status(self) -> pulumi.Input[str]:
|
73
71
|
"""
|
74
|
-
The monitor status (
|
75
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
76
|
-
refrain from using this value and shift to alternatives.
|
72
|
+
The monitor status (ENABLED or DISABLED).
|
77
73
|
"""
|
78
74
|
return pulumi.get(self, "status")
|
79
75
|
|
@@ -190,9 +186,7 @@ class _StepMonitorState:
|
|
190
186
|
:param pulumi.Input[str] name: The name for the monitor.
|
191
187
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
192
188
|
:param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
|
193
|
-
:param pulumi.Input[str] status: The monitor status (
|
194
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
195
|
-
refrain from using this value and shift to alternatives.
|
189
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
196
190
|
: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.
|
197
191
|
:param pulumi.Input[Sequence[pulumi.Input['StepMonitorTagArgs']]] tags: The tags that will be associated with the monitor. See Nested tag blocks below for details.
|
198
192
|
"""
|
@@ -319,9 +313,7 @@ class _StepMonitorState:
|
|
319
313
|
@pulumi.getter
|
320
314
|
def status(self) -> Optional[pulumi.Input[str]]:
|
321
315
|
"""
|
322
|
-
The monitor status (
|
323
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
324
|
-
refrain from using this value and shift to alternatives.
|
316
|
+
The monitor status (ENABLED or DISABLED).
|
325
317
|
"""
|
326
318
|
return pulumi.get(self, "status")
|
327
319
|
|
@@ -420,9 +412,7 @@ class StepMonitor(pulumi.CustomResource):
|
|
420
412
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] locations_publics: The location the monitor will run from. Valid public locations are https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/administration/synthetic-public-minion-ips/. You don't need the `AWS_` prefix as the provider uses NerdGraph. At least one of either `locations_public` or `location_private` is required.
|
421
413
|
:param pulumi.Input[str] name: The name for the monitor.
|
422
414
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
423
|
-
:param pulumi.Input[str] status: The monitor status (
|
424
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
425
|
-
refrain from using this value and shift to alternatives.
|
415
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
426
416
|
: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.
|
427
417
|
: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.
|
428
418
|
"""
|
@@ -561,9 +551,7 @@ class StepMonitor(pulumi.CustomResource):
|
|
561
551
|
:param pulumi.Input[str] name: The name for the monitor.
|
562
552
|
:param pulumi.Input[str] period: The interval at which this monitor should run. Valid values are EVERY_MINUTE, EVERY_5_MINUTES, EVERY_10_MINUTES, EVERY_15_MINUTES, EVERY_30_MINUTES, EVERY_HOUR, EVERY_6_HOURS, EVERY_12_HOURS, or EVERY_DAY.
|
563
553
|
:param pulumi.Input[int] period_in_minutes: The interval in minutes at which Synthetic monitor should run.
|
564
|
-
:param pulumi.Input[str] status: The monitor status (
|
565
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
566
|
-
refrain from using this value and shift to alternatives.
|
554
|
+
:param pulumi.Input[str] status: The monitor status (ENABLED or DISABLED).
|
567
555
|
: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.
|
568
556
|
: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.
|
569
557
|
"""
|
@@ -652,9 +640,7 @@ class StepMonitor(pulumi.CustomResource):
|
|
652
640
|
@pulumi.getter
|
653
641
|
def status(self) -> pulumi.Output[str]:
|
654
642
|
"""
|
655
|
-
The monitor status (
|
656
|
-
value will soon be removed from the Terraform Provider in an upcoming release. It is highly recommended for users to
|
657
|
-
refrain from using this value and shift to alternatives.
|
643
|
+
The monitor status (ENABLED or DISABLED).
|
658
644
|
"""
|
659
645
|
return pulumi.get(self, "status")
|
660
646
|
|
{pulumi_newrelic-5.21.0a1710995830.dist-info → pulumi_newrelic-5.21.0a1711361572.dist-info}/RECORD
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
pulumi_newrelic/__init__.py,sha256=Ekxa_c_Z6YcPWbvb7FFvd3lBPGRctMTA9rQGGzd13Ts,11328
|
2
|
-
pulumi_newrelic/_inputs.py,sha256=
|
2
|
+
pulumi_newrelic/_inputs.py,sha256=JGtADkz_crglB3eD2GkRGl_xdFIphx9W9I-r_8iwvSk,480744
|
3
3
|
pulumi_newrelic/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
4
4
|
pulumi_newrelic/account_management.py,sha256=s6N58vHOYTkFTvJzqOgD-ccytFdHERL2s_r_itSlrXM,8845
|
5
5
|
pulumi_newrelic/alert_channel.py,sha256=PWZanRviw-SAxmrJq4t-zKv1hGVOpqlBMqVScNJedvw,21984
|
@@ -21,7 +21,7 @@ pulumi_newrelic/get_cloud_account.py,sha256=6ZH4EJKd496uCt1rD5wYsfZxxJTPEi0g_biu
|
|
21
21
|
pulumi_newrelic/get_entity.py,sha256=n2kX6l4YbWz6ij3YWksdm0OpCqxZOHbkUxbLwJLXSE4,15853
|
22
22
|
pulumi_newrelic/get_group.py,sha256=taAkgQqBRxv_jkwl6sD-EYqWyqThF0LSKpUeBJbD3as,5803
|
23
23
|
pulumi_newrelic/get_key_transaction.py,sha256=MVb6rIX0nEOd4IR7ynQZa0quksdkZrm2coGB_Q7j76I,4221
|
24
|
-
pulumi_newrelic/get_notification_destination.py,sha256=
|
24
|
+
pulumi_newrelic/get_notification_destination.py,sha256=0xLd5ibPy8VNvBHBLss_GIXu50Zd9A8mxzeF4e9-57E,6799
|
25
25
|
pulumi_newrelic/get_obfuscation_expression.py,sha256=fSpfxkyvph20r6JD6pGtrQCIglRaADUnCoQUS3UHCI0,5007
|
26
26
|
pulumi_newrelic/get_service_level_alert_helper.py,sha256=fSlXPtnYD-CWTCbbPZmkZr_3PhXWeyRxueU3yN6dVW0,20560
|
27
27
|
pulumi_newrelic/get_test_grok_pattern.py,sha256=pzspH3YKGEfw9FL0mJZfNzXXpd1mybQ3QBW8IN7cbGQ,5644
|
@@ -31,7 +31,7 @@ pulumi_newrelic/infra_alert_condition.py,sha256=Nrlexa4g2l_qgl2M4DDpEe-pxE5f6fz0
|
|
31
31
|
pulumi_newrelic/log_parsing_rule.py,sha256=mvgbaPWavaoFyXqaplGVtdb226v-IkZpeMxcAGrUe2A,22582
|
32
32
|
pulumi_newrelic/monitor_downtime.py,sha256=2aCFAgYiPiO_nBXcrvNVzf6QRVzLQtAs6qkdh5aYfZg,46150
|
33
33
|
pulumi_newrelic/notification_channel.py,sha256=O54FGSeanMaJIJ9OudXUp6HfsHyUchYYXAC3WSnYI6M,46822
|
34
|
-
pulumi_newrelic/notification_destination.py,sha256=
|
34
|
+
pulumi_newrelic/notification_destination.py,sha256=oayzxqHXi2D20EqVrAkGlc-hSgdr9yqW342tktN8aVw,29443
|
35
35
|
pulumi_newrelic/nrql_alert_condition.py,sha256=pGxEfYuC5XJzduBm06WhEbQmJvF0Za1yx21CSiBf1D4,106341
|
36
36
|
pulumi_newrelic/nrql_drop_rule.py,sha256=BOCGXd8gugGmZXFtJThzcHrKdCuXWOdFFud8X_7kyxA,17682
|
37
37
|
pulumi_newrelic/obfuscation_expression.py,sha256=kg28CSPY_H3HEvFNmX23viizOcSt24bP_KISIsB1228,12445
|
@@ -39,7 +39,7 @@ pulumi_newrelic/obfuscation_rule.py,sha256=ZvjFqN3tB-k7yJHUzQ5l_IMdqL3We6sdTHL2S
|
|
39
39
|
pulumi_newrelic/one_dashboard.py,sha256=WV_3eumopsQ26zEzcivKMc5lLKsWQdLBQhouUgr-BEE,20490
|
40
40
|
pulumi_newrelic/one_dashboard_json.py,sha256=nol5XYIGnZImO2UfE3QbQVSMTxlC4FlVLf0VzuNALJU,12622
|
41
41
|
pulumi_newrelic/one_dashboard_raw.py,sha256=_MmaSoHiILB0Xv3dP-3m0gXRWaA1vjYSarcvPliIrUo,23274
|
42
|
-
pulumi_newrelic/outputs.py,sha256=
|
42
|
+
pulumi_newrelic/outputs.py,sha256=DY1J50MRpGwv5qfFg10iurt1hvOhOam7y4ipkHqX4II,473891
|
43
43
|
pulumi_newrelic/provider.py,sha256=VPXhUfFLSVoIFew1P_oy7pHeondN5LbHsLoLqD3z7qs,19536
|
44
44
|
pulumi_newrelic/pulumi-plugin.json,sha256=BB2nuoRbgCmufIppkKjSbeCa7oIqt8NBakO_A4QV0Pk,45
|
45
45
|
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -65,25 +65,25 @@ pulumi_newrelic/insights/_inputs.py,sha256=_N6liJuXjt9GK3HWgA94q0fLjAckJd6Ou5ntA
|
|
65
65
|
pulumi_newrelic/insights/event.py,sha256=OGFe9Z0aRRQTYokCS6fN1HqUU4SITjr2m3TLhLsRODA,10210
|
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=
|
68
|
+
pulumi_newrelic/plugins/_inputs.py,sha256=b7IKzTFR-FIfze1pBJTRzorpBmXjjjnF6Y0YEWHg5q8,17148
|
69
69
|
pulumi_newrelic/plugins/application_settings.py,sha256=BKJfmPz-f5IvhSVWaFKua-C-lRs9OLKE3i36M2shtWI,16195
|
70
|
-
pulumi_newrelic/plugins/outputs.py,sha256
|
70
|
+
pulumi_newrelic/plugins/outputs.py,sha256=tC2nwOR7WwyxhXt5IRgjNcJxTE7411QCzz4kx4D-xqM,16961
|
71
71
|
pulumi_newrelic/plugins/workload.py,sha256=p-ff2bqWLZcmpaDKjdZICgdm0yjRxRo9IhnHC0RXkX8,36362
|
72
72
|
pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
|
73
73
|
pulumi_newrelic/synthetics/_inputs.py,sha256=F8ecjlj2j3gv0oWwFNYGht9gktjMDumW-_hxoz852UE,13597
|
74
74
|
pulumi_newrelic/synthetics/alert_condition.py,sha256=ngkIeaXtjCYl-Rw7Qyoo9RYXzts0UX_4Vojlw9taZHk,21478
|
75
|
-
pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=
|
76
|
-
pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=
|
75
|
+
pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=PrNTKxMUaHvkM7tpQvUnj-tI6moLhzmjwDltQuJG0W4,30442
|
76
|
+
pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=4myLSJVcRbBDbLNpbssfPloK2H1F_n7bDvcy-T9qNso,32538
|
77
77
|
pulumi_newrelic/synthetics/get_private_location.py,sha256=uN_Tq4sjJVbiS0QCxNjEesZVGuZfIDk63FCauArTWQ0,6067
|
78
78
|
pulumi_newrelic/synthetics/get_secure_credential.py,sha256=RpMMEU2-hCoKZ8oT0rrCq8Rk0skr90NQtuEpM9L-T3M,5619
|
79
|
-
pulumi_newrelic/synthetics/monitor.py,sha256=
|
79
|
+
pulumi_newrelic/synthetics/monitor.py,sha256=upmGkp6ZfE4aaYEol05WXQJiXaFPxhOzWiRh0Q6XueI,63966
|
80
80
|
pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=di1V2yKwIbpTB8Gj3Ab5Ei09VyQy94wChR11cCOPbiY,35063
|
81
81
|
pulumi_newrelic/synthetics/outputs.py,sha256=vYBs8vBYKPBJoLpopcyZbVX8bHCXTuCx4hFehc4R_Hs,11169
|
82
82
|
pulumi_newrelic/synthetics/private_location.py,sha256=sfKNs1-BdEdbrvAsG7N07p6OY1NsY7IiAvpFJjm8a6E,17325
|
83
|
-
pulumi_newrelic/synthetics/script_monitor.py,sha256=
|
83
|
+
pulumi_newrelic/synthetics/script_monitor.py,sha256=0xaDofutIIa8d14pbLwnjTduwbR_F5mKCB6hz7ExRZE,53295
|
84
84
|
pulumi_newrelic/synthetics/secure_credential.py,sha256=zniaAb_wXwph3sPSxo_aU--DIgAl7TUR90-DxRBLhac,15758
|
85
|
-
pulumi_newrelic/synthetics/step_monitor.py,sha256=
|
86
|
-
pulumi_newrelic-5.21.
|
87
|
-
pulumi_newrelic-5.21.
|
88
|
-
pulumi_newrelic-5.21.
|
89
|
-
pulumi_newrelic-5.21.
|
85
|
+
pulumi_newrelic/synthetics/step_monitor.py,sha256=UtadLi6ahIVbyoVpg7eWOw-ncgOPncumMfmZMRLqFv8,33386
|
86
|
+
pulumi_newrelic-5.21.0a1711361572.dist-info/METADATA,sha256=wLquiQsIEZrD-YtgqCk7QStDPXBGAfrh7WmpckwzUbU,3900
|
87
|
+
pulumi_newrelic-5.21.0a1711361572.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
88
|
+
pulumi_newrelic-5.21.0a1711361572.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
89
|
+
pulumi_newrelic-5.21.0a1711361572.dist-info/RECORD,,
|
{pulumi_newrelic-5.21.0a1710995830.dist-info → pulumi_newrelic-5.21.0a1711361572.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|