pulumi-newrelic 5.46.0a1748078992__py3-none-any.whl → 5.46.1a1749527247__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 +1 -1
- pulumi_newrelic/_inputs.py +61 -1
- pulumi_newrelic/_utilities.py +1 -1
- pulumi_newrelic/account_management.py +1 -1
- pulumi_newrelic/alert_channel.py +1 -1
- pulumi_newrelic/alert_condition.py +1 -1
- pulumi_newrelic/alert_muting_rule.py +1 -1
- pulumi_newrelic/alert_policy.py +1 -1
- pulumi_newrelic/alert_policy_channel.py +1 -1
- pulumi_newrelic/api_access_key.py +1 -49
- pulumi_newrelic/browser_application.py +1 -1
- pulumi_newrelic/cloud/__init__.py +1 -1
- pulumi_newrelic/cloud/_inputs.py +1 -1
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +1 -1
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +1 -1
- pulumi_newrelic/cloud/aws_integrations.py +1 -1
- pulumi_newrelic/cloud/aws_link_account.py +1 -1
- pulumi_newrelic/cloud/azure_integrations.py +1 -1
- pulumi_newrelic/cloud/azure_link_account.py +1 -1
- pulumi_newrelic/cloud/gcp_integrations.py +1 -1
- pulumi_newrelic/cloud/gcp_link_account.py +1 -1
- pulumi_newrelic/cloud/outputs.py +1 -1
- pulumi_newrelic/config/__init__.py +1 -1
- pulumi_newrelic/config/__init__.pyi +1 -1
- pulumi_newrelic/config/vars.py +1 -1
- pulumi_newrelic/data_partition_rule.py +1 -1
- pulumi_newrelic/entity_tags.py +1 -1
- pulumi_newrelic/events_to_metrics_rule.py +1 -1
- pulumi_newrelic/get_account.py +1 -1
- pulumi_newrelic/get_alert_channel.py +1 -1
- pulumi_newrelic/get_alert_policy.py +1 -1
- pulumi_newrelic/get_application.py +1 -1
- pulumi_newrelic/get_authentication_domain.py +1 -1
- pulumi_newrelic/get_cloud_account.py +1 -1
- pulumi_newrelic/get_entity.py +1 -1
- pulumi_newrelic/get_group.py +1 -1
- pulumi_newrelic/get_key_transaction.py +1 -1
- pulumi_newrelic/get_notification_destination.py +1 -1
- pulumi_newrelic/get_obfuscation_expression.py +1 -1
- pulumi_newrelic/get_service_level_alert_helper.py +1 -1
- pulumi_newrelic/get_test_grok_pattern.py +1 -1
- pulumi_newrelic/get_user.py +1 -1
- pulumi_newrelic/group.py +1 -1
- pulumi_newrelic/infra_alert_condition.py +1 -1
- pulumi_newrelic/insights/__init__.py +1 -1
- pulumi_newrelic/insights/_inputs.py +1 -1
- pulumi_newrelic/insights/event.py +1 -1
- pulumi_newrelic/insights/outputs.py +1 -1
- pulumi_newrelic/key_transaction.py +1 -1
- pulumi_newrelic/log_parsing_rule.py +1 -1
- pulumi_newrelic/monitor_downtime.py +1 -1
- pulumi_newrelic/notification_channel.py +1 -1
- pulumi_newrelic/notification_destination.py +1 -1
- pulumi_newrelic/nrql_alert_condition.py +3 -1
- pulumi_newrelic/nrql_drop_rule.py +1 -1
- pulumi_newrelic/obfuscation_expression.py +1 -1
- pulumi_newrelic/obfuscation_rule.py +1 -1
- pulumi_newrelic/one_dashboard.py +1 -1
- pulumi_newrelic/one_dashboard_json.py +1 -1
- pulumi_newrelic/one_dashboard_raw.py +1 -1
- pulumi_newrelic/outputs.py +46 -4
- pulumi_newrelic/plugins/__init__.py +1 -1
- pulumi_newrelic/plugins/_inputs.py +1 -1
- pulumi_newrelic/plugins/application_settings.py +1 -1
- pulumi_newrelic/plugins/outputs.py +1 -1
- pulumi_newrelic/plugins/workload.py +1 -1
- pulumi_newrelic/provider.py +15 -16
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +1 -1
- pulumi_newrelic/synthetics/__init__.py +1 -1
- pulumi_newrelic/synthetics/_inputs.py +1 -1
- pulumi_newrelic/synthetics/alert_condition.py +1 -1
- pulumi_newrelic/synthetics/broken_links_monitor.py +1 -1
- pulumi_newrelic/synthetics/cert_check_monitor.py +1 -1
- pulumi_newrelic/synthetics/get_private_location.py +1 -1
- pulumi_newrelic/synthetics/get_secure_credential.py +1 -1
- pulumi_newrelic/synthetics/monitor.py +1 -1
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +1 -1
- pulumi_newrelic/synthetics/outputs.py +1 -1
- pulumi_newrelic/synthetics/private_location.py +1 -1
- pulumi_newrelic/synthetics/script_monitor.py +1 -1
- pulumi_newrelic/synthetics/secure_credential.py +1 -1
- pulumi_newrelic/synthetics/step_monitor.py +1 -1
- pulumi_newrelic/user.py +1 -1
- pulumi_newrelic/workflow.py +1 -1
- {pulumi_newrelic-5.46.0a1748078992.dist-info → pulumi_newrelic-5.46.1a1749527247.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.46.1a1749527247.dist-info/RECORD +90 -0
- {pulumi_newrelic-5.46.0a1748078992.dist-info → pulumi_newrelic-5.46.1a1749527247.dist-info}/WHEEL +1 -1
- pulumi_newrelic-5.46.0a1748078992.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.46.0a1748078992.dist-info → pulumi_newrelic-5.46.1a1749527247.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,90 @@
|
|
1
|
+
pulumi_newrelic/__init__.py,sha256=2niV6Xog7_faAW89wYrU_B_Qo0CstccUSY-XN3rI8D0,11533
|
2
|
+
pulumi_newrelic/_inputs.py,sha256=S9p7jA7E9mO5x14XseBcwZtmFrK48iiaSzHRK5Z_5qk,843175
|
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=tqHe_ZX3vrDF3R-hMyrg001cBT4d-NVVQmkP2FJtXl4,9606
|
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=7Rc3ZdnYAOi9P2vlIcOgb_1AuZVFf-9aiiIfLQlenx0,49936
|
35
|
+
pulumi_newrelic/notification_destination.py,sha256=ASVZmwCbra2380HHdOYrqcjQmWFrrPAT99F1Upb8BUs,40076
|
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=4Sb12Z8ysErvx2ZhjkQhijAQ9L5bzF3Awhed577EBJs,607421
|
44
|
+
pulumi_newrelic/provider.py,sha256=GCv8seKMchBvhO3ZA89FoGAPffYrL0YIYx85etyjbAM,20101
|
45
|
+
pulumi_newrelic/pulumi-plugin.json,sha256=KrUDjA-ZJwHsNMmK9BYkfaxMRiwOGiN0qo43qbhBUww,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=3VvYbSXgIPD2W2y-nyzzVJx8pBGxNa7goKloZkxMGNM,397700
|
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=QyCFnYOCecaX6k-Pod0VyF5he62coWucB4n1LxjHYqI,128887
|
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=kz4enFwKbH1lciin5x8TJGFS6woBmWhC0aYNTQDtUn0,325917
|
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.46.1a1749527247.dist-info/METADATA,sha256=Re8zAk_GNb5O6rrTYJ5J3oUWKaSqpfO7KMoCBMuTr2w,3966
|
88
|
+
pulumi_newrelic-5.46.1a1749527247.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
89
|
+
pulumi_newrelic-5.46.1a1749527247.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
90
|
+
pulumi_newrelic-5.46.1a1749527247.dist-info/RECORD,,
|
@@ -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,,
|
File without changes
|