pulumi-newrelic 5.45.0a1743574084__py3-none-any.whl → 5.45.0a1744183332__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 -0
- pulumi_newrelic/_inputs.py +2961 -2960
- pulumi_newrelic/account_management.py +29 -28
- pulumi_newrelic/alert_channel.py +43 -42
- pulumi_newrelic/alert_condition.py +176 -175
- pulumi_newrelic/alert_muting_rule.py +71 -70
- pulumi_newrelic/alert_policy.py +57 -56
- pulumi_newrelic/alert_policy_channel.py +43 -42
- pulumi_newrelic/api_access_key.py +92 -91
- pulumi_newrelic/browser_application.py +92 -91
- pulumi_newrelic/cloud/__init__.py +1 -0
- pulumi_newrelic/cloud/_inputs.py +1765 -1764
- pulumi_newrelic/cloud/aws_govcloud_integrations.py +29 -28
- pulumi_newrelic/cloud/aws_govcloud_link_account.py +57 -56
- pulumi_newrelic/cloud/aws_integrations.py +29 -28
- pulumi_newrelic/cloud/aws_link_account.py +57 -56
- pulumi_newrelic/cloud/azure_integrations.py +29 -28
- pulumi_newrelic/cloud/azure_link_account.py +85 -84
- pulumi_newrelic/cloud/gcp_integrations.py +29 -28
- pulumi_newrelic/cloud/gcp_link_account.py +45 -44
- pulumi_newrelic/cloud/outputs.py +1057 -1056
- pulumi_newrelic/config/__init__.py +1 -0
- pulumi_newrelic/config/__init__.pyi +1 -0
- pulumi_newrelic/config/vars.py +1 -0
- pulumi_newrelic/data_partition_rule.py +92 -91
- pulumi_newrelic/entity_tags.py +15 -14
- pulumi_newrelic/events_to_metrics_rule.py +78 -77
- pulumi_newrelic/get_account.py +17 -16
- pulumi_newrelic/get_alert_channel.py +14 -13
- pulumi_newrelic/get_alert_policy.py +19 -18
- pulumi_newrelic/get_application.py +9 -8
- pulumi_newrelic/get_authentication_domain.py +7 -6
- pulumi_newrelic/get_cloud_account.py +17 -16
- pulumi_newrelic/get_entity.py +40 -39
- pulumi_newrelic/get_group.py +13 -12
- pulumi_newrelic/get_key_transaction.py +19 -18
- pulumi_newrelic/get_notification_destination.py +20 -19
- pulumi_newrelic/get_obfuscation_expression.py +12 -11
- pulumi_newrelic/get_service_level_alert_helper.py +41 -40
- pulumi_newrelic/get_test_grok_pattern.py +17 -16
- pulumi_newrelic/get_user.py +17 -16
- pulumi_newrelic/group.py +43 -42
- pulumi_newrelic/infra_alert_condition.py +204 -203
- pulumi_newrelic/insights/__init__.py +1 -0
- pulumi_newrelic/insights/_inputs.py +26 -25
- pulumi_newrelic/insights/event.py +1 -0
- pulumi_newrelic/insights/outputs.py +16 -15
- pulumi_newrelic/key_transaction.py +85 -84
- pulumi_newrelic/log_parsing_rule.py +120 -119
- pulumi_newrelic/monitor_downtime.py +113 -112
- pulumi_newrelic/notification_channel.py +92 -91
- pulumi_newrelic/notification_destination.py +78 -77
- pulumi_newrelic/nrql_alert_condition.py +330 -329
- pulumi_newrelic/nrql_drop_rule.py +64 -63
- pulumi_newrelic/obfuscation_expression.py +57 -56
- pulumi_newrelic/obfuscation_rule.py +71 -70
- pulumi_newrelic/one_dashboard.py +71 -70
- pulumi_newrelic/one_dashboard_json.py +50 -49
- pulumi_newrelic/one_dashboard_raw.py +71 -70
- pulumi_newrelic/outputs.py +1831 -1830
- pulumi_newrelic/plugins/__init__.py +1 -0
- pulumi_newrelic/plugins/_inputs.py +126 -125
- pulumi_newrelic/plugins/application_settings.py +132 -131
- pulumi_newrelic/plugins/outputs.py +76 -75
- pulumi_newrelic/plugins/workload.py +99 -98
- pulumi_newrelic/provider.py +80 -79
- pulumi_newrelic/pulumi-plugin.json +1 -1
- pulumi_newrelic/service_level.py +57 -56
- pulumi_newrelic/synthetics/__init__.py +1 -0
- pulumi_newrelic/synthetics/_inputs.py +106 -105
- pulumi_newrelic/synthetics/alert_condition.py +78 -77
- pulumi_newrelic/synthetics/broken_links_monitor.py +151 -150
- pulumi_newrelic/synthetics/cert_check_monitor.py +158 -157
- pulumi_newrelic/synthetics/get_private_location.py +17 -16
- pulumi_newrelic/synthetics/get_secure_credential.py +14 -13
- pulumi_newrelic/synthetics/monitor.py +298 -297
- pulumi_newrelic/synthetics/multi_location_alert_condition.py +92 -91
- pulumi_newrelic/synthetics/outputs.py +64 -63
- pulumi_newrelic/synthetics/private_location.py +85 -84
- pulumi_newrelic/synthetics/script_monitor.py +235 -234
- pulumi_newrelic/synthetics/secure_credential.py +71 -70
- pulumi_newrelic/synthetics/step_monitor.py +165 -164
- pulumi_newrelic/user.py +57 -56
- pulumi_newrelic/workflow.py +106 -105
- {pulumi_newrelic-5.45.0a1743574084.dist-info → pulumi_newrelic-5.45.0a1744183332.dist-info}/METADATA +1 -1
- pulumi_newrelic-5.45.0a1744183332.dist-info/RECORD +90 -0
- pulumi_newrelic-5.45.0a1743574084.dist-info/RECORD +0 -90
- {pulumi_newrelic-5.45.0a1743574084.dist-info → pulumi_newrelic-5.45.0a1744183332.dist-info}/WHEEL +0 -0
- {pulumi_newrelic-5.45.0a1743574084.dist-info → pulumi_newrelic-5.45.0a1744183332.dist-info}/top_level.txt +0 -0
@@ -1,90 +0,0 @@
|
|
1
|
-
pulumi_newrelic/__init__.py,sha256=q0NdPqgZC1kS4XOkgRZa7J_iuaWxIkMKXQfOnC5CysU,11535
|
2
|
-
pulumi_newrelic/_inputs.py,sha256=j6RrgKo5X74t9pVn2qOtPe8lCqBO3Q1aqT0UH6OMT6I,813315
|
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=gSq9osjJOmG_FQIFxM2LPc3ZBswSK8I_qaSAlsliIiw,9437
|
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=Htp0bqkH2H4bOVU1HA-PKTOw9vzB09fzeq_CH8_gE6k,49042
|
35
|
-
pulumi_newrelic/notification_destination.py,sha256=Hs5gwHMbKn2WjHLm7XL2i4It4EMudwXIXgE1_ztAJ2w,39300
|
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=R2MXogQbrCgTwmSvtAcbjUCTRAEmzEUrbPtTR3eM6H8,588643
|
44
|
-
pulumi_newrelic/provider.py,sha256=OjBqZT1L0Jt_1-c3zMSSGA03zIZjgif7RrThna-ojng,18493
|
45
|
-
pulumi_newrelic/pulumi-plugin.json,sha256=I1CJDsvb91tLVdALnMP-Rzc_2-CW4ybOXi2nXZexBec,85
|
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=wbVF6lgARoUGdGAnZ4FCZkYHc0j5b1fZPVLYTv0cTdM,36614
|
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.45.0a1743574084.dist-info/METADATA,sha256=xoT4PF9LnBPgyxUC6kCHljH71DlE9Drjlwuogixq9rw,3963
|
88
|
-
pulumi_newrelic-5.45.0a1743574084.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
89
|
-
pulumi_newrelic-5.45.0a1743574084.dist-info/top_level.txt,sha256=BjE1Wsu6Ah_A7k08uV5vRSZ2R_5uY3wFvSWJaa7ZoQk,16
|
90
|
-
pulumi_newrelic-5.45.0a1743574084.dist-info/RECORD,,
|
{pulumi_newrelic-5.45.0a1743574084.dist-info → pulumi_newrelic-5.45.0a1744183332.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|