pulumi-oci 2.3.0a1721242122__py3-none-any.whl → 2.4.0__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_oci/__init__.py +19 -11
- pulumi_oci/apmsynthetics/_inputs.py +457 -1
- pulumi_oci/apmsynthetics/config.py +172 -7
- pulumi_oci/apmsynthetics/get_monitor.py +42 -3
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/outputs.py +1129 -9
- pulumi_oci/core/_inputs.py +8 -8
- pulumi_oci/core/outputs.py +24 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +83 -9
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/database.py +0 -96
- pulumi_oci/database/get_autonomous_database.py +25 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_key_store.py +11 -1
- pulumi_oci/database/key_store.py +34 -0
- pulumi_oci/database/outputs.py +93 -0
- pulumi_oci/datasafe/__init__.py +1 -0
- pulumi_oci/datasafe/_inputs.py +130 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_reports.py +43 -1
- pulumi_oci/datasafe/get_security_assessment.py +14 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
- pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
- pulumi_oci/datasafe/get_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +530 -6
- pulumi_oci/datasafe/report.py +4 -4
- pulumi_oci/datasafe/report_definition.py +4 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
- pulumi_oci/datasafe/user_assessment.py +49 -0
- pulumi_oci/{emwarehouse → globallydistributeddatabase}/__init__.py +6 -6
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{emwarehouse/em_warehouse.py → globallydistributeddatabase/private_endpoint.py} +288 -267
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/integration/_inputs.py +0 -2
- pulumi_oci/integration/get_integration_instance.py +0 -1
- pulumi_oci/integration/integration_instance.py +0 -27
- pulumi_oci/integration/outputs.py +4 -12
- pulumi_oci/opsi/_inputs.py +8 -8
- pulumi_oci/opsi/database_insight.py +71 -15
- pulumi_oci/opsi/get_database_insight.py +29 -3
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_host_insight.py +1 -4
- pulumi_oci/opsi/get_host_insights.py +3 -3
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
- pulumi_oci/opsi/host_insight.py +6 -14
- pulumi_oci/opsi/news_report.py +2 -2
- pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
- pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
- pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
- pulumi_oci/opsi/outputs.py +46 -24
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/RECORD +82 -81
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/WHEEL +1 -1
- pulumi_oci/emwarehouse/_inputs.py +0 -94
- pulumi_oci/emwarehouse/get_em_warehouse.py +0 -300
- pulumi_oci/emwarehouse/get_em_warehouses.py +0 -203
- pulumi_oci/emwarehouse/get_etl_run.py +0 -159
- pulumi_oci/emwarehouse/get_etl_runs.py +0 -173
- pulumi_oci/emwarehouse/get_resource_usage.py +0 -171
- pulumi_oci/emwarehouse/outputs.py +0 -616
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=iNLAXVo2synziIr5ifDQLlVvNiSc8mgLhD-SgbZTYe0,160590
|
2
2
|
pulumi_oci/_utilities.py,sha256=ebJyWyMCMYLpnVkJVRkMiyEceWyxZ09ZYhxd1W7MWxs,10446
|
3
3
|
pulumi_oci/provider.py,sha256=9MXW-Zeh5jJ_T7w9PgSlFcu0s4_tylBZIVYdFLmo_fU,23922
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=5kj4wj8i0wKBi1oIna-cP6GpGt4y0uaHcviH1c6yE70,62
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
|
7
7
|
pulumi_oci/adm/_inputs.py,sha256=nMRnDJd64H5GAJ9ybIPjR9fsDdJFyCdHYBir_ADSrT4,53283
|
@@ -130,13 +130,13 @@ pulumi_oci/apmconfig/get_config.py,sha256=Fic7zzj4yk6EOrTCQrGiWP9ZDRM1Il7zfGhrzR
|
|
130
130
|
pulumi_oci/apmconfig/get_configs.py,sha256=dfzXcplRi_c9gD15Z1QnsDUeCBNJrY1tx9aDFnK3s7A,15091
|
131
131
|
pulumi_oci/apmconfig/outputs.py,sha256=dMCtE8fPxnNGmL97ykhCh0md5nLCesFrZSeEFWYXu-Y,44248
|
132
132
|
pulumi_oci/apmsynthetics/__init__.py,sha256=eGXPOye9LfXD1A8OBdfKYLWRO6diuIR5fBl5dnr4Mpc,964
|
133
|
-
pulumi_oci/apmsynthetics/_inputs.py,sha256=
|
134
|
-
pulumi_oci/apmsynthetics/config.py,sha256=
|
133
|
+
pulumi_oci/apmsynthetics/_inputs.py,sha256=HhVIq7pQs69Qqugc-uxoKIfH0wKt2yIpHlHZFP9CH4k,104182
|
134
|
+
pulumi_oci/apmsynthetics/config.py,sha256=Tn361TiacrGRecNENKCE4xxwc6T8-8jukBSzvzFU3Xo,92907
|
135
135
|
pulumi_oci/apmsynthetics/dedicated_vantage_point.py,sha256=5VapJfBcYk9RUGH-mIYKGIik352EruKsxLg5wBfoOm8,31847
|
136
136
|
pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py,sha256=zNK5gifBAECcy3xZI0PQ9ta6uha-b2qdz0_e9_MrTlU,11096
|
137
137
|
pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py,sha256=aTfaEaaevRBslKBmEimSdmbmViIhJgtZJ7wxLCJEjWc,8351
|
138
|
-
pulumi_oci/apmsynthetics/get_monitor.py,sha256
|
139
|
-
pulumi_oci/apmsynthetics/get_monitors.py,sha256=
|
138
|
+
pulumi_oci/apmsynthetics/get_monitor.py,sha256=-CWYWFllPAZyJQhZOyNuXINkKX5LJD7HDqJ0xFgbc3E,20524
|
139
|
+
pulumi_oci/apmsynthetics/get_monitors.py,sha256=UleUZBfjHoldq9Y0oGgChTfKu_ydDmZfL7LjAkRJRFY,12208
|
140
140
|
pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py,sha256=4m8et8RdEUm3-lUWcY8QdtQZZOwJGFnP2D36vs_qkNs,10326
|
141
141
|
pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py,sha256=5QlrRdq4s6o1kyPq9XaUOsCjeoipp24YTqZNmJDL1ds,17542
|
142
142
|
pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py,sha256=j_GsxTL4BfJRXrFi2voJt-g98D-djRMtuYGy9fo7_rk,10573
|
@@ -148,7 +148,7 @@ pulumi_oci/apmsynthetics/get_vantage_point.py,sha256=rJ8dnP2Usei1YF_ReYhLGSYEAaO
|
|
148
148
|
pulumi_oci/apmsynthetics/get_vantage_points.py,sha256=n1pLQY2m4DeaySr8AtqwtzczAkWJbvqyD-Q2Fm-UOtM,6965
|
149
149
|
pulumi_oci/apmsynthetics/on_premise_vantage_point.py,sha256=cBNrQTEJZckGmVqtgj1borC7hW1Bt5Ij-3oOS2lckMM,27431
|
150
150
|
pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py,sha256=G0JNw3JQcdFbJbNn7iLgxkzOVUperbmcg2MfJs1ixVs,50093
|
151
|
-
pulumi_oci/apmsynthetics/outputs.py,sha256=
|
151
|
+
pulumi_oci/apmsynthetics/outputs.py,sha256=eM-qh_NdpOTlow6JAPF4ziU7ZgrO29jGiAeMfyVlOEQ,290066
|
152
152
|
pulumi_oci/apmsynthetics/script.py,sha256=Q1tQ5swf9j5joFdJp5yoib_YsYKr-VAXlV2L-IAeRYU,38012
|
153
153
|
pulumi_oci/apmtraces/__init__.py,sha256=Dgjx9uWFNtS8iGxLIR9w7ix8UR52hbu4BHgvo8cc8cU,465
|
154
154
|
pulumi_oci/apmtraces/_inputs.py,sha256=rdVeXRPtOLvPTcMimXK3W4p4PANt5E33IzgQIeC3cCQ,1398
|
@@ -433,7 +433,7 @@ pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=RWotHRCbVW
|
|
433
433
|
pulumi_oci/containerinstances/get_container_instances.py,sha256=2pS0FViyGoOrqVg-foeYDm4C7lX7WhqlMaUeeGtRlL4,8619
|
434
434
|
pulumi_oci/containerinstances/outputs.py,sha256=K1Kf3-8xpQM9OcZOnQQG972UwHvbtboWNqYnib8J0hw,99442
|
435
435
|
pulumi_oci/core/__init__.py,sha256=TH2tLXoqxil4LmAM1OAg7Z4M4Tvrv9GsG-UG3h3UTbw,8591
|
436
|
-
pulumi_oci/core/_inputs.py,sha256=
|
436
|
+
pulumi_oci/core/_inputs.py,sha256=CN_YQrg6eH-IWop3VjWArF2tctWDWlsS1isptGLlqkU,865653
|
437
437
|
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=kd8-X0DLdG80KR4Re1Bzs3YzRfhRCraKfwNBJy6KJss,14448
|
438
438
|
pulumi_oci/core/app_catalog_subscription.py,sha256=0p4-GPnr_1F2G_si0_4tQMpEpmWadv-zhAoUKEVPdPw,29086
|
439
439
|
pulumi_oci/core/boot_volume.py,sha256=EFyQnerU3N19HSvC6uqFBjpRPWFQw7H4VIpdxhBnV28,64633
|
@@ -628,7 +628,7 @@ pulumi_oci/core/local_peering_gateway.py,sha256=kSPyvBRh4rgkugRBDTSuv5jTCmdgG7dF
|
|
628
628
|
pulumi_oci/core/nat_gateway.py,sha256=7FIymW5Rq6w7C0T74OLWb9D4KqP_vzwXnEIbNWGdsGI,35795
|
629
629
|
pulumi_oci/core/network_security_group.py,sha256=a21EveqIOiR-5WtrggBFPmYa8eBTqRGnvJs3IWm4q3g,25204
|
630
630
|
pulumi_oci/core/network_security_group_security_rule.py,sha256=f9Y8fQDwI7BBMu9oOzm2uQyPWb0jI2u_dqZJZwcLy8Y,54224
|
631
|
-
pulumi_oci/core/outputs.py,sha256=
|
631
|
+
pulumi_oci/core/outputs.py,sha256=NKZCaK27R2C_oAtoTxApOxd9_PQLyAHcOUXw8_75CJU,2385140
|
632
632
|
pulumi_oci/core/private_ip.py,sha256=jZNtIz8hDmlMu93cmBLs8Qu4HzbzDAoPKvlT3Z0TKI0,42259
|
633
633
|
pulumi_oci/core/public_ip.py,sha256=0zoJbHGH5idavrf1l47kpdE9GM45asIVRo1e60HC1BI,48657
|
634
634
|
pulumi_oci/core/public_ip_pool.py,sha256=LIVV7ooE-khuPJOWOCL6v1_o7zj94Evgze3tt2Qs8ao,23581
|
@@ -654,13 +654,13 @@ pulumi_oci/core/volume_group.py,sha256=RCXp6lwfCcQMZTAnXA5UM1km9IAaO7xms0GjBaaWQ
|
|
654
654
|
pulumi_oci/core/volume_group_backup.py,sha256=TaESViXt6JzduODOxkqrAV7h1lFo9udAkM26QIECb6c,44014
|
655
655
|
pulumi_oci/core/vtap.py,sha256=NmBB3HrIWcnFfGOf9FeWtIU1fEWpgM5I4S4pTOxVz54,62263
|
656
656
|
pulumi_oci/database/__init__.py,sha256=TbvsgFRkvTw9PdDU7h0BQI888lpmOooIdL9UuMQ5waA,9241
|
657
|
-
pulumi_oci/database/_inputs.py,sha256=
|
657
|
+
pulumi_oci/database/_inputs.py,sha256=RgNWS0p6KvrjqK0E4f64GK6ISbv0wt14wJ4rnDvpvG0,699119
|
658
658
|
pulumi_oci/database/application_vip.py,sha256=wFPa33DBZ-_ZzawwFeIyt4o47oh67WRJEYBbvRF0CCg,28983
|
659
659
|
pulumi_oci/database/autonomous_container_database.py,sha256=8KBRkXFQ3H2jSqiNl8bFB4SKp4qakiaiU5hXtylcGq8,161652
|
660
660
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=HHFxeeHKgSEMhCYdk_Pj7f1yf-o2QUTp4lmjFHCTGpY,75309
|
661
661
|
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=4CTcZm42cqeCufLt0HAMto57mLeFbELpvlBZSoPEDi4,17767
|
662
662
|
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=dAjgy90q3k5T6dtvfFzJFXQrKECSyK08MCECei2BJ1k,12249
|
663
|
-
pulumi_oci/database/autonomous_database.py,sha256=
|
663
|
+
pulumi_oci/database/autonomous_database.py,sha256=YjLdSjm7wx4xfQ0sDruM8TE0xkNR_wsmOydZHZrdfyY,467936
|
664
664
|
pulumi_oci/database/autonomous_database_backup.py,sha256=hb41EB12S5h7h5bDmFnXfRkczrqB6ZDsHFBVWbwHc_4,42339
|
665
665
|
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=hyPsFWiUcH0tqSYzz6D6Qz2lJpXctQvRIdxcXwB_4AA,18571
|
666
666
|
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=Y70BXlKqhrckRGSzVJ481GrQ5LP-CDu6OZiSE_6SO9k,15583
|
@@ -674,13 +674,13 @@ pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py,sha256=I
|
|
674
674
|
pulumi_oci/database/backup.py,sha256=zzACjiTvy2e0TYBgtqtcrR_8c_KxbpTlCw-mZeUfrFY,32067
|
675
675
|
pulumi_oci/database/backup_cancel_management.py,sha256=5kwBqClQIROezxrAcF5ZzZucB_BysCX9yjiMoupGnBk,11497
|
676
676
|
pulumi_oci/database/backup_destination.py,sha256=CBAztwRSNEOg_2zF4f6R10J7YhT9pwIZwdPGSMYbaJY,45066
|
677
|
-
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=
|
677
|
+
pulumi_oci/database/cloud_autonomous_vm_cluster.py,sha256=s7i1QzRBNO5SxIlL0p7X2tJColZFnaOUXUGcDonR5j4,133603
|
678
678
|
pulumi_oci/database/cloud_database_management.py,sha256=l-UgDzevQr5wwDsg7xakZWS9PTfxSZdexfw9arD-YZM,31557
|
679
|
-
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=
|
680
|
-
pulumi_oci/database/cloud_vm_cluster.py,sha256=
|
679
|
+
pulumi_oci/database/cloud_exadata_infrastructure.py,sha256=DnhF1GCEPlKfUpu8z1VUhRl-7T9Om0zawDpmbUreByE,79511
|
680
|
+
pulumi_oci/database/cloud_vm_cluster.py,sha256=KNQZrdcYmFAypGFD0OeJCHPkji-utvaQKD6bQ3ZXx-8,143658
|
681
681
|
pulumi_oci/database/cloud_vm_cluster_iorm_config.py,sha256=UN2Ml5xck0_nqD82sv7pmB4_woxA3aAmfToEQQo0g_M,16325
|
682
682
|
pulumi_oci/database/data_guard_association.py,sha256=IBvXcvgaY0l8RJ_lqGzQ-34nwumwR7vvUt46IKuxoEY,146829
|
683
|
-
pulumi_oci/database/database.py,sha256=
|
683
|
+
pulumi_oci/database/database.py,sha256=66FH-bkNB1WawpO-oOtPNMQ4-Kb3akQmWnk3F43hBlM,76370
|
684
684
|
pulumi_oci/database/database_software_image.py,sha256=FPYvXV73jfBjyi5UpL9dsJZNfHP_aHNkPN72c4wDQsQ,46184
|
685
685
|
pulumi_oci/database/database_upgrade.py,sha256=qK8POv59DCmI12e3nNQVoaHJumkN8sTgF_jSZ3CU-SM,57636
|
686
686
|
pulumi_oci/database/db_home.py,sha256=G1GViJZmrcAf_8p6eRCreTBrBcUb_XgbxHUZGqXcseU,56399
|
@@ -717,7 +717,7 @@ pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=w
|
|
717
717
|
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=wdMd8BbLLYk2IcM3Fy_Cq7gP-03VyYFW4yKGqVc3qnA,7070
|
718
718
|
pulumi_oci/database/get_autonomous_container_databases.py,sha256=SvmYieIvjD0gLhHa5Nnuvmy6m-mTKVVsndq5IOEsM0g,16818
|
719
719
|
pulumi_oci/database/get_autonomous_container_patches.py,sha256=_QKPujbDGVOjYCd9T97qm9D8MdGXCLJp1dkJMznJZIc,8142
|
720
|
-
pulumi_oci/database/get_autonomous_database.py,sha256=
|
720
|
+
pulumi_oci/database/get_autonomous_database.py,sha256=9iL7B-su6bL0xqXDTtlicGiGRxvaSd4TRF8zAhMlhNE,105323
|
721
721
|
pulumi_oci/database/get_autonomous_database_backup.py,sha256=cBVPgkkUq-IYcmfrwK1BnhpUEY2lZOMXvhGX53y23BI,17574
|
722
722
|
pulumi_oci/database/get_autonomous_database_backups.py,sha256=Al8AhXEEGOVnqjBanb-Aag_DbdJQynbDI0uSNBXtt9w,10152
|
723
723
|
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=YyuIu1D7g6dwatNlB1DCXn0qqvpW0xeGevsSYZLRESo,13543
|
@@ -751,10 +751,10 @@ pulumi_oci/database/get_cloud_autonomous_vm_cluster.py,sha256=Ee8UEwcAus7E9lqjI6
|
|
751
751
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py,sha256=aRM0Sp9ou1Y4poiDfF0Mm4bZjcXANb1cRAVsHFHW8m0,7951
|
752
752
|
pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py,sha256=94giNp7KoOpAWgiZfonpwDefioqj4bm3AlK7D6x0WIo,19175
|
753
753
|
pulumi_oci/database/get_cloud_autonomous_vm_clusters.py,sha256=yva0lt9mK2Qzczi83vhA8SERXoKEW369jb1Xy83E9Ok,11026
|
754
|
-
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=
|
754
|
+
pulumi_oci/database/get_cloud_exadata_infrastructure.py,sha256=fILKF0W5NwrARs_P-peoBmwefawmlvYpSsbC9nPxkUc,28849
|
755
755
|
pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py,sha256=-eEd5Ov56fPnYl0MZuZwhDNIVdSg7Sg8stppneK_rqw,10604
|
756
756
|
pulumi_oci/database/get_cloud_exadata_infrastructures.py,sha256=gxnEoWawE3in9ERmZsqhidgO-M61of3HRrlJ7EKnfTk,9715
|
757
|
-
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=
|
757
|
+
pulumi_oci/database/get_cloud_vm_cluster.py,sha256=mNNx6-v3N8DhAPDE0fYocnFwMSKX5MwD4KR3_dkd45k,37469
|
758
758
|
pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py,sha256=HMjmZZzZVNMn047jiR4CjsK0QIFN2d0Nv4z6N1fCN8I,6599
|
759
759
|
pulumi_oci/database/get_cloud_vm_clusters.py,sha256=xoHjNEOOV22GBIftpUBl9EDtpX4LHO-I6DURf-yerUY,8981
|
760
760
|
pulumi_oci/database/get_data_guard_association.py,sha256=ZowgRiU6bVQQGyWAzjRjm3mp3bOEcwkGR0vtBR1pSlQ,28316
|
@@ -816,7 +816,7 @@ pulumi_oci/database/get_flex_components.py,sha256=YAMlncqhj6x3Fx1KlOhMrvivrEg_Vl
|
|
816
816
|
pulumi_oci/database/get_gi_version_minor_versions.py,sha256=fKKdhLsFZ6D7BCa2gXYyN6EWxPsJ7LCBvOI0mcpQIfQ,10742
|
817
817
|
pulumi_oci/database/get_gi_versions.py,sha256=KA8Yts5Qjja_bAVsP690DdSTgQgFsvUmNtx8AQ9adZU,6522
|
818
818
|
pulumi_oci/database/get_infrastructure_target_version.py,sha256=rj5AidhzzytvifXV0fqPpggwy6-YkiUbsj3tKp7ZNPw,8502
|
819
|
-
pulumi_oci/database/get_key_store.py,sha256=
|
819
|
+
pulumi_oci/database/get_key_store.py,sha256=p3P-QCU9xXTwODhBia2Mg1W9xV8oXZWgTmGgwZ5Kskk,9599
|
820
820
|
pulumi_oci/database/get_key_stores.py,sha256=p01B37NC9bI_4lo2aT1zBx4FMiCbXPemXBwzFjsBIoc,4805
|
821
821
|
pulumi_oci/database/get_maintenance_run.py,sha256=Cp7Wy9K30uPxPZLTwTL5k101FyKieyEHALkxkFfnhA4,22853
|
822
822
|
pulumi_oci/database/get_maintenance_runs.py,sha256=4uzmLo9KlSg1o9_8iGAXiyORB2OKB6wWHFjJGYe4rKk,11750
|
@@ -841,10 +841,10 @@ pulumi_oci/database/get_vm_cluster_update_history_entries.py,sha256=ySKEkGecy1LG
|
|
841
841
|
pulumi_oci/database/get_vm_cluster_update_history_entry.py,sha256=9M0xnS6OknJNfWP3ajENLKSto0_7C5QCoWD-TI8HbvE,9261
|
842
842
|
pulumi_oci/database/get_vm_cluster_updates.py,sha256=KYkolCUWo8f053OeCb0vWIfeLwbYdDs1pOZIgPOY0wc,7121
|
843
843
|
pulumi_oci/database/get_vm_clusters.py,sha256=aRT1n3DsQbZP6zUflQUu_U0ozwdVN5o6MjRBMJT6ybs,8763
|
844
|
-
pulumi_oci/database/key_store.py,sha256=
|
844
|
+
pulumi_oci/database/key_store.py,sha256=oxRGlZ2FaY5FwY6OUCvCaGCwfzIRzm9fCUgTLGadcNE,27139
|
845
845
|
pulumi_oci/database/maintenance_run.py,sha256=cyDRkOk_5KcUT3DoGuNxz1Ca0cJbdzrFNNhxfRatP_8,58494
|
846
846
|
pulumi_oci/database/oneoff_patch.py,sha256=vI2EkITWfZEhCTvYQSUJgswX6f9ZdA3sgC59ZGYwRhc,38416
|
847
|
-
pulumi_oci/database/outputs.py,sha256=
|
847
|
+
pulumi_oci/database/outputs.py,sha256=4TmpcNLJaP-InbrE4rBrqBReMbmlaICLbO3kIYwNFPk,2237309
|
848
848
|
pulumi_oci/database/pluggable_database.py,sha256=9i6bFxXmdrlho26xBkBhznyyefvO9xwMhq_naWDd1_Q,72949
|
849
849
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cYRG-2zkTBknBJjEjC97B8_XhM2C63jZL92QUS9U6m8,52153
|
850
850
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=0NGYmSvbHSKW9TwDrNeOCOGH91SU7Ji5PDf-c70IBsQ,50354
|
@@ -1092,8 +1092,8 @@ pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=WbbaaIQBbmLgcgt
|
|
1092
1092
|
pulumi_oci/datalabellingservice/get_dataset.py,sha256=bmArCsi1ItF_VBkxyFgdBM8w3JDAjOEToXuy5qHzsjU,15760
|
1093
1093
|
pulumi_oci/datalabellingservice/get_datasets.py,sha256=dhMoG6BQM2gW2GODLMA-DLYTMDVGWOSYSWghv8Ck5y8,8597
|
1094
1094
|
pulumi_oci/datalabellingservice/outputs.py,sha256=AP9hqbH-u-42pfwrjrskVEAZUQ_ftROnTrUrWMFUoLE,52742
|
1095
|
-
pulumi_oci/datasafe/__init__.py,sha256=
|
1096
|
-
pulumi_oci/datasafe/_inputs.py,sha256=
|
1095
|
+
pulumi_oci/datasafe/__init__.py,sha256=mnHUILtcPTb_5gea6Qi7AaP_7KFvk6_eRK-Qo69cu_4,7445
|
1096
|
+
pulumi_oci/datasafe/_inputs.py,sha256=BaR2Mjq-_4eu7_cpEEnJEZOw98thjQ8Op7X_PKz92DM,311595
|
1097
1097
|
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
1098
1098
|
pulumi_oci/datasafe/alert.py,sha256=1hzgTQxPBQeTcdztdvqw07MbXv5FaexDl2acrDqaiDQ,40594
|
1099
1099
|
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=stXOQxGpwcefqOrFjpR44OiDz8WOMABKV1aqhmXUHEg,39205
|
@@ -1110,7 +1110,7 @@ pulumi_oci/datasafe/data_safe_private_endpoint.py,sha256=wmAHgRZ0GYwk23bvcXOjavE
|
|
1110
1110
|
pulumi_oci/datasafe/database_security_config.py,sha256=TPaLYuY2LhxCpvWQ3aUA6hygL8nGeEZ5FRz4pLy2pzU,38037
|
1111
1111
|
pulumi_oci/datasafe/database_security_config_management.py,sha256=q2oWiHGRKMO5zeBjqD-0h23-lSMBaaoRAIXsuaCgf04,21450
|
1112
1112
|
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=NIXwQhTVrN6wrCAKvdtBIlcOHMfXSan4j5LrzLL2E9M,43439
|
1113
|
-
pulumi_oci/datasafe/discovery_mod.py,sha256
|
1113
|
+
pulumi_oci/datasafe/discovery_mod.py,sha256=QiXj5CAGCgPel8iUNu2N61NLqwfW733cfmZN7LZec0g,77217
|
1114
1114
|
pulumi_oci/datasafe/get_alert.py,sha256=T0T4_zwJ1pOyZ0itpn2u6RlLNacy4gLJt9-oQKrbEKc,14749
|
1115
1115
|
pulumi_oci/datasafe/get_alert_analytic.py,sha256=au0qzaIyCuAGqWNxEKJQm9OXhbGzkaKlas3gEc_Yos4,15083
|
1116
1116
|
pulumi_oci/datasafe/get_alert_policies.py,sha256=bHwBshj85-LoAspI8w_Io8hYRkEkTl57FmmkTKbKqak,16463
|
@@ -1122,7 +1122,7 @@ pulumi_oci/datasafe/get_audit_archive_retrieval.py,sha256=_L_Wwg_8kT0L1HcwC5zQzv
|
|
1122
1122
|
pulumi_oci/datasafe/get_audit_archive_retrievals.py,sha256=olWTqiOBqXWm-J0PGRyHXXmnx8IL18JD96CSLBJCrsw,14006
|
1123
1123
|
pulumi_oci/datasafe/get_audit_event.py,sha256=8UDWjm5DxY4x9HEZVWW0EfgFSPVHEgGcmlz5TwAKppA,10801
|
1124
1124
|
pulumi_oci/datasafe/get_audit_event_analytic.py,sha256=qcxIlO2LO93CcsMwawsbrtV8NgF0dSjVuP9orY10ejk,16098
|
1125
|
-
pulumi_oci/datasafe/get_audit_events.py,sha256=
|
1125
|
+
pulumi_oci/datasafe/get_audit_events.py,sha256=GejQVq0rp2RQ6Ft7Tc8b2t0x0BjWmh0lwCB9SJzl-3s,11805
|
1126
1126
|
pulumi_oci/datasafe/get_audit_policies.py,sha256=0szvddu8sPqfciotcKv_VwPrFuDU76KbSB689fhc_eU,13921
|
1127
1127
|
pulumi_oci/datasafe/get_audit_policy.py,sha256=Xu8v0yWCXgDPl4sM8CD84BFRrBt9IHkHmSt7HS8R26Y,15005
|
1128
1128
|
pulumi_oci/datasafe/get_audit_profile.py,sha256=FAB2-m_zhw_hfm1Uwjvlu9gAnB1PVbGK_rNVRjB1XW0,15435
|
@@ -1142,7 +1142,7 @@ pulumi_oci/datasafe/get_data_safe_private_endpoint.py,sha256=X-4JedXkAyCMrbXYY-j
|
|
1142
1142
|
pulumi_oci/datasafe/get_data_safe_private_endpoints.py,sha256=-c_HmAgt92Nj3Ua5IEs_ikdDk_1Me5StKT00THVWHsM,11378
|
1143
1143
|
pulumi_oci/datasafe/get_discovery_analytic.py,sha256=Szd_nqbFW71wGPmm2Mrgl1PThkzpKT8lDTVCOMKnp4o,9058
|
1144
1144
|
pulumi_oci/datasafe/get_discovery_analytics.py,sha256=Pj6_6Y5IPm6hR1AMLPxk9H46cdPmsZgXUqrKEpy6gv0,12449
|
1145
|
-
pulumi_oci/datasafe/get_discovery_job.py,sha256=
|
1145
|
+
pulumi_oci/datasafe/get_discovery_job.py,sha256=aaQ_PTDnCh-EYGT1QS41v5F7hcZCDe9iU-yyl-BmmtA,21839
|
1146
1146
|
pulumi_oci/datasafe/get_discovery_jobs_result.py,sha256=63kDGkNhBCzZpTUKg92jT68S-MZ6E9PN8MJthWLP-UE,18340
|
1147
1147
|
pulumi_oci/datasafe/get_discovery_jobs_results.py,sha256=mAx-XWaLFMRlK7GF-SwqpE6ZAGsxlgEjhyEA-AEDW-0,13330
|
1148
1148
|
pulumi_oci/datasafe/get_library_masking_format.py,sha256=JTaBw3vbQPX5cH23yE-8GfTpkiCJUnnzYG39p-o2r9g,10662
|
@@ -1165,20 +1165,20 @@ pulumi_oci/datasafe/get_masking_reports.py,sha256=tKxSrzoahBsLC4II8oAQ3xED8pbBCl
|
|
1165
1165
|
pulumi_oci/datasafe/get_masking_reports_masked_column.py,sha256=phNjaQhJeiEQLnC-S7Fb4RNQ7bSAjBlT0oIgKx35unQ,11514
|
1166
1166
|
pulumi_oci/datasafe/get_onprem_connector.py,sha256=2Vzcb1qBLifTLakiPdNwwelEJV_qUegb_1xKS7nP1fg,10347
|
1167
1167
|
pulumi_oci/datasafe/get_onprem_connectors.py,sha256=L9ChT1YGdoxZHXjXprxB9kNmuIORZpyO1ezO4yGL4A4,11734
|
1168
|
-
pulumi_oci/datasafe/get_report.py,sha256=
|
1168
|
+
pulumi_oci/datasafe/get_report.py,sha256=BRz6N-wzFNPxcDcoplErJY3eSevQQL2SbA5UXLQrL_o,9353
|
1169
1169
|
pulumi_oci/datasafe/get_report_content.py,sha256=7ObsGMdFhWYKvozbofWGk18fzlxGFrUqKLmjApa3xQI,3304
|
1170
|
-
pulumi_oci/datasafe/get_report_definition.py,sha256=
|
1170
|
+
pulumi_oci/datasafe/get_report_definition.py,sha256=dXe_3h_iiFDzgzu9Y2nB4p2347qvw0A_Rx0xWMW18ks,20802
|
1171
1171
|
pulumi_oci/datasafe/get_report_definitions.py,sha256=HVXAJoyVBebrPnztutWki5dpgz1dRHOykWWrZpcIvR4,13746
|
1172
|
-
pulumi_oci/datasafe/get_reports.py,sha256
|
1172
|
+
pulumi_oci/datasafe/get_reports.py,sha256=-UYLaTQB2IDl0a5xeUruDakElwDq6_fYZzxXqxwTSjU,15305
|
1173
1173
|
pulumi_oci/datasafe/get_sdm_masking_policy_difference.py,sha256=YqyRxkvRF4BVi50IPBsMAFbVFo19-gpOO2w2N7A8uLY,11952
|
1174
1174
|
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py,sha256=mS1PwMXlO8Z5SZNd-glJkM63MaopCULLBRUdiSlJ79I,13200
|
1175
1175
|
pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py,sha256=Z3psCSV-4kw2FYn_I1G3kV5X_Tl8KJNguuNAbUWTMms,15140
|
1176
1176
|
pulumi_oci/datasafe/get_sdm_masking_policy_differences.py,sha256=FqJpS_gjVeOr5DGcIr43lDNI039Titpy6b95VZAwc9A,13733
|
1177
|
-
pulumi_oci/datasafe/get_security_assessment.py,sha256=
|
1177
|
+
pulumi_oci/datasafe/get_security_assessment.py,sha256=SQZ87tPv2q0XJq3KSQ17xJ4efv2c15-beYiHcvsepnQ,19630
|
1178
1178
|
pulumi_oci/datasafe/get_security_assessment_comparison.py,sha256=tr1chIGjNMWRQluyN0ZA-mjGgp0ge6XnryWWJ8DGt78,7614
|
1179
|
-
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=
|
1179
|
+
pulumi_oci/datasafe/get_security_assessment_finding.py,sha256=Njz09rkolZJ1JjkGCtzRTt_LX7eU25unLskzj0MH-xU,9731
|
1180
1180
|
pulumi_oci/datasafe/get_security_assessment_finding_analytics.py,sha256=T9yFHzM4Jhw9gZOdpWMPKrvXC5ONU8v5EFW0Tq9zmH8,16461
|
1181
|
-
pulumi_oci/datasafe/get_security_assessment_findings.py,sha256=
|
1181
|
+
pulumi_oci/datasafe/get_security_assessment_findings.py,sha256=L2vRwvAFVgetoV6grtFQdyqaHVI1Xr-wDRCXiczetnY,13428
|
1182
1182
|
pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py,sha256=NZAH2-wgYoTdP8mf6ZXNhUPv7Szs1H3MOXwopiWQvYs,20274
|
1183
1183
|
pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py,sha256=XFyAlTerDAz6NArsikCDV1vxja7TZ9w2RZfzjWr7pEU,11832
|
1184
1184
|
pulumi_oci/datasafe/get_security_assessment_security_features.py,sha256=hnxPhxve8fVH8sbQKgZi5K1RpEW5BBm7323RGJr0Q_k,27187
|
@@ -1196,9 +1196,10 @@ pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py,s
|
|
1196
1196
|
pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py,sha256=pwwL2gFuVxzCo1u5PTk_ZU-BG_ctTZsbksLqWfm1NmU,18899
|
1197
1197
|
pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py,sha256=QWlkOGBxvVncwttHTb6poEEUxcsta2nQ16d6rJjn5oY,8223
|
1198
1198
|
pulumi_oci/datasafe/get_security_policy_reports.py,sha256=gFyzjTBmkicfoI4IZXCFpw7jY4IPbC6eLe3JZdW02KA,14630
|
1199
|
-
pulumi_oci/datasafe/get_sensitive_data_model.py,sha256=
|
1199
|
+
pulumi_oci/datasafe/get_sensitive_data_model.py,sha256=AA3Ajlc_s55Ud6YlSu8PGVZvnKY30iaq0PJ0Qx-2uAo,17668
|
1200
1200
|
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py,sha256=GrewtH0kLDWt33yhd6YQVNAByT6PZd1KBIl1LyPlW1U,9413
|
1201
1201
|
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py,sha256=_HObAMgPrZLQnr4YdE7eZHbaWPbP8uKGh9262O_KWLg,7174
|
1202
|
+
pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py,sha256=h21iipBnpPl1hInYbOI_hTkZJs3PE2rloY1mYvLoTxc,7306
|
1202
1203
|
pulumi_oci/datasafe/get_sensitive_data_models.py,sha256=qMe9O2DYfIFUB2jDCa_j8Y2C4oeEpAry3QbB308VuZg,16590
|
1203
1204
|
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py,sha256=UudwoaXABMNjXKFfArdw3HpQyp6IMFrWZ8KfHwFwovk,18960
|
1204
1205
|
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py,sha256=vbQ1yig7XoILTCRbWUrvonLrn10NG8N3LqvYgVTRjuU,30169
|
@@ -1215,7 +1216,7 @@ pulumi_oci/datasafe/get_target_databases.py,sha256=H_EyOCKzeiPNi_KeoasvB_l2CE9rs
|
|
1215
1216
|
pulumi_oci/datasafe/get_target_databases_columns.py,sha256=WGKCxn-jWPvyOztsdJSzCEufZFEKFf1qKdAvMNEtxYs,12653
|
1216
1217
|
pulumi_oci/datasafe/get_target_databases_schemas.py,sha256=CsDQELcIQ0CmgTnkpqAYohEzgSE9qXDdal-nifSYhl0,8480
|
1217
1218
|
pulumi_oci/datasafe/get_target_databases_tables.py,sha256=7p7-Hcm7EGaTGFhmrhr-fsbDtqqzqT2AHvVZzzewmc4,9386
|
1218
|
-
pulumi_oci/datasafe/get_user_assessment.py,sha256=
|
1219
|
+
pulumi_oci/datasafe/get_user_assessment.py,sha256=zGIbI89b4hSkKxxNeonV1ItrYDpOd7N_6plAhle8xxc,18150
|
1219
1220
|
pulumi_oci/datasafe/get_user_assessment_comparison.py,sha256=Y2MErqSw1blLLa0c87Asc4oqWXuB1TVto5zJqKzSuTQ,6803
|
1220
1221
|
pulumi_oci/datasafe/get_user_assessment_profile_analytics.py,sha256=foM91xomFiP-Y5vnqDMgyUE9f-NN9Juo6E7QBDCpTqg,14058
|
1221
1222
|
pulumi_oci/datasafe/get_user_assessment_profiles.py,sha256=oOxuAzH_BV3z4MeN2L8AfjHcQX-iRugy8ppaQrFmFHU,33375
|
@@ -1231,16 +1232,16 @@ pulumi_oci/datasafe/masking_policy.py,sha256=D9flk2TCxxspTvYAf5Gewy3AhA1skONiNh8
|
|
1231
1232
|
pulumi_oci/datasafe/masking_policy_health_report_management.py,sha256=KOvrLtPuzLonyOKJ5MgbvaONPlJQ4h44zNx9YrzZBIg,19251
|
1232
1233
|
pulumi_oci/datasafe/masking_report_management.py,sha256=ntTPk_0XpDYsEdh1lnGyd2UjEDUGkNNpF1p-AYvtIc8,32009
|
1233
1234
|
pulumi_oci/datasafe/on_prem_connector.py,sha256=brTIzRdKDiYI7OSTWzwOq1LMTTq6MDNItkcDkmhKvEI,29350
|
1234
|
-
pulumi_oci/datasafe/outputs.py,sha256=
|
1235
|
-
pulumi_oci/datasafe/report.py,sha256=
|
1236
|
-
pulumi_oci/datasafe/report_definition.py,sha256=
|
1235
|
+
pulumi_oci/datasafe/outputs.py,sha256=eR5fpQryAC2oMXQoAiyn4qKQqIooFrTxyM8wzCM7Fys,1248006
|
1236
|
+
pulumi_oci/datasafe/report.py,sha256=Iy8P92V9YLKEhVinC9wNsU8GmsAO5XW_5NbXRt6BDwU,26381
|
1237
|
+
pulumi_oci/datasafe/report_definition.py,sha256=uJVBFE_caLlnTjaO-HmZgOKBXZw82tZI1UtVtgfjrpc,66469
|
1237
1238
|
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=7BQFmlcT_dt9g1W2NCqKj1n8ixY-NAuPJ4FHMCCGI10,37404
|
1238
|
-
pulumi_oci/datasafe/security_assessment.py,sha256=
|
1239
|
+
pulumi_oci/datasafe/security_assessment.py,sha256=5C9ptIJlOUgyTPsjxMn2uOU1be-W3c62oqbr5d8s5ME,61150
|
1239
1240
|
pulumi_oci/datasafe/security_policy.py,sha256=n3BGyT2Ww0rkbayoT2wrSikpdbiVhsJNOenZyWfsAoY,28863
|
1240
1241
|
pulumi_oci/datasafe/security_policy_deployment.py,sha256=D6YNQebQg35fEprfZ6ZyAlF3ZKhvSNjv3gzCAwQaCbM,32580
|
1241
1242
|
pulumi_oci/datasafe/security_policy_deployment_management.py,sha256=bt3hxxHHcz-PA_T-nKSMkZcDaWzmtZh3XKFG0fqsS_s,17727
|
1242
1243
|
pulumi_oci/datasafe/security_policy_management.py,sha256=Ue_Dji7mB-d2hjT_r9X13jahKaHI02s-81lB3iNqUJU,16615
|
1243
|
-
pulumi_oci/datasafe/sensitive_data_model.py,sha256=
|
1244
|
+
pulumi_oci/datasafe/sensitive_data_model.py,sha256=31M13MqUx4fqO8QZ9xsBlINrXzUwS5Jq65tJs-iviOc,67661
|
1244
1245
|
pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=lPiGmeh6UU4ah7Z85HW0H1mOqvV5fiiryryXyqtrcOU,7830
|
1245
1246
|
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=TREMG2BazyWlYHPsjY-AMv84bigCvtPKLH7XaMcxkJc,67457
|
1246
1247
|
pulumi_oci/datasafe/sensitive_type.py,sha256=aHSb7R_efYFsW2Cz6eaOSJSHlHiMb2OeBRlv2YekRi0,51383
|
@@ -1254,9 +1255,9 @@ pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=pucbdO9GprqnoS-Vizq
|
|
1254
1255
|
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=lLPR19TL-eAoI1JbqNtVql3JwA_MHN7fX_SRExmM2ro,33554
|
1255
1256
|
pulumi_oci/datasafe/target_database.py,sha256=emIHm0iDm1IneZrLzEhRvI3G_PJ0GDMJCF1XbRCCjEM,52219
|
1256
1257
|
pulumi_oci/datasafe/target_database_peer_target_database.py,sha256=zDz_kgpDFJljXtCqsMSUJdnUoiEtx3GQCfqatuKi-4o,32072
|
1257
|
-
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=
|
1258
|
-
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=
|
1259
|
-
pulumi_oci/datasafe/user_assessment.py,sha256=
|
1258
|
+
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=gVcTvHt0rN1rfKKBqSkHE2DaYXzi4LmIkp-zUe0UeSI,12689
|
1259
|
+
pulumi_oci/datasafe/unset_user_assessment_baseline.py,sha256=Ipjz4U_oXV37dztfOC-dkZnu74D8HsEfbqhOngJzfH8,12337
|
1260
|
+
pulumi_oci/datasafe/user_assessment.py,sha256=mf1x2g_DcA_x2838SjVKqrSoIKUyXYmPXMgctA2qTDE,57974
|
1260
1261
|
pulumi_oci/datascience/__init__.py,sha256=YUs9Sg1hYEkk_ORPN54BOFosvaeepgs8SelXVgSpgYc,1506
|
1261
1262
|
pulumi_oci/datascience/_inputs.py,sha256=Ybz88GIxoEeJlK77EsCEdhjF9nkdsfFavLcAI1-BeJA,214403
|
1262
1263
|
pulumi_oci/datascience/get_fast_launch_job_configs.py,sha256=HiyP63vs-xosZ7yoetOiQOfaJVGBKMylWS6manE7rGs,5341
|
@@ -1423,15 +1424,6 @@ pulumi_oci/email/get_suppressions.py,sha256=RxgPtx58BlaO-v2iWZE8JMYwmowRrZ9_lptR
|
|
1423
1424
|
pulumi_oci/email/outputs.py,sha256=PzZdrnzt5kQ0128jXxW6taZa_P-JqvCFLrAIujkeWy8,42324
|
1424
1425
|
pulumi_oci/email/sender.py,sha256=eaPmXIuS_HrpmIopu1NB2bc1LjPSrWrAp9oFC_9fFHY,25236
|
1425
1426
|
pulumi_oci/email/suppression.py,sha256=OvK4mvuIbEfB4ZtB66eD0LkVy4ANjH2MOOWFz6qbllw,22146
|
1426
|
-
pulumi_oci/emwarehouse/__init__.py,sha256=bMIo2Xeb_bFH4EH3MQjDXjtK9RVjUmkp8pXJamFthwY,496
|
1427
|
-
pulumi_oci/emwarehouse/_inputs.py,sha256=JBNTCaZqdxb-XqHbQhkhNEVBIkJTUox3_gNKXe6N_NA,2414
|
1428
|
-
pulumi_oci/emwarehouse/em_warehouse.py,sha256=IfU7P_WlR_NDrAekH8PxSLOAFv7vCtr47EVYAu4twc4,32743
|
1429
|
-
pulumi_oci/emwarehouse/get_em_warehouse.py,sha256=8EiDzB4neUvWkWwpAUq3Ufpxsy_RmmEufla6N2rW4yA,12383
|
1430
|
-
pulumi_oci/emwarehouse/get_em_warehouses.py,sha256=3F2zGp59YMLpWOF5nS76p1QgkqQjtGRhhCJq0o2x-YU,8565
|
1431
|
-
pulumi_oci/emwarehouse/get_etl_run.py,sha256=rtDH2EK9w5QQNKKayv7gn3ITsbQDd66ENTGV9NpHYnk,5795
|
1432
|
-
pulumi_oci/emwarehouse/get_etl_runs.py,sha256=6LZihTlIXFohir510LgvYxUNFOQAOyU8OZiYF_pxKD0,6712
|
1433
|
-
pulumi_oci/emwarehouse/get_resource_usage.py,sha256=AGaN35j8yQ9SLAlvRNIzXY7kwfrbmYKsYWNJI2J9t-w,6437
|
1434
|
-
pulumi_oci/emwarehouse/outputs.py,sha256=WBYQfLow1m4n5HF-HrnSXFFw4LUU5wvtIYNDmlQI-9I,22403
|
1435
1427
|
pulumi_oci/events/__init__.py,sha256=s5WifgDAfiU0eAvulJ-z_3vdbDeRHphEqpEnfC6mvhQ,383
|
1436
1428
|
pulumi_oci/events/_inputs.py,sha256=Ah4nwf3HfBHuaocZ6_-QSIvISt45VSPfVfCYK4Gw1U8,9139
|
1437
1429
|
pulumi_oci/events/get_rule.py,sha256=O1dfRkJK_FUKembRNlKQXYgq9YH19xBobpSFc6hChQE,10101
|
@@ -1522,6 +1514,15 @@ pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj8
|
|
1522
1514
|
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=AVc57jzfRMuzmRd2mfmCyeIw22elMS3onLVZTfGG2PY,31619
|
1523
1515
|
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=sNvU3RKAgOH9KAhnvbW9jaSTc1wTljLfUfCAnkW1TME,10043
|
1524
1516
|
pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py,sha256=HasHB6VDT245-bGBY7LAyNoVLlahLz84NIUi5k0TSh8,3928
|
1517
|
+
pulumi_oci/globallydistributeddatabase/__init__.py,sha256=4Hp7NsGP1jrUgHwCbzpThk-bXIGkEgrNANC6kKi0oZg,524
|
1518
|
+
pulumi_oci/globallydistributeddatabase/_inputs.py,sha256=L1Sykwb8fc2YX7pe10L_sRm9rjfaGsa5IHWAdGNtw-E,47465
|
1519
|
+
pulumi_oci/globallydistributeddatabase/get_private_endpoint.py,sha256=UQuVY7C9tdEj4qoxkUYJHIRM8Oa9mU0wQNGZVwxnWpc,12118
|
1520
|
+
pulumi_oci/globallydistributeddatabase/get_private_endpoints.py,sha256=s7c3b7-MlEdts6Jbwu8RB_NGl24RbwzK1T_IfQs19CQ,7203
|
1521
|
+
pulumi_oci/globallydistributeddatabase/get_sharded_database.py,sha256=o4I-KdNLxRlBctRNVD8GOq7vYOEQtwW7wuTlMNJgr5c,29377
|
1522
|
+
pulumi_oci/globallydistributeddatabase/get_sharded_databases.py,sha256=wTPspD71ofNwsYNddbpmPIh5zTSyIcFyDcvGQ7veGL8,7216
|
1523
|
+
pulumi_oci/globallydistributeddatabase/outputs.py,sha256=pZGwgX2r9nj3nBjgHRD9B6tOqnB7cl-5Nym7O4HtN9w,94213
|
1524
|
+
pulumi_oci/globallydistributeddatabase/private_endpoint.py,sha256=UAUsfT-c1P7QuQIzT7xD7jF3hGJux28CzmH7Vo6CKUg,34000
|
1525
|
+
pulumi_oci/globallydistributeddatabase/sharded_database.py,sha256=sVCb8cXlMyDwujLuF0HGUt5lqACU6bBdbctTN9N9DvY,101930
|
1525
1526
|
pulumi_oci/goldengate/__init__.py,sha256=bUksfKTH9LM_422k-tu1EXIuPrRbsGUVQVmdQ9Y4ogM,1331
|
1526
1527
|
pulumi_oci/goldengate/_inputs.py,sha256=xZBPv70z5TjIWqWeg6_v_20L2YJlxCgha2AxzgAIfSw,47623
|
1527
1528
|
pulumi_oci/goldengate/connection.py,sha256=h_Zu9Rpev4YX6i4btagL3BPusR5khBPpk3-ceq2NU3I,242414
|
@@ -1788,11 +1789,11 @@ pulumi_oci/identity/user_group_membership.py,sha256=nO0gNTZp8fGGYnjIpBlRQ1QoAz8s
|
|
1788
1789
|
pulumi_oci/identitydataplane/__init__.py,sha256=3p2MSIiFqHpIMFFl1thue91_oqZ4koRyvoMkvsjIyzo,314
|
1789
1790
|
pulumi_oci/identitydataplane/generated_scoped_access_token.py,sha256=f5H2ccr9fFkm0lpHH9PMJR2y-dTQN1kFtuWrA0cjC90,12982
|
1790
1791
|
pulumi_oci/integration/__init__.py,sha256=iqBDMZyU6TO-gNDI4UKSZ9DjUI7498ckz8guq5zCjjE,483
|
1791
|
-
pulumi_oci/integration/_inputs.py,sha256=
|
1792
|
-
pulumi_oci/integration/get_integration_instance.py,sha256=
|
1792
|
+
pulumi_oci/integration/_inputs.py,sha256=2VAqKwPUgN3ik228hlx47xitmJyai-tvY24apVLtYXQ,24322
|
1793
|
+
pulumi_oci/integration/get_integration_instance.py,sha256=FvWkBFdtUqqDqLO_OqrkauJ-u8OdVeszTvp-iTYmkF4,18934
|
1793
1794
|
pulumi_oci/integration/get_integration_instances.py,sha256=Fy5WxnRXbsry8IudiJqxFZxsTKdf_1XB3XNp9id15E0,7058
|
1794
|
-
pulumi_oci/integration/integration_instance.py,sha256=
|
1795
|
-
pulumi_oci/integration/outputs.py,sha256=
|
1795
|
+
pulumi_oci/integration/integration_instance.py,sha256=F8jrJsspeGQKVhuTL8jA7AtQQT2ose64NdSAWtK6xjU,68169
|
1796
|
+
pulumi_oci/integration/outputs.py,sha256=ddnVUjjARWsvot7EEyXi38F00edqUQ6M91rCQiZfNiM,68079
|
1796
1797
|
pulumi_oci/integration/private_endpoint_outbound_connection.py,sha256=KGbQ2rXbQYEceNg7XxfJbaY_bE9UwtQP3tpL5pxeFZI,10039
|
1797
1798
|
pulumi_oci/jms/__init__.py,sha256=SET3l3OGDoXrEWTVhwUcrB0FDa9lw4o5VJw-RuPhmC0,2090
|
1798
1799
|
pulumi_oci/jms/_inputs.py,sha256=y6fbkErbKphFgwuDOj9vVyE9f4oCHmpmAIO1dYVpqUE,62066
|
@@ -2292,11 +2293,11 @@ pulumi_oci/operatoraccesscontrol/operator_control.py,sha256=HYrW1R8to_eg4p1D9Pmf
|
|
2292
2293
|
pulumi_oci/operatoraccesscontrol/operator_control_assignment.py,sha256=Lu_SDljPRNl5QRbM6pxMlNM986hP7MHwxuG_F7vF77Q,75065
|
2293
2294
|
pulumi_oci/operatoraccesscontrol/outputs.py,sha256=2m1hPWTHl9qkUcfMYoHQT7UNieC2wiK3bYJ4fq_C6n4,76319
|
2294
2295
|
pulumi_oci/opsi/__init__.py,sha256=fdJT5pryJP3NEo_B8ZbIFU0uP9CVhq_qUyNVxTCBhdE,2224
|
2295
|
-
pulumi_oci/opsi/_inputs.py,sha256=
|
2296
|
+
pulumi_oci/opsi/_inputs.py,sha256=KA1xNc41cIKHe5TE1n2BpvTlKuNj58dB7tfCObTyt3k,72496
|
2296
2297
|
pulumi_oci/opsi/awr_hub.py,sha256=recUMuS-BQDrT7riDo5uyq4KClCHa__bJP4oyzaSTxE,31707
|
2297
2298
|
pulumi_oci/opsi/awr_hub_source.py,sha256=4pBWaZX8R0UnQMrVssgjZrrZcqoC84448SHL67fRda4,46291
|
2298
2299
|
pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py,sha256=WJo-tChWm8YOlClQEivYeL_bXY1p2adxJwXbbi58o-k,11718
|
2299
|
-
pulumi_oci/opsi/database_insight.py,sha256=
|
2300
|
+
pulumi_oci/opsi/database_insight.py,sha256=U2qHaCp72n0aO_Mo8dMbDxH5khT9vCccdCdUE0yMWhI,82473
|
2300
2301
|
pulumi_oci/opsi/enterprise_manager_bridge.py,sha256=gSuTs0L-MOM3IaOLNtF_k0f4f0us5thwhvAOslNRndY,32673
|
2301
2302
|
pulumi_oci/opsi/exadata_insight.py,sha256=q8XsRJI25oeaQAwDc1Iod0RrMqgQaPSz-IqNs3_IPwc,61585
|
2302
2303
|
pulumi_oci/opsi/get_awr_hub.py,sha256=AUzbzzLjLUu-1MY83cn7yH_1lZGYHiFaKNv2785eJuA,11123
|
@@ -2306,39 +2307,39 @@ pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py,sha256=pEhTtLDNO3mF7kZrvNQ_tJ
|
|
2306
2307
|
pulumi_oci/opsi/get_awr_hub_source.py,sha256=5WJF9g9iEJZU2rn5tM2iJ07YAz9CuLvl2niWUi3xfRc,17441
|
2307
2308
|
pulumi_oci/opsi/get_awr_hub_sources.py,sha256=Na_JiL65_0Wi5SEmJ_xHrTphTP_WCLMG5H3zARvhZuE,10647
|
2308
2309
|
pulumi_oci/opsi/get_awr_hubs.py,sha256=TsLF2L6WkHNjy9z0AEZDoctgN7vkeBe0w-mCn_DIZs0,8575
|
2309
|
-
pulumi_oci/opsi/get_database_insight.py,sha256=
|
2310
|
-
pulumi_oci/opsi/get_database_insights.py,sha256=
|
2310
|
+
pulumi_oci/opsi/get_database_insight.py,sha256=mZOehc1Vd39H63JuAznVRcD9M5kTxcLuqVk3RPhg9bs,27003
|
2311
|
+
pulumi_oci/opsi/get_database_insights.py,sha256=cojvtRl0cQUiU5e9bjxqt40HTB178jFkCZVh3eDnUm0,16703
|
2311
2312
|
pulumi_oci/opsi/get_enterprise_manager_bridge.py,sha256=KnEZwVyZcBcx9j1Rq2ntSR5FbegJ6vVvn094FmDvJvI,12368
|
2312
|
-
pulumi_oci/opsi/get_enterprise_manager_bridges.py,sha256=
|
2313
|
+
pulumi_oci/opsi/get_enterprise_manager_bridges.py,sha256=bggq4mrkotnkcagtZn0CBtmgB2aumzgiymrES1LyR48,9760
|
2313
2314
|
pulumi_oci/opsi/get_exadata_insight.py,sha256=W6RsDSMCyyKvDzID87PwFQ4GpYRu06cPzjYKYNT_vPE,20290
|
2314
2315
|
pulumi_oci/opsi/get_exadata_insights.py,sha256=p0AP5zBoKbW4uhQWstp3EIe3ihRZzchF35GlmlFbK8o,11816
|
2315
|
-
pulumi_oci/opsi/get_host_insight.py,sha256=
|
2316
|
-
pulumi_oci/opsi/get_host_insights.py,sha256=
|
2316
|
+
pulumi_oci/opsi/get_host_insight.py,sha256=joDVmgCynHs-CKJHRBjPe33wK5t8MNprXtI1od6BfoE,19900
|
2317
|
+
pulumi_oci/opsi/get_host_insights.py,sha256=Pz_98KHppGJyF0IVvNcBwgPY4ei4YRIhTnRczYVZI4g,13079
|
2317
2318
|
pulumi_oci/opsi/get_importable_agent_entities.py,sha256=_B-7Y39mNb2WAGQnKHJxpqJZKlxKn-x7QJ6-jG4Tnyk,4841
|
2318
2319
|
pulumi_oci/opsi/get_importable_agent_entity.py,sha256=oaI3Kr1tb1O6ezBi8irSZ_ZFMJYAiQIoCzJ_l9-dEuQ,4831
|
2319
2320
|
pulumi_oci/opsi/get_importable_compute_entities.py,sha256=WiG78TidI7swGmix-36IAHuBG91LXZYzrhGvZDU5A_Y,5433
|
2320
2321
|
pulumi_oci/opsi/get_importable_compute_entity.py,sha256=oUsNCiYY9CI8LtF7IejYsmiqdCFBcXd0Sc99h5wqfVg,5423
|
2321
|
-
pulumi_oci/opsi/get_news_report.py,sha256=
|
2322
|
-
pulumi_oci/opsi/get_news_reports.py,sha256=
|
2323
|
-
pulumi_oci/opsi/get_operations_insights_private_endpoint.py,sha256=
|
2324
|
-
pulumi_oci/opsi/get_operations_insights_private_endpoints.py,sha256
|
2325
|
-
pulumi_oci/opsi/get_operations_insights_warehouse.py,sha256=
|
2322
|
+
pulumi_oci/opsi/get_news_report.py,sha256=z9k9x14JoCE6WSvZS8_7cui3i5m4ELTP52XoOGDl2S4,13073
|
2323
|
+
pulumi_oci/opsi/get_news_reports.py,sha256=mg3LgJwj9TtokVPLtjKMJBLEdrGtdFfPbW2yWQJCGFs,9104
|
2324
|
+
pulumi_oci/opsi/get_operations_insights_private_endpoint.py,sha256=4EDSCBZDiDV4enym7P4RG9GeiP1Vmwzt7EZL3x0rYVI,13695
|
2325
|
+
pulumi_oci/opsi/get_operations_insights_private_endpoints.py,sha256=cuPrg_1h1FEeD6FfIzto0zZb4PFVTdqfJSS137yceYc,13208
|
2326
|
+
pulumi_oci/opsi/get_operations_insights_warehouse.py,sha256=hqvbreE6z0hpuujZkQ8sLwDzbrmynDz5rnVPGV81Ras,14304
|
2326
2327
|
pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py,sha256=6rmJu5VTP6E1alJ4vsXrk2XQxvs8reSaJpcXAyiN0Q4,6576
|
2327
|
-
pulumi_oci/opsi/get_operations_insights_warehouse_user.py,sha256=
|
2328
|
+
pulumi_oci/opsi/get_operations_insights_warehouse_user.py,sha256=04PnzJG2dfARRHgLWcwfZfkjLWzHYVa13fVCJvPo1yU,13077
|
2328
2329
|
pulumi_oci/opsi/get_operations_insights_warehouse_users.py,sha256=v15122X0bWwawfWCfSLUrqe0jwpejkGvIMTXCOxxuwE,10199
|
2329
|
-
pulumi_oci/opsi/get_operations_insights_warehouses.py,sha256=
|
2330
|
+
pulumi_oci/opsi/get_operations_insights_warehouses.py,sha256=ddTYKRm0zjUgLkuL9qpy6JXH90w-HSRe09FCrB5aN4w,8670
|
2330
2331
|
pulumi_oci/opsi/get_opsi_configuration.py,sha256=WpsfvzI3oCSrGNaH5KNBgmos0fVtwVyyC2HyS4HW2x4,17283
|
2331
2332
|
pulumi_oci/opsi/get_opsi_configuration_configuration_item.py,sha256=US_cngZcZ3Xkr62ohgRjGS3OWFpRUgkey8zezbCZJKo,10296
|
2332
2333
|
pulumi_oci/opsi/get_opsi_configurations.py,sha256=kEAOVDZqbLYnQkPbMzgh2bB6TQsOu3I4uIcTZ0J65mo,8689
|
2333
|
-
pulumi_oci/opsi/host_insight.py,sha256=
|
2334
|
-
pulumi_oci/opsi/news_report.py,sha256=
|
2335
|
-
pulumi_oci/opsi/operations_insights_private_endpoint.py,sha256=
|
2336
|
-
pulumi_oci/opsi/operations_insights_warehouse.py,sha256=
|
2337
|
-
pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha256=
|
2338
|
-
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=
|
2339
|
-
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=
|
2334
|
+
pulumi_oci/opsi/host_insight.py,sha256=o6w8B3GY3huYTZ5n4BbqFNEAeRm2AZwgqLEkFr1jHto,57898
|
2335
|
+
pulumi_oci/opsi/news_report.py,sha256=7G6o_v2XeqHMnjxrbajuOSBCk4rMozEvGXKmu4-p_Wk,44077
|
2336
|
+
pulumi_oci/opsi/operations_insights_private_endpoint.py,sha256=Z7Y-4Qe9PoZfs1SDoNUtKoqmTWYM_P7RuXHNIRSyVfw,43936
|
2337
|
+
pulumi_oci/opsi/operations_insights_warehouse.py,sha256=TMx88k4QFRf8gje_xzWYd9jw8LQagWOq5JEyAcM76iQ,37211
|
2338
|
+
pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py,sha256=eUhAxsIdq8WRk7uUYI-FMLMIvaMowwnCERRn_zh22vI,14402
|
2339
|
+
pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py,sha256=TtRs_fxsSo-fiUrxnHWMYlXrWGWO0Uz_HOPb9KcsJC0,10366
|
2340
|
+
pulumi_oci/opsi/operations_insights_warehouse_user.py,sha256=9q3lu1X2FHJkKxvK6V1lHEbYFhE-q9bYlMr7uKwliJA,38244
|
2340
2341
|
pulumi_oci/opsi/opsi_configuration.py,sha256=uLc1Vic_qfX6O72_or3o42ftRME16lJgaqP3hW49kW8,48335
|
2341
|
-
pulumi_oci/opsi/outputs.py,sha256=
|
2342
|
+
pulumi_oci/opsi/outputs.py,sha256=4pl5wOl39Lt5R5gru75fLbOGW6D27-9nwmBmOaskFuM,288026
|
2342
2343
|
pulumi_oci/optimizer/__init__.py,sha256=KGWDQm3UJGX6gBelEZ_vljzdfFHDtB9tXZWWCBflwvc,944
|
2343
2344
|
pulumi_oci/optimizer/_inputs.py,sha256=Q0jQxY1wCGLYZ_b10gQqNCwXMUSba_Yo74Ht4BU_vX8,23167
|
2344
2345
|
pulumi_oci/optimizer/enrollment_status.py,sha256=zWniUL7MjLcxEmE0ywN1TVIuB5mIKg-LZFU_pjWKI0w,15919
|
@@ -2761,7 +2762,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=2EXX-nZiSRnou_ywPuVnvH9CT
|
|
2761
2762
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=iXFu2wfolxLPGoRpC9PvrbsMvIURoaPHkg6WVLdoEd8,14234
|
2762
2763
|
pulumi_oci/waf/network_address_list.py,sha256=Burm-luOi53fUUOZVqwfKueKEDWQw8789Ir0mUblOiE,33054
|
2763
2764
|
pulumi_oci/waf/outputs.py,sha256=IibDb-778q6fJDgC9y7kgFTv6CEz8lMNaSd1c3Su9uc,227138
|
2764
|
-
pulumi_oci-2.
|
2765
|
-
pulumi_oci-2.
|
2766
|
-
pulumi_oci-2.
|
2767
|
-
pulumi_oci-2.
|
2765
|
+
pulumi_oci-2.4.0.dist-info/METADATA,sha256=CiTdTC0ZJ9vPfNC9PLQuTMbmhec1onhdprN3rOzXu5c,3890
|
2766
|
+
pulumi_oci-2.4.0.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
2767
|
+
pulumi_oci-2.4.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2768
|
+
pulumi_oci-2.4.0.dist-info/RECORD,,
|
@@ -1,94 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import copy
|
6
|
-
import warnings
|
7
|
-
import pulumi
|
8
|
-
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
10
|
-
from .. import _utilities
|
11
|
-
|
12
|
-
__all__ = [
|
13
|
-
'GetEmWarehousesFilterArgs',
|
14
|
-
'GetEtlRunsFilterArgs',
|
15
|
-
]
|
16
|
-
|
17
|
-
@pulumi.input_type
|
18
|
-
class GetEmWarehousesFilterArgs:
|
19
|
-
def __init__(__self__, *,
|
20
|
-
name: str,
|
21
|
-
values: Sequence[str],
|
22
|
-
regex: Optional[bool] = None):
|
23
|
-
pulumi.set(__self__, "name", name)
|
24
|
-
pulumi.set(__self__, "values", values)
|
25
|
-
if regex is not None:
|
26
|
-
pulumi.set(__self__, "regex", regex)
|
27
|
-
|
28
|
-
@property
|
29
|
-
@pulumi.getter
|
30
|
-
def name(self) -> str:
|
31
|
-
return pulumi.get(self, "name")
|
32
|
-
|
33
|
-
@name.setter
|
34
|
-
def name(self, value: str):
|
35
|
-
pulumi.set(self, "name", value)
|
36
|
-
|
37
|
-
@property
|
38
|
-
@pulumi.getter
|
39
|
-
def values(self) -> Sequence[str]:
|
40
|
-
return pulumi.get(self, "values")
|
41
|
-
|
42
|
-
@values.setter
|
43
|
-
def values(self, value: Sequence[str]):
|
44
|
-
pulumi.set(self, "values", value)
|
45
|
-
|
46
|
-
@property
|
47
|
-
@pulumi.getter
|
48
|
-
def regex(self) -> Optional[bool]:
|
49
|
-
return pulumi.get(self, "regex")
|
50
|
-
|
51
|
-
@regex.setter
|
52
|
-
def regex(self, value: Optional[bool]):
|
53
|
-
pulumi.set(self, "regex", value)
|
54
|
-
|
55
|
-
|
56
|
-
@pulumi.input_type
|
57
|
-
class GetEtlRunsFilterArgs:
|
58
|
-
def __init__(__self__, *,
|
59
|
-
name: str,
|
60
|
-
values: Sequence[str],
|
61
|
-
regex: Optional[bool] = None):
|
62
|
-
pulumi.set(__self__, "name", name)
|
63
|
-
pulumi.set(__self__, "values", values)
|
64
|
-
if regex is not None:
|
65
|
-
pulumi.set(__self__, "regex", regex)
|
66
|
-
|
67
|
-
@property
|
68
|
-
@pulumi.getter
|
69
|
-
def name(self) -> str:
|
70
|
-
return pulumi.get(self, "name")
|
71
|
-
|
72
|
-
@name.setter
|
73
|
-
def name(self, value: str):
|
74
|
-
pulumi.set(self, "name", value)
|
75
|
-
|
76
|
-
@property
|
77
|
-
@pulumi.getter
|
78
|
-
def values(self) -> Sequence[str]:
|
79
|
-
return pulumi.get(self, "values")
|
80
|
-
|
81
|
-
@values.setter
|
82
|
-
def values(self, value: Sequence[str]):
|
83
|
-
pulumi.set(self, "values", value)
|
84
|
-
|
85
|
-
@property
|
86
|
-
@pulumi.getter
|
87
|
-
def regex(self) -> Optional[bool]:
|
88
|
-
return pulumi.get(self, "regex")
|
89
|
-
|
90
|
-
@regex.setter
|
91
|
-
def regex(self, value: Optional[bool]):
|
92
|
-
pulumi.set(self, "regex", value)
|
93
|
-
|
94
|
-
|