pulumi-oci 3.4.0a1755714728__py3-none-any.whl → 3.5.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.
Files changed (313) hide show
  1. pulumi_oci/__init__.py +248 -43
  2. pulumi_oci/aidocument/__init__.py +1 -0
  3. pulumi_oci/aidocument/_inputs.py +476 -6
  4. pulumi_oci/aidocument/get_model.py +63 -2
  5. pulumi_oci/aidocument/get_model_type.py +179 -0
  6. pulumi_oci/aidocument/get_models.py +1 -1
  7. pulumi_oci/aidocument/get_project.py +17 -2
  8. pulumi_oci/aidocument/get_projects.py +1 -1
  9. pulumi_oci/aidocument/model.py +188 -0
  10. pulumi_oci/aidocument/outputs.py +883 -8
  11. pulumi_oci/aidocument/processor_job.py +22 -4
  12. pulumi_oci/aidocument/project.py +50 -1
  13. pulumi_oci/apigateway/_inputs.py +608 -12
  14. pulumi_oci/apigateway/api.py +127 -38
  15. pulumi_oci/apigateway/certificate.py +122 -3
  16. pulumi_oci/apigateway/deployment.py +120 -3
  17. pulumi_oci/apigateway/gateway.py +124 -7
  18. pulumi_oci/apigateway/get_api.py +40 -1
  19. pulumi_oci/apigateway/get_certificate.py +41 -1
  20. pulumi_oci/apigateway/get_deployment.py +40 -1
  21. pulumi_oci/apigateway/get_gateway.py +40 -1
  22. pulumi_oci/apigateway/get_subscriber.py +40 -1
  23. pulumi_oci/apigateway/get_usage_plan.py +40 -1
  24. pulumi_oci/apigateway/outputs.py +1413 -39
  25. pulumi_oci/apigateway/subscriber.py +120 -3
  26. pulumi_oci/apigateway/usage_plan.py +127 -38
  27. pulumi_oci/apmconfig/_inputs.py +199 -15
  28. pulumi_oci/apmconfig/config.py +535 -17
  29. pulumi_oci/apmconfig/get_config.py +141 -1
  30. pulumi_oci/apmconfig/get_configs.py +2 -2
  31. pulumi_oci/apmconfig/outputs.py +509 -13
  32. pulumi_oci/apmtraces/__init__.py +5 -0
  33. pulumi_oci/apmtraces/_inputs.py +413 -0
  34. pulumi_oci/apmtraces/get_attribute_auto_activate_status.py +160 -0
  35. pulumi_oci/apmtraces/get_log.py +356 -0
  36. pulumi_oci/apmtraces/get_scheduled_queries.py +163 -0
  37. pulumi_oci/apmtraces/get_scheduled_query.py +368 -0
  38. pulumi_oci/apmtraces/get_trace.py +4 -4
  39. pulumi_oci/apmtraces/outputs.py +971 -0
  40. pulumi_oci/apmtraces/scheduled_query.py +925 -0
  41. pulumi_oci/autoscaling/_inputs.py +177 -13
  42. pulumi_oci/autoscaling/auto_scaling_configuration.py +12 -0
  43. pulumi_oci/autoscaling/outputs.py +269 -23
  44. pulumi_oci/core/_inputs.py +184 -0
  45. pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
  46. pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
  47. pulumi_oci/core/get_ipv6.py +15 -1
  48. pulumi_oci/core/ipv6.py +49 -0
  49. pulumi_oci/core/outputs.py +376 -0
  50. pulumi_oci/database/__init__.py +3 -0
  51. pulumi_oci/database/_inputs.py +396 -19
  52. pulumi_oci/database/autonomous_container_database.py +94 -0
  53. pulumi_oci/database/autonomous_container_database_add_standby.py +28 -0
  54. pulumi_oci/database/autonomous_database.py +578 -568
  55. pulumi_oci/database/autonomous_database_saas_admin_user.py +43 -60
  56. pulumi_oci/database/data_guard_association.py +98 -0
  57. pulumi_oci/database/database.py +28 -0
  58. pulumi_oci/database/db_node.py +56 -0
  59. pulumi_oci/database/db_system.py +108 -14
  60. pulumi_oci/database/exadb_vm_cluster.py +49 -0
  61. pulumi_oci/database/exascale_db_storage_vault.py +28 -0
  62. pulumi_oci/database/get_autonomous_container_database.py +29 -1
  63. pulumi_oci/database/get_autonomous_database.py +65 -1
  64. pulumi_oci/database/get_autonomous_databases.py +6 -1
  65. pulumi_oci/database/get_data_guard_association.py +23 -1
  66. pulumi_oci/database/get_database.py +15 -1
  67. pulumi_oci/database/get_db_node.py +29 -1
  68. pulumi_oci/database/get_db_system_shapes.py +25 -6
  69. pulumi_oci/database/get_db_system_storage_performances.py +20 -3
  70. pulumi_oci/database/get_db_versions.py +20 -1
  71. pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
  72. pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
  73. pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
  74. pulumi_oci/database/get_gi_versions.py +25 -6
  75. pulumi_oci/database/get_pluggable_database_snapshot.py +253 -0
  76. pulumi_oci/database/get_pluggable_database_snapshots.py +235 -0
  77. pulumi_oci/database/outputs.py +1045 -83
  78. pulumi_oci/database/pluggable_database.py +0 -14
  79. pulumi_oci/database/pluggable_database_snapshot.py +539 -0
  80. pulumi_oci/databasemanagement/__init__.py +37 -0
  81. pulumi_oci/databasemanagement/_inputs.py +9516 -3414
  82. pulumi_oci/databasemanagement/cloud_asm.py +791 -0
  83. pulumi_oci/databasemanagement/cloud_asm_instance.py +686 -0
  84. pulumi_oci/databasemanagement/cloud_cluster.py +847 -0
  85. pulumi_oci/databasemanagement/cloud_cluster_instance.py +789 -0
  86. pulumi_oci/databasemanagement/cloud_db_home.py +630 -0
  87. pulumi_oci/databasemanagement/cloud_db_node.py +761 -0
  88. pulumi_oci/databasemanagement/cloud_db_system.py +789 -0
  89. pulumi_oci/databasemanagement/cloud_db_system_cloud_database_managements_management.py +354 -0
  90. pulumi_oci/databasemanagement/cloud_db_system_cloud_stack_monitorings_management.py +354 -0
  91. pulumi_oci/databasemanagement/cloud_db_system_connector.py +761 -0
  92. pulumi_oci/databasemanagement/cloud_db_system_discovery.py +754 -0
  93. pulumi_oci/databasemanagement/cloud_listener.py +1043 -0
  94. pulumi_oci/databasemanagement/get_cloud_asm.py +380 -0
  95. pulumi_oci/databasemanagement/get_cloud_asm_configuration.py +147 -0
  96. pulumi_oci/databasemanagement/get_cloud_asm_disk_groups.py +163 -0
  97. pulumi_oci/databasemanagement/get_cloud_asm_instance.py +337 -0
  98. pulumi_oci/databasemanagement/get_cloud_asm_instances.py +191 -0
  99. pulumi_oci/databasemanagement/get_cloud_asm_users.py +163 -0
  100. pulumi_oci/databasemanagement/get_cloud_asms.py +191 -0
  101. pulumi_oci/databasemanagement/get_cloud_cluster.py +408 -0
  102. pulumi_oci/databasemanagement/get_cloud_cluster_instance.py +379 -0
  103. pulumi_oci/databasemanagement/get_cloud_cluster_instances.py +191 -0
  104. pulumi_oci/databasemanagement/get_cloud_clusters.py +191 -0
  105. pulumi_oci/databasemanagement/get_cloud_databases.py +188 -0
  106. pulumi_oci/databasemanagement/get_cloud_db_home.py +309 -0
  107. pulumi_oci/databasemanagement/get_cloud_db_homes.py +191 -0
  108. pulumi_oci/databasemanagement/get_cloud_db_node.py +365 -0
  109. pulumi_oci/databasemanagement/get_cloud_db_nodes.py +191 -0
  110. pulumi_oci/databasemanagement/get_cloud_db_system.py +352 -0
  111. pulumi_oci/databasemanagement/get_cloud_db_system_connector.py +338 -0
  112. pulumi_oci/databasemanagement/get_cloud_db_system_connectors.py +191 -0
  113. pulumi_oci/databasemanagement/get_cloud_db_system_discoveries.py +169 -0
  114. pulumi_oci/databasemanagement/get_cloud_db_system_discovery.py +335 -0
  115. pulumi_oci/databasemanagement/get_cloud_db_systems.py +235 -0
  116. pulumi_oci/databasemanagement/get_cloud_listener.py +506 -0
  117. pulumi_oci/databasemanagement/get_cloud_listener_services.py +187 -0
  118. pulumi_oci/databasemanagement/get_cloud_listeners.py +191 -0
  119. pulumi_oci/databasemanagement/get_managed_database.py +2 -2
  120. pulumi_oci/databasemanagement/get_managed_database_group.py +2 -2
  121. pulumi_oci/databasemanagement/get_managed_my_sql_database_binary_log_information.py +6 -6
  122. pulumi_oci/databasemanagement/get_managed_my_sql_database_general_replication_information.py +5 -5
  123. pulumi_oci/databasemanagement/get_managed_my_sql_database_high_availability_members.py +2 -2
  124. pulumi_oci/databasemanagement/get_managed_my_sql_database_outbound_replications.py +2 -2
  125. pulumi_oci/databasemanagement/outputs.py +18049 -4222
  126. pulumi_oci/datasafe/__init__.py +24 -0
  127. pulumi_oci/datasafe/_inputs.py +3669 -1537
  128. pulumi_oci/datasafe/attribute_set.py +693 -0
  129. pulumi_oci/datasafe/audit_profile.py +356 -95
  130. pulumi_oci/datasafe/audit_profile_management.py +389 -129
  131. pulumi_oci/datasafe/audit_trail.py +47 -0
  132. pulumi_oci/datasafe/audit_trail_management.py +49 -0
  133. pulumi_oci/datasafe/get_alerts.py +2 -2
  134. pulumi_oci/datasafe/get_attribute_set.py +295 -0
  135. pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
  136. pulumi_oci/datasafe/get_attribute_sets.py +340 -0
  137. pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
  138. pulumi_oci/datasafe/get_audit_events.py +2 -2
  139. pulumi_oci/datasafe/get_audit_policies.py +20 -1
  140. pulumi_oci/datasafe/get_audit_profile.py +78 -8
  141. pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
  142. pulumi_oci/datasafe/get_audit_profiles.py +50 -9
  143. pulumi_oci/datasafe/get_audit_trail.py +15 -1
  144. pulumi_oci/datasafe/get_audit_trails.py +20 -1
  145. pulumi_oci/datasafe/get_database_security_configs.py +20 -1
  146. pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
  147. pulumi_oci/datasafe/get_masking_analytics.py +42 -1
  148. pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
  149. pulumi_oci/datasafe/get_report.py +43 -1
  150. pulumi_oci/datasafe/get_reports.py +23 -1
  151. pulumi_oci/datasafe/get_security_assessment.py +116 -2
  152. pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
  153. pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
  154. pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +22 -1
  155. pulumi_oci/datasafe/get_security_assessment_findings.py +75 -8
  156. pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
  157. pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
  158. pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
  159. pulumi_oci/datasafe/get_security_assessments.py +70 -4
  160. pulumi_oci/datasafe/get_security_policies.py +23 -1
  161. pulumi_oci/datasafe/get_security_policy.py +15 -1
  162. pulumi_oci/datasafe/get_security_policy_config.py +296 -0
  163. pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
  164. pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
  165. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
  166. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
  167. pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
  168. pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
  169. pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
  170. pulumi_oci/datasafe/get_sql_collections.py +20 -1
  171. pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
  172. pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
  173. pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
  174. pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
  175. pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
  176. pulumi_oci/datasafe/get_target_database_group.py +296 -0
  177. pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
  178. pulumi_oci/datasafe/get_target_database_groups.py +313 -0
  179. pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
  180. pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
  181. pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
  182. pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
  183. pulumi_oci/datasafe/get_user_assessment.py +29 -1
  184. pulumi_oci/datasafe/get_user_assessments.py +45 -1
  185. pulumi_oci/datasafe/outputs.py +7975 -1013
  186. pulumi_oci/datasafe/report.py +84 -0
  187. pulumi_oci/datasafe/report_definition.py +4 -0
  188. pulumi_oci/datasafe/security_assessment.py +425 -82
  189. pulumi_oci/datasafe/security_assessment_check.py +456 -0
  190. pulumi_oci/datasafe/security_assessment_finding.py +818 -0
  191. pulumi_oci/datasafe/security_policy.py +94 -77
  192. pulumi_oci/datasafe/security_policy_config.py +698 -0
  193. pulumi_oci/datasafe/security_policy_deployment.py +272 -67
  194. pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
  195. pulumi_oci/datasafe/security_policy_management.py +87 -30
  196. pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
  197. pulumi_oci/datasafe/target_database.py +4 -0
  198. pulumi_oci/datasafe/target_database_group.py +679 -0
  199. pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
  200. pulumi_oci/datasafe/unified_audit_policy.py +836 -0
  201. pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
  202. pulumi_oci/datasafe/user_assessment.py +105 -28
  203. pulumi_oci/datascience/__init__.py +10 -0
  204. pulumi_oci/datascience/_inputs.py +6760 -2206
  205. pulumi_oci/datascience/get_job.py +15 -1
  206. pulumi_oci/datascience/get_job_run.py +44 -2
  207. pulumi_oci/datascience/get_model_deployment_model_states.py +251 -0
  208. pulumi_oci/datascience/get_model_group.py +405 -0
  209. pulumi_oci/datascience/get_model_group_artifact_content.py +132 -0
  210. pulumi_oci/datascience/get_model_group_models.py +240 -0
  211. pulumi_oci/datascience/get_model_group_version_histories.py +243 -0
  212. pulumi_oci/{aianomalydetection/get_detection_model.py → datascience/get_model_group_version_history.py} +73 -74
  213. pulumi_oci/datascience/get_model_groups.py +265 -0
  214. pulumi_oci/datascience/get_pipeline_run.py +15 -1
  215. pulumi_oci/datascience/job.py +81 -154
  216. pulumi_oci/datascience/job_run.py +250 -4
  217. pulumi_oci/datascience/model_group.py +1111 -0
  218. pulumi_oci/datascience/model_group_artifact.py +369 -0
  219. pulumi_oci/{aianomalydetection/model.py → datascience/model_group_version_history.py} +172 -187
  220. pulumi_oci/datascience/notebook_session.py +4 -0
  221. pulumi_oci/datascience/outputs.py +17168 -8021
  222. pulumi_oci/datascience/pipeline_run.py +87 -0
  223. pulumi_oci/disasterrecovery/_inputs.py +231 -3
  224. pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
  225. pulumi_oci/disasterrecovery/outputs.py +446 -12
  226. pulumi_oci/generativeai/_inputs.py +572 -63
  227. pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
  228. pulumi_oci/generativeai/agent_data_source.py +7 -81
  229. pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
  230. pulumi_oci/generativeai/agent_tool.py +172 -0
  231. pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
  232. pulumi_oci/generativeai/get_agent_data_source.py +1 -5
  233. pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
  234. pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
  235. pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
  236. pulumi_oci/generativeai/outputs.py +1128 -106
  237. pulumi_oci/goldengate/_inputs.py +3 -3
  238. pulumi_oci/goldengate/connection.py +175 -56
  239. pulumi_oci/goldengate/deployment.py +94 -0
  240. pulumi_oci/goldengate/get_connection.py +20 -4
  241. pulumi_oci/goldengate/get_deployment.py +29 -1
  242. pulumi_oci/goldengate/get_deployments.py +23 -1
  243. pulumi_oci/goldengate/outputs.py +62 -10
  244. pulumi_oci/managementagent/__init__.py +4 -0
  245. pulumi_oci/managementagent/_inputs.py +129 -0
  246. pulumi_oci/managementagent/get_management_agent.py +26 -1
  247. pulumi_oci/managementagent/get_management_agent_install_key.py +43 -1
  248. pulumi_oci/managementagent/get_management_agent_named_credentials_metadata.py +147 -0
  249. pulumi_oci/managementagent/get_named_credential.py +268 -0
  250. pulumi_oci/managementagent/get_named_credentials.py +221 -0
  251. pulumi_oci/managementagent/management_agent.py +48 -0
  252. pulumi_oci/managementagent/management_agent_install_key.py +84 -0
  253. pulumi_oci/managementagent/named_credential.py +706 -0
  254. pulumi_oci/managementagent/outputs.py +515 -0
  255. pulumi_oci/managementdashboard/management_dashboards_import.py +178 -20
  256. pulumi_oci/oci/__init__.py +12 -0
  257. pulumi_oci/oci/_inputs.py +566 -0
  258. pulumi_oci/{aianomalydetection/project.py → oci/api_platform_api_platform_instance.py} +204 -118
  259. pulumi_oci/oci/get_api_platform_api_platform_instance.py +282 -0
  260. pulumi_oci/oci/get_api_platform_api_platform_instances.py +199 -0
  261. pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
  262. pulumi_oci/{aianomalydetection/get_ai_private_endpoint.py → oci/get_managed_kafka_kafka_cluster_config.py} +63 -90
  263. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
  264. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
  265. pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
  266. pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
  267. pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
  268. pulumi_oci/{aianomalydetection/ai_private_endpoint.py → oci/managed_kafka_kafka_cluster_config.py} +138 -232
  269. pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
  270. pulumi_oci/oci/outputs.py +1540 -164
  271. pulumi_oci/opsi/_inputs.py +1001 -149
  272. pulumi_oci/opsi/database_insight.py +22 -3
  273. pulumi_oci/opsi/exadata_insight.py +86 -6
  274. pulumi_oci/opsi/outputs.py +1438 -178
  275. pulumi_oci/psql/configuration.py +109 -19
  276. pulumi_oci/psql/db_system.py +7 -7
  277. pulumi_oci/psql/get_configuration.py +30 -2
  278. pulumi_oci/psql/get_configurations.py +49 -5
  279. pulumi_oci/psql/get_db_system.py +1 -1
  280. pulumi_oci/psql/get_default_configuration.py +30 -4
  281. pulumi_oci/psql/get_default_configurations.py +49 -5
  282. pulumi_oci/psql/outputs.py +47 -14
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/redis/__init__.py +6 -0
  285. pulumi_oci/redis/_inputs.py +217 -0
  286. pulumi_oci/{aianomalydetection/get_detection_data_asset.py → redis/get_oci_cache_config_set.py} +74 -74
  287. pulumi_oci/redis/get_oci_cache_config_sets.py +221 -0
  288. pulumi_oci/redis/get_oci_cache_default_config_set.py +217 -0
  289. pulumi_oci/redis/get_oci_cache_default_config_sets.py +218 -0
  290. pulumi_oci/redis/get_redis_cluster.py +15 -1
  291. pulumi_oci/{aianomalydetection/data_asset.py → redis/oci_cache_config_set.py} +190 -254
  292. pulumi_oci/redis/oci_cache_config_setlist_associated_oci_cache_cluster.py +240 -0
  293. pulumi_oci/redis/outputs.py +713 -0
  294. pulumi_oci/redis/redis_cluster.py +49 -0
  295. pulumi_oci/vault/_inputs.py +198 -0
  296. pulumi_oci/vault/get_secret.py +43 -1
  297. pulumi_oci/vault/outputs.py +434 -0
  298. pulumi_oci/vault/secret.py +103 -0
  299. {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0.dist-info}/METADATA +1 -1
  300. {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0.dist-info}/RECORD +302 -218
  301. pulumi_oci/aianomalydetection/__init__.py +0 -25
  302. pulumi_oci/aianomalydetection/_inputs.py +0 -1742
  303. pulumi_oci/aianomalydetection/detect_anomaly_job.py +0 -739
  304. pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +0 -199
  305. pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +0 -338
  306. pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +0 -254
  307. pulumi_oci/aianomalydetection/get_detection_data_assets.py +0 -213
  308. pulumi_oci/aianomalydetection/get_detection_models.py +0 -213
  309. pulumi_oci/aianomalydetection/get_detection_project.py +0 -239
  310. pulumi_oci/aianomalydetection/get_detection_projects.py +0 -191
  311. pulumi_oci/aianomalydetection/outputs.py +0 -3699
  312. {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0.dist-info}/WHEEL +0 -0
  313. {pulumi_oci-3.4.0a1755714728.dist-info → pulumi_oci-3.5.0.dist-info}/top_level.txt +0 -0
@@ -20,22 +20,34 @@ __all__ = ['ManagementDashboardsImportArgs', 'ManagementDashboardsImport']
20
20
  class ManagementDashboardsImportArgs:
21
21
  def __init__(__self__, *,
22
22
  import_details: Optional[pulumi.Input[_builtins.str]] = None,
23
- import_details_file: Optional[pulumi.Input[_builtins.str]] = None):
23
+ import_details_file: Optional[pulumi.Input[_builtins.str]] = None,
24
+ override_dashboard_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None,
25
+ override_same_name: Optional[pulumi.Input[_builtins.str]] = None,
26
+ override_saved_search_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None):
24
27
  """
25
28
  The set of arguments for constructing a ManagementDashboardsImport resource.
26
- :param pulumi.Input[_builtins.str] import_details: Array of Dashboards to import. The `import_details` is mandatory if `import_details_path` is not passed. Value should be stringified JSON of [ManagementDashboardImportDetails](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/managementdashboard/20200901/ManagementDashboardImportDetails/)
29
+ :param pulumi.Input[_builtins.str] override_dashboard_compartment_ocid: If this attribute is set, the dashboard resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
30
+ :param pulumi.Input[_builtins.str] override_same_name: By default, if a resource with the same OCID exists in the target compartment, it is updated during the import process, otherwise, a new resource is created. However, if this attribute is set to true, then during the import process if a resource with the same displayName exists in the compartment, then it is updated even if the OCIDs are different. This is useful when importing the same resource multiple times. If the compartment and displayName remain the same, the resource is only updated and multiple copies of a resource are not created.
31
+ :param pulumi.Input[_builtins.str] override_saved_search_compartment_ocid: If this attribute is set, the saved search resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
32
+
33
+
34
+ ** IMPORTANT **
35
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
27
36
  """
28
37
  if import_details is not None:
29
38
  pulumi.set(__self__, "import_details", import_details)
30
39
  if import_details_file is not None:
31
40
  pulumi.set(__self__, "import_details_file", import_details_file)
41
+ if override_dashboard_compartment_ocid is not None:
42
+ pulumi.set(__self__, "override_dashboard_compartment_ocid", override_dashboard_compartment_ocid)
43
+ if override_same_name is not None:
44
+ pulumi.set(__self__, "override_same_name", override_same_name)
45
+ if override_saved_search_compartment_ocid is not None:
46
+ pulumi.set(__self__, "override_saved_search_compartment_ocid", override_saved_search_compartment_ocid)
32
47
 
33
48
  @_builtins.property
34
49
  @pulumi.getter(name="importDetails")
35
50
  def import_details(self) -> Optional[pulumi.Input[_builtins.str]]:
36
- """
37
- Array of Dashboards to import. The `import_details` is mandatory if `import_details_path` is not passed. Value should be stringified JSON of [ManagementDashboardImportDetails](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/managementdashboard/20200901/ManagementDashboardImportDetails/)
38
- """
39
51
  return pulumi.get(self, "import_details")
40
52
 
41
53
  @import_details.setter
@@ -51,27 +63,79 @@ class ManagementDashboardsImportArgs:
51
63
  def import_details_file(self, value: Optional[pulumi.Input[_builtins.str]]):
52
64
  pulumi.set(self, "import_details_file", value)
53
65
 
66
+ @_builtins.property
67
+ @pulumi.getter(name="overrideDashboardCompartmentOcid")
68
+ def override_dashboard_compartment_ocid(self) -> Optional[pulumi.Input[_builtins.str]]:
69
+ """
70
+ If this attribute is set, the dashboard resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
71
+ """
72
+ return pulumi.get(self, "override_dashboard_compartment_ocid")
73
+
74
+ @override_dashboard_compartment_ocid.setter
75
+ def override_dashboard_compartment_ocid(self, value: Optional[pulumi.Input[_builtins.str]]):
76
+ pulumi.set(self, "override_dashboard_compartment_ocid", value)
77
+
78
+ @_builtins.property
79
+ @pulumi.getter(name="overrideSameName")
80
+ def override_same_name(self) -> Optional[pulumi.Input[_builtins.str]]:
81
+ """
82
+ By default, if a resource with the same OCID exists in the target compartment, it is updated during the import process, otherwise, a new resource is created. However, if this attribute is set to true, then during the import process if a resource with the same displayName exists in the compartment, then it is updated even if the OCIDs are different. This is useful when importing the same resource multiple times. If the compartment and displayName remain the same, the resource is only updated and multiple copies of a resource are not created.
83
+ """
84
+ return pulumi.get(self, "override_same_name")
85
+
86
+ @override_same_name.setter
87
+ def override_same_name(self, value: Optional[pulumi.Input[_builtins.str]]):
88
+ pulumi.set(self, "override_same_name", value)
89
+
90
+ @_builtins.property
91
+ @pulumi.getter(name="overrideSavedSearchCompartmentOcid")
92
+ def override_saved_search_compartment_ocid(self) -> Optional[pulumi.Input[_builtins.str]]:
93
+ """
94
+ If this attribute is set, the saved search resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
95
+
96
+
97
+ ** IMPORTANT **
98
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
99
+ """
100
+ return pulumi.get(self, "override_saved_search_compartment_ocid")
101
+
102
+ @override_saved_search_compartment_ocid.setter
103
+ def override_saved_search_compartment_ocid(self, value: Optional[pulumi.Input[_builtins.str]]):
104
+ pulumi.set(self, "override_saved_search_compartment_ocid", value)
105
+
54
106
 
55
107
  @pulumi.input_type
56
108
  class _ManagementDashboardsImportState:
57
109
  def __init__(__self__, *,
58
110
  import_details: Optional[pulumi.Input[_builtins.str]] = None,
59
- import_details_file: Optional[pulumi.Input[_builtins.str]] = None):
111
+ import_details_file: Optional[pulumi.Input[_builtins.str]] = None,
112
+ override_dashboard_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None,
113
+ override_same_name: Optional[pulumi.Input[_builtins.str]] = None,
114
+ override_saved_search_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None):
60
115
  """
61
116
  Input properties used for looking up and filtering ManagementDashboardsImport resources.
62
- :param pulumi.Input[_builtins.str] import_details: Array of Dashboards to import. The `import_details` is mandatory if `import_details_path` is not passed. Value should be stringified JSON of [ManagementDashboardImportDetails](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/managementdashboard/20200901/ManagementDashboardImportDetails/)
117
+ :param pulumi.Input[_builtins.str] override_dashboard_compartment_ocid: If this attribute is set, the dashboard resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
118
+ :param pulumi.Input[_builtins.str] override_same_name: By default, if a resource with the same OCID exists in the target compartment, it is updated during the import process, otherwise, a new resource is created. However, if this attribute is set to true, then during the import process if a resource with the same displayName exists in the compartment, then it is updated even if the OCIDs are different. This is useful when importing the same resource multiple times. If the compartment and displayName remain the same, the resource is only updated and multiple copies of a resource are not created.
119
+ :param pulumi.Input[_builtins.str] override_saved_search_compartment_ocid: If this attribute is set, the saved search resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
120
+
121
+
122
+ ** IMPORTANT **
123
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
63
124
  """
64
125
  if import_details is not None:
65
126
  pulumi.set(__self__, "import_details", import_details)
66
127
  if import_details_file is not None:
67
128
  pulumi.set(__self__, "import_details_file", import_details_file)
129
+ if override_dashboard_compartment_ocid is not None:
130
+ pulumi.set(__self__, "override_dashboard_compartment_ocid", override_dashboard_compartment_ocid)
131
+ if override_same_name is not None:
132
+ pulumi.set(__self__, "override_same_name", override_same_name)
133
+ if override_saved_search_compartment_ocid is not None:
134
+ pulumi.set(__self__, "override_saved_search_compartment_ocid", override_saved_search_compartment_ocid)
68
135
 
69
136
  @_builtins.property
70
137
  @pulumi.getter(name="importDetails")
71
138
  def import_details(self) -> Optional[pulumi.Input[_builtins.str]]:
72
- """
73
- Array of Dashboards to import. The `import_details` is mandatory if `import_details_path` is not passed. Value should be stringified JSON of [ManagementDashboardImportDetails](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/managementdashboard/20200901/ManagementDashboardImportDetails/)
74
- """
75
139
  return pulumi.get(self, "import_details")
76
140
 
77
141
  @import_details.setter
@@ -87,6 +151,46 @@ class _ManagementDashboardsImportState:
87
151
  def import_details_file(self, value: Optional[pulumi.Input[_builtins.str]]):
88
152
  pulumi.set(self, "import_details_file", value)
89
153
 
154
+ @_builtins.property
155
+ @pulumi.getter(name="overrideDashboardCompartmentOcid")
156
+ def override_dashboard_compartment_ocid(self) -> Optional[pulumi.Input[_builtins.str]]:
157
+ """
158
+ If this attribute is set, the dashboard resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
159
+ """
160
+ return pulumi.get(self, "override_dashboard_compartment_ocid")
161
+
162
+ @override_dashboard_compartment_ocid.setter
163
+ def override_dashboard_compartment_ocid(self, value: Optional[pulumi.Input[_builtins.str]]):
164
+ pulumi.set(self, "override_dashboard_compartment_ocid", value)
165
+
166
+ @_builtins.property
167
+ @pulumi.getter(name="overrideSameName")
168
+ def override_same_name(self) -> Optional[pulumi.Input[_builtins.str]]:
169
+ """
170
+ By default, if a resource with the same OCID exists in the target compartment, it is updated during the import process, otherwise, a new resource is created. However, if this attribute is set to true, then during the import process if a resource with the same displayName exists in the compartment, then it is updated even if the OCIDs are different. This is useful when importing the same resource multiple times. If the compartment and displayName remain the same, the resource is only updated and multiple copies of a resource are not created.
171
+ """
172
+ return pulumi.get(self, "override_same_name")
173
+
174
+ @override_same_name.setter
175
+ def override_same_name(self, value: Optional[pulumi.Input[_builtins.str]]):
176
+ pulumi.set(self, "override_same_name", value)
177
+
178
+ @_builtins.property
179
+ @pulumi.getter(name="overrideSavedSearchCompartmentOcid")
180
+ def override_saved_search_compartment_ocid(self) -> Optional[pulumi.Input[_builtins.str]]:
181
+ """
182
+ If this attribute is set, the saved search resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
183
+
184
+
185
+ ** IMPORTANT **
186
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
187
+ """
188
+ return pulumi.get(self, "override_saved_search_compartment_ocid")
189
+
190
+ @override_saved_search_compartment_ocid.setter
191
+ def override_saved_search_compartment_ocid(self, value: Optional[pulumi.Input[_builtins.str]]):
192
+ pulumi.set(self, "override_saved_search_compartment_ocid", value)
193
+
90
194
 
91
195
  @pulumi.type_token("oci:ManagementDashboard/managementDashboardsImport:ManagementDashboardsImport")
92
196
  class ManagementDashboardsImport(pulumi.CustomResource):
@@ -96,6 +200,9 @@ class ManagementDashboardsImport(pulumi.CustomResource):
96
200
  opts: Optional[pulumi.ResourceOptions] = None,
97
201
  import_details: Optional[pulumi.Input[_builtins.str]] = None,
98
202
  import_details_file: Optional[pulumi.Input[_builtins.str]] = None,
203
+ override_dashboard_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None,
204
+ override_same_name: Optional[pulumi.Input[_builtins.str]] = None,
205
+ override_saved_search_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None,
99
206
  __props__=None):
100
207
  """
101
208
  This resource provides the Management Dashboards Import resource in Oracle Cloud Infrastructure Management Dashboard service.
@@ -114,8 +221,9 @@ class ManagementDashboardsImport(pulumi.CustomResource):
114
221
  import pulumi_oci as oci
115
222
 
116
223
  test_management_dashboards_import = oci.managementdashboard.ManagementDashboardsImport("test_management_dashboards_import",
117
- import_details=sample_import_details,
118
- import_details_file=sample_import_details_file_path)
224
+ override_dashboard_compartment_ocid=management_dashboards_import_override_dashboard_compartment_ocid,
225
+ override_same_name=management_dashboards_import_override_same_name,
226
+ override_saved_search_compartment_ocid=management_dashboards_import_override_saved_search_compartment_ocid)
119
227
  ```
120
228
 
121
229
  ## Import
@@ -128,7 +236,13 @@ class ManagementDashboardsImport(pulumi.CustomResource):
128
236
 
129
237
  :param str resource_name: The name of the resource.
130
238
  :param pulumi.ResourceOptions opts: Options for the resource.
131
- :param pulumi.Input[_builtins.str] import_details: Array of Dashboards to import. The `import_details` is mandatory if `import_details_path` is not passed. Value should be stringified JSON of [ManagementDashboardImportDetails](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/managementdashboard/20200901/ManagementDashboardImportDetails/)
239
+ :param pulumi.Input[_builtins.str] override_dashboard_compartment_ocid: If this attribute is set, the dashboard resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
240
+ :param pulumi.Input[_builtins.str] override_same_name: By default, if a resource with the same OCID exists in the target compartment, it is updated during the import process, otherwise, a new resource is created. However, if this attribute is set to true, then during the import process if a resource with the same displayName exists in the compartment, then it is updated even if the OCIDs are different. This is useful when importing the same resource multiple times. If the compartment and displayName remain the same, the resource is only updated and multiple copies of a resource are not created.
241
+ :param pulumi.Input[_builtins.str] override_saved_search_compartment_ocid: If this attribute is set, the saved search resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
242
+
243
+
244
+ ** IMPORTANT **
245
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
132
246
  """
133
247
  ...
134
248
  @overload
@@ -153,8 +267,9 @@ class ManagementDashboardsImport(pulumi.CustomResource):
153
267
  import pulumi_oci as oci
154
268
 
155
269
  test_management_dashboards_import = oci.managementdashboard.ManagementDashboardsImport("test_management_dashboards_import",
156
- import_details=sample_import_details,
157
- import_details_file=sample_import_details_file_path)
270
+ override_dashboard_compartment_ocid=management_dashboards_import_override_dashboard_compartment_ocid,
271
+ override_same_name=management_dashboards_import_override_same_name,
272
+ override_saved_search_compartment_ocid=management_dashboards_import_override_saved_search_compartment_ocid)
158
273
  ```
159
274
 
160
275
  ## Import
@@ -182,6 +297,9 @@ class ManagementDashboardsImport(pulumi.CustomResource):
182
297
  opts: Optional[pulumi.ResourceOptions] = None,
183
298
  import_details: Optional[pulumi.Input[_builtins.str]] = None,
184
299
  import_details_file: Optional[pulumi.Input[_builtins.str]] = None,
300
+ override_dashboard_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None,
301
+ override_same_name: Optional[pulumi.Input[_builtins.str]] = None,
302
+ override_saved_search_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None,
185
303
  __props__=None):
186
304
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
187
305
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -193,6 +311,9 @@ class ManagementDashboardsImport(pulumi.CustomResource):
193
311
 
194
312
  __props__.__dict__["import_details"] = import_details
195
313
  __props__.__dict__["import_details_file"] = import_details_file
314
+ __props__.__dict__["override_dashboard_compartment_ocid"] = override_dashboard_compartment_ocid
315
+ __props__.__dict__["override_same_name"] = override_same_name
316
+ __props__.__dict__["override_saved_search_compartment_ocid"] = override_saved_search_compartment_ocid
196
317
  super(ManagementDashboardsImport, __self__).__init__(
197
318
  'oci:ManagementDashboard/managementDashboardsImport:ManagementDashboardsImport',
198
319
  resource_name,
@@ -204,7 +325,10 @@ class ManagementDashboardsImport(pulumi.CustomResource):
204
325
  id: pulumi.Input[str],
205
326
  opts: Optional[pulumi.ResourceOptions] = None,
206
327
  import_details: Optional[pulumi.Input[_builtins.str]] = None,
207
- import_details_file: Optional[pulumi.Input[_builtins.str]] = None) -> 'ManagementDashboardsImport':
328
+ import_details_file: Optional[pulumi.Input[_builtins.str]] = None,
329
+ override_dashboard_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None,
330
+ override_same_name: Optional[pulumi.Input[_builtins.str]] = None,
331
+ override_saved_search_compartment_ocid: Optional[pulumi.Input[_builtins.str]] = None) -> 'ManagementDashboardsImport':
208
332
  """
209
333
  Get an existing ManagementDashboardsImport resource's state with the given name, id, and optional extra
210
334
  properties used to qualify the lookup.
@@ -212,7 +336,13 @@ class ManagementDashboardsImport(pulumi.CustomResource):
212
336
  :param str resource_name: The unique name of the resulting resource.
213
337
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
214
338
  :param pulumi.ResourceOptions opts: Options for the resource.
215
- :param pulumi.Input[_builtins.str] import_details: Array of Dashboards to import. The `import_details` is mandatory if `import_details_path` is not passed. Value should be stringified JSON of [ManagementDashboardImportDetails](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/managementdashboard/20200901/ManagementDashboardImportDetails/)
339
+ :param pulumi.Input[_builtins.str] override_dashboard_compartment_ocid: If this attribute is set, the dashboard resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
340
+ :param pulumi.Input[_builtins.str] override_same_name: By default, if a resource with the same OCID exists in the target compartment, it is updated during the import process, otherwise, a new resource is created. However, if this attribute is set to true, then during the import process if a resource with the same displayName exists in the compartment, then it is updated even if the OCIDs are different. This is useful when importing the same resource multiple times. If the compartment and displayName remain the same, the resource is only updated and multiple copies of a resource are not created.
341
+ :param pulumi.Input[_builtins.str] override_saved_search_compartment_ocid: If this attribute is set, the saved search resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
342
+
343
+
344
+ ** IMPORTANT **
345
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
216
346
  """
217
347
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
218
348
 
@@ -220,14 +350,14 @@ class ManagementDashboardsImport(pulumi.CustomResource):
220
350
 
221
351
  __props__.__dict__["import_details"] = import_details
222
352
  __props__.__dict__["import_details_file"] = import_details_file
353
+ __props__.__dict__["override_dashboard_compartment_ocid"] = override_dashboard_compartment_ocid
354
+ __props__.__dict__["override_same_name"] = override_same_name
355
+ __props__.__dict__["override_saved_search_compartment_ocid"] = override_saved_search_compartment_ocid
223
356
  return ManagementDashboardsImport(resource_name, opts=opts, __props__=__props__)
224
357
 
225
358
  @_builtins.property
226
359
  @pulumi.getter(name="importDetails")
227
360
  def import_details(self) -> pulumi.Output[Optional[_builtins.str]]:
228
- """
229
- Array of Dashboards to import. The `import_details` is mandatory if `import_details_path` is not passed. Value should be stringified JSON of [ManagementDashboardImportDetails](https://docs.cloud.oracle.com/en-us/iaas/api/#/en/managementdashboard/20200901/ManagementDashboardImportDetails/)
230
- """
231
361
  return pulumi.get(self, "import_details")
232
362
 
233
363
  @_builtins.property
@@ -235,3 +365,31 @@ class ManagementDashboardsImport(pulumi.CustomResource):
235
365
  def import_details_file(self) -> pulumi.Output[Optional[_builtins.str]]:
236
366
  return pulumi.get(self, "import_details_file")
237
367
 
368
+ @_builtins.property
369
+ @pulumi.getter(name="overrideDashboardCompartmentOcid")
370
+ def override_dashboard_compartment_ocid(self) -> pulumi.Output[_builtins.str]:
371
+ """
372
+ If this attribute is set, the dashboard resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
373
+ """
374
+ return pulumi.get(self, "override_dashboard_compartment_ocid")
375
+
376
+ @_builtins.property
377
+ @pulumi.getter(name="overrideSameName")
378
+ def override_same_name(self) -> pulumi.Output[_builtins.str]:
379
+ """
380
+ By default, if a resource with the same OCID exists in the target compartment, it is updated during the import process, otherwise, a new resource is created. However, if this attribute is set to true, then during the import process if a resource with the same displayName exists in the compartment, then it is updated even if the OCIDs are different. This is useful when importing the same resource multiple times. If the compartment and displayName remain the same, the resource is only updated and multiple copies of a resource are not created.
381
+ """
382
+ return pulumi.get(self, "override_same_name")
383
+
384
+ @_builtins.property
385
+ @pulumi.getter(name="overrideSavedSearchCompartmentOcid")
386
+ def override_saved_search_compartment_ocid(self) -> pulumi.Output[_builtins.str]:
387
+ """
388
+ If this attribute is set, the saved search resources are created or updated in the compartment specified by OCID. If this attribute is not set, the compartment specified in the JSON metadata is used.
389
+
390
+
391
+ ** IMPORTANT **
392
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
393
+ """
394
+ return pulumi.get(self, "override_saved_search_compartment_ocid")
395
+
@@ -6,6 +6,7 @@ import builtins as _builtins
6
6
  from .. import _utilities
7
7
  import typing
8
8
  # Export this package's modules as members:
9
+ from .api_platform_api_platform_instance import *
9
10
  from .apiaccesscontrol_privileged_api_control import *
10
11
  from .apiaccesscontrol_privileged_api_request import *
11
12
  from .dbmulticloud_multi_cloud_resource_discovery import *
@@ -14,6 +15,8 @@ from .dbmulticloud_oracle_db_azure_blob_mount import *
14
15
  from .dbmulticloud_oracle_db_azure_connector import *
15
16
  from .dbmulticloud_oracle_db_azure_vault import *
16
17
  from .dbmulticloud_oracle_db_azure_vault_association import *
18
+ from .get_api_platform_api_platform_instance import *
19
+ from .get_api_platform_api_platform_instances import *
17
20
  from .get_apiaccesscontrol_api_metadata import *
18
21
  from .get_apiaccesscontrol_api_metadata_by_entity_types import *
19
22
  from .get_apiaccesscontrol_api_metadatas import *
@@ -35,6 +38,12 @@ from .get_dbmulticloud_oracle_db_azure_vault import *
35
38
  from .get_dbmulticloud_oracle_db_azure_vault_association import *
36
39
  from .get_dbmulticloud_oracle_db_azure_vault_associations import *
37
40
  from .get_dbmulticloud_oracle_db_azure_vaults import *
41
+ from .get_managed_kafka_kafka_cluster import *
42
+ from .get_managed_kafka_kafka_cluster_config import *
43
+ from .get_managed_kafka_kafka_cluster_config_version import *
44
+ from .get_managed_kafka_kafka_cluster_config_versions import *
45
+ from .get_managed_kafka_kafka_cluster_configs import *
46
+ from .get_managed_kafka_kafka_clusters import *
38
47
  from .get_wlms_managed_instance import *
39
48
  from .get_wlms_managed_instance_scan_results import *
40
49
  from .get_wlms_managed_instance_server import *
@@ -52,5 +61,8 @@ from .get_wlms_wls_domain_server_backups import *
52
61
  from .get_wlms_wls_domain_server_installed_patches import *
53
62
  from .get_wlms_wls_domain_servers import *
54
63
  from .get_wlms_wls_domains import *
64
+ from .managed_kafka_kafka_cluster import *
65
+ from .managed_kafka_kafka_cluster_config import *
66
+ from .managed_kafka_kafka_cluster_superusers_management import *
55
67
  from ._inputs import *
56
68
  from . import outputs