pulumi-newrelic 5.42.1__py3-none-any.whl → 5.58.0a1766556761__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/__init__.py +19 -1
- pulumi_newrelic/_inputs.py +4314 -3779
- pulumi_newrelic/_utilities.py +1 -1
- pulumi_newrelic/account_management.py +37 -36
- pulumi_newrelic/alert_channel.py +63 -62
- pulumi_newrelic/alert_condition.py +219 -218
- pulumi_newrelic/alert_muting_rule.py +96 -95
- pulumi_newrelic/alert_policy.py +71 -70
- pulumi_newrelic/alert_policy_channel.py +54 -53
- pulumi_newrelic/api_access_key.py +186 -201
- pulumi_newrelic/browser_application.py +115 -114
- pulumi_newrelic/cloud/__init__.py +3 -1
- pulumi_newrelic/cloud/_inputs.py +2226 -2118
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +101 -96
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +71 -70
- pulumi_newrelic/cloud/aws_integrations.py +240 -192
- pulumi_newrelic/cloud/aws_link_account.py +71 -70
- pulumi_newrelic/cloud/azure_integrations.py +180 -132
- pulumi_newrelic/cloud/azure_link_account.py +105 -104
- pulumi_newrelic/cloud/gcp_integrations.py +115 -114
- pulumi_newrelic/cloud/gcp_link_account.py +56 -55
- pulumi_newrelic/cloud/oci_link_account.py +926 -0
- pulumi_newrelic/cloud/outputs.py +1512 -1410
- pulumi_newrelic/config/__init__.py +2 -1
- pulumi_newrelic/config/__init__.pyi +2 -2
- pulumi_newrelic/config/vars.py +15 -15
- pulumi_newrelic/data_partition_rule.py +114 -113
- pulumi_newrelic/entity_tags.py +79 -22
- pulumi_newrelic/events_to_metrics_rule.py +97 -96
- pulumi_newrelic/get_account.py +22 -22
- pulumi_newrelic/get_alert_channel.py +53 -21
- pulumi_newrelic/get_alert_policy.py +52 -26
- pulumi_newrelic/get_application.py +14 -14
- pulumi_newrelic/get_authentication_domain.py +10 -10
- pulumi_newrelic/get_cloud_account.py +22 -22
- pulumi_newrelic/get_entity.py +53 -53
- pulumi_newrelic/get_group.py +22 -22
- pulumi_newrelic/get_key_transaction.py +26 -26
- pulumi_newrelic/get_notification_destination.py +31 -31
- pulumi_newrelic/get_obfuscation_expression.py +16 -16
- pulumi_newrelic/get_service_level_alert_helper.py +54 -54
- pulumi_newrelic/get_test_grok_pattern.py +23 -23
- pulumi_newrelic/get_user.py +22 -22
- pulumi_newrelic/group.py +54 -53
- pulumi_newrelic/infra_alert_condition.py +257 -256
- pulumi_newrelic/insights/__init__.py +2 -1
- pulumi_newrelic/insights/_inputs.py +33 -33
- pulumi_newrelic/insights/event.py +6 -5
- pulumi_newrelic/insights/outputs.py +23 -23
- pulumi_newrelic/key_transaction.py +106 -105
- pulumi_newrelic/log_parsing_rule.py +148 -147
- pulumi_newrelic/monitor_downtime.py +148 -154
- pulumi_newrelic/notification_channel.py +218 -163
- pulumi_newrelic/notification_destination.py +123 -136
- pulumi_newrelic/nrql_alert_condition.py +513 -414
- pulumi_newrelic/nrql_drop_rule.py +108 -147
- pulumi_newrelic/obfuscation_expression.py +71 -70
- pulumi_newrelic/obfuscation_rule.py +91 -90
- pulumi_newrelic/one_dashboard.py +95 -94
- pulumi_newrelic/one_dashboard_json.py +64 -63
- pulumi_newrelic/one_dashboard_raw.py +116 -115
- pulumi_newrelic/outputs.py +3026 -2665
- pulumi_newrelic/pipeline_cloud_rule.py +335 -0
- pulumi_newrelic/plugins/__init__.py +2 -1
- pulumi_newrelic/plugins/_inputs.py +159 -159
- pulumi_newrelic/plugins/application_settings.py +186 -171
- pulumi_newrelic/plugins/outputs.py +109 -109
- pulumi_newrelic/plugins/workload.py +133 -132
- pulumi_newrelic/provider.py +136 -116
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +78 -77
- pulumi_newrelic/synthetics/__init__.py +2 -1
- pulumi_newrelic/synthetics/_inputs.py +128 -128
- pulumi_newrelic/synthetics/alert_condition.py +97 -96
- pulumi_newrelic/synthetics/broken_links_monitor.py +218 -189
- pulumi_newrelic/synthetics/cert_check_monitor.py +226 -197
- pulumi_newrelic/synthetics/get_private_location.py +22 -22
- pulumi_newrelic/synthetics/get_secure_credential.py +20 -20
- pulumi_newrelic/synthetics/monitor.py +399 -370
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +120 -119
- pulumi_newrelic/synthetics/outputs.py +86 -86
- pulumi_newrelic/synthetics/private_location.py +107 -106
- pulumi_newrelic/synthetics/script_monitor.py +385 -294
- pulumi_newrelic/synthetics/secure_credential.py +88 -87
- pulumi_newrelic/synthetics/step_monitor.py +241 -212
- pulumi_newrelic/user.py +71 -70
- pulumi_newrelic/workflow.py +141 -140
- {pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/METADATA +4 -4
- pulumi_newrelic-5.58.0a1766556761.dist-info/RECORD +92 -0
- {pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/WHEEL +1 -1
- pulumi_newrelic-5.42.1.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_newrelic
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.58.0a1766556761
|
|
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
|
|
@@ -9,9 +9,9 @@ Keywords: pulumi,new relic
|
|
|
9
9
|
Requires-Python: >=3.9
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: parver>=0.2.1
|
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.165.0
|
|
13
13
|
Requires-Dist: semver>=2.8.1
|
|
14
|
-
Requires-Dist: typing-extensions
|
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
|
15
15
|
|
|
16
16
|
[](https://github.com/pulumi/pulumi-newrelic/actions)
|
|
17
17
|
[](https://slack.pulumi.com)
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
pulumi_newrelic/__init__.py,sha256=Ma56W4OeGlJh2pTw9kc6w_x005-3zos6IvfN3fpqB-c,11951
|
|
2
|
+
pulumi_newrelic/_inputs.py,sha256=N-cRiHmUbHIaxMigiVICiQhS7Wq5boqnfZhHMpP-hLw,875959
|
|
3
|
+
pulumi_newrelic/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
4
|
+
pulumi_newrelic/account_management.py,sha256=BkirbUsR5h8x4Y_JSA_08xzF7bKiQQapAO-PdMk9YAA,9375
|
|
5
|
+
pulumi_newrelic/alert_channel.py,sha256=U0uhbIIZbDYX7KbzScyMFqhkw-LjEjZMlGb42vNLaI8,22467
|
|
6
|
+
pulumi_newrelic/alert_condition.py,sha256=UAab2yQ1jGukHc_KwW-bqybNmfjSgRXw5KHx8A1tpEE,48934
|
|
7
|
+
pulumi_newrelic/alert_muting_rule.py,sha256=PcduG6-843oqqH0KTj7med_U9h-H8bQf8rDXF2Mcxe0,23720
|
|
8
|
+
pulumi_newrelic/alert_policy.py,sha256=j7kwAyo26WTjn3WYjbRiZtNer761c9NAY4fgs2Zq9IE,27020
|
|
9
|
+
pulumi_newrelic/alert_policy_channel.py,sha256=HRsldpJvlCriX_ORNIi8HECVDZwELZWxVc3p5k5BzVo,16827
|
|
10
|
+
pulumi_newrelic/api_access_key.py,sha256=L1cKF2rOcA_xDuXU2zrVi4e6r28VRDEEA27kvBBgqaU,21654
|
|
11
|
+
pulumi_newrelic/browser_application.py,sha256=X-9hxkceZUKksFgis9Sk0xxiyeU5E80xXLcgMAb27V4,22410
|
|
12
|
+
pulumi_newrelic/data_partition_rule.py,sha256=trKw0gNOAVf7AVp7bHtpJuyVxGJbOFkx9NZz_YF0o1o,21789
|
|
13
|
+
pulumi_newrelic/entity_tags.py,sha256=JPxziyMKb_rxCIz9ds9GSpEH84VgDElW8JsUdvGKKrM,12681
|
|
14
|
+
pulumi_newrelic/events_to_metrics_rule.py,sha256=1c4hMI-wspYsroOmqGkK2uSK-0qReyZDydwy_MSZUNc,17184
|
|
15
|
+
pulumi_newrelic/get_account.py,sha256=-6rn4zzYqY1nLv93qjQ-SpI1ZyE-SpWbPkv__dWdDkI,5604
|
|
16
|
+
pulumi_newrelic/get_alert_channel.py,sha256=eFTO-fTpY0DPGlp_n02yZx9WVsZDCK0aQnPi4RzF_dk,7335
|
|
17
|
+
pulumi_newrelic/get_alert_policy.py,sha256=ueQ9WYEhczYQNiJY8X8faglAzjYt-bV0aODSQ094f6c,10716
|
|
18
|
+
pulumi_newrelic/get_application.py,sha256=SO_71J4z99hRXDNzum9TwJZLOqkrN7NaWCIHzh31bVw,6068
|
|
19
|
+
pulumi_newrelic/get_authentication_domain.py,sha256=hdYJK1DvCHzmwUodaCY2XWiTfkGZlKG4NYYYdsyFKfw,4192
|
|
20
|
+
pulumi_newrelic/get_cloud_account.py,sha256=lhu5c5RwUtMY0667P-6qzBpLtr5GS_2A3uttWt69SAM,6193
|
|
21
|
+
pulumi_newrelic/get_entity.py,sha256=pqRazHLvomrGCbb4--nJsaYbz-9yKh1XXZS61cIgeqQ,14787
|
|
22
|
+
pulumi_newrelic/get_group.py,sha256=oDsa_X_MBMYLAMkokykiqpesRWmPz0Rd71-TBzUmNaY,8779
|
|
23
|
+
pulumi_newrelic/get_key_transaction.py,sha256=RBByCDF4xLNGaZJG_d26yPBf00bYtVPunenyzn1yJFg,8555
|
|
24
|
+
pulumi_newrelic/get_notification_destination.py,sha256=Au6ykdo-00D6g6RBbFdv0Xmi0LSK-TOQsOgHIZo6j64,9739
|
|
25
|
+
pulumi_newrelic/get_obfuscation_expression.py,sha256=BeUqf-cAOw9t-ezHX-m-jfBXFJx5nKnwHKga3Ix9sYM,5726
|
|
26
|
+
pulumi_newrelic/get_service_level_alert_helper.py,sha256=dxhJ-RaNs-lmeX9oU1m0s97xz5KDEssuz20b9BzNaew,21696
|
|
27
|
+
pulumi_newrelic/get_test_grok_pattern.py,sha256=bSxQypDvZ8m3jUYrcoboJ8RXZt6KWVYUUsbJMX7ZHMk,6597
|
|
28
|
+
pulumi_newrelic/get_user.py,sha256=T-hmdTJh-ziviA7syR6cznDsqJk0YB5BP27HfIFI9qk,8294
|
|
29
|
+
pulumi_newrelic/group.py,sha256=M5BqW6ttIcS5tMwGOJDCKS5VU41MkYgmLGhQwxuHptI,15931
|
|
30
|
+
pulumi_newrelic/infra_alert_condition.py,sha256=mPbYmGo3LU7CvqQIsXGa5-oQSYwKLWBkVcqe2FJKSB4,60804
|
|
31
|
+
pulumi_newrelic/key_transaction.py,sha256=ZADTOG_stp94ZW6sAjYedutDk6xhF2Md3x3zilVg3hE,23971
|
|
32
|
+
pulumi_newrelic/log_parsing_rule.py,sha256=LisajAtcaL3tI4IfxDr2m1qV7ILxbmYS4aWZ7xitiBk,24098
|
|
33
|
+
pulumi_newrelic/monitor_downtime.py,sha256=eFrGb_WimQE5et66GvIIG29BS0-zlU7gxGvBY_c6gSc,42266
|
|
34
|
+
pulumi_newrelic/notification_channel.py,sha256=NL-jcRp9Ab7pX-lPMbwM7KiySoFGCJ89VdgGAjTG_68,50839
|
|
35
|
+
pulumi_newrelic/notification_destination.py,sha256=CIgQtK9zP7Bc7BBTAhSYXGnjZyy1EuOQBhmKa4H1iUs,41261
|
|
36
|
+
pulumi_newrelic/nrql_alert_condition.py,sha256=5NC7oT3ttWs2YT7GKJv0X2c1tXMlfFMIDwOve4BeZm0,127399
|
|
37
|
+
pulumi_newrelic/nrql_drop_rule.py,sha256=R3TmLv9E-e2AgDL6TetErk05yBkaLlc3yZNuEBHqcHg,17621
|
|
38
|
+
pulumi_newrelic/obfuscation_expression.py,sha256=_IemP9OPdRPD2KtWoebyKr3BIyuVp7-YC71-IiBRDcc,13277
|
|
39
|
+
pulumi_newrelic/obfuscation_rule.py,sha256=i-7TgU5nsjsSAM5cLdKPKiReUMGVlkvDyAgCkB62KJg,18991
|
|
40
|
+
pulumi_newrelic/one_dashboard.py,sha256=siAjVf7CK3wJeOuprhFyhiAoO06KHWqkdNf5BX3Vf9A,21836
|
|
41
|
+
pulumi_newrelic/one_dashboard_json.py,sha256=jZ3BH18YiQjUzS0AyJGpFcyj3Ai8ZlKuVrMT-bWV5Dc,13476
|
|
42
|
+
pulumi_newrelic/one_dashboard_raw.py,sha256=V1F113AK_iHqbqwAeeW6Fdt9Wlfgj4EE2GidfowOT00,24738
|
|
43
|
+
pulumi_newrelic/outputs.py,sha256=Bf6sk6GT0Nx_MICGgRiTCYWMMLWxguMzbKrkeaEJ8H8,631533
|
|
44
|
+
pulumi_newrelic/pipeline_cloud_rule.py,sha256=I6874bmRCGe0b_ClHs86qyYkpFML2QvD_iMzJ-NN_ws,13644
|
|
45
|
+
pulumi_newrelic/provider.py,sha256=644yJkWitRT_BZOlW_q-_W0x_bnLAIfOrFx_O1V_CEA,20441
|
|
46
|
+
pulumi_newrelic/pulumi-plugin.json,sha256=h2t33VOMh9oRCRMna7acruZ6aAvQTcjlfiDDLiMOG68,85
|
|
47
|
+
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
|
+
pulumi_newrelic/service_level.py,sha256=gxclcbnMv1zxbt3ZSR1QCHSzcKiYXUCJfFjbyn3mKvE,29792
|
|
49
|
+
pulumi_newrelic/user.py,sha256=CTl-KJ2yLDl8dwmRGksYCHCQ2KvUyA8U81WV4cGpaj4,19842
|
|
50
|
+
pulumi_newrelic/workflow.py,sha256=tuJiT4Kp1J8DEzhigSF9QJjETewd0efiVG0P_nx1VT8,44221
|
|
51
|
+
pulumi_newrelic/cloud/__init__.py,sha256=5s_YksnfVoN7CFDTly58zX6t-Mf-A_kHoY7KTrOHQfM,635
|
|
52
|
+
pulumi_newrelic/cloud/_inputs.py,sha256=lZgqyq-5HqfrerkrKzRcOSgLXQA3gjpk7Rd-hyZRpb0,407840
|
|
53
|
+
pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=pvnG9GBrhDttQrt8irq-9mWI1OksOahS7pmlTu4ns9M,66489
|
|
54
|
+
pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=08wV9Cyyqqg7OYPfRDTR6H2AaGxtaSIIg6wm3GpyYB8,19514
|
|
55
|
+
pulumi_newrelic/cloud/aws_integrations.py,sha256=HPrTC0d2bwDpumoW_n_neQciSvnotaFECSmr9Y5NzT8,133408
|
|
56
|
+
pulumi_newrelic/cloud/aws_link_account.py,sha256=oHTkMYWqmPWIZFYf9H9yMdVJbIL_vqQmTUSUh9T18TY,16415
|
|
57
|
+
pulumi_newrelic/cloud/azure_integrations.py,sha256=uZRQaHpgqqMfoudNoO4OulNdu01gWKafiWx7d71Rq0s,118213
|
|
58
|
+
pulumi_newrelic/cloud/azure_link_account.py,sha256=fUXPateGNfUBvpCTe4oj9_qpufMSIX-nu7xysFqrP7M,20173
|
|
59
|
+
pulumi_newrelic/cloud/gcp_integrations.py,sha256=GwJN-Y21T_nxazazEaz6FFNbzZGfREIzweAATBKeQus,87157
|
|
60
|
+
pulumi_newrelic/cloud/gcp_link_account.py,sha256=1bb4bHrSCuc7DuB-2jE8Zpb-QiqNXquKW4Ic41t8VsQ,13183
|
|
61
|
+
pulumi_newrelic/cloud/oci_link_account.py,sha256=R95UYxxILgCZ4dDhrm042H83CSG2KG_qjK_WUfNzJR8,47434
|
|
62
|
+
pulumi_newrelic/cloud/outputs.py,sha256=1WM7g-ksVxUIZYf4YH0BNSRmrOtvLkBRuQyl_mSki24,334661
|
|
63
|
+
pulumi_newrelic/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
|
|
64
|
+
pulumi_newrelic/config/__init__.pyi,sha256=S-oMyG4GP-hf6N1Rkq7MIujfNkkNWZM9LnUWK_6E5yI,1018
|
|
65
|
+
pulumi_newrelic/config/vars.py,sha256=6njbBYjXFoLX0Vv6-L0hwSeoPxJ53QLpHrW-0sDeL9Y,2405
|
|
66
|
+
pulumi_newrelic/insights/__init__.py,sha256=9ZYd7bfeOorU014qzw0h0O99tU7ZCULps9t6b5ROEec,346
|
|
67
|
+
pulumi_newrelic/insights/_inputs.py,sha256=1CW8A6PS7TpqtO8JANtUoUpcnkzc-D1u3MWDOM1YYYQ,6127
|
|
68
|
+
pulumi_newrelic/insights/event.py,sha256=sTCmxvj1rTITLJCSGv4lLXO2_rVjWIBysET8uAmFj-E,10120
|
|
69
|
+
pulumi_newrelic/insights/outputs.py,sha256=q8hOLNkxeCaYiXDD7P-tdVTAvpgo39pChQ72WYF1nY8,3718
|
|
70
|
+
pulumi_newrelic/plugins/__init__.py,sha256=ul_hV6T_t5pAE9Icp1baoWu4qhSPfD3btrYAkvXwWMg,385
|
|
71
|
+
pulumi_newrelic/plugins/_inputs.py,sha256=KF1RzaqwcApPM_ktMDCsEPgv1qi9IXPJ9azmRsjee_o,38517
|
|
72
|
+
pulumi_newrelic/plugins/application_settings.py,sha256=32GNfdXQBrqtDdGj_LePicX7DDEXWI_iFyn33hge9fA,38352
|
|
73
|
+
pulumi_newrelic/plugins/outputs.py,sha256=NiZRV2q92IZKzu-UImp-ndz8WCeXw6WvUxZd7ICx_iU,29254
|
|
74
|
+
pulumi_newrelic/plugins/workload.py,sha256=um0n4dmdfqBLkKx9ZB6vhTk8BvRAnpI7k-Yn0g6xdTU,42691
|
|
75
|
+
pulumi_newrelic/synthetics/__init__.py,sha256=1wY9vAOlrpEPVXDbg8kDxY3veVKWsl-Xia2KCD67Pqo,691
|
|
76
|
+
pulumi_newrelic/synthetics/_inputs.py,sha256=W53RgOKL6UabGhbTJerv-MiEUs1RFljgtIc74yArtmU,19939
|
|
77
|
+
pulumi_newrelic/synthetics/alert_condition.py,sha256=p83fGBi7KJWsNDklG1N3hnnV4mzu3OcbhYNSf8A3xn8,22770
|
|
78
|
+
pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=eiTVCfnBmXplk6E7394mQ5lsh4fRn3ml4_w9WebRza4,40745
|
|
79
|
+
pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=_353DoaJGslObHb3s6I_j3al4V-oOVS-DCq0D-phv-k,42921
|
|
80
|
+
pulumi_newrelic/synthetics/get_private_location.py,sha256=IninyemjG3H6P32BUkb3tAdcM-qoGkctW3ZEO2bSl2Q,6678
|
|
81
|
+
pulumi_newrelic/synthetics/get_secure_credential.py,sha256=jKwLyyFekbFV0VRPiNWu5XXTX6tmmP68sO2wyjJNJrM,6484
|
|
82
|
+
pulumi_newrelic/synthetics/monitor.py,sha256=Xxm7jgO60MVUcxCU82YdmSEGZom1JtXTpeD7xRgsIDk,80309
|
|
83
|
+
pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=bNmwOaRYPh4Kn1nA8vcMmkbN2A3s31K6OsibfJyQyeQ,36101
|
|
84
|
+
pulumi_newrelic/synthetics/outputs.py,sha256=9TA7FAfP8xl1uHI3VBodiigB3HRLI9r6rkIL6ILR_q8,12230
|
|
85
|
+
pulumi_newrelic/synthetics/private_location.py,sha256=RInZWYYxloyzGmgaVTsEO_fGrnxAjqeLeyPN1PCgZDQ,18586
|
|
86
|
+
pulumi_newrelic/synthetics/script_monitor.py,sha256=Ijs_jSriw0BFjqEt7sS5jfaiunBhmEB-Li-ED3lYhaM,73319
|
|
87
|
+
pulumi_newrelic/synthetics/secure_credential.py,sha256=f4gs62_FcBaeO6YMZLMKwBuOS73qxpKmudoelXbmtso,16701
|
|
88
|
+
pulumi_newrelic/synthetics/step_monitor.py,sha256=1PtSgEInngOinmSSPaPqIxwJx2iSRoMSa9Fw6zlh-rQ,52671
|
|
89
|
+
pulumi_newrelic-5.58.0a1766556761.dist-info/METADATA,sha256=LpYwX2tXRQX73ECJgXuZmRVuk9d0C642Fza55qXmXiM,3966
|
|
90
|
+
pulumi_newrelic-5.58.0a1766556761.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
91
|
+
pulumi_newrelic-5.58.0a1766556761.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
|
92
|
+
pulumi_newrelic-5.58.0a1766556761.dist-info/RECORD,,
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
pulumi_newrelic/__init__.py,sha256=q0NdPqgZC1kS4XOkgRZa7J_iuaWxIkMKXQfOnC5CysU,11535
|
|
2
|
-
pulumi_newrelic/_inputs.py,sha256=P3qXyc_wIl3Rk01kIClfgnZbLGyG9osKt5yEc44OgLU,813264
|
|
3
|
-
pulumi_newrelic/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
4
|
-
pulumi_newrelic/account_management.py,sha256=qFD7xsT6kNFNY3ZEO-15E4T6mSIOQ6uw_Goqf7-NkTU,8963
|
|
5
|
-
pulumi_newrelic/alert_channel.py,sha256=QNF_jzaDJLKD78qxtBnDpRaAVMJigmGYQtSWuCEIC7g,21825
|
|
6
|
-
pulumi_newrelic/alert_condition.py,sha256=1Z6zrlx82N6hrQDpIMCAATUx4YH8oXiS1pNmGiW94bQ,46708
|
|
7
|
-
pulumi_newrelic/alert_muting_rule.py,sha256=Rn0k0cTpbsKkq_YuHHRmrLui-pP-J10acm49f7DeJms,22738
|
|
8
|
-
pulumi_newrelic/alert_policy.py,sha256=YSHSasCpx-QmCs5B4co0z_-EpS_5jCI-WhxFtjZJn5A,26280
|
|
9
|
-
pulumi_newrelic/alert_policy_channel.py,sha256=yabTDFEaKswzQVKdPX_fxqaqV8OyilM0xBljXo1wHAU,16243
|
|
10
|
-
pulumi_newrelic/api_access_key.py,sha256=H2riFt5pmzeWpOqcDLnMloPKaR8-VRcrCfoNm07VDNM,22431
|
|
11
|
-
pulumi_newrelic/browser_application.py,sha256=e2q117v-Z0jkO8IM42_FIyRoXfi3vxRmnwR3lx3ADaM,21216
|
|
12
|
-
pulumi_newrelic/data_partition_rule.py,sha256=LSWS9PTDrxQT5g4MtATho2koW2NaA7ACYehXhGl2nZg,20607
|
|
13
|
-
pulumi_newrelic/entity_tags.py,sha256=tQC0ZH5lGkDdRydkTh49LKC4TvVNvYRactUl80qFl7s,10291
|
|
14
|
-
pulumi_newrelic/events_to_metrics_rule.py,sha256=gi1rxfZk5BkQy6YZEUCnxz7wdTuoGDU33QWW1UrkjXQ,16168
|
|
15
|
-
pulumi_newrelic/get_account.py,sha256=wm7Go8m38m1efFN6BYO3SDGbtRi8olePar9rmhx_k4k,5405
|
|
16
|
-
pulumi_newrelic/get_alert_channel.py,sha256=YLE_cKmkta59SrMWPe51PNKS2R5NCgSN0_3w-IbmUiU,6262
|
|
17
|
-
pulumi_newrelic/get_alert_policy.py,sha256=shGUlMajOsA8f-26ka0be1vlVX5CQMflBtO3daGHtTg,9733
|
|
18
|
-
pulumi_newrelic/get_application.py,sha256=tuiIu3bevT6kjlF1e-1I_O609lEBNJZXxoftHHtBl24,5949
|
|
19
|
-
pulumi_newrelic/get_authentication_domain.py,sha256=iRyZZwzRWcD_goSgW6HkkTnLPOU7gi6FwU2XA_Bcqnc,4113
|
|
20
|
-
pulumi_newrelic/get_cloud_account.py,sha256=yryx1I4IAlSCj0i7_Nv5zUlJ0kiECFP8gW9_WxKoJ6o,5994
|
|
21
|
-
pulumi_newrelic/get_entity.py,sha256=0sKfbUi3l6UJloV_fb8e14OFqdHno-AqZTdWuKeiXr8,14278
|
|
22
|
-
pulumi_newrelic/get_group.py,sha256=dgZRsoOZ9QdSmUHwIU2Y_A8oLbIYWOfoa5LvjcczmNY,8562
|
|
23
|
-
pulumi_newrelic/get_key_transaction.py,sha256=za4GH-Djtpubh5kw167XBFW0_7ehK44dPJpLx6A0zgk,8316
|
|
24
|
-
pulumi_newrelic/get_notification_destination.py,sha256=oUUVQO-1RukbyQIzjOOeJoQczxZoolofCaO8ZARlpE0,9418
|
|
25
|
-
pulumi_newrelic/get_obfuscation_expression.py,sha256=2yCTCtJs6YfsmjI35jz4HK6E6kjSprgowymRDKgRa_Q,5587
|
|
26
|
-
pulumi_newrelic/get_service_level_alert_helper.py,sha256=_Ne2qJgU5cBifZrpeEJhG693PAytcgtrYEyKhPzEByk,21177
|
|
27
|
-
pulumi_newrelic/get_test_grok_pattern.py,sha256=-FQz3MXiLtZTP8_WKBF_I6jlrFPUO9v-H6HTxlBbKao,6388
|
|
28
|
-
pulumi_newrelic/get_user.py,sha256=SKr9IMLNV2zjZDczOjbIrZgHUf3354pWHcc2ovwxx5A,8095
|
|
29
|
-
pulumi_newrelic/group.py,sha256=mmXsfckBm6kZukT7eQX6UVbBSTDN-9YB69t8YuT09tc,15373
|
|
30
|
-
pulumi_newrelic/infra_alert_condition.py,sha256=KicN5-yNkDvxJV8M9oCSBn6hBC0ss5_oDFqoTFInlJU,58188
|
|
31
|
-
pulumi_newrelic/key_transaction.py,sha256=aNZHvMoYqe0TXLeQfqlPzBkMJNKasPcfLNdbzEqqrgQ,22875
|
|
32
|
-
pulumi_newrelic/log_parsing_rule.py,sha256=HOCj_6SaSGNkJdhXalrETqRapE550cdnpe1PJ9r58Ks,22582
|
|
33
|
-
pulumi_newrelic/monitor_downtime.py,sha256=OKeKMevKKOTn4t3C2uhRX4rXuG-OikhQZTmRy6JtBfQ,40862
|
|
34
|
-
pulumi_newrelic/notification_channel.py,sha256=5M1toakKA-65WA5pec0HMp4t7eX9OkcSFs53pNcUQTI,47179
|
|
35
|
-
pulumi_newrelic/notification_destination.py,sha256=l7BC67LiRM4EXCtf3eNnWnrb-o1P7_9RmpsC4Rga6q4,39181
|
|
36
|
-
pulumi_newrelic/nrql_alert_condition.py,sha256=R240qz9y-kkkBSQTei3Wd5Zw8zXJGhv9IopaROOgfqw,114393
|
|
37
|
-
pulumi_newrelic/nrql_drop_rule.py,sha256=T33XlLYt7RfQQeazJzF2_GtLrJL1lxiG1PmXRdFL8eA,17712
|
|
38
|
-
pulumi_newrelic/obfuscation_expression.py,sha256=V3YlnP1ZHyCbWnCgykm6uOHgyj0IUYqxpWllM7z43fE,12517
|
|
39
|
-
pulumi_newrelic/obfuscation_rule.py,sha256=HzyDhyK3-qkrgiERkAZs0HiC1ToH8vaeXXoLjx6fyss,18043
|
|
40
|
-
pulumi_newrelic/one_dashboard.py,sha256=91XJ8Dic5u66ZvUx7-uyZpNZJ306BOq9mLBULMe7-oQ,20854
|
|
41
|
-
pulumi_newrelic/one_dashboard_json.py,sha256=EZqg6akwsh-SqsRjCmQzDjgsjvbIfKsX2zt3vjQ8bYE,12796
|
|
42
|
-
pulumi_newrelic/one_dashboard_raw.py,sha256=__3ZuSPVubBaC5iPa9V6q1SG7lHFcpNdVsLXQie5c7U,23668
|
|
43
|
-
pulumi_newrelic/outputs.py,sha256=1S09iXWXxMCrDIuG5-A4yWmYhp-cps-O3zMKak2Q1qc,588609
|
|
44
|
-
pulumi_newrelic/provider.py,sha256=OjBqZT1L0Jt_1-c3zMSSGA03zIZjgif7RrThna-ojng,18493
|
|
45
|
-
pulumi_newrelic/pulumi-plugin.json,sha256=4M8jMEOcvTNtlE0Pv-5WRPGA9Nw1cXQ0sL-RSFyStuQ,68
|
|
46
|
-
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
47
|
-
pulumi_newrelic/service_level.py,sha256=Dk_AoEFTmaJAg5v8SKBN4-a4T-MGXDbPubxsnB98sFk,28980
|
|
48
|
-
pulumi_newrelic/user.py,sha256=guVvPGAeuR-mQ6_bA_MvBP7GY2grEmnbdNkc_5hs1us,19116
|
|
49
|
-
pulumi_newrelic/workflow.py,sha256=Ka0qEJke18DRFRdDjDUgwZd-sbOufowesAUaWZLg85U,42787
|
|
50
|
-
pulumi_newrelic/cloud/__init__.py,sha256=iv3_NQivZ9OvaZzsRb81j-_v55U3fjpbV-q2T8oW6i8,592
|
|
51
|
-
pulumi_newrelic/cloud/_inputs.py,sha256=4rFcDJGO0GjsfxZG8USBt-SPnXdyvjMbmtzqpqHSi7o,381862
|
|
52
|
-
pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=xRgN1R3xWAG0q0sTv_5Vba1h0P5KtH3jk10I7ZokvkQ,65413
|
|
53
|
-
pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=Ib6_PdEcre4DX5eHS0gvKEV4g8Pwwd_bnsgzL3CqC44,18752
|
|
54
|
-
pulumi_newrelic/cloud/aws_integrations.py,sha256=PggxGS3ECz71g6VydQGUpr9Z10wMQT-AKQCJku29Py8,128568
|
|
55
|
-
pulumi_newrelic/cloud/aws_link_account.py,sha256=-MfVXLan_qDRuMkgy54dJ3h6tPgCNLQDHPEw7R38PZY,15669
|
|
56
|
-
pulumi_newrelic/cloud/azure_integrations.py,sha256=Tr1j9QEMnTrNL1W7s7Jr3IhJTeGzE9CXhC7XrmASseQ,114191
|
|
57
|
-
pulumi_newrelic/cloud/azure_link_account.py,sha256=asPM3xQR-4mXArh88AmPQeYPkkZ5Lifjns31y51Onp0,19083
|
|
58
|
-
pulumi_newrelic/cloud/gcp_integrations.py,sha256=ARuaTX-of6ryhooaoGk-YDNdVxGi35PQcU1zPAipHGk,85969
|
|
59
|
-
pulumi_newrelic/cloud/gcp_link_account.py,sha256=yHsIZ5uRF-5tLjZnr9E47Xu6GAFnOLxlB3OfJSn3Bgk,12605
|
|
60
|
-
pulumi_newrelic/cloud/outputs.py,sha256=fnbQazWrXVvyiEuG1w7PNCQ4Nt3scsbzXy0MIbJoTlU,316415
|
|
61
|
-
pulumi_newrelic/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
62
|
-
pulumi_newrelic/config/__init__.pyi,sha256=tHBoccuoP4tygqcPKAlk4NcT0BjzqU5uYgW4ukMXwb8,1019
|
|
63
|
-
pulumi_newrelic/config/vars.py,sha256=Y8Hs-C4K3tVa3dnYDeUetkCIdSczrBKmqWc3jDu4Asc,2276
|
|
64
|
-
pulumi_newrelic/insights/__init__.py,sha256=-tPATEB7zs4lUfIRTT0wNnN9a7uvXHsRi315Y9-rm30,335
|
|
65
|
-
pulumi_newrelic/insights/_inputs.py,sha256=mKqwW-rpmGkCkFuDgBQj76gWYoRRiRAjIzRshxpYYSw,5818
|
|
66
|
-
pulumi_newrelic/insights/event.py,sha256=9E5jAxUUnpp9GUU-fkcjMJHsZQZgoQulWdyzvALiG6E,10039
|
|
67
|
-
pulumi_newrelic/insights/outputs.py,sha256=E2PdLcTq4z46w4QDZypG4p3yhFfQ2p_Ks-sQY4n2g00,3509
|
|
68
|
-
pulumi_newrelic/plugins/__init__.py,sha256=UeoukmKyu6Xm6K4W4z5N_CzyB634ttFEcP7GH9nTyeA,374
|
|
69
|
-
pulumi_newrelic/plugins/_inputs.py,sha256=CjPJ34stMv1slDUp5kpcoEH3NV6Rfp_LmTx8wsi0Uc0,36948
|
|
70
|
-
pulumi_newrelic/plugins/application_settings.py,sha256=6Rn9gegGiWRYZFEWZgDLk3jHLO9fOqF4qTz-cV3Z8P4,34895
|
|
71
|
-
pulumi_newrelic/plugins/outputs.py,sha256=BO1Y2V_e7GtQJhW7cacTY5YGhIh9hwEZUugn1zhnuyk,28185
|
|
72
|
-
pulumi_newrelic/plugins/workload.py,sha256=S6D58wz6CEUxuRsUMtPreKNJ3bX6QTFm9gFfZOwJuQ4,41335
|
|
73
|
-
pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
|
|
74
|
-
pulumi_newrelic/synthetics/_inputs.py,sha256=t6rumXJVnRfRj093NNi1EXCh98YsXg0TvO-u-CEnMBg,18680
|
|
75
|
-
pulumi_newrelic/synthetics/alert_condition.py,sha256=aLL42c_oLJ4pGtMP3aMZVlDNqzvT3U8kaBxQmJ57O8I,21759
|
|
76
|
-
pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=7jbVwvVgqaMLfU4L41069zifldHtKJiFJIOk7tj2qhk,37378
|
|
77
|
-
pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=aUtMBRCcEMvimcIcvoib3Sw6UtAhVg9IXUZg4YUSdlE,39454
|
|
78
|
-
pulumi_newrelic/synthetics/get_private_location.py,sha256=84JuemN2hx7YWXGIlkNDwjFc4qhJukrYkuF7UyvWSnM,6479
|
|
79
|
-
pulumi_newrelic/synthetics/get_secure_credential.py,sha256=2wlyV4M-AHG9ZyL0qTU3lGCXbfiFlxfLVrI9GQk_0jo,6305
|
|
80
|
-
pulumi_newrelic/synthetics/monitor.py,sha256=-g3W_RUq1qz1PRsoAbdYuex53aMwLI1BG8FAeotEjy4,75202
|
|
81
|
-
pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=-TcjxR-EXiwSMCZ6xVLT0cZ2HNPBvql4pCNQ2DLnInY,34834
|
|
82
|
-
pulumi_newrelic/synthetics/outputs.py,sha256=pDx2GOl0gpwiGLAFlK_6TB0qOUjIWLbK3DqabZ8dLxY,11391
|
|
83
|
-
pulumi_newrelic/synthetics/private_location.py,sha256=-pj6W9dg9fB-jtnrTH8wnd7o_jdwg5I4y-x1SZehjQw,17473
|
|
84
|
-
pulumi_newrelic/synthetics/script_monitor.py,sha256=fwRaviLtkQ0ViK3V1W98npxcN_qBXFevwuHgHArl3m0,66220
|
|
85
|
-
pulumi_newrelic/synthetics/secure_credential.py,sha256=EilBGvvvqmADHo1VPeWfQkCdc2GYRO8Dq9-lktE7Y3M,15776
|
|
86
|
-
pulumi_newrelic/synthetics/step_monitor.py,sha256=7tqzQ9InEMRdfAr9K_vpLm-OCPHyIKEH4f8CT2BxaLQ,49116
|
|
87
|
-
pulumi_newrelic-5.42.1.dist-info/METADATA,sha256=iqVNk4Ta59i7prnKx9o6LLTz9LhZIoSecfF_nixCprQ,3952
|
|
88
|
-
pulumi_newrelic-5.42.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
89
|
-
pulumi_newrelic-5.42.1.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
|
90
|
-
pulumi_newrelic-5.42.1.dist-info/RECORD,,
|
{pulumi_newrelic-5.42.1.dist-info → pulumi_newrelic-5.58.0a1766556761.dist-info}/top_level.txt
RENAMED
|
File without changes
|