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
@@ -0,0 +1,352 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+
17
+ __all__ = ['ManagedKafkaKafkaClusterSuperusersManagementArgs', 'ManagedKafkaKafkaClusterSuperusersManagement']
18
+
19
+ @pulumi.input_type
20
+ class ManagedKafkaKafkaClusterSuperusersManagementArgs:
21
+ def __init__(__self__, *,
22
+ enable_superuser: pulumi.Input[_builtins.bool],
23
+ kafka_cluster_id: pulumi.Input[_builtins.str],
24
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
25
+ secret_id: Optional[pulumi.Input[_builtins.str]] = None):
26
+ """
27
+ The set of arguments for constructing a ManagedKafkaKafkaClusterSuperusersManagement resource.
28
+ :param pulumi.Input[_builtins.bool] enable_superuser: (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
29
+
30
+
31
+ ** IMPORTANT **
32
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
33
+ :param pulumi.Input[_builtins.str] kafka_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
34
+ :param pulumi.Input[_builtins.str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
35
+ :param pulumi.Input[_builtins.str] secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
36
+ """
37
+ pulumi.set(__self__, "enable_superuser", enable_superuser)
38
+ pulumi.set(__self__, "kafka_cluster_id", kafka_cluster_id)
39
+ if compartment_id is not None:
40
+ pulumi.set(__self__, "compartment_id", compartment_id)
41
+ if secret_id is not None:
42
+ pulumi.set(__self__, "secret_id", secret_id)
43
+
44
+ @_builtins.property
45
+ @pulumi.getter(name="enableSuperuser")
46
+ def enable_superuser(self) -> pulumi.Input[_builtins.bool]:
47
+ """
48
+ (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
49
+
50
+
51
+ ** IMPORTANT **
52
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
53
+ """
54
+ return pulumi.get(self, "enable_superuser")
55
+
56
+ @enable_superuser.setter
57
+ def enable_superuser(self, value: pulumi.Input[_builtins.bool]):
58
+ pulumi.set(self, "enable_superuser", value)
59
+
60
+ @_builtins.property
61
+ @pulumi.getter(name="kafkaClusterId")
62
+ def kafka_cluster_id(self) -> pulumi.Input[_builtins.str]:
63
+ """
64
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
65
+ """
66
+ return pulumi.get(self, "kafka_cluster_id")
67
+
68
+ @kafka_cluster_id.setter
69
+ def kafka_cluster_id(self, value: pulumi.Input[_builtins.str]):
70
+ pulumi.set(self, "kafka_cluster_id", value)
71
+
72
+ @_builtins.property
73
+ @pulumi.getter(name="compartmentId")
74
+ def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
75
+ """
76
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
77
+ """
78
+ return pulumi.get(self, "compartment_id")
79
+
80
+ @compartment_id.setter
81
+ def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
82
+ pulumi.set(self, "compartment_id", value)
83
+
84
+ @_builtins.property
85
+ @pulumi.getter(name="secretId")
86
+ def secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
87
+ """
88
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
89
+ """
90
+ return pulumi.get(self, "secret_id")
91
+
92
+ @secret_id.setter
93
+ def secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
94
+ pulumi.set(self, "secret_id", value)
95
+
96
+
97
+ @pulumi.input_type
98
+ class _ManagedKafkaKafkaClusterSuperusersManagementState:
99
+ def __init__(__self__, *,
100
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
101
+ enable_superuser: Optional[pulumi.Input[_builtins.bool]] = None,
102
+ kafka_cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
103
+ secret_id: Optional[pulumi.Input[_builtins.str]] = None):
104
+ """
105
+ Input properties used for looking up and filtering ManagedKafkaKafkaClusterSuperusersManagement resources.
106
+ :param pulumi.Input[_builtins.str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
107
+ :param pulumi.Input[_builtins.bool] enable_superuser: (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
108
+
109
+
110
+ ** IMPORTANT **
111
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
112
+ :param pulumi.Input[_builtins.str] kafka_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
113
+ :param pulumi.Input[_builtins.str] secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
114
+ """
115
+ if compartment_id is not None:
116
+ pulumi.set(__self__, "compartment_id", compartment_id)
117
+ if enable_superuser is not None:
118
+ pulumi.set(__self__, "enable_superuser", enable_superuser)
119
+ if kafka_cluster_id is not None:
120
+ pulumi.set(__self__, "kafka_cluster_id", kafka_cluster_id)
121
+ if secret_id is not None:
122
+ pulumi.set(__self__, "secret_id", secret_id)
123
+
124
+ @_builtins.property
125
+ @pulumi.getter(name="compartmentId")
126
+ def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
127
+ """
128
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
129
+ """
130
+ return pulumi.get(self, "compartment_id")
131
+
132
+ @compartment_id.setter
133
+ def compartment_id(self, value: Optional[pulumi.Input[_builtins.str]]):
134
+ pulumi.set(self, "compartment_id", value)
135
+
136
+ @_builtins.property
137
+ @pulumi.getter(name="enableSuperuser")
138
+ def enable_superuser(self) -> Optional[pulumi.Input[_builtins.bool]]:
139
+ """
140
+ (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
141
+
142
+
143
+ ** IMPORTANT **
144
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
145
+ """
146
+ return pulumi.get(self, "enable_superuser")
147
+
148
+ @enable_superuser.setter
149
+ def enable_superuser(self, value: Optional[pulumi.Input[_builtins.bool]]):
150
+ pulumi.set(self, "enable_superuser", value)
151
+
152
+ @_builtins.property
153
+ @pulumi.getter(name="kafkaClusterId")
154
+ def kafka_cluster_id(self) -> Optional[pulumi.Input[_builtins.str]]:
155
+ """
156
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
157
+ """
158
+ return pulumi.get(self, "kafka_cluster_id")
159
+
160
+ @kafka_cluster_id.setter
161
+ def kafka_cluster_id(self, value: Optional[pulumi.Input[_builtins.str]]):
162
+ pulumi.set(self, "kafka_cluster_id", value)
163
+
164
+ @_builtins.property
165
+ @pulumi.getter(name="secretId")
166
+ def secret_id(self) -> Optional[pulumi.Input[_builtins.str]]:
167
+ """
168
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
169
+ """
170
+ return pulumi.get(self, "secret_id")
171
+
172
+ @secret_id.setter
173
+ def secret_id(self, value: Optional[pulumi.Input[_builtins.str]]):
174
+ pulumi.set(self, "secret_id", value)
175
+
176
+
177
+ @pulumi.type_token("oci:oci/managedKafkaKafkaClusterSuperusersManagement:ManagedKafkaKafkaClusterSuperusersManagement")
178
+ class ManagedKafkaKafkaClusterSuperusersManagement(pulumi.CustomResource):
179
+ @overload
180
+ def __init__(__self__,
181
+ resource_name: str,
182
+ opts: Optional[pulumi.ResourceOptions] = None,
183
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
184
+ enable_superuser: Optional[pulumi.Input[_builtins.bool]] = None,
185
+ kafka_cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
186
+ secret_id: Optional[pulumi.Input[_builtins.str]] = None,
187
+ __props__=None):
188
+ """
189
+ This resource provides the Kafka Cluster Superusers Management resource in Oracle Cloud Infrastructure Managed Kafka service.
190
+
191
+ Adds a SASL superuser to the Kafka cluster. A generated password will be updated to the specified vault.
192
+
193
+ ## Example Usage
194
+
195
+ ```python
196
+ import pulumi
197
+ import pulumi_oci as oci
198
+
199
+ test_kafka_cluster_superusers_management = oci.oci.ManagedKafkaKafkaClusterSuperusersManagement("test_kafka_cluster_superusers_management",
200
+ kafka_cluster_id=test_kafka_cluster["id"],
201
+ enable_superuser=enable_superuser,
202
+ compartment_id=compartment_id,
203
+ secret_id=test_secret["id"])
204
+ ```
205
+
206
+ :param str resource_name: The name of the resource.
207
+ :param pulumi.ResourceOptions opts: Options for the resource.
208
+ :param pulumi.Input[_builtins.str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
209
+ :param pulumi.Input[_builtins.bool] enable_superuser: (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
210
+
211
+
212
+ ** IMPORTANT **
213
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
214
+ :param pulumi.Input[_builtins.str] kafka_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
215
+ :param pulumi.Input[_builtins.str] secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
216
+ """
217
+ ...
218
+ @overload
219
+ def __init__(__self__,
220
+ resource_name: str,
221
+ args: ManagedKafkaKafkaClusterSuperusersManagementArgs,
222
+ opts: Optional[pulumi.ResourceOptions] = None):
223
+ """
224
+ This resource provides the Kafka Cluster Superusers Management resource in Oracle Cloud Infrastructure Managed Kafka service.
225
+
226
+ Adds a SASL superuser to the Kafka cluster. A generated password will be updated to the specified vault.
227
+
228
+ ## Example Usage
229
+
230
+ ```python
231
+ import pulumi
232
+ import pulumi_oci as oci
233
+
234
+ test_kafka_cluster_superusers_management = oci.oci.ManagedKafkaKafkaClusterSuperusersManagement("test_kafka_cluster_superusers_management",
235
+ kafka_cluster_id=test_kafka_cluster["id"],
236
+ enable_superuser=enable_superuser,
237
+ compartment_id=compartment_id,
238
+ secret_id=test_secret["id"])
239
+ ```
240
+
241
+ :param str resource_name: The name of the resource.
242
+ :param ManagedKafkaKafkaClusterSuperusersManagementArgs args: The arguments to use to populate this resource's properties.
243
+ :param pulumi.ResourceOptions opts: Options for the resource.
244
+ """
245
+ ...
246
+ def __init__(__self__, resource_name: str, *args, **kwargs):
247
+ resource_args, opts = _utilities.get_resource_args_opts(ManagedKafkaKafkaClusterSuperusersManagementArgs, pulumi.ResourceOptions, *args, **kwargs)
248
+ if resource_args is not None:
249
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
250
+ else:
251
+ __self__._internal_init(resource_name, *args, **kwargs)
252
+
253
+ def _internal_init(__self__,
254
+ resource_name: str,
255
+ opts: Optional[pulumi.ResourceOptions] = None,
256
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
257
+ enable_superuser: Optional[pulumi.Input[_builtins.bool]] = None,
258
+ kafka_cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
259
+ secret_id: Optional[pulumi.Input[_builtins.str]] = None,
260
+ __props__=None):
261
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
262
+ if not isinstance(opts, pulumi.ResourceOptions):
263
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
264
+ if opts.id is None:
265
+ if __props__ is not None:
266
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
267
+ __props__ = ManagedKafkaKafkaClusterSuperusersManagementArgs.__new__(ManagedKafkaKafkaClusterSuperusersManagementArgs)
268
+
269
+ __props__.__dict__["compartment_id"] = compartment_id
270
+ if enable_superuser is None and not opts.urn:
271
+ raise TypeError("Missing required property 'enable_superuser'")
272
+ __props__.__dict__["enable_superuser"] = enable_superuser
273
+ if kafka_cluster_id is None and not opts.urn:
274
+ raise TypeError("Missing required property 'kafka_cluster_id'")
275
+ __props__.__dict__["kafka_cluster_id"] = kafka_cluster_id
276
+ __props__.__dict__["secret_id"] = secret_id
277
+ super(ManagedKafkaKafkaClusterSuperusersManagement, __self__).__init__(
278
+ 'oci:oci/managedKafkaKafkaClusterSuperusersManagement:ManagedKafkaKafkaClusterSuperusersManagement',
279
+ resource_name,
280
+ __props__,
281
+ opts)
282
+
283
+ @staticmethod
284
+ def get(resource_name: str,
285
+ id: pulumi.Input[str],
286
+ opts: Optional[pulumi.ResourceOptions] = None,
287
+ compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
288
+ enable_superuser: Optional[pulumi.Input[_builtins.bool]] = None,
289
+ kafka_cluster_id: Optional[pulumi.Input[_builtins.str]] = None,
290
+ secret_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'ManagedKafkaKafkaClusterSuperusersManagement':
291
+ """
292
+ Get an existing ManagedKafkaKafkaClusterSuperusersManagement resource's state with the given name, id, and optional extra
293
+ properties used to qualify the lookup.
294
+
295
+ :param str resource_name: The unique name of the resulting resource.
296
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
297
+ :param pulumi.ResourceOptions opts: Options for the resource.
298
+ :param pulumi.Input[_builtins.str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
299
+ :param pulumi.Input[_builtins.bool] enable_superuser: (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
300
+
301
+
302
+ ** IMPORTANT **
303
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
304
+ :param pulumi.Input[_builtins.str] kafka_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
305
+ :param pulumi.Input[_builtins.str] secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
306
+ """
307
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
308
+
309
+ __props__ = _ManagedKafkaKafkaClusterSuperusersManagementState.__new__(_ManagedKafkaKafkaClusterSuperusersManagementState)
310
+
311
+ __props__.__dict__["compartment_id"] = compartment_id
312
+ __props__.__dict__["enable_superuser"] = enable_superuser
313
+ __props__.__dict__["kafka_cluster_id"] = kafka_cluster_id
314
+ __props__.__dict__["secret_id"] = secret_id
315
+ return ManagedKafkaKafkaClusterSuperusersManagement(resource_name, opts=opts, __props__=__props__)
316
+
317
+ @_builtins.property
318
+ @pulumi.getter(name="compartmentId")
319
+ def compartment_id(self) -> pulumi.Output[_builtins.str]:
320
+ """
321
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
322
+ """
323
+ return pulumi.get(self, "compartment_id")
324
+
325
+ @_builtins.property
326
+ @pulumi.getter(name="enableSuperuser")
327
+ def enable_superuser(self) -> pulumi.Output[_builtins.bool]:
328
+ """
329
+ (Updatable) A required field when set to `true` calls enable action and when set to `false` calls disable action.
330
+
331
+
332
+ ** IMPORTANT **
333
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
334
+ """
335
+ return pulumi.get(self, "enable_superuser")
336
+
337
+ @_builtins.property
338
+ @pulumi.getter(name="kafkaClusterId")
339
+ def kafka_cluster_id(self) -> pulumi.Output[_builtins.str]:
340
+ """
341
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaCluster.
342
+ """
343
+ return pulumi.get(self, "kafka_cluster_id")
344
+
345
+ @_builtins.property
346
+ @pulumi.getter(name="secretId")
347
+ def secret_id(self) -> pulumi.Output[_builtins.str]:
348
+ """
349
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
350
+ """
351
+ return pulumi.get(self, "secret_id")
352
+