pulumi-newrelic 5.48.0a1753156041__py3-none-any.whl → 5.49.0__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 (89) hide show
  1. pulumi_newrelic/__init__.py +1 -1
  2. pulumi_newrelic/_inputs.py +3759 -3760
  3. pulumi_newrelic/account_management.py +35 -36
  4. pulumi_newrelic/alert_channel.py +55 -56
  5. pulumi_newrelic/alert_condition.py +217 -218
  6. pulumi_newrelic/alert_muting_rule.py +92 -93
  7. pulumi_newrelic/alert_policy.py +69 -70
  8. pulumi_newrelic/alert_policy_channel.py +52 -53
  9. pulumi_newrelic/api_access_key.py +112 -113
  10. pulumi_newrelic/browser_application.py +113 -114
  11. pulumi_newrelic/cloud/__init__.py +1 -1
  12. pulumi_newrelic/cloud/_inputs.py +2129 -2130
  13. pulumi_newrelic/cloud/aws_govcloud_integrations.py +95 -96
  14. pulumi_newrelic/cloud/aws_govcloud_link_account.py +69 -70
  15. pulumi_newrelic/cloud/aws_integrations.py +194 -195
  16. pulumi_newrelic/cloud/aws_link_account.py +69 -70
  17. pulumi_newrelic/cloud/azure_integrations.py +131 -132
  18. pulumi_newrelic/cloud/azure_link_account.py +103 -104
  19. pulumi_newrelic/cloud/gcp_integrations.py +113 -114
  20. pulumi_newrelic/cloud/gcp_link_account.py +52 -53
  21. pulumi_newrelic/cloud/outputs.py +1417 -1418
  22. pulumi_newrelic/config/__init__.py +1 -1
  23. pulumi_newrelic/config/__init__.pyi +1 -2
  24. pulumi_newrelic/config/vars.py +14 -15
  25. pulumi_newrelic/data_partition_rule.py +112 -113
  26. pulumi_newrelic/entity_tags.py +21 -22
  27. pulumi_newrelic/events_to_metrics_rule.py +95 -96
  28. pulumi_newrelic/get_account.py +21 -22
  29. pulumi_newrelic/get_alert_channel.py +20 -21
  30. pulumi_newrelic/get_alert_policy.py +25 -26
  31. pulumi_newrelic/get_application.py +13 -14
  32. pulumi_newrelic/get_authentication_domain.py +9 -10
  33. pulumi_newrelic/get_cloud_account.py +21 -22
  34. pulumi_newrelic/get_entity.py +52 -53
  35. pulumi_newrelic/get_group.py +17 -18
  36. pulumi_newrelic/get_key_transaction.py +25 -26
  37. pulumi_newrelic/get_notification_destination.py +29 -30
  38. pulumi_newrelic/get_obfuscation_expression.py +15 -16
  39. pulumi_newrelic/get_service_level_alert_helper.py +53 -54
  40. pulumi_newrelic/get_test_grok_pattern.py +22 -23
  41. pulumi_newrelic/get_user.py +21 -22
  42. pulumi_newrelic/group.py +52 -53
  43. pulumi_newrelic/infra_alert_condition.py +255 -256
  44. pulumi_newrelic/insights/__init__.py +1 -1
  45. pulumi_newrelic/insights/_inputs.py +32 -33
  46. pulumi_newrelic/insights/event.py +4 -5
  47. pulumi_newrelic/insights/outputs.py +22 -23
  48. pulumi_newrelic/key_transaction.py +104 -105
  49. pulumi_newrelic/log_parsing_rule.py +146 -147
  50. pulumi_newrelic/monitor_downtime.py +143 -144
  51. pulumi_newrelic/notification_channel.py +115 -116
  52. pulumi_newrelic/notification_destination.py +111 -112
  53. pulumi_newrelic/nrql_alert_condition.py +430 -431
  54. pulumi_newrelic/nrql_drop_rule.py +78 -79
  55. pulumi_newrelic/obfuscation_expression.py +69 -70
  56. pulumi_newrelic/obfuscation_rule.py +89 -90
  57. pulumi_newrelic/one_dashboard.py +93 -94
  58. pulumi_newrelic/one_dashboard_json.py +62 -63
  59. pulumi_newrelic/one_dashboard_raw.py +90 -91
  60. pulumi_newrelic/outputs.py +2646 -2647
  61. pulumi_newrelic/plugins/__init__.py +1 -1
  62. pulumi_newrelic/plugins/_inputs.py +158 -159
  63. pulumi_newrelic/plugins/application_settings.py +167 -168
  64. pulumi_newrelic/plugins/outputs.py +108 -109
  65. pulumi_newrelic/plugins/workload.py +131 -132
  66. pulumi_newrelic/provider.py +106 -107
  67. pulumi_newrelic/pulumi-plugin.json +1 -1
  68. pulumi_newrelic/service_level.py +76 -77
  69. pulumi_newrelic/synthetics/__init__.py +1 -1
  70. pulumi_newrelic/synthetics/_inputs.py +127 -128
  71. pulumi_newrelic/synthetics/alert_condition.py +95 -96
  72. pulumi_newrelic/synthetics/broken_links_monitor.py +197 -198
  73. pulumi_newrelic/synthetics/cert_check_monitor.py +205 -206
  74. pulumi_newrelic/synthetics/get_private_location.py +21 -22
  75. pulumi_newrelic/synthetics/get_secure_credential.py +19 -20
  76. pulumi_newrelic/synthetics/monitor.py +378 -379
  77. pulumi_newrelic/synthetics/multi_location_alert_condition.py +118 -119
  78. pulumi_newrelic/synthetics/outputs.py +85 -86
  79. pulumi_newrelic/synthetics/private_location.py +105 -106
  80. pulumi_newrelic/synthetics/script_monitor.py +302 -303
  81. pulumi_newrelic/synthetics/secure_credential.py +86 -87
  82. pulumi_newrelic/synthetics/step_monitor.py +220 -221
  83. pulumi_newrelic/user.py +69 -70
  84. pulumi_newrelic/workflow.py +139 -140
  85. {pulumi_newrelic-5.48.0a1753156041.dist-info → pulumi_newrelic-5.49.0.dist-info}/METADATA +1 -1
  86. pulumi_newrelic-5.49.0.dist-info/RECORD +90 -0
  87. pulumi_newrelic-5.48.0a1753156041.dist-info/RECORD +0 -90
  88. {pulumi_newrelic-5.48.0a1753156041.dist-info → pulumi_newrelic-5.49.0.dist-info}/WHEEL +0 -0
  89. {pulumi_newrelic-5.48.0a1753156041.dist-info → pulumi_newrelic-5.49.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,90 @@
1
+ pulumi_newrelic/__init__.py,sha256=F-w0HSR5FpvAdabAXwoR67zDetMriTjXA9PlqqQpzEM,11546
2
+ pulumi_newrelic/_inputs.py,sha256=XwwqdxUziu0OJ5f_HtSNF_PQzqydTuIhKFE95ep4wEU,860593
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=35awkvt2Hw1E2o0wvJUo91m4PKte-M7wAtzbUxlBVOo,22427
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=poh-h35pCTH0dD739Ne5xxkIXLeiUg_2SCr4E8jUfmY,19023
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=HyxogjoTyc9jBnvUSltxGjK7JdRqrbAfm5DUpcTd1NE,10549
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=n0o8jzesJ14_6VmxM8KIBp-39Z4jPno0yeXLNBS42hQ,6451
17
+ pulumi_newrelic/get_alert_policy.py,sha256=02uW_7ATxLB1BNvGS41CpewjmdVxj7IluRnZU7dvgyM,9972
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=eqqhVY0n_Vf3coh0B0SK21_eRWTL2BqBJSRaLNP6irQ,42350
34
+ pulumi_newrelic/notification_channel.py,sha256=s7iHV_50OqFi0vK82IXoY94s2qIOmYVC_GGVilEAnFA,50583
35
+ pulumi_newrelic/notification_destination.py,sha256=DPXI5Ja7BmxAwvd9C5h7LUEx1Iwr9fH-YuPlsNHymHk,41429
36
+ pulumi_newrelic/nrql_alert_condition.py,sha256=mHH83HYqV0MwTt3x65IYDSqmCJ4D182aUwVk4ruif5o,123317
37
+ pulumi_newrelic/nrql_drop_rule.py,sha256=94jXXbW-CjcZUhUlQtrm4CdVhZunV1QRVmVTqJaAkcA,18544
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=bTp__xyOtRYfwLR81YQLYyi_9NQNpTee7B_dIhnMGaM,24626
43
+ pulumi_newrelic/outputs.py,sha256=lTP4XwC_1Mjxk0x2AQcZGRm9YoNWAHys4ZHHqAkNX9w,621054
44
+ pulumi_newrelic/provider.py,sha256=644yJkWitRT_BZOlW_q-_W0x_bnLAIfOrFx_O1V_CEA,20441
45
+ pulumi_newrelic/pulumi-plugin.json,sha256=iZSTZ5UjEIJN6LTbxmcGZ1axnYZSYLVxY6omzzrMoRU,68
46
+ pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
+ pulumi_newrelic/service_level.py,sha256=gxclcbnMv1zxbt3ZSR1QCHSzcKiYXUCJfFjbyn3mKvE,29792
48
+ pulumi_newrelic/user.py,sha256=CTl-KJ2yLDl8dwmRGksYCHCQ2KvUyA8U81WV4cGpaj4,19842
49
+ pulumi_newrelic/workflow.py,sha256=tuJiT4Kp1J8DEzhigSF9QJjETewd0efiVG0P_nx1VT8,44221
50
+ pulumi_newrelic/cloud/__init__.py,sha256=k7wX88WXmg6EA8TjYxRxVVqY-Unom3F4ftcvb6BynVQ,603
51
+ pulumi_newrelic/cloud/_inputs.py,sha256=8-i7Pd7nFzLHNWd62mlOSvUtyDxUAwpnpKnkYs2FRis,405332
52
+ pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=2T-fA-Be3FrVNsLsVdNO3ZdJkidz3Wki9nluPHXMSVk,66437
53
+ pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=08wV9Cyyqqg7OYPfRDTR6H2AaGxtaSIIg6wm3GpyYB8,19514
54
+ pulumi_newrelic/cloud/aws_integrations.py,sha256=HPrTC0d2bwDpumoW_n_neQciSvnotaFECSmr9Y5NzT8,133408
55
+ pulumi_newrelic/cloud/aws_link_account.py,sha256=oHTkMYWqmPWIZFYf9H9yMdVJbIL_vqQmTUSUh9T18TY,16415
56
+ pulumi_newrelic/cloud/azure_integrations.py,sha256=2jIYzZpH69zMbAVH6FAeUYNpDaRrdfr8p_ResnoOP4M,115563
57
+ pulumi_newrelic/cloud/azure_link_account.py,sha256=fUXPateGNfUBvpCTe4oj9_qpufMSIX-nu7xysFqrP7M,20173
58
+ pulumi_newrelic/cloud/gcp_integrations.py,sha256=GwJN-Y21T_nxazazEaz6FFNbzZGfREIzweAATBKeQus,87157
59
+ pulumi_newrelic/cloud/gcp_link_account.py,sha256=1bb4bHrSCuc7DuB-2jE8Zpb-QiqNXquKW4Ic41t8VsQ,13183
60
+ pulumi_newrelic/cloud/outputs.py,sha256=0s22T-Aitp2_fl_TdTDEmDXBZ6uL6DCcP8K6C439U60,332522
61
+ pulumi_newrelic/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
62
+ pulumi_newrelic/config/__init__.pyi,sha256=S-oMyG4GP-hf6N1Rkq7MIujfNkkNWZM9LnUWK_6E5yI,1018
63
+ pulumi_newrelic/config/vars.py,sha256=6njbBYjXFoLX0Vv6-L0hwSeoPxJ53QLpHrW-0sDeL9Y,2405
64
+ pulumi_newrelic/insights/__init__.py,sha256=9ZYd7bfeOorU014qzw0h0O99tU7ZCULps9t6b5ROEec,346
65
+ pulumi_newrelic/insights/_inputs.py,sha256=1CW8A6PS7TpqtO8JANtUoUpcnkzc-D1u3MWDOM1YYYQ,6127
66
+ pulumi_newrelic/insights/event.py,sha256=sTCmxvj1rTITLJCSGv4lLXO2_rVjWIBysET8uAmFj-E,10120
67
+ pulumi_newrelic/insights/outputs.py,sha256=q8hOLNkxeCaYiXDD7P-tdVTAvpgo39pChQ72WYF1nY8,3718
68
+ pulumi_newrelic/plugins/__init__.py,sha256=ul_hV6T_t5pAE9Icp1baoWu4qhSPfD3btrYAkvXwWMg,385
69
+ pulumi_newrelic/plugins/_inputs.py,sha256=KF1RzaqwcApPM_ktMDCsEPgv1qi9IXPJ9azmRsjee_o,38517
70
+ pulumi_newrelic/plugins/application_settings.py,sha256=32GNfdXQBrqtDdGj_LePicX7DDEXWI_iFyn33hge9fA,38352
71
+ pulumi_newrelic/plugins/outputs.py,sha256=NiZRV2q92IZKzu-UImp-ndz8WCeXw6WvUxZd7ICx_iU,29254
72
+ pulumi_newrelic/plugins/workload.py,sha256=um0n4dmdfqBLkKx9ZB6vhTk8BvRAnpI7k-Yn0g6xdTU,42691
73
+ pulumi_newrelic/synthetics/__init__.py,sha256=1wY9vAOlrpEPVXDbg8kDxY3veVKWsl-Xia2KCD67Pqo,691
74
+ pulumi_newrelic/synthetics/_inputs.py,sha256=W53RgOKL6UabGhbTJerv-MiEUs1RFljgtIc74yArtmU,19939
75
+ pulumi_newrelic/synthetics/alert_condition.py,sha256=p83fGBi7KJWsNDklG1N3hnnV4mzu3OcbhYNSf8A3xn8,22770
76
+ pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=eiTVCfnBmXplk6E7394mQ5lsh4fRn3ml4_w9WebRza4,40745
77
+ pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=_353DoaJGslObHb3s6I_j3al4V-oOVS-DCq0D-phv-k,42921
78
+ pulumi_newrelic/synthetics/get_private_location.py,sha256=IninyemjG3H6P32BUkb3tAdcM-qoGkctW3ZEO2bSl2Q,6678
79
+ pulumi_newrelic/synthetics/get_secure_credential.py,sha256=jKwLyyFekbFV0VRPiNWu5XXTX6tmmP68sO2wyjJNJrM,6484
80
+ pulumi_newrelic/synthetics/monitor.py,sha256=Xxm7jgO60MVUcxCU82YdmSEGZom1JtXTpeD7xRgsIDk,80309
81
+ pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=bNmwOaRYPh4Kn1nA8vcMmkbN2A3s31K6OsibfJyQyeQ,36101
82
+ pulumi_newrelic/synthetics/outputs.py,sha256=9TA7FAfP8xl1uHI3VBodiigB3HRLI9r6rkIL6ILR_q8,12230
83
+ pulumi_newrelic/synthetics/private_location.py,sha256=RInZWYYxloyzGmgaVTsEO_fGrnxAjqeLeyPN1PCgZDQ,18586
84
+ pulumi_newrelic/synthetics/script_monitor.py,sha256=3yEDZqm5R__WEsgb-EhB5kla7eyd9RdO9eauqfFqB7I,70607
85
+ pulumi_newrelic/synthetics/secure_credential.py,sha256=f4gs62_FcBaeO6YMZLMKwBuOS73qxpKmudoelXbmtso,16701
86
+ pulumi_newrelic/synthetics/step_monitor.py,sha256=1PtSgEInngOinmSSPaPqIxwJx2iSRoMSa9Fw6zlh-rQ,52671
87
+ pulumi_newrelic-5.49.0.dist-info/METADATA,sha256=8yb9chvTQ-WGM36wYPPy9nyjfWckkmAIdKX-PqT6oMI,3955
88
+ pulumi_newrelic-5.49.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
89
+ pulumi_newrelic-5.49.0.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
90
+ pulumi_newrelic-5.49.0.dist-info/RECORD,,
@@ -1,90 +0,0 @@
1
- pulumi_newrelic/__init__.py,sha256=2niV6Xog7_faAW89wYrU_B_Qo0CstccUSY-XN3rI8D0,11533
2
- pulumi_newrelic/_inputs.py,sha256=dAOfhfJ5rKrqAzXcIxvD3tX8AIMTWMIh1--He6xCs4k,849949
3
- pulumi_newrelic/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
- pulumi_newrelic/account_management.py,sha256=AV-L0oZrqfOoCmo9UeSwcEfcl2ZwYeKtFGBobziOrqE,9286
5
- pulumi_newrelic/alert_channel.py,sha256=8A-Zo82l0DcpAlApa20B6ooWikcCQHaA8frcocOrGps,22264
6
- pulumi_newrelic/alert_condition.py,sha256=rFoZfGY0wOW9ndNl16RjMHXjrJhbstOztZukNi5rTDI,48348
7
- pulumi_newrelic/alert_muting_rule.py,sha256=T_SsuTcQ7UEEM33wKWFlV5TWEtbVn92zGuAfUeS-Vq0,23439
8
- pulumi_newrelic/alert_policy.py,sha256=Rk7ekxox5noBplTNxy2FblHnv6r2T7Ciw68RtGFq8T8,26843
9
- pulumi_newrelic/alert_policy_channel.py,sha256=0KlqvWGtIZBD9h5vCSn5ab_dL0I2wkNeV-k8j_e6f-0,16694
10
- pulumi_newrelic/api_access_key.py,sha256=tcZz_VcK00Qkm1T9D45YjPil-78K5xKJOLzRUSmqe1k,18731
11
- pulumi_newrelic/browser_application.py,sha256=eeYY2yCKG1sVVxcQalu7X6_6rkPT4flIPSKE8e17JQY,22108
12
- pulumi_newrelic/data_partition_rule.py,sha256=N4fh8WnoybKQtA63tMrLygC6s9ARGl92qaYVvnugAu0,21497
13
- pulumi_newrelic/entity_tags.py,sha256=HfFbobSsTi7oDjV88bkNll2i6X4Jnx9-WvbiwRWwcIA,10474
14
- pulumi_newrelic/events_to_metrics_rule.py,sha256=qC0A1wB6W-ECNaAz8dYIip7drMuNmwJyx3hXjCJ03sY,16936
15
- pulumi_newrelic/get_account.py,sha256=PnI0yjBp9r-TVJ2hRvT_VCMavYuZYDq2eY_AOxQZK4w,5547
16
- pulumi_newrelic/get_alert_channel.py,sha256=v9Ftkd_FTSYNDcY6vZq8FXaRicB0V2O3g-yyTR8T8X0,6377
17
- pulumi_newrelic/get_alert_policy.py,sha256=O-iDWW32sCJS1hcFcMy5Wyv3ZiPlKXtBnzHraYKmoV4,9893
18
- pulumi_newrelic/get_application.py,sha256=roncBcuPuduR5wQFwA6M4IeQEoPAgL3x4-g7dK8eKl8,6019
19
- pulumi_newrelic/get_authentication_domain.py,sha256=eQ_amtKoTnE-gyE2Tt29YJYyQ0SWKKZIzuQvpmYSE4c,4165
20
- pulumi_newrelic/get_cloud_account.py,sha256=mKB5ZBJW2zGzZfWhtIwKsRsCtYHRI-L73Zrlr1Sy6KE,6136
21
- pulumi_newrelic/get_entity.py,sha256=zupYTpgfvWPjC1volQvLLOnQzPad8JEx2KQRz-vaL7c,14627
22
- pulumi_newrelic/get_group.py,sha256=K2FDadmrAiIJxS1i5rhcJBdSDHvpqiPJ3Zuv2scZnb8,8726
23
- pulumi_newrelic/get_key_transaction.py,sha256=mD76Ae174dHQi0xrfsRaPFh7tl9AVUm0WDeQsLhuJtw,8476
24
- pulumi_newrelic/get_notification_destination.py,sha256=vFvhEqCtfW-Y9AVsxidsnSr2bcaZJbI9h0UgHbmIS0M,9629
25
- pulumi_newrelic/get_obfuscation_expression.py,sha256=9RVAUNHHyyttoO9snWqP-Iy8QGJIpC4IlXyzh196Z90,5684
26
- pulumi_newrelic/get_service_level_alert_helper.py,sha256=U_ANb5JXhfcVcQld8SF4qbQn0bOd62alwvp1uQCjjj4,21535
27
- pulumi_newrelic/get_test_grok_pattern.py,sha256=UKL-DDLh8o56YswWn0xDpmFbIRRSJga1vQueVO-07cs,6530
28
- pulumi_newrelic/get_user.py,sha256=wYWrhW-CVzCjYWKSz8gzeHdxMfB94fI7QcJ3ID33-kA,8237
29
- pulumi_newrelic/group.py,sha256=lawjxn5NdtWryQLh9ZCnXNir5lH1fkZ7SwiiOuV0shM,15798
30
- pulumi_newrelic/infra_alert_condition.py,sha256=5itKk_Fxs-rWgjPyMeEmWAElUF7m428JXJP0uY28VRU,60090
31
- pulumi_newrelic/key_transaction.py,sha256=4XszcDV3bvq42JtXkM1FipnbRzImoWZDLb_lwuDPURw,23696
32
- pulumi_newrelic/log_parsing_rule.py,sha256=aa5EnUnwpSKpatXlw09EPhoVmzX-50odtVWIRTpZmmg,23718
33
- pulumi_newrelic/monitor_downtime.py,sha256=cE_inzChf4LcP5bQmn36Yl-wIbECous9ye_J8ad9uDk,41937
34
- pulumi_newrelic/notification_channel.py,sha256=r5mkXyjJDCdtFXygHnC6Pxz8gHo-97yO5AbEs8ItNgo,50261
35
- pulumi_newrelic/notification_destination.py,sha256=tKlHOOi8g71X2OvjyYA13K-AiAI-m9paizRVY9OfG_Q,41021
36
- pulumi_newrelic/nrql_alert_condition.py,sha256=K4xQNwB2Kyia5XSCe4hSXTd8xXh_cJwyiP3-VC_FHwE,122113
37
- pulumi_newrelic/nrql_drop_rule.py,sha256=kms11HsZXz7ePXe4UZqKrqRp7VBXKxuKKYeuZ5Bxu6s,18340
38
- pulumi_newrelic/obfuscation_expression.py,sha256=S8ImKb2q8xLIdaDCzvXzdeBbGwuPAu1_YcWQExYPSGA,13100
39
- pulumi_newrelic/obfuscation_rule.py,sha256=P4zX1-OBnnfk6Flrftt5p80LXbJh-8YXrG-03f6n4Lw,18740
40
- pulumi_newrelic/one_dashboard.py,sha256=fQW7QGFwUQaHauPAHQ0twRF65kKOTl0mZj2YPybQyA0,21545
41
- pulumi_newrelic/one_dashboard_json.py,sha256=ZeqBpwMeiu-yD5KumRG2iIGEUDRo692WS5BTdpyfmyw,13306
42
- pulumi_newrelic/one_dashboard_raw.py,sha256=8_GTKGRswhj-LvnNHSxPqZFPmoKc7ZeEhZHrQEBM9CI,24365
43
- pulumi_newrelic/outputs.py,sha256=atqvsTVgTLWdg3gz4vcD1mJPOf6hBx9HGw_wToPJ6eU,611258
44
- pulumi_newrelic/provider.py,sha256=GCv8seKMchBvhO3ZA89FoGAPffYrL0YIYx85etyjbAM,20101
45
- pulumi_newrelic/pulumi-plugin.json,sha256=ePNyvdgT6FPDzNvdbREGPj7LkaiTQN9GJxfrRdkcI_I,85
46
- pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
- pulumi_newrelic/service_level.py,sha256=Qj6shEOVYdylKYsRLqJQNGwk0DAxksUurlSDhi4V5a0,29545
48
- pulumi_newrelic/user.py,sha256=abxnTqoJL6tqoUUSV1uFFSpBZMytcep6aczAhLjTcZ4,19665
49
- pulumi_newrelic/workflow.py,sha256=LtgDFNMs2ARcLXDkBl8DB3smi63yy77fhrtobKl_AXA,43785
50
- pulumi_newrelic/cloud/__init__.py,sha256=Uz7MzZm7iCIDddKdyYn3_5E3pPpBtesjDAV8UGZCyx0,590
51
- pulumi_newrelic/cloud/_inputs.py,sha256=Ume7q0IR23f878X8scYkVHKzaZ0pyphtP5hrLp-ABxs,400021
52
- pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=uWdNSHeEfjtNg_hPY3QcPjm0oyDqcPDt5qoIVwmjsWE,65748
53
- pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=XoHul9mt3cWfebte105_vQuPS_ha6_V2T2Dc9M7-fAM,19337
54
- pulumi_newrelic/cloud/aws_integrations.py,sha256=p_Nvbp50DwCPvB_oQDmkNf25x7v6BCfMVMExf16G8sY,131729
55
- pulumi_newrelic/cloud/aws_link_account.py,sha256=hWAJbXn-qcg29jGhE9fsUIkZ0LS247x7SeL8TH-O5wM,16238
56
- pulumi_newrelic/cloud/azure_integrations.py,sha256=eDLgoGaud8Gey1eOAjFqw4phUKtwHG8vjzB0WisDoxE,114514
57
- pulumi_newrelic/cloud/azure_link_account.py,sha256=cJTbJXpOMftfKTUnjQ7NpEslbIqtMnS-1Ad3DWMeGSg,19908
58
- pulumi_newrelic/cloud/gcp_integrations.py,sha256=KppXbbQ6myZGueAmfmGXaVMxyiWOL-CHi5TlAhVIUIE,86288
59
- pulumi_newrelic/cloud/gcp_link_account.py,sha256=RRc_kCuJqYqR6tdJWqRMAYpGGTZlW3SayZG8p4Ah1zY,13050
60
- pulumi_newrelic/cloud/outputs.py,sha256=1S2KzxrnR6mWMf0jBIsomPec5_5VsLcEQHdXCum0eEw,327919
61
- pulumi_newrelic/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
62
- pulumi_newrelic/config/__init__.pyi,sha256=3lqnqyfKr94LSYF-Y3ervh91VWCGXrYtTPmUPaA9wR4,1017
63
- pulumi_newrelic/config/vars.py,sha256=5qxq8YncKpqFit2_wCgW7Vje-kmlJK18TSQRwBQms8s,2274
64
- pulumi_newrelic/insights/__init__.py,sha256=B_x1hcA5qZ_csCRx6p27bSVDwz9_Ef8Tn5CVnM0GbHY,333
65
- pulumi_newrelic/insights/_inputs.py,sha256=OgsGof8UsQPTlWnSOZYPm_SexCtUWCAr2ZggLNKWczM,6041
66
- pulumi_newrelic/insights/event.py,sha256=_h6-aKVyR1C_-UrIjqKhxE81vi1b6xwiCI9wO7tqZQ4,10089
67
- pulumi_newrelic/insights/outputs.py,sha256=O428UFylEWG_SgxW0_CfJAfYZ2WTw5WGmfbsHDx1mFM,3642
68
- pulumi_newrelic/plugins/__init__.py,sha256=djkTqPpv9eijQgjUDxqB9bLKILOC8L4t64GsxpB2G6w,372
69
- pulumi_newrelic/plugins/_inputs.py,sha256=nw9HmKfKI6djre3e5MhOYCAhT-DQZSrdCOFGJnCX0as,38071
70
- pulumi_newrelic/plugins/application_settings.py,sha256=Mqo9IV_QjDKsFoArMJQyeKl1ARDS90AsbituGVJabd0,37870
71
- pulumi_newrelic/plugins/outputs.py,sha256=G1PVm6yW5_2R45V4XZG9fm3-vpYEaWhXFT8CEk4XOck,28858
72
- pulumi_newrelic/plugins/workload.py,sha256=tcvw8e-RdSsl274hGtLNWrNTTIv-OaXAkL9TCU5cB3o,42272
73
- pulumi_newrelic/synthetics/__init__.py,sha256=7R4Ol_6ijWeTD4ae1WHAvHDIyNUIkk25idmFVKURY6k,678
74
- pulumi_newrelic/synthetics/_inputs.py,sha256=stzKxBI86WGFnzDtZlkNbpCj8l0DUSIwVOVPjheoGXE,19623
75
- pulumi_newrelic/synthetics/alert_condition.py,sha256=ocFdB5rLy2PJv5DgvcQH72P8v255mdVejLv9Vjjsiyc,22522
76
- pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=qmbxslEQr2YW2WvU3T6CAhOSppdG54dKQNeyej7dk5M,40197
77
- pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=hndBiKFo2a8ZmY_4tX-mdogvLzvMAGsUPDENpL3ViRs,42356
78
- pulumi_newrelic/synthetics/get_private_location.py,sha256=CxMknQXYI0BN02VKYio1OgxFM70NMSO3QkXa56zp144,6621
79
- pulumi_newrelic/synthetics/get_secure_credential.py,sha256=fedD5aQ_nGRVSVub74az4LzTLt2jOa2zcHAdPWR1yq0,6420
80
- pulumi_newrelic/synthetics/monitor.py,sha256=3QJSFnUu-7JsfBIfVTFKkra_VPrdM6uO4KnMVS_2-hs,79274
81
- pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=B6MFwnQpVyExh1aN757VV5a2LQ1UW6RigsjersR9Jws,35749
82
- pulumi_newrelic/synthetics/outputs.py,sha256=64-IetHzW_KHf-VQplPcmtz-RL0NYjXenZtwvq6FNBw,11956
83
- pulumi_newrelic/synthetics/private_location.py,sha256=kWIl1i5NDYtjdkleubwXjWbcIPkKR2I1rU9f1GhnmBA,18301
84
- pulumi_newrelic/synthetics/script_monitor.py,sha256=-Hj22y1j23umPxi2J6c-tGOIkhl5imeSyK-rx8V8JQg,69765
85
- pulumi_newrelic/synthetics/secure_credential.py,sha256=z6OAfSDp1y73vlv1mmZxdFzfTqLvYCxvjUy9TQJzZD4,16480
86
- pulumi_newrelic/synthetics/step_monitor.py,sha256=XeINCK1QNkiBxyKUShG7ZFPb7f5iLH-iuiOLe8HantE,52019
87
- pulumi_newrelic-5.48.0a1753156041.dist-info/METADATA,sha256=LCxf7_7t--5-sTSr2bHRZi3MEAQ-7L5EHVmy8vprV8E,3966
88
- pulumi_newrelic-5.48.0a1753156041.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
89
- pulumi_newrelic-5.48.0a1753156041.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
90
- pulumi_newrelic-5.48.0a1753156041.dist-info/RECORD,,