pulumi-newrelic 5.23.0a1712988017__py3-none-any.whl → 5.23.0a1713561620__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/account_management.py +6 -2
- pulumi_newrelic/alert_channel.py +48 -36
- pulumi_newrelic/alert_condition.py +20 -16
- pulumi_newrelic/alert_muting_rule.py +12 -10
- pulumi_newrelic/alert_policy.py +26 -10
- pulumi_newrelic/alert_policy_channel.py +12 -4
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +4 -2
- pulumi_newrelic/cloud/aws_integrations.py +6 -4
- pulumi_newrelic/cloud/aws_link_account.py +4 -2
- pulumi_newrelic/cloud/azure_integrations.py +10 -8
- pulumi_newrelic/cloud/azure_link_account.py +4 -2
- pulumi_newrelic/cloud/gcp_integrations.py +6 -2
- pulumi_newrelic/cloud/gcp_link_account.py +4 -2
- pulumi_newrelic/entity_tags.py +6 -6
- pulumi_newrelic/events_to_metrics_rule.py +2 -0
- pulumi_newrelic/get_application.py +8 -6
- pulumi_newrelic/get_authentication_domain.py +4 -4
- pulumi_newrelic/get_entity.py +28 -16
- pulumi_newrelic/get_group.py +46 -4
- pulumi_newrelic/get_key_transaction.py +8 -6
- pulumi_newrelic/get_obfuscation_expression.py +2 -0
- pulumi_newrelic/get_service_level_alert_helper.py +22 -16
- pulumi_newrelic/get_test_grok_pattern.py +4 -2
- pulumi_newrelic/group.py +40 -30
- pulumi_newrelic/infra_alert_condition.py +28 -18
- pulumi_newrelic/insights/event.py +8 -8
- pulumi_newrelic/log_parsing_rule.py +6 -2
- pulumi_newrelic/monitor_downtime.py +104 -92
- pulumi_newrelic/notification_channel.py +124 -106
- pulumi_newrelic/nrql_alert_condition.py +38 -28
- pulumi_newrelic/nrql_drop_rule.py +6 -6
- pulumi_newrelic/obfuscation_expression.py +2 -0
- pulumi_newrelic/obfuscation_rule.py +4 -0
- pulumi_newrelic/one_dashboard_raw.py +86 -82
- pulumi_newrelic/plugins/application_settings.py +6 -4
- pulumi_newrelic/plugins/workload.py +138 -0
- pulumi_newrelic/service_level.py +38 -32
- pulumi_newrelic/synthetics/alert_condition.py +20 -14
- pulumi_newrelic/synthetics/broken_links_monitor.py +18 -12
- pulumi_newrelic/synthetics/cert_check_monitor.py +16 -10
- pulumi_newrelic/synthetics/monitor.py +48 -36
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +20 -12
- pulumi_newrelic/synthetics/private_location.py +6 -2
- pulumi_newrelic/synthetics/script_monitor.py +34 -22
- pulumi_newrelic/synthetics/secure_credential.py +4 -4
- pulumi_newrelic/synthetics/step_monitor.py +14 -8
- pulumi_newrelic/user.py +8 -6
- pulumi_newrelic/workflow.py +20 -8
- {pulumi_newrelic-5.23.0a1712988017.dist-info → pulumi_newrelic-5.23.0a1713561620.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.23.0a1713561620.dist-info/RECORD +89 -0
- pulumi_newrelic-5.23.0a1712988017.dist-info/RECORD +0 -89
- {pulumi_newrelic-5.23.0a1712988017.dist-info → pulumi_newrelic-5.23.0a1713561620.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.23.0a1712988017.dist-info → pulumi_newrelic-5.23.0a1713561620.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,89 @@
|
|
1
|
+
pulumi_newrelic/__init__.py,sha256=Ekxa_c_Z6YcPWbvb7FFvd3lBPGRctMTA9rQGGzd13Ts,11328
|
2
|
+
pulumi_newrelic/_inputs.py,sha256=JGtADkz_crglB3eD2GkRGl_xdFIphx9W9I-r_8iwvSk,480744
|
3
|
+
pulumi_newrelic/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
4
|
+
pulumi_newrelic/account_management.py,sha256=QgCy7ncfFUPHhG4OLsflPwFMVmiveoTbg9FbLCgHmrg,8945
|
5
|
+
pulumi_newrelic/alert_channel.py,sha256=HLbSnw5HbTypinsUDChWeG_-TSUt4aBVSsx7WjKpQYs,22468
|
6
|
+
pulumi_newrelic/alert_condition.py,sha256=fHxOJ6qK05tQm-fquLCD5hpF7fEAhMpSmi9h9XD7ZHo,46895
|
7
|
+
pulumi_newrelic/alert_muting_rule.py,sha256=x_CI0QpIMABoyN426wjUOdMIzi2D0CAZVhmjhCIn6bE,19311
|
8
|
+
pulumi_newrelic/alert_policy.py,sha256=akx_edE7W2YWV2Q75j8LZ3QkUbrhgQ6IviN3b7Rrwxc,27211
|
9
|
+
pulumi_newrelic/alert_policy_channel.py,sha256=gkML9ElEnHZSZo05mxmoDaYm7yhT1M_IZXqAHCb0xms,15633
|
10
|
+
pulumi_newrelic/api_access_key.py,sha256=ImnIbxvvPDRb4Lhf8uaANZYYkeKDhVet_AmUwPJyaW8,21435
|
11
|
+
pulumi_newrelic/browser_application.py,sha256=qV2660Zxy_hcI6qzL63WdxjU86QvPcsnBLjIu6jXsCg,21042
|
12
|
+
pulumi_newrelic/data_partition_rule.py,sha256=O0F6TN64NqGcmx_GWzfKpVZg8GqvjObQT6L2K3kku7E,20589
|
13
|
+
pulumi_newrelic/entity_tags.py,sha256=4dZsgBG_CU6peOlitXIR-NpuboBELXZPp6fRafTisV4,10283
|
14
|
+
pulumi_newrelic/events_to_metrics_rule.py,sha256=sVqB1SkKijdY8HV3JkmVmXe3GuvDdQW5Oiugvsq7ZwU,16146
|
15
|
+
pulumi_newrelic/get_account.py,sha256=MXF-2JmA-8IJxJEhacxP5KutICDOz-tLnszpsyhZY1Q,4791
|
16
|
+
pulumi_newrelic/get_alert_channel.py,sha256=8fbAqBFL5BEXRWqTEf1RjfMnF_faYb59-ZiSf0R4-wk,5416
|
17
|
+
pulumi_newrelic/get_alert_policy.py,sha256=bXG0H6FGgPJOlSif9jcX3C281YSH7RdQLUMMeTzDhks,5795
|
18
|
+
pulumi_newrelic/get_application.py,sha256=DWlYK3_9acm1P6ujjrayzQalotJrjHpWLN5Ym4bPwjA,5414
|
19
|
+
pulumi_newrelic/get_authentication_domain.py,sha256=yJT3q9pDVEHom8mtVi-C57PuMMDUwqrrP2P_y6SFH1M,3638
|
20
|
+
pulumi_newrelic/get_cloud_account.py,sha256=6ZH4EJKd496uCt1rD5wYsfZxxJTPEi0g_biuMHIRVVY,5327
|
21
|
+
pulumi_newrelic/get_entity.py,sha256=vMBqqZcOadykVZuONP_YknOTmmaLTNIoy6A98H-Ayac,18386
|
22
|
+
pulumi_newrelic/get_group.py,sha256=Zqq7BpQfta0keQ3JOXBNFs9E5egsq_e1J8fNHAz7jx4,8063
|
23
|
+
pulumi_newrelic/get_key_transaction.py,sha256=tVStbkjcEXVlkYAVdITGEDXykBlFHmV2yH7MmduDYhc,4183
|
24
|
+
pulumi_newrelic/get_notification_destination.py,sha256=0xLd5ibPy8VNvBHBLss_GIXu50Zd9A8mxzeF4e9-57E,6799
|
25
|
+
pulumi_newrelic/get_obfuscation_expression.py,sha256=dBasty-MIgUdHVDQO1_Zo3gYxT2rPUl6HEATn85l6fY,5057
|
26
|
+
pulumi_newrelic/get_service_level_alert_helper.py,sha256=TcCtl5t6xpQD-yUaQFJA6x5EjtS9XQcrEhZecR6TZBU,20564
|
27
|
+
pulumi_newrelic/get_test_grok_pattern.py,sha256=jrIhcVHM-mHdOrK1qW9TVdHuKfFCmwCoaIuMyDyOHvg,5678
|
28
|
+
pulumi_newrelic/get_user.py,sha256=VifwDAVSlfdN3D5rx6pTzfQTtradIBHWIa5zBogkqso,7424
|
29
|
+
pulumi_newrelic/group.py,sha256=1XN8fGgKVq3xaewLRiqyArqO7j2H5qCbpoeR27bg2aE,21375
|
30
|
+
pulumi_newrelic/infra_alert_condition.py,sha256=sNP3q_FJKgVfZGXLKPrqD_y_G_PJ7RWL69-bThT5E2s,58305
|
31
|
+
pulumi_newrelic/log_parsing_rule.py,sha256=hMUou25gxvHouA4ceUIx4Mqx24AIohI0Cpj8-Ud6deM,22720
|
32
|
+
pulumi_newrelic/monitor_downtime.py,sha256=fd7MxTGlfCCis4Zls1-9HRJTTkR_DFifSE89VWmjOkY,46796
|
33
|
+
pulumi_newrelic/notification_channel.py,sha256=4xGVvjp3dAMtoxGxOAUqbQzU1jcPeseFgWBW9J0kDOM,47404
|
34
|
+
pulumi_newrelic/notification_destination.py,sha256=oayzxqHXi2D20EqVrAkGlc-hSgdr9yqW342tktN8aVw,29443
|
35
|
+
pulumi_newrelic/nrql_alert_condition.py,sha256=fHHhnJ0O_nN4ZKJJ8yOtzAd-ixfyewfeAHQ_nmYdBWs,106209
|
36
|
+
pulumi_newrelic/nrql_drop_rule.py,sha256=m1eB5DwfBTiHZw1tJ-BYeD7hx3g6xkA7ciApnaxD5y8,17682
|
37
|
+
pulumi_newrelic/obfuscation_expression.py,sha256=elsdrIry4lXsVHu3PUQLk-CSFJ6gP_1MzSomzodpI2U,12495
|
38
|
+
pulumi_newrelic/obfuscation_rule.py,sha256=qPHFrssOSj6HFZkMn6AyMYbu03QZQ4ILKm0qiZ2FEbo,17965
|
39
|
+
pulumi_newrelic/one_dashboard.py,sha256=WV_3eumopsQ26zEzcivKMc5lLKsWQdLBQhouUgr-BEE,20490
|
40
|
+
pulumi_newrelic/one_dashboard_json.py,sha256=nol5XYIGnZImO2UfE3QbQVSMTxlC4FlVLf0VzuNALJU,12622
|
41
|
+
pulumi_newrelic/one_dashboard_raw.py,sha256=atYUNWwRZnxugXdXiberT3g3HtdsnfFgXJk0j1ixZtE,23698
|
42
|
+
pulumi_newrelic/outputs.py,sha256=DY1J50MRpGwv5qfFg10iurt1hvOhOam7y4ipkHqX4II,473891
|
43
|
+
pulumi_newrelic/provider.py,sha256=VPXhUfFLSVoIFew1P_oy7pHeondN5LbHsLoLqD3z7qs,19536
|
44
|
+
pulumi_newrelic/pulumi-plugin.json,sha256=BB2nuoRbgCmufIppkKjSbeCa7oIqt8NBakO_A4QV0Pk,45
|
45
|
+
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
46
|
+
pulumi_newrelic/service_level.py,sha256=HytL0x-hZK9Cp7D4JNCaBaUWA5p8AGbANEiCqbHJirE,30527
|
47
|
+
pulumi_newrelic/user.py,sha256=ntd79b3D_V-2di-xNv2jQn2-VxzQPeuFXwFdeHdrkhM,19098
|
48
|
+
pulumi_newrelic/workflow.py,sha256=iibpXIAyQqlf8EdahrRhhPR8oZvryKgKsPM9EIn9F28,42330
|
49
|
+
pulumi_newrelic/cloud/__init__.py,sha256=iv3_NQivZ9OvaZzsRb81j-_v55U3fjpbV-q2T8oW6i8,592
|
50
|
+
pulumi_newrelic/cloud/_inputs.py,sha256=b8GQn6Yk8JhTcIttEAiWyYDw0E_QSW2eNQb3UFYLTYk,332136
|
51
|
+
pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=hLMpWgL21NsNGm5EfMi4cmNwskBkmpmfdITRaYGyJGA,62204
|
52
|
+
pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=wS3nzjpLZgy5ezZsLMJ3-NKvn04Z5teUFf-sgJI1G2I,20983
|
53
|
+
pulumi_newrelic/cloud/aws_integrations.py,sha256=YyES70H9ZlR0hg6a1ZZbZfThxH7cThZ924pwQ2-cMIc,180819
|
54
|
+
pulumi_newrelic/cloud/aws_link_account.py,sha256=hXvLKGt98p3Z6NibwmLKJUcR2oGZavTFE-c4RFIH5X0,15651
|
55
|
+
pulumi_newrelic/cloud/azure_integrations.py,sha256=oERQdze52wAS2rM2QJ8t7LPjBygYWhYhcIhmb-QXYRM,109454
|
56
|
+
pulumi_newrelic/cloud/azure_link_account.py,sha256=gEE4lqOoN4MHfdhNZIzLQqK_7lnr1z1l3ZUifKQ4734,18715
|
57
|
+
pulumi_newrelic/cloud/gcp_integrations.py,sha256=R8_SMH9H-rzRjTc1R0vCd0ZLQJGnN0MJa89ZDHBWhEA,83658
|
58
|
+
pulumi_newrelic/cloud/gcp_link_account.py,sha256=KvHvjgCdBFqfcWFN4kt82H5s0XMFo6_ELtTjdz1gE0k,12587
|
59
|
+
pulumi_newrelic/cloud/outputs.py,sha256=URkzIYZ5x8OJSTkR6CLawyqP2GT0R4eEIlsiA2RQwKg,353792
|
60
|
+
pulumi_newrelic/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
61
|
+
pulumi_newrelic/config/__init__.pyi,sha256=8n6XwrQvqjl4HY1_XELEwc9YzT87qKE_XNuwTuxE1s8,845
|
62
|
+
pulumi_newrelic/config/vars.py,sha256=LoerUF1FfCG5xvxTF5mWFEP5ClRaMAK8KdgJiPmchp4,2110
|
63
|
+
pulumi_newrelic/insights/__init__.py,sha256=-tPATEB7zs4lUfIRTT0wNnN9a7uvXHsRi315Y9-rm30,335
|
64
|
+
pulumi_newrelic/insights/_inputs.py,sha256=_N6liJuXjt9GK3HWgA94q0fLjAckJd6Ou5ntAO0atNA,4324
|
65
|
+
pulumi_newrelic/insights/event.py,sha256=EJmMJW8K9sEDZA8EAiTD7GXTWl2GpAz9S6ljcM2dd6E,10210
|
66
|
+
pulumi_newrelic/insights/outputs.py,sha256=Rsw2x8EcSF_LE4pt_9jJtoF_ut0D1S4cRCxPzCIBVsU,3335
|
67
|
+
pulumi_newrelic/plugins/__init__.py,sha256=UeoukmKyu6Xm6K4W4z5N_CzyB634ttFEcP7GH9nTyeA,374
|
68
|
+
pulumi_newrelic/plugins/_inputs.py,sha256=b7IKzTFR-FIfze1pBJTRzorpBmXjjjnF6Y0YEWHg5q8,17148
|
69
|
+
pulumi_newrelic/plugins/application_settings.py,sha256=I8edCp-duU-2f0O-zHVodp8YoSP4wmISyrVvNQHJCVA,16480
|
70
|
+
pulumi_newrelic/plugins/outputs.py,sha256=tC2nwOR7WwyxhXt5IRgjNcJxTE7411QCzz4kx4D-xqM,16961
|
71
|
+
pulumi_newrelic/plugins/workload.py,sha256=lVOwYEkLgoloJ9zDsTuec9xELFbjq8mkv68zI6Ko8ZY,42688
|
72
|
+
pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
|
73
|
+
pulumi_newrelic/synthetics/_inputs.py,sha256=F8ecjlj2j3gv0oWwFNYGht9gktjMDumW-_hxoz852UE,13597
|
74
|
+
pulumi_newrelic/synthetics/alert_condition.py,sha256=82sr6wDhpiOn2_UK1qAQInkXdiB1qNBIaH5u9MejQ94,21827
|
75
|
+
pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=D1DKkhJSSAlZq_T5D_cJY9jwg6WILsRu-zcsFXIiSJU,39385
|
76
|
+
pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=E-v6AZRBXkhhmSZbvVXs3Q1atYuNg4ohUpWNM_Q9UJc,41473
|
77
|
+
pulumi_newrelic/synthetics/get_private_location.py,sha256=uN_Tq4sjJVbiS0QCxNjEesZVGuZfIDk63FCauArTWQ0,6067
|
78
|
+
pulumi_newrelic/synthetics/get_secure_credential.py,sha256=RpMMEU2-hCoKZ8oT0rrCq8Rk0skr90NQtuEpM9L-T3M,5619
|
79
|
+
pulumi_newrelic/synthetics/monitor.py,sha256=eyyi1SZAxm2ZJAa6acsvsJm2YYWQHSuhU-XZq2-kvlY,64338
|
80
|
+
pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=gBS5o1CNSLbLIP_Z_lLr6B2m9quOqlxM8OjGKXs9E48,35271
|
81
|
+
pulumi_newrelic/synthetics/outputs.py,sha256=vYBs8vBYKPBJoLpopcyZbVX8bHCXTuCx4hFehc4R_Hs,11169
|
82
|
+
pulumi_newrelic/synthetics/private_location.py,sha256=M1KK6hm_H1SSX7e7MvbRPGI24o-EM2eonGse-vak1Ts,17455
|
83
|
+
pulumi_newrelic/synthetics/script_monitor.py,sha256=8CQQ-XP3WjJzyDgIIohD1JoQDyUyC793W8lvFhQ0wc0,53723
|
84
|
+
pulumi_newrelic/synthetics/secure_credential.py,sha256=mznK4gCOmFPfbUt0MOpIiIugGgoGlHxZshTl_5qN3xs,15758
|
85
|
+
pulumi_newrelic/synthetics/step_monitor.py,sha256=fSn5l0ntOjEiM8y-iy3zbAdWaNYDJWv5NHqLmrc03Yk,44725
|
86
|
+
pulumi_newrelic-5.23.0a1713561620.dist-info/METADATA,sha256=g-N0zNJkCH8QecGHkr0CGX9t65PRFYOa7JGJIeCFaLM,3900
|
87
|
+
pulumi_newrelic-5.23.0a1713561620.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
88
|
+
pulumi_newrelic-5.23.0a1713561620.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
89
|
+
pulumi_newrelic-5.23.0a1713561620.dist-info/RECORD,,
|
@@ -1,89 +0,0 @@
|
|
1
|
-
pulumi_newrelic/__init__.py,sha256=Ekxa_c_Z6YcPWbvb7FFvd3lBPGRctMTA9rQGGzd13Ts,11328
|
2
|
-
pulumi_newrelic/_inputs.py,sha256=JGtADkz_crglB3eD2GkRGl_xdFIphx9W9I-r_8iwvSk,480744
|
3
|
-
pulumi_newrelic/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
4
|
-
pulumi_newrelic/account_management.py,sha256=s6N58vHOYTkFTvJzqOgD-ccytFdHERL2s_r_itSlrXM,8845
|
5
|
-
pulumi_newrelic/alert_channel.py,sha256=PWZanRviw-SAxmrJq4t-zKv1hGVOpqlBMqVScNJedvw,21984
|
6
|
-
pulumi_newrelic/alert_condition.py,sha256=WIrb4_pHIDIF93tAyy9XnkUZ9f0A8lbPcDr3Ac3ZjTM,46891
|
7
|
-
pulumi_newrelic/alert_muting_rule.py,sha256=iQYHhcHRqgRGvz66U8IQUK1LtpGX1DYxBp1LOOYnJ8w,19231
|
8
|
-
pulumi_newrelic/alert_policy.py,sha256=LguQVqaggdNinHA9fvCInF6kv0oeYoY5u4pxcrZX8Zg,26575
|
9
|
-
pulumi_newrelic/alert_policy_channel.py,sha256=gjED_ZNMdl-SW5mPzht5bImnCQ60jinlxUIMogAzX0k,15199
|
10
|
-
pulumi_newrelic/api_access_key.py,sha256=ImnIbxvvPDRb4Lhf8uaANZYYkeKDhVet_AmUwPJyaW8,21435
|
11
|
-
pulumi_newrelic/browser_application.py,sha256=qV2660Zxy_hcI6qzL63WdxjU86QvPcsnBLjIu6jXsCg,21042
|
12
|
-
pulumi_newrelic/data_partition_rule.py,sha256=O0F6TN64NqGcmx_GWzfKpVZg8GqvjObQT6L2K3kku7E,20589
|
13
|
-
pulumi_newrelic/entity_tags.py,sha256=ijH5CxF0wVVFPmX6KVFF_ulyFMac3WsNmEl46FNB7LM,10331
|
14
|
-
pulumi_newrelic/events_to_metrics_rule.py,sha256=IrtEh-uWBgbZy8EXOG2ITo4Rf7YemQNoUe41-wcdvWo,16044
|
15
|
-
pulumi_newrelic/get_account.py,sha256=MXF-2JmA-8IJxJEhacxP5KutICDOz-tLnszpsyhZY1Q,4791
|
16
|
-
pulumi_newrelic/get_alert_channel.py,sha256=8fbAqBFL5BEXRWqTEf1RjfMnF_faYb59-ZiSf0R4-wk,5416
|
17
|
-
pulumi_newrelic/get_alert_policy.py,sha256=bXG0H6FGgPJOlSif9jcX3C281YSH7RdQLUMMeTzDhks,5795
|
18
|
-
pulumi_newrelic/get_application.py,sha256=WDsD8ZJYgBzEF3gDQ_7JBQi0KhH5On2eefIYvm-o4Wc,5452
|
19
|
-
pulumi_newrelic/get_authentication_domain.py,sha256=MSbr36jloN6OBrtOi3B7tx00UMHE5PGSY7N6kmCfq1w,3726
|
20
|
-
pulumi_newrelic/get_cloud_account.py,sha256=6ZH4EJKd496uCt1rD5wYsfZxxJTPEi0g_biuMHIRVVY,5327
|
21
|
-
pulumi_newrelic/get_entity.py,sha256=an0mLczWPgByLz296CUciT20pNEkxQKCD2FKAIkjfuk,17684
|
22
|
-
pulumi_newrelic/get_group.py,sha256=taAkgQqBRxv_jkwl6sD-EYqWyqThF0LSKpUeBJbD3as,5803
|
23
|
-
pulumi_newrelic/get_key_transaction.py,sha256=MVb6rIX0nEOd4IR7ynQZa0quksdkZrm2coGB_Q7j76I,4221
|
24
|
-
pulumi_newrelic/get_notification_destination.py,sha256=0xLd5ibPy8VNvBHBLss_GIXu50Zd9A8mxzeF4e9-57E,6799
|
25
|
-
pulumi_newrelic/get_obfuscation_expression.py,sha256=fSpfxkyvph20r6JD6pGtrQCIglRaADUnCoQUS3UHCI0,5007
|
26
|
-
pulumi_newrelic/get_service_level_alert_helper.py,sha256=fSlXPtnYD-CWTCbbPZmkZr_3PhXWeyRxueU3yN6dVW0,20560
|
27
|
-
pulumi_newrelic/get_test_grok_pattern.py,sha256=pzspH3YKGEfw9FL0mJZfNzXXpd1mybQ3QBW8IN7cbGQ,5644
|
28
|
-
pulumi_newrelic/get_user.py,sha256=VifwDAVSlfdN3D5rx6pTzfQTtradIBHWIa5zBogkqso,7424
|
29
|
-
pulumi_newrelic/group.py,sha256=9Rh3TCV1BAXIkXfE0ZHrwr2uZgHTG8s0CHFSwoNL0kw,21515
|
30
|
-
pulumi_newrelic/infra_alert_condition.py,sha256=u6LSmztiG5OzkeAXpVxyFlKJxUhEwOMk79bcyK5GOhU,57887
|
31
|
-
pulumi_newrelic/log_parsing_rule.py,sha256=mvgbaPWavaoFyXqaplGVtdb226v-IkZpeMxcAGrUe2A,22582
|
32
|
-
pulumi_newrelic/monitor_downtime.py,sha256=2aCFAgYiPiO_nBXcrvNVzf6QRVzLQtAs6qkdh5aYfZg,46150
|
33
|
-
pulumi_newrelic/notification_channel.py,sha256=O54FGSeanMaJIJ9OudXUp6HfsHyUchYYXAC3WSnYI6M,46822
|
34
|
-
pulumi_newrelic/notification_destination.py,sha256=oayzxqHXi2D20EqVrAkGlc-hSgdr9yqW342tktN8aVw,29443
|
35
|
-
pulumi_newrelic/nrql_alert_condition.py,sha256=pGxEfYuC5XJzduBm06WhEbQmJvF0Za1yx21CSiBf1D4,106341
|
36
|
-
pulumi_newrelic/nrql_drop_rule.py,sha256=BOCGXd8gugGmZXFtJThzcHrKdCuXWOdFFud8X_7kyxA,17682
|
37
|
-
pulumi_newrelic/obfuscation_expression.py,sha256=kg28CSPY_H3HEvFNmX23viizOcSt24bP_KISIsB1228,12445
|
38
|
-
pulumi_newrelic/obfuscation_rule.py,sha256=ZvjFqN3tB-k7yJHUzQ5l_IMdqL3We6sdTHL2Smjn0ok,17837
|
39
|
-
pulumi_newrelic/one_dashboard.py,sha256=WV_3eumopsQ26zEzcivKMc5lLKsWQdLBQhouUgr-BEE,20490
|
40
|
-
pulumi_newrelic/one_dashboard_json.py,sha256=nol5XYIGnZImO2UfE3QbQVSMTxlC4FlVLf0VzuNALJU,12622
|
41
|
-
pulumi_newrelic/one_dashboard_raw.py,sha256=_MmaSoHiILB0Xv3dP-3m0gXRWaA1vjYSarcvPliIrUo,23274
|
42
|
-
pulumi_newrelic/outputs.py,sha256=DY1J50MRpGwv5qfFg10iurt1hvOhOam7y4ipkHqX4II,473891
|
43
|
-
pulumi_newrelic/provider.py,sha256=VPXhUfFLSVoIFew1P_oy7pHeondN5LbHsLoLqD3z7qs,19536
|
44
|
-
pulumi_newrelic/pulumi-plugin.json,sha256=BB2nuoRbgCmufIppkKjSbeCa7oIqt8NBakO_A4QV0Pk,45
|
45
|
-
pulumi_newrelic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
46
|
-
pulumi_newrelic/service_level.py,sha256=nq2IJWAZEenwTjYDl2CL4uHMYgcsZJAH85i18henbFg,30233
|
47
|
-
pulumi_newrelic/user.py,sha256=ZWTVBqIICHTIVwgG7J-Exy7w2f8cIuXLo63dy8v7atE,19126
|
48
|
-
pulumi_newrelic/workflow.py,sha256=u8SU6hoyxBF4euq6RaQc_qlhw4stvsIco_pNqbX03jc,42000
|
49
|
-
pulumi_newrelic/cloud/__init__.py,sha256=iv3_NQivZ9OvaZzsRb81j-_v55U3fjpbV-q2T8oW6i8,592
|
50
|
-
pulumi_newrelic/cloud/_inputs.py,sha256=b8GQn6Yk8JhTcIttEAiWyYDw0E_QSW2eNQb3UFYLTYk,332136
|
51
|
-
pulumi_newrelic/cloud/aws_govcloud_integrations.py,sha256=hLMpWgL21NsNGm5EfMi4cmNwskBkmpmfdITRaYGyJGA,62204
|
52
|
-
pulumi_newrelic/cloud/aws_govcloud_link_account.py,sha256=Z1hPaVcQCi1_qXKf1waF77P1EYsoH0Ec9Desrt7jkqw,20917
|
53
|
-
pulumi_newrelic/cloud/aws_integrations.py,sha256=-urogp0hG97UYZ3G1nz6qOIk089jgNkbQSgcTZiP0zk,180803
|
54
|
-
pulumi_newrelic/cloud/aws_link_account.py,sha256=qSue-HpIIxfJQpTOiWeQXkmntpS4wSFX0o5TqEDmRdY,15585
|
55
|
-
pulumi_newrelic/cloud/azure_integrations.py,sha256=1CmlVDFoHfPemtn4dCu6r1p5PpRVnjxnPaRp3z4K9GE,109502
|
56
|
-
pulumi_newrelic/cloud/azure_link_account.py,sha256=K9S-P9kMCn8lklvXj4zpgEvcfRDrqKJuDDqsEe8uX0I,18621
|
57
|
-
pulumi_newrelic/cloud/gcp_integrations.py,sha256=uKGdHtByLnImfR-K_VleioPNAWC5qLQ9yeNFMqOOSJw,83578
|
58
|
-
pulumi_newrelic/cloud/gcp_link_account.py,sha256=TdtXeUEa2bKFUZnHxKnaDpBW78W9hfLonMaTw5Mi5jI,12521
|
59
|
-
pulumi_newrelic/cloud/outputs.py,sha256=URkzIYZ5x8OJSTkR6CLawyqP2GT0R4eEIlsiA2RQwKg,353792
|
60
|
-
pulumi_newrelic/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
61
|
-
pulumi_newrelic/config/__init__.pyi,sha256=8n6XwrQvqjl4HY1_XELEwc9YzT87qKE_XNuwTuxE1s8,845
|
62
|
-
pulumi_newrelic/config/vars.py,sha256=LoerUF1FfCG5xvxTF5mWFEP5ClRaMAK8KdgJiPmchp4,2110
|
63
|
-
pulumi_newrelic/insights/__init__.py,sha256=-tPATEB7zs4lUfIRTT0wNnN9a7uvXHsRi315Y9-rm30,335
|
64
|
-
pulumi_newrelic/insights/_inputs.py,sha256=_N6liJuXjt9GK3HWgA94q0fLjAckJd6Ou5ntAO0atNA,4324
|
65
|
-
pulumi_newrelic/insights/event.py,sha256=OGFe9Z0aRRQTYokCS6fN1HqUU4SITjr2m3TLhLsRODA,10210
|
66
|
-
pulumi_newrelic/insights/outputs.py,sha256=Rsw2x8EcSF_LE4pt_9jJtoF_ut0D1S4cRCxPzCIBVsU,3335
|
67
|
-
pulumi_newrelic/plugins/__init__.py,sha256=UeoukmKyu6Xm6K4W4z5N_CzyB634ttFEcP7GH9nTyeA,374
|
68
|
-
pulumi_newrelic/plugins/_inputs.py,sha256=b7IKzTFR-FIfze1pBJTRzorpBmXjjjnF6Y0YEWHg5q8,17148
|
69
|
-
pulumi_newrelic/plugins/application_settings.py,sha256=ZPXYLqp8pgGBK2Tz0nS3890hfRM_j3dx1VETFoxrreY,16426
|
70
|
-
pulumi_newrelic/plugins/outputs.py,sha256=tC2nwOR7WwyxhXt5IRgjNcJxTE7411QCzz4kx4D-xqM,16961
|
71
|
-
pulumi_newrelic/plugins/workload.py,sha256=p-ff2bqWLZcmpaDKjdZICgdm0yjRxRo9IhnHC0RXkX8,36362
|
72
|
-
pulumi_newrelic/synthetics/__init__.py,sha256=8O5SCapCaxLPwCnTDb8XJ3w1Vw_1avXP4bCZ3bTXxMs,680
|
73
|
-
pulumi_newrelic/synthetics/_inputs.py,sha256=F8ecjlj2j3gv0oWwFNYGht9gktjMDumW-_hxoz852UE,13597
|
74
|
-
pulumi_newrelic/synthetics/alert_condition.py,sha256=9vUJWecupf9RR0u7mBoihpSAbUI_8kmljFIpUtaZDoc,21709
|
75
|
-
pulumi_newrelic/synthetics/broken_links_monitor.py,sha256=sfor-foN-nRGyf2FObu21j8xcm1mbFKmGwZVdZklLB4,39239
|
76
|
-
pulumi_newrelic/synthetics/cert_check_monitor.py,sha256=ySNLlqY6s_3xdkaiW9NnCc_dDqyZtRTAw7QXmdiqLZU,41331
|
77
|
-
pulumi_newrelic/synthetics/get_private_location.py,sha256=uN_Tq4sjJVbiS0QCxNjEesZVGuZfIDk63FCauArTWQ0,6067
|
78
|
-
pulumi_newrelic/synthetics/get_secure_credential.py,sha256=RpMMEU2-hCoKZ8oT0rrCq8Rk0skr90NQtuEpM9L-T3M,5619
|
79
|
-
pulumi_newrelic/synthetics/monitor.py,sha256=upmGkp6ZfE4aaYEol05WXQJiXaFPxhOzWiRh0Q6XueI,63966
|
80
|
-
pulumi_newrelic/synthetics/multi_location_alert_condition.py,sha256=di1V2yKwIbpTB8Gj3Ab5Ei09VyQy94wChR11cCOPbiY,35063
|
81
|
-
pulumi_newrelic/synthetics/outputs.py,sha256=vYBs8vBYKPBJoLpopcyZbVX8bHCXTuCx4hFehc4R_Hs,11169
|
82
|
-
pulumi_newrelic/synthetics/private_location.py,sha256=sfKNs1-BdEdbrvAsG7N07p6OY1NsY7IiAvpFJjm8a6E,17325
|
83
|
-
pulumi_newrelic/synthetics/script_monitor.py,sha256=0xaDofutIIa8d14pbLwnjTduwbR_F5mKCB6hz7ExRZE,53295
|
84
|
-
pulumi_newrelic/synthetics/secure_credential.py,sha256=zniaAb_wXwph3sPSxo_aU--DIgAl7TUR90-DxRBLhac,15758
|
85
|
-
pulumi_newrelic/synthetics/step_monitor.py,sha256=SaBC-fyz25C8vTSBIiDpFeXk5T5UGnMQ-1oW3sOjr6o,44597
|
86
|
-
pulumi_newrelic-5.23.0a1712988017.dist-info/METADATA,sha256=yIDtlfwJtj-aZtaL7MHG85rExPo7QNiINCD0FLWFM5k,3900
|
87
|
-
pulumi_newrelic-5.23.0a1712988017.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
88
|
-
pulumi_newrelic-5.23.0a1712988017.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
89
|
-
pulumi_newrelic-5.23.0a1712988017.dist-info/RECORD,,
|
{pulumi_newrelic-5.23.0a1712988017.dist-info → pulumi_newrelic-5.23.0a1713561620.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|