pulumi-newrelic 5.46.0a1748078992__py3-none-any.whl → 5.47.0a1748901295__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 (90) hide show
  1. pulumi_newrelic/__init__.py +1 -1
  2. pulumi_newrelic/_inputs.py +61 -1
  3. pulumi_newrelic/_utilities.py +1 -1
  4. pulumi_newrelic/account_management.py +1 -1
  5. pulumi_newrelic/alert_channel.py +1 -1
  6. pulumi_newrelic/alert_condition.py +1 -1
  7. pulumi_newrelic/alert_muting_rule.py +1 -1
  8. pulumi_newrelic/alert_policy.py +1 -1
  9. pulumi_newrelic/alert_policy_channel.py +1 -1
  10. pulumi_newrelic/api_access_key.py +1 -1
  11. pulumi_newrelic/browser_application.py +1 -1
  12. pulumi_newrelic/cloud/__init__.py +1 -1
  13. pulumi_newrelic/cloud/_inputs.py +1 -1
  14. pulumi_newrelic/cloud/aws_govcloud_integrations.py +1 -1
  15. pulumi_newrelic/cloud/aws_govcloud_link_account.py +1 -1
  16. pulumi_newrelic/cloud/aws_integrations.py +1 -1
  17. pulumi_newrelic/cloud/aws_link_account.py +1 -1
  18. pulumi_newrelic/cloud/azure_integrations.py +1 -1
  19. pulumi_newrelic/cloud/azure_link_account.py +1 -1
  20. pulumi_newrelic/cloud/gcp_integrations.py +1 -1
  21. pulumi_newrelic/cloud/gcp_link_account.py +1 -1
  22. pulumi_newrelic/cloud/outputs.py +1 -1
  23. pulumi_newrelic/config/__init__.py +1 -1
  24. pulumi_newrelic/config/__init__.pyi +1 -1
  25. pulumi_newrelic/config/vars.py +1 -1
  26. pulumi_newrelic/data_partition_rule.py +1 -1
  27. pulumi_newrelic/entity_tags.py +1 -1
  28. pulumi_newrelic/events_to_metrics_rule.py +1 -1
  29. pulumi_newrelic/get_account.py +1 -1
  30. pulumi_newrelic/get_alert_channel.py +1 -1
  31. pulumi_newrelic/get_alert_policy.py +1 -1
  32. pulumi_newrelic/get_application.py +1 -1
  33. pulumi_newrelic/get_authentication_domain.py +1 -1
  34. pulumi_newrelic/get_cloud_account.py +1 -1
  35. pulumi_newrelic/get_entity.py +1 -1
  36. pulumi_newrelic/get_group.py +1 -1
  37. pulumi_newrelic/get_key_transaction.py +1 -1
  38. pulumi_newrelic/get_notification_destination.py +1 -1
  39. pulumi_newrelic/get_obfuscation_expression.py +1 -1
  40. pulumi_newrelic/get_service_level_alert_helper.py +1 -1
  41. pulumi_newrelic/get_test_grok_pattern.py +1 -1
  42. pulumi_newrelic/get_user.py +1 -1
  43. pulumi_newrelic/group.py +1 -1
  44. pulumi_newrelic/infra_alert_condition.py +1 -1
  45. pulumi_newrelic/insights/__init__.py +1 -1
  46. pulumi_newrelic/insights/_inputs.py +1 -1
  47. pulumi_newrelic/insights/event.py +1 -1
  48. pulumi_newrelic/insights/outputs.py +1 -1
  49. pulumi_newrelic/key_transaction.py +1 -1
  50. pulumi_newrelic/log_parsing_rule.py +1 -1
  51. pulumi_newrelic/monitor_downtime.py +1 -1
  52. pulumi_newrelic/notification_channel.py +1 -1
  53. pulumi_newrelic/notification_destination.py +1 -1
  54. pulumi_newrelic/nrql_alert_condition.py +3 -1
  55. pulumi_newrelic/nrql_drop_rule.py +1 -1
  56. pulumi_newrelic/obfuscation_expression.py +1 -1
  57. pulumi_newrelic/obfuscation_rule.py +1 -1
  58. pulumi_newrelic/one_dashboard.py +1 -1
  59. pulumi_newrelic/one_dashboard_json.py +1 -1
  60. pulumi_newrelic/one_dashboard_raw.py +1 -1
  61. pulumi_newrelic/outputs.py +46 -4
  62. pulumi_newrelic/plugins/__init__.py +1 -1
  63. pulumi_newrelic/plugins/_inputs.py +1 -1
  64. pulumi_newrelic/plugins/application_settings.py +1 -1
  65. pulumi_newrelic/plugins/outputs.py +1 -1
  66. pulumi_newrelic/plugins/workload.py +1 -1
  67. pulumi_newrelic/provider.py +15 -16
  68. pulumi_newrelic/pulumi-plugin.json +1 -1
  69. pulumi_newrelic/service_level.py +1 -1
  70. pulumi_newrelic/synthetics/__init__.py +1 -1
  71. pulumi_newrelic/synthetics/_inputs.py +1 -1
  72. pulumi_newrelic/synthetics/alert_condition.py +1 -1
  73. pulumi_newrelic/synthetics/broken_links_monitor.py +1 -1
  74. pulumi_newrelic/synthetics/cert_check_monitor.py +1 -1
  75. pulumi_newrelic/synthetics/get_private_location.py +1 -1
  76. pulumi_newrelic/synthetics/get_secure_credential.py +1 -1
  77. pulumi_newrelic/synthetics/monitor.py +1 -1
  78. pulumi_newrelic/synthetics/multi_location_alert_condition.py +1 -1
  79. pulumi_newrelic/synthetics/outputs.py +1 -1
  80. pulumi_newrelic/synthetics/private_location.py +1 -1
  81. pulumi_newrelic/synthetics/script_monitor.py +1 -1
  82. pulumi_newrelic/synthetics/secure_credential.py +1 -1
  83. pulumi_newrelic/synthetics/step_monitor.py +1 -1
  84. pulumi_newrelic/user.py +1 -1
  85. pulumi_newrelic/workflow.py +1 -1
  86. {pulumi_newrelic-5.46.0a1748078992.dist-info → pulumi_newrelic-5.47.0a1748901295.dist-info}/METADATA +1 -1
  87. pulumi_newrelic-5.47.0a1748901295.dist-info/RECORD +90 -0
  88. {pulumi_newrelic-5.46.0a1748078992.dist-info → pulumi_newrelic-5.47.0a1748901295.dist-info}/WHEEL +1 -1
  89. pulumi_newrelic-5.46.0a1748078992.dist-info/RECORD +0 -90
  90. {pulumi_newrelic-5.46.0a1748078992.dist-info → pulumi_newrelic-5.47.0a1748901295.dist-info}/top_level.txt +0 -0
@@ -1,90 +0,0 @@
1
- pulumi_newrelic/__init__.py,sha256=iQ260FiXECBVhO6vGhVlRpNzFnKab_Q33eYljjmdgI0,11551
2
- pulumi_newrelic/_inputs.py,sha256=F_vpo6keM61Mw4vOfx_okWItS0ysH3P68YWRo53PMqI,839908
3
- pulumi_newrelic/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_newrelic/account_management.py,sha256=bW-_7WyhGxKosgROHoDONaL8s8flZsAuj6GXt0TDNRY,9304
5
- pulumi_newrelic/alert_channel.py,sha256=4XecWhlfBjWXY7BKI1CGavM06OBLC4dkQESV72pIFWA,22282
6
- pulumi_newrelic/alert_condition.py,sha256=QrHw4sKihJ_6RhLKLQyZc21CXw_mljHpw7n_OGPRe-4,48366
7
- pulumi_newrelic/alert_muting_rule.py,sha256=aW7R9CJb9Msk4JF66SnehjkWoJIWANCI8IC01Cz0Lnw,23457
8
- pulumi_newrelic/alert_policy.py,sha256=jCxZtDd-p4lhyPhc6y4S-UTUISahIn3c_--ARGAtZyY,26861
9
- pulumi_newrelic/alert_policy_channel.py,sha256=YqTOZSIXEQ3nkSJf3Gh8xsdNIlB3MuoYuZJozUszKSM,16712
10
- pulumi_newrelic/api_access_key.py,sha256=9FJZ-v-m0mtESSflAgfWZRtLyWYGcDOGZ0tR-eCNN48,23329
11
- pulumi_newrelic/browser_application.py,sha256=eag-oWsNsxCA03AKjRu4myaYdLWNUEDM2F43moISacw,22126
12
- pulumi_newrelic/data_partition_rule.py,sha256=OpXM1CReOQKqDrwtfQXO5cG5jhcaOr7Rh7_B5-pZ9tI,21515
13
- pulumi_newrelic/entity_tags.py,sha256=LZeMG15WTUmuctJAU4if5iR-26kByyj_xIgRixGmlGI,10492
14
- pulumi_newrelic/events_to_metrics_rule.py,sha256=Ggu-nTe4GyKpgjicII-LKKFkeH7IF0HxUpxmTBI0b-s,16954
15
- pulumi_newrelic/get_account.py,sha256=sS8X37ehCiI5HXprSK9VN3ZRUhM930rndw06zxJAVIg,5565
16
- pulumi_newrelic/get_alert_channel.py,sha256=HVhTYGNguYVldyWwh4d2uGKaABHyHpCNx1cnRVIncAs,6395
17
- pulumi_newrelic/get_alert_policy.py,sha256=q88dJeFH4CTuZauTypiW_i3sopWsVZiAw7WGTugoUSc,9911
18
- pulumi_newrelic/get_application.py,sha256=rP3X7wAl3EmzU-YJyrPVfOcH0AswPDIsnBl29EiVjhM,6037
19
- pulumi_newrelic/get_authentication_domain.py,sha256=L5FBUFPyC12-WPXCL3rzPwcGGXSyu8a3J7SwD4WoRaY,4183
20
- pulumi_newrelic/get_cloud_account.py,sha256=-7ZfVH4ymxHgGswVjTGpIRgpKy6zIUlsxMKVjRKTYIw,6154
21
- pulumi_newrelic/get_entity.py,sha256=FkncpUdyeIOT4tWdW16nChCWkQ2AbQqWApPiuCr3rDs,14645
22
- pulumi_newrelic/get_group.py,sha256=q2zERUm3wuxpDdwxOFXkv6ewVHCmtarXFj4jtfvpmqU,8744
23
- pulumi_newrelic/get_key_transaction.py,sha256=OAkpIenXD_a73HNXxEKg9VDH0P-9Iyv2rluBpMEwhKU,8494
24
- pulumi_newrelic/get_notification_destination.py,sha256=f_9voUy8J-bWw71-lpsRKQ8rZUVG1Kj_k5wcbOAGevs,9624
25
- pulumi_newrelic/get_obfuscation_expression.py,sha256=J7axRiaTPDcb5Ro0Cpr4_p4Tp9XhyNNgtcsu5XGduyg,5702
26
- pulumi_newrelic/get_service_level_alert_helper.py,sha256=rln_D1NaqaeVM15gOEpHJsxg18oY5bYP6kUEalos4PU,21553
27
- pulumi_newrelic/get_test_grok_pattern.py,sha256=owXrQEcr0RVXMomv_B4UZiH5XzgYxq2ROuE-77wTxxs,6548
28
- pulumi_newrelic/get_user.py,sha256=QgtbjxuED8wzuCxFkNRck3Y2TOb0Oe7XPXi8cn4nUmo,8255
29
- pulumi_newrelic/group.py,sha256=F4ANdaarO74aNCbazQPzQNr52APtjkmqCZO3Zs4cJ18,15816
30
- pulumi_newrelic/infra_alert_condition.py,sha256=5waUDIHSG1v9SDexezg10EwbxAaNN2xugFVTiq3wwnw,60108
31
- pulumi_newrelic/key_transaction.py,sha256=mpq0CpvY-6YGOmyOeJ948ZNxUMqyAd93QmS1Ug92fxY,23714
32
- pulumi_newrelic/log_parsing_rule.py,sha256=6b7xtOHvCydfGxKNkk4hCA4fZbeZ1VKpu02WLqAjA2U,23736
33
- pulumi_newrelic/monitor_downtime.py,sha256=S5viBFtUxszdmLEzvj39aG3JT7eRxGn9du9noDflgSA,41955
34
- pulumi_newrelic/notification_channel.py,sha256=cAxyOA2Vi8NvRJSsJAbepChUE2WcsNt6GTaS55P0f6A,49954
35
- pulumi_newrelic/notification_destination.py,sha256=VPr931SwzkuiNRkDEKcO0NQxbkM8Plxzwu6rYU9gbpo,40094
36
- pulumi_newrelic/nrql_alert_condition.py,sha256=xw_iJQ5gTcATOXxhU6edtnucQvae_mhIHMZZBWQMtEM,121737
37
- pulumi_newrelic/nrql_drop_rule.py,sha256=K__MMCSYPjZRCkZ_2VpDjhNUbNt9ZIMl3gfy8uEGkZo,18358
38
- pulumi_newrelic/obfuscation_expression.py,sha256=fNyi780IvNOKli6wNFUBagbY1Ke_qa4uuyQI681qRLA,13118
39
- pulumi_newrelic/obfuscation_rule.py,sha256=bbCBeLfoYBS7TxWeI7_GeaqM2SUsZEbhKXYU1wp0rGc,18758
40
- pulumi_newrelic/one_dashboard.py,sha256=9w18PgRsRgYS254n1vP8GXuG3t6UtRG6zeqmBMydS9E,21563
41
- pulumi_newrelic/one_dashboard_json.py,sha256=rAZdAtPBnlZPuEmjdXru1-_UFFPJElkwM6RglM2mM3U,13324
42
- pulumi_newrelic/one_dashboard_raw.py,sha256=I1vB6sGGsMlSmCEwQpCgVFwz2Y8TBBSXSTOsUo1IOdE,24383
43
- pulumi_newrelic/outputs.py,sha256=IpwhOLBwcfvRHycFTaaoLneQcTWPWRwkeJ-HhvvJly4,605102
44
- pulumi_newrelic/provider.py,sha256=EgMOS6nAfCgblYJueoIDVKqq8-73tJhgdeDpka1feyw,20139
45
- pulumi_newrelic/pulumi-plugin.json,sha256=5j4djhcLhNyQCFJ_WaR7mu-caWSh-qHffmwDWg20nH8,85
46
- pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
- pulumi_newrelic/service_level.py,sha256=6GGWzFwBryPkCOgAa-J1s3vdG9eYR_AajBj2p5LG-4A,29563
48
- pulumi_newrelic/user.py,sha256=_mKutuSa4Pv8rJavUPSnQSjjGx3MVYnWMUEpzGk6hmY,19683
49
- pulumi_newrelic/workflow.py,sha256=1DObPEd1NPeJsFBGOdoe61VfCb6T-0OAkmU3WcIzsTE,43803
50
- pulumi_newrelic/cloud/__init__.py,sha256=WqPUlS786WO8ZlclloutPE6LeALq51OLQtGzh46GIpo,608
51
- pulumi_newrelic/cloud/_inputs.py,sha256=kaTINcB3mBDz1QJQqZEatLBN4UeawHYJ_6UI16IdOy4,397718
52
- pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=Q0Fq4mAmKh8DV16-LJb0-1YmbdpAkpLRshF0D0LTeaI,65766
53
- pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=CjwrFBtPPF2y8ADBSJ4vWMmiH1MiN1--ncHdGwOe6X4,19355
54
- pulumi_newrelic/cloud/aws_integrations.py,sha256=LsDxP9vQ6b8RXhria5NbycoYufANRtbqs5vC_NAy6uA,128905
55
- pulumi_newrelic/cloud/aws_link_account.py,sha256=uItU2_0Flg0gDpH_OTq4auE-xV2ba32p2LDDYCMa72o,16256
56
- pulumi_newrelic/cloud/azure_integrations.py,sha256=L8HGDlAbkPR2QfHUzdkx6jakwYCi83UdCjgbIbrSNCU,114532
57
- pulumi_newrelic/cloud/azure_link_account.py,sha256=CKMz7arF5zfEznZ8PHwbrAfNwpRXB24ekRRRepX8I1M,19926
58
- pulumi_newrelic/cloud/gcp_integrations.py,sha256=3UsTRDrkMwhc2RmN3WHhIET0_c9jqTDwEger1tKB8-I,86306
59
- pulumi_newrelic/cloud/gcp_link_account.py,sha256=DW0hZwLw_OBRfTl7n-5q1TdNOqc9Ju2XwMZ2A6VzI8E,13068
60
- pulumi_newrelic/cloud/outputs.py,sha256=TH45MoKGgoe_yzOUZkz_2q4l1t3qIba8ssXMV3GVTtg,325935
61
- pulumi_newrelic/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
62
- pulumi_newrelic/config/__init__.pyi,sha256=wWmVYUDEW00iW8bPBQYAnVLtI-4pLU3eoTeYKOulaOo,1035
63
- pulumi_newrelic/config/vars.py,sha256=9FbxBnUrgPJJwVDdcAKc56fJE0YEWnzSdF5ViJvAeq8,2292
64
- pulumi_newrelic/insights/__init__.py,sha256=wY_absI1XMbMsKYhsALGBQ4WoFFV2hiWC5G-ierwjyo,351
65
- pulumi_newrelic/insights/_inputs.py,sha256=ijJd49jgCIEXrND66K4ubts49iEMROtg8Z3q1VKfdRs,6059
66
- pulumi_newrelic/insights/event.py,sha256=VSonlTXVazSoDJ-9dLtE7jRFBL5TGzmgo5RyZJfkyYI,10107
67
- pulumi_newrelic/insights/outputs.py,sha256=WE73on6x3K79PrcsA-TP07WxOVPxWr2ouoaks-x0THU,3660
68
- pulumi_newrelic/plugins/__init__.py,sha256=MFsNi9WT-gf23niN5oePFRyx-6iS-vKvPGD1bUAqqbU,390
69
- pulumi_newrelic/plugins/_inputs.py,sha256=msqtI1nf98A6sJUurgmDwDopORXTuLnvJ5PcogzaKXw,38089
70
- pulumi_newrelic/plugins/application_settings.py,sha256=e1csBITjlud0YH8zLW609wKp5uDLRGxjdWN9cfvRtb8,37888
71
- pulumi_newrelic/plugins/outputs.py,sha256=PuklJ6fAxMpBtJdKnkLmSY04kH3b_9M1sp9kK9v2MR0,28876
72
- pulumi_newrelic/plugins/workload.py,sha256=jjjUGM0ORi9Qh83MzYP-4Thm-KXL6tzaENp7ZYiQUm4,42290
73
- pulumi_newrelic/synthetics/__init__.py,sha256=UeQRfGDlKrXvgqLw-6IxLZyYzeCqH_b86qSrFXihJO0,696
74
- pulumi_newrelic/synthetics/_inputs.py,sha256=Qdldup5YSWB3oghUonYgi3oo9kZ6EwXD1e2WkT3n1T0,19641
75
- pulumi_newrelic/synthetics/alert_condition.py,sha256=wbtwrRDcu_gVBc3C_uwosJTbG46qZRMweVW4RCD7hBI,22540
76
- pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=pDS1JmCyKDXtfT5FkINIrXrRJU3nhCETzej3CawdTTc,40215
77
- pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=51Xl8Io5tgrIyR96CusKmAn4z7JGnBP23i7MHqQuUNU,42374
78
- pulumi_newrelic/synthetics/get_private_location.py,sha256=2pel2R92y7oqINOhir-arDw9VgtxAmEWqHyV-9dI-zY,6639
79
- pulumi_newrelic/synthetics/get_secure_credential.py,sha256=NodFereL1rvsGBQzpK3yHNrugIzdy3iERWTi7nyKgnE,6438
80
- pulumi_newrelic/synthetics/monitor.py,sha256=oEXLoZGvHgUQCaO_w0eE466vOmuHERpzgOM8VoWnf60,79292
81
- pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=lsegttUjWeHk6NePm7csTtFNLRhgM6zy_CMx147Bzdc,35767
82
- pulumi_newrelic/synthetics/outputs.py,sha256=830xXyikEURoCzFGzPhN3P24STqD6j-bHzqapGexWYE,11974
83
- pulumi_newrelic/synthetics/private_location.py,sha256=Yve4AfEorAiaD8O0MefbW_wiw7ICNZbsHT-UqbXsucE,18319
84
- pulumi_newrelic/synthetics/script_monitor.py,sha256=jv_jhfObfLtvCgwfHLt_V1-LGCu7fBIDvVhMWQmn12I,69783
85
- pulumi_newrelic/synthetics/secure_credential.py,sha256=D7ZJ4RIP7c5KirtAv3Fo2U6q7MXMvoNiBarP9TdvXhk,16498
86
- pulumi_newrelic/synthetics/step_monitor.py,sha256=Y-A4FdZaq9IAwG-bGpeV88X_WyAiaouCXDD9oVTv46U,52037
87
- pulumi_newrelic-5.46.0a1748078992.dist-info/METADATA,sha256=03b12Rwd3PsnW_CG-J6DI0-Rvpyhv75GKw5ji6e0rqE,3966
88
- pulumi_newrelic-5.46.0a1748078992.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
89
- pulumi_newrelic-5.46.0a1748078992.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
90
- pulumi_newrelic-5.46.0a1748078992.dist-info/RECORD,,