pulumi-wavefront 3.2.0a1745477480__py3-none-any.whl → 3.2.0a1746082286__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_wavefront/alert.py +3 -0
- pulumi_wavefront/alert_target.py +3 -0
- pulumi_wavefront/cloud_integration_app_dynamics.py +3 -0
- pulumi_wavefront/cloud_integration_aws_external_id.py +3 -0
- pulumi_wavefront/cloud_integration_azure.py +3 -0
- pulumi_wavefront/cloud_integration_azure_activity_log.py +3 -0
- pulumi_wavefront/cloud_integration_cloud_trail.py +3 -0
- pulumi_wavefront/cloud_integration_cloud_watch.py +3 -0
- pulumi_wavefront/cloud_integration_ec2.py +3 -0
- pulumi_wavefront/cloud_integration_gcp.py +3 -0
- pulumi_wavefront/cloud_integration_gcp_billing.py +3 -0
- pulumi_wavefront/cloud_integration_new_relic.py +3 -0
- pulumi_wavefront/dashboard.py +3 -0
- pulumi_wavefront/dashboard_json.py +3 -0
- pulumi_wavefront/derived_metric.py +3 -0
- pulumi_wavefront/event.py +3 -0
- pulumi_wavefront/external_link.py +3 -0
- pulumi_wavefront/ingestion_policy.py +3 -0
- pulumi_wavefront/maintenance_window.py +3 -0
- pulumi_wavefront/metrics_policy.py +3 -0
- pulumi_wavefront/provider.py +3 -0
- pulumi_wavefront/pulumi-plugin.json +1 -1
- pulumi_wavefront/role.py +3 -0
- pulumi_wavefront/service_account.py +3 -0
- pulumi_wavefront/user.py +3 -0
- pulumi_wavefront/user_group.py +3 -0
- {pulumi_wavefront-3.2.0a1745477480.dist-info → pulumi_wavefront-3.2.0a1746082286.dist-info}/METADATA +1 -1
- pulumi_wavefront-3.2.0a1746082286.dist-info/RECORD +58 -0
- {pulumi_wavefront-3.2.0a1745477480.dist-info → pulumi_wavefront-3.2.0a1746082286.dist-info}/WHEEL +1 -1
- pulumi_wavefront-3.2.0a1745477480.dist-info/RECORD +0 -58
- {pulumi_wavefront-3.2.0a1745477480.dist-info → pulumi_wavefront-3.2.0a1746082286.dist-info}/top_level.txt +0 -0
pulumi_wavefront/alert.py
CHANGED
pulumi_wavefront/alert_target.py
CHANGED
@@ -582,6 +582,9 @@ class _CloudIntegrationAppDynamicsState:
|
|
582
582
|
|
583
583
|
|
584
584
|
class CloudIntegrationAppDynamics(pulumi.CustomResource):
|
585
|
+
|
586
|
+
pulumi_type = "wavefront:index/cloudIntegrationAppDynamics:CloudIntegrationAppDynamics"
|
587
|
+
|
585
588
|
@overload
|
586
589
|
def __init__(__self__,
|
587
590
|
resource_name: str,
|
@@ -27,6 +27,9 @@ class CloudIntegrationAwsExternalIdArgs:
|
|
27
27
|
|
28
28
|
|
29
29
|
class CloudIntegrationAwsExternalId(pulumi.CustomResource):
|
30
|
+
|
31
|
+
pulumi_type = "wavefront:index/cloudIntegrationAwsExternalId:CloudIntegrationAwsExternalId"
|
32
|
+
|
30
33
|
@overload
|
31
34
|
def __init__(__self__,
|
32
35
|
resource_name: str,
|
@@ -382,6 +382,9 @@ class _CloudIntegrationAzureState:
|
|
382
382
|
|
383
383
|
|
384
384
|
class CloudIntegrationAzure(pulumi.CustomResource):
|
385
|
+
|
386
|
+
pulumi_type = "wavefront:index/cloudIntegrationAzure:CloudIntegrationAzure"
|
387
|
+
|
385
388
|
@overload
|
386
389
|
def __init__(__self__,
|
387
390
|
resource_name: str,
|
@@ -318,6 +318,9 @@ class _CloudIntegrationAzureActivityLogState:
|
|
318
318
|
|
319
319
|
|
320
320
|
class CloudIntegrationAzureActivityLog(pulumi.CustomResource):
|
321
|
+
|
322
|
+
pulumi_type = "wavefront:index/cloudIntegrationAzureActivityLog:CloudIntegrationAzureActivityLog"
|
323
|
+
|
321
324
|
@overload
|
322
325
|
def __init__(__self__,
|
323
326
|
resource_name: str,
|
@@ -381,6 +381,9 @@ class _CloudIntegrationCloudTrailState:
|
|
381
381
|
|
382
382
|
|
383
383
|
class CloudIntegrationCloudTrail(pulumi.CustomResource):
|
384
|
+
|
385
|
+
pulumi_type = "wavefront:index/cloudIntegrationCloudTrail:CloudIntegrationCloudTrail"
|
386
|
+
|
384
387
|
@overload
|
385
388
|
def __init__(__self__,
|
386
389
|
resource_name: str,
|
@@ -435,6 +435,9 @@ class _CloudIntegrationCloudWatchState:
|
|
435
435
|
|
436
436
|
|
437
437
|
class CloudIntegrationCloudWatch(pulumi.CustomResource):
|
438
|
+
|
439
|
+
pulumi_type = "wavefront:index/cloudIntegrationCloudWatch:CloudIntegrationCloudWatch"
|
440
|
+
|
438
441
|
@overload
|
439
442
|
def __init__(__self__,
|
440
443
|
resource_name: str,
|
@@ -290,6 +290,9 @@ class _CloudIntegrationGcpBillingState:
|
|
290
290
|
|
291
291
|
|
292
292
|
class CloudIntegrationGcpBilling(pulumi.CustomResource):
|
293
|
+
|
294
|
+
pulumi_type = "wavefront:index/cloudIntegrationGcpBilling:CloudIntegrationGcpBilling"
|
295
|
+
|
293
296
|
@overload
|
294
297
|
def __init__(__self__,
|
295
298
|
resource_name: str,
|
@@ -322,6 +322,9 @@ class _CloudIntegrationNewRelicState:
|
|
322
322
|
|
323
323
|
|
324
324
|
class CloudIntegrationNewRelic(pulumi.CustomResource):
|
325
|
+
|
326
|
+
pulumi_type = "wavefront:index/cloudIntegrationNewRelic:CloudIntegrationNewRelic"
|
327
|
+
|
325
328
|
@overload
|
326
329
|
def __init__(__self__,
|
327
330
|
resource_name: str,
|
pulumi_wavefront/dashboard.py
CHANGED
pulumi_wavefront/event.py
CHANGED
pulumi_wavefront/provider.py
CHANGED
pulumi_wavefront/role.py
CHANGED
pulumi_wavefront/user.py
CHANGED
pulumi_wavefront/user_group.py
CHANGED
@@ -0,0 +1,58 @@
|
|
1
|
+
pulumi_wavefront/__init__.py,sha256=lJVgQ0M-vLqJo6O6crgxX4hIKX6fNVDgiHIMkLUv7Qg,6705
|
2
|
+
pulumi_wavefront/_inputs.py,sha256=0YpNunXUeMQ3xJ7FQ3WgWAZEXWzITERgH0INulDe-bQ,107070
|
3
|
+
pulumi_wavefront/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
4
|
+
pulumi_wavefront/alert.py,sha256=ee9ldwLH38H8qQMsNV23s7WSfhp3f4AF599zXfZXTwk,57772
|
5
|
+
pulumi_wavefront/alert_target.py,sha256=g86a_x5cUo0bRJHBE8mOguaMMlZxEV2uQdiLNYvYNOo,34897
|
6
|
+
pulumi_wavefront/cloud_integration_app_dynamics.py,sha256=8k42VsPkbaWBbiYRCr88r5U3kA37tD5uc9uWqZjKU7M,49307
|
7
|
+
pulumi_wavefront/cloud_integration_aws_external_id.py,sha256=wBDZLAlqY9GyoCEywG6hBZcJGCbxGZUP4bE0m5bpyfQ,5166
|
8
|
+
pulumi_wavefront/cloud_integration_azure.py,sha256=NL3e69wlMm90kUgjsnZGDMCxOUW2IQm-C_kQRsIbjGQ,32351
|
9
|
+
pulumi_wavefront/cloud_integration_azure_activity_log.py,sha256=wftkAwHIM17nhrHNY1uUuYzv6gXR-R80rdd17lUDLSo,27560
|
10
|
+
pulumi_wavefront/cloud_integration_cloud_trail.py,sha256=R83Jca7KK4oyJWVEirXn13TaYJlXeywAZy5HSIpb3ds,30577
|
11
|
+
pulumi_wavefront/cloud_integration_cloud_watch.py,sha256=eVuMAQ_c_NKnueNSJ0qrDgZWwnpJMS_FI9q7NsiFLlA,38469
|
12
|
+
pulumi_wavefront/cloud_integration_ec2.py,sha256=3S5lO20zH-6f3_kkmjYW8nBGhUtS3s4E1ONmKrlnMns,25445
|
13
|
+
pulumi_wavefront/cloud_integration_gcp.py,sha256=2Sr5sj_hWpNsg1gVu_D7aIZX0TJ-TXxe132BaZcQbcU,30719
|
14
|
+
pulumi_wavefront/cloud_integration_gcp_billing.py,sha256=hNEHSyFJBCVS99bc3mSEB_lOfz10_t2hAUYhx2o3OTA,25026
|
15
|
+
pulumi_wavefront/cloud_integration_new_relic.py,sha256=CzhetSfggGA0oe0ICbERMH8PyXDnvqZ1yFOpdgGuwGc,27783
|
16
|
+
pulumi_wavefront/dashboard.py,sha256=TJErpQOohMX7X4X7Tbf8gW7am9V-SLnNegZ1ri_Tyis,33116
|
17
|
+
pulumi_wavefront/dashboard_json.py,sha256=1TQh5j9uA-qzvYa_XfeY_QfEWOql-hGZM5JkeHdg5WM,17207
|
18
|
+
pulumi_wavefront/derived_metric.py,sha256=C9xf0EOSEbMfg2U2GM-4H0vPhkXPUz9GP1Ywl8aUROg,15997
|
19
|
+
pulumi_wavefront/event.py,sha256=pyPA19vp6FWmNjOtiygUYwN3UdUixm20w_BI4xnE63o,15101
|
20
|
+
pulumi_wavefront/external_link.py,sha256=Z91hJUTj1hUqJ5GO0aB6TWHtQ3ISYV0THlqLmfdI3Lw,26182
|
21
|
+
pulumi_wavefront/get_alert.py,sha256=cs4cVESl6HI71IOFGw1kl8HkeiXqfd6zXg1uqynJWrM,20281
|
22
|
+
pulumi_wavefront/get_alerts.py,sha256=vR864qDF7ND4z2nYI2cMRieJmG_ja_KGST-SvWiHvKA,5094
|
23
|
+
pulumi_wavefront/get_dashboard.py,sha256=kqCqZg-O0ARJ9stbmcnbSMXUb1cRSWGSz_GJgJTDExc,23002
|
24
|
+
pulumi_wavefront/get_dashboards.py,sha256=jlTgdW7cr76nbYjt4rkPJDIPOYSeSRt_6GfRBpL87i4,5287
|
25
|
+
pulumi_wavefront/get_default_user_group.py,sha256=O-KXs0VMtuc2BLRyYs5mXN6DQ-CYZHfNJGgXtluzGkM,3682
|
26
|
+
pulumi_wavefront/get_derived_metric.py,sha256=hVZgtpKr2X9X72lwWc2VtA8eu9aA_0Hovdtf1YNnrp4,18324
|
27
|
+
pulumi_wavefront/get_derived_metrics.py,sha256=X4hq-HPmVk6DX42tMjyTncU2Wh5xzkeWoFwOXlG7Erc,5539
|
28
|
+
pulumi_wavefront/get_event.py,sha256=6Ei_X4yAPQ4Lr_NFVdahM93zxjmlfOIw0yJOU-eGiD0,7883
|
29
|
+
pulumi_wavefront/get_events.py,sha256=AHo-MWc9KIJyJYpWeKX_XCEYkjbbNX4J9-CYD1CFDXE,8150
|
30
|
+
pulumi_wavefront/get_external_link.py,sha256=2yylZasZJjJePUKh164AcUyOPjZslvHR_xzhs7_RxFs,11194
|
31
|
+
pulumi_wavefront/get_external_links.py,sha256=45puwn51Xo-zuon-AdbhIrcDMlbwXfsNpdbUoWwHhYg,5489
|
32
|
+
pulumi_wavefront/get_maintenance_window.py,sha256=LJfu5MlDJVgvc2J_Xalerc1YIItb-RhocCiuKHLBqLA,15969
|
33
|
+
pulumi_wavefront/get_maintenance_window_all.py,sha256=EbTXOuXqiFDyy5OewtYMqDRJP7w6Vi2V5WHi30CMTqQ,4740
|
34
|
+
pulumi_wavefront/get_metrics_policy.py,sha256=d6s536Vr6Hn5I0zDbt9EF7ucP_a0k80RbBZTcE5_eDo,4749
|
35
|
+
pulumi_wavefront/get_role.py,sha256=mWFbDz1JOfeCvqg4VFC4MSPrBlU-uuCjK-ZuqoRvyuM,4677
|
36
|
+
pulumi_wavefront/get_roles.py,sha256=TlYqk1WjFrT0birRhK2Sw-axmxp1FOTMOYrJSwX0iy0,4909
|
37
|
+
pulumi_wavefront/get_user.py,sha256=XfHip6ojPzwDiGzGZhANs-fxNI-OIy3JDMBku4QzLKY,6101
|
38
|
+
pulumi_wavefront/get_user_group.py,sha256=XcbxjhKqYXBi5pJOptl0Ra3tcG7J299UwsqAYO2Ss_4,5271
|
39
|
+
pulumi_wavefront/get_user_groups.py,sha256=HF_qq09XzkVO3AdsmrDQ4k2q_pbv38LJsCWpLD-7L2w,5189
|
40
|
+
pulumi_wavefront/get_users.py,sha256=ZC3qZbSZ2ubGTwLjYqlI3h7DxZ6_iE29BBtnNAaImW0,3192
|
41
|
+
pulumi_wavefront/ingestion_policy.py,sha256=uprEDzbYsR6LgWLRg0yTHPSXSLD8R_Ll_zE_hIPuc8Q,18188
|
42
|
+
pulumi_wavefront/maintenance_window.py,sha256=XEgnqVMOT4fYMkUsRemkU6_plAvY_v2LmzFulQPDf6Q,35880
|
43
|
+
pulumi_wavefront/metrics_policy.py,sha256=P1ewA9uCexBJ4IpVff5t6E4mgAtixI6riNpr3x5bJW4,13394
|
44
|
+
pulumi_wavefront/outputs.py,sha256=erFtI2AlFfm-h-jSZw2rn5Z6DHtc7LVjFYNVGSVqKfE,228771
|
45
|
+
pulumi_wavefront/provider.py,sha256=LfA1XXEXijPvQpze63JENyqybAdRSSbMQOIrYUWlVIM,6053
|
46
|
+
pulumi_wavefront/pulumi-plugin.json,sha256=utJSTKnG77Pns8HAEt5F_IgAFSCE0xlheCCP0EBRLwI,85
|
47
|
+
pulumi_wavefront/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
48
|
+
pulumi_wavefront/role.py,sha256=zxXSnt_kPv16EJK0yxfXP4AX_3M6BbtktIaSyyKtWS0,14763
|
49
|
+
pulumi_wavefront/service_account.py,sha256=q5D6uzBlDoLbeR8r7MtpWcYZlNi_TKvqzBB2D2FH3-k,19968
|
50
|
+
pulumi_wavefront/user.py,sha256=Bgp8hcihlJPfT66lAUaHpSxcaqqhZ4vcc79Bs36-QWY,15135
|
51
|
+
pulumi_wavefront/user_group.py,sha256=X6_fNpE1fLS1-LsdurGh05gMrTM_FkvPTi1zL6DHSWo,8733
|
52
|
+
pulumi_wavefront/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
53
|
+
pulumi_wavefront/config/__init__.pyi,sha256=JMDanbodpnfSnoQzseh5Q08m5ebgTWzPvqUexaezMeQ,607
|
54
|
+
pulumi_wavefront/config/vars.py,sha256=qydSBjExrbaU744Ypy0WOkiX0EUGp-ysAeSj9Q8kOcA,923
|
55
|
+
pulumi_wavefront-3.2.0a1746082286.dist-info/METADATA,sha256=AULGEHuRO6knq1pjhez0sWWpFYxaykxfb4HhlfGkU7A,2956
|
56
|
+
pulumi_wavefront-3.2.0a1746082286.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
57
|
+
pulumi_wavefront-3.2.0a1746082286.dist-info/top_level.txt,sha256=fLT-9Ork4twhhON_den56-cfgFm6yOFEMvA18RQ3y8k,17
|
58
|
+
pulumi_wavefront-3.2.0a1746082286.dist-info/RECORD,,
|
@@ -1,58 +0,0 @@
|
|
1
|
-
pulumi_wavefront/__init__.py,sha256=lJVgQ0M-vLqJo6O6crgxX4hIKX6fNVDgiHIMkLUv7Qg,6705
|
2
|
-
pulumi_wavefront/_inputs.py,sha256=0YpNunXUeMQ3xJ7FQ3WgWAZEXWzITERgH0INulDe-bQ,107070
|
3
|
-
pulumi_wavefront/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
4
|
-
pulumi_wavefront/alert.py,sha256=EHSXsHX56fV0ntUYcJkcmIFMYSf3RkkC7d8TWn4S8MI,57722
|
5
|
-
pulumi_wavefront/alert_target.py,sha256=pf9b_xzlnxy4H7ZmkKEVCYZYmZNyRjtSYIubT7FrsgU,34835
|
6
|
-
pulumi_wavefront/cloud_integration_app_dynamics.py,sha256=YoSCJI66LPd0dMhHKiiXBDg13_dDshqKUGiOaDP3iWc,49213
|
7
|
-
pulumi_wavefront/cloud_integration_aws_external_id.py,sha256=WyxAe1H9dv-IR_swmdLWxO0un7bv1r2qPnCHfGlAwhQ,5068
|
8
|
-
pulumi_wavefront/cloud_integration_azure.py,sha256=i8niriAsSniZvPCO--_r3eqSBPvps1NBmNSlKvttlHM,32269
|
9
|
-
pulumi_wavefront/cloud_integration_azure_activity_log.py,sha256=nsWHorONPnF5k_WD3v40ZDf-wDhSFPbxXt-5wOVOV2o,27456
|
10
|
-
pulumi_wavefront/cloud_integration_cloud_trail.py,sha256=LYqXqzfp0IE7v_dzyAs_zoxqWEQ-vo5F1eLO0q8YBbc,30485
|
11
|
-
pulumi_wavefront/cloud_integration_cloud_watch.py,sha256=lJDzGEptY81hahqVTS4qDZz2QZZVNLisyfNHcuU-6p8,38377
|
12
|
-
pulumi_wavefront/cloud_integration_ec2.py,sha256=KxAOT49B5RyVzENRsJVEkxBOQv28qgBOZAChK9F3BpY,25367
|
13
|
-
pulumi_wavefront/cloud_integration_gcp.py,sha256=eNt6Z5tILmgNw32KZWi8tVziS8hgFZ8fQ-3J6iGV8DU,30641
|
14
|
-
pulumi_wavefront/cloud_integration_gcp_billing.py,sha256=uWNMvLZmx2GmnflMPP3kTqkGDvWgfu6r2VIU6AANVsw,24934
|
15
|
-
pulumi_wavefront/cloud_integration_new_relic.py,sha256=RMf_DOaLi6tHFWZ7oCrOATKXAzebML6H7qahw2RH8oE,27695
|
16
|
-
pulumi_wavefront/dashboard.py,sha256=Z3PQqhui0jmwLEfIQAYBpYbwWAFtLr0MqAvuK-7G8wU,33058
|
17
|
-
pulumi_wavefront/dashboard_json.py,sha256=xB3CpffgS27OVtJFnk8_T0OxW8eAKbTI3n1NfRFBalE,17141
|
18
|
-
pulumi_wavefront/derived_metric.py,sha256=iSkZ0s7Bpq9i_-6Z7RTkyE__By8SrRTDp7-s_3SJXg4,15931
|
19
|
-
pulumi_wavefront/event.py,sha256=1K3iQZ_2QcW9lXC8AzzKeZUjLlE46UquKgGY2Y5F0FI,15051
|
20
|
-
pulumi_wavefront/external_link.py,sha256=lBiu-KR_w5sUxlXu11jc6u2A_0yadxXqy-yqXgOF42o,26118
|
21
|
-
pulumi_wavefront/get_alert.py,sha256=cs4cVESl6HI71IOFGw1kl8HkeiXqfd6zXg1uqynJWrM,20281
|
22
|
-
pulumi_wavefront/get_alerts.py,sha256=vR864qDF7ND4z2nYI2cMRieJmG_ja_KGST-SvWiHvKA,5094
|
23
|
-
pulumi_wavefront/get_dashboard.py,sha256=kqCqZg-O0ARJ9stbmcnbSMXUb1cRSWGSz_GJgJTDExc,23002
|
24
|
-
pulumi_wavefront/get_dashboards.py,sha256=jlTgdW7cr76nbYjt4rkPJDIPOYSeSRt_6GfRBpL87i4,5287
|
25
|
-
pulumi_wavefront/get_default_user_group.py,sha256=O-KXs0VMtuc2BLRyYs5mXN6DQ-CYZHfNJGgXtluzGkM,3682
|
26
|
-
pulumi_wavefront/get_derived_metric.py,sha256=hVZgtpKr2X9X72lwWc2VtA8eu9aA_0Hovdtf1YNnrp4,18324
|
27
|
-
pulumi_wavefront/get_derived_metrics.py,sha256=X4hq-HPmVk6DX42tMjyTncU2Wh5xzkeWoFwOXlG7Erc,5539
|
28
|
-
pulumi_wavefront/get_event.py,sha256=6Ei_X4yAPQ4Lr_NFVdahM93zxjmlfOIw0yJOU-eGiD0,7883
|
29
|
-
pulumi_wavefront/get_events.py,sha256=AHo-MWc9KIJyJYpWeKX_XCEYkjbbNX4J9-CYD1CFDXE,8150
|
30
|
-
pulumi_wavefront/get_external_link.py,sha256=2yylZasZJjJePUKh164AcUyOPjZslvHR_xzhs7_RxFs,11194
|
31
|
-
pulumi_wavefront/get_external_links.py,sha256=45puwn51Xo-zuon-AdbhIrcDMlbwXfsNpdbUoWwHhYg,5489
|
32
|
-
pulumi_wavefront/get_maintenance_window.py,sha256=LJfu5MlDJVgvc2J_Xalerc1YIItb-RhocCiuKHLBqLA,15969
|
33
|
-
pulumi_wavefront/get_maintenance_window_all.py,sha256=EbTXOuXqiFDyy5OewtYMqDRJP7w6Vi2V5WHi30CMTqQ,4740
|
34
|
-
pulumi_wavefront/get_metrics_policy.py,sha256=d6s536Vr6Hn5I0zDbt9EF7ucP_a0k80RbBZTcE5_eDo,4749
|
35
|
-
pulumi_wavefront/get_role.py,sha256=mWFbDz1JOfeCvqg4VFC4MSPrBlU-uuCjK-ZuqoRvyuM,4677
|
36
|
-
pulumi_wavefront/get_roles.py,sha256=TlYqk1WjFrT0birRhK2Sw-axmxp1FOTMOYrJSwX0iy0,4909
|
37
|
-
pulumi_wavefront/get_user.py,sha256=XfHip6ojPzwDiGzGZhANs-fxNI-OIy3JDMBku4QzLKY,6101
|
38
|
-
pulumi_wavefront/get_user_group.py,sha256=XcbxjhKqYXBi5pJOptl0Ra3tcG7J299UwsqAYO2Ss_4,5271
|
39
|
-
pulumi_wavefront/get_user_groups.py,sha256=HF_qq09XzkVO3AdsmrDQ4k2q_pbv38LJsCWpLD-7L2w,5189
|
40
|
-
pulumi_wavefront/get_users.py,sha256=ZC3qZbSZ2ubGTwLjYqlI3h7DxZ6_iE29BBtnNAaImW0,3192
|
41
|
-
pulumi_wavefront/ingestion_policy.py,sha256=zm9YslxScgD1oiwqh-v5Ps8i6xg0NtdUX9g33hWaSDM,18118
|
42
|
-
pulumi_wavefront/maintenance_window.py,sha256=KNv6Dwp0dYyK5DzTHkb4bp0bp-ckOOVUVcrXiEBhT3U,35806
|
43
|
-
pulumi_wavefront/metrics_policy.py,sha256=wWnIswyNds4dCcgixnMuM1X_hLx1-V6TELjqaGJOiSk,13328
|
44
|
-
pulumi_wavefront/outputs.py,sha256=erFtI2AlFfm-h-jSZw2rn5Z6DHtc7LVjFYNVGSVqKfE,228771
|
45
|
-
pulumi_wavefront/provider.py,sha256=RQENqyHwCjzkNh6wwa2yP5QB75XdAt72FTKrzwtcJXk,6004
|
46
|
-
pulumi_wavefront/pulumi-plugin.json,sha256=kSOkeo-osCqnzYy-GSvG0Y0yTZpPEyHR9Bfd8lD5O8o,85
|
47
|
-
pulumi_wavefront/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
48
|
-
pulumi_wavefront/role.py,sha256=475uBwyijjnH0RgWSiN0fby5CKeI0BUvIKVaNUASHpc,14715
|
49
|
-
pulumi_wavefront/service_account.py,sha256=I5gmSatB6dLPanw_1HW-QS6KKRf2QRviFV-mAYlIMdM,19900
|
50
|
-
pulumi_wavefront/user.py,sha256=71morAqq7NlUiltHPvEEZmH9g8_eBIL1X0eSAH_mNYw,15087
|
51
|
-
pulumi_wavefront/user_group.py,sha256=0qS0h0yzbLfXb_we4C0PJCyzq4Byqcc6L90FD7rERDg,8675
|
52
|
-
pulumi_wavefront/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
53
|
-
pulumi_wavefront/config/__init__.pyi,sha256=JMDanbodpnfSnoQzseh5Q08m5ebgTWzPvqUexaezMeQ,607
|
54
|
-
pulumi_wavefront/config/vars.py,sha256=qydSBjExrbaU744Ypy0WOkiX0EUGp-ysAeSj9Q8kOcA,923
|
55
|
-
pulumi_wavefront-3.2.0a1745477480.dist-info/METADATA,sha256=u1cbz7A6Y21U13GTtU-7qxvaw_yR1XpK0iFzpx2KYdU,2956
|
56
|
-
pulumi_wavefront-3.2.0a1745477480.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
57
|
-
pulumi_wavefront-3.2.0a1745477480.dist-info/top_level.txt,sha256=fLT-9Ork4twhhON_den56-cfgFm6yOFEMvA18RQ3y8k,17
|
58
|
-
pulumi_wavefront-3.2.0a1745477480.dist-info/RECORD,,
|
File without changes
|