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
@@ -13,24 +13,26 @@ if sys.version_info >= (3, 11):
13
13
  else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from .. import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
16
18
 
17
- __all__ = ['ProjectArgs', 'Project']
19
+ __all__ = ['ApiPlatformApiPlatformInstanceArgs', 'ApiPlatformApiPlatformInstance']
18
20
 
19
21
  @pulumi.input_type
20
- class ProjectArgs:
22
+ class ApiPlatformApiPlatformInstanceArgs:
21
23
  def __init__(__self__, *,
22
24
  compartment_id: pulumi.Input[_builtins.str],
23
25
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
24
26
  description: Optional[pulumi.Input[_builtins.str]] = None,
25
- display_name: Optional[pulumi.Input[_builtins.str]] = None,
26
- freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
27
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
28
+ name: Optional[pulumi.Input[_builtins.str]] = None):
27
29
  """
28
- The set of arguments for constructing a Project resource.
29
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID for the project's compartment.
30
+ The set of arguments for constructing a ApiPlatformApiPlatformInstance resource.
31
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
30
32
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
31
- :param pulumi.Input[_builtins.str] description: (Updatable) A short description of the project.
32
- :param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
33
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
33
+ :param pulumi.Input[_builtins.str] description: (Updatable) User-provided changeable and non-unique description of the instance
34
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
35
+ :param pulumi.Input[_builtins.str] name: A regionally unique, non-changeable instance name provided by the user during creation
34
36
 
35
37
 
36
38
  ** IMPORTANT **
@@ -41,16 +43,16 @@ class ProjectArgs:
41
43
  pulumi.set(__self__, "defined_tags", defined_tags)
42
44
  if description is not None:
43
45
  pulumi.set(__self__, "description", description)
44
- if display_name is not None:
45
- pulumi.set(__self__, "display_name", display_name)
46
46
  if freeform_tags is not None:
47
47
  pulumi.set(__self__, "freeform_tags", freeform_tags)
48
+ if name is not None:
49
+ pulumi.set(__self__, "name", name)
48
50
 
49
51
  @_builtins.property
50
52
  @pulumi.getter(name="compartmentId")
51
53
  def compartment_id(self) -> pulumi.Input[_builtins.str]:
52
54
  """
53
- (Updatable) The OCID for the project's compartment.
55
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
54
56
  """
55
57
  return pulumi.get(self, "compartment_id")
56
58
 
@@ -74,7 +76,7 @@ class ProjectArgs:
74
76
  @pulumi.getter
75
77
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
76
78
  """
77
- (Updatable) A short description of the project.
79
+ (Updatable) User-provided changeable and non-unique description of the instance
78
80
  """
79
81
  return pulumi.get(self, "description")
80
82
 
@@ -83,61 +85,67 @@ class ProjectArgs:
83
85
  pulumi.set(self, "description", value)
84
86
 
85
87
  @_builtins.property
86
- @pulumi.getter(name="displayName")
87
- def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
88
+ @pulumi.getter(name="freeformTags")
89
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
88
90
  """
89
- (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
91
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
90
92
  """
91
- return pulumi.get(self, "display_name")
93
+ return pulumi.get(self, "freeform_tags")
92
94
 
93
- @display_name.setter
94
- def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
95
- pulumi.set(self, "display_name", value)
95
+ @freeform_tags.setter
96
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
97
+ pulumi.set(self, "freeform_tags", value)
96
98
 
97
99
  @_builtins.property
98
- @pulumi.getter(name="freeformTags")
99
- def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
100
+ @pulumi.getter
101
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
100
102
  """
101
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
103
+ A regionally unique, non-changeable instance name provided by the user during creation
102
104
 
103
105
 
104
106
  ** IMPORTANT **
105
107
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
106
108
  """
107
- return pulumi.get(self, "freeform_tags")
109
+ return pulumi.get(self, "name")
108
110
 
109
- @freeform_tags.setter
110
- def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
111
- pulumi.set(self, "freeform_tags", value)
111
+ @name.setter
112
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
113
+ pulumi.set(self, "name", value)
112
114
 
113
115
 
114
116
  @pulumi.input_type
115
- class _ProjectState:
117
+ class _ApiPlatformApiPlatformInstanceState:
116
118
  def __init__(__self__, *,
117
119
  compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
118
120
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
119
121
  description: Optional[pulumi.Input[_builtins.str]] = None,
120
- display_name: Optional[pulumi.Input[_builtins.str]] = None,
121
122
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
123
+ idcs_apps: Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceIdcsAppArgs']]]] = None,
124
+ lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
125
+ name: Optional[pulumi.Input[_builtins.str]] = None,
122
126
  state: Optional[pulumi.Input[_builtins.str]] = None,
123
127
  system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
124
128
  time_created: Optional[pulumi.Input[_builtins.str]] = None,
125
- time_updated: Optional[pulumi.Input[_builtins.str]] = None):
129
+ time_updated: Optional[pulumi.Input[_builtins.str]] = None,
130
+ uris: Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceUriArgs']]]] = None):
126
131
  """
127
- Input properties used for looking up and filtering Project resources.
128
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID for the project's compartment.
132
+ Input properties used for looking up and filtering ApiPlatformApiPlatformInstance resources.
133
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
129
134
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
130
- :param pulumi.Input[_builtins.str] description: (Updatable) A short description of the project.
131
- :param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
132
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
135
+ :param pulumi.Input[_builtins.str] description: (Updatable) User-provided changeable and non-unique description of the instance
136
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
137
+ :param pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceIdcsAppArgs']]] idcs_apps: IDCS app associated with the instance, that can be used to manage the roles of the users
138
+ :param pulumi.Input[_builtins.str] lifecycle_details: A message that describes the current state of the instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state
139
+ :param pulumi.Input[_builtins.str] name: A regionally unique, non-changeable instance name provided by the user during creation
133
140
 
134
141
 
135
142
  ** IMPORTANT **
136
143
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
137
- :param pulumi.Input[_builtins.str] state: The lifecycle state of the Project.
138
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
139
- :param pulumi.Input[_builtins.str] time_created: The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
140
- :param pulumi.Input[_builtins.str] time_updated: The date and time the resource was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
144
+ :param pulumi.Input[_builtins.str] state: The current state of the instance
145
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
146
+ :param pulumi.Input[_builtins.str] time_created: The date and time the instance was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
147
+ :param pulumi.Input[_builtins.str] time_updated: The date and time the instance was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
148
+ :param pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceUriArgs']]] uris: Service URIs pertaining to the instance
141
149
  """
142
150
  if compartment_id is not None:
143
151
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -145,10 +153,14 @@ class _ProjectState:
145
153
  pulumi.set(__self__, "defined_tags", defined_tags)
146
154
  if description is not None:
147
155
  pulumi.set(__self__, "description", description)
148
- if display_name is not None:
149
- pulumi.set(__self__, "display_name", display_name)
150
156
  if freeform_tags is not None:
151
157
  pulumi.set(__self__, "freeform_tags", freeform_tags)
158
+ if idcs_apps is not None:
159
+ pulumi.set(__self__, "idcs_apps", idcs_apps)
160
+ if lifecycle_details is not None:
161
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
162
+ if name is not None:
163
+ pulumi.set(__self__, "name", name)
152
164
  if state is not None:
153
165
  pulumi.set(__self__, "state", state)
154
166
  if system_tags is not None:
@@ -157,12 +169,14 @@ class _ProjectState:
157
169
  pulumi.set(__self__, "time_created", time_created)
158
170
  if time_updated is not None:
159
171
  pulumi.set(__self__, "time_updated", time_updated)
172
+ if uris is not None:
173
+ pulumi.set(__self__, "uris", uris)
160
174
 
161
175
  @_builtins.property
162
176
  @pulumi.getter(name="compartmentId")
163
177
  def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
164
178
  """
165
- (Updatable) The OCID for the project's compartment.
179
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
166
180
  """
167
181
  return pulumi.get(self, "compartment_id")
168
182
 
@@ -186,7 +200,7 @@ class _ProjectState:
186
200
  @pulumi.getter
187
201
  def description(self) -> Optional[pulumi.Input[_builtins.str]]:
188
202
  """
189
- (Updatable) A short description of the project.
203
+ (Updatable) User-provided changeable and non-unique description of the instance
190
204
  """
191
205
  return pulumi.get(self, "description")
192
206
 
@@ -195,38 +209,62 @@ class _ProjectState:
195
209
  pulumi.set(self, "description", value)
196
210
 
197
211
  @_builtins.property
198
- @pulumi.getter(name="displayName")
199
- def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
212
+ @pulumi.getter(name="freeformTags")
213
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
214
+ """
215
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
216
+ """
217
+ return pulumi.get(self, "freeform_tags")
218
+
219
+ @freeform_tags.setter
220
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
221
+ pulumi.set(self, "freeform_tags", value)
222
+
223
+ @_builtins.property
224
+ @pulumi.getter(name="idcsApps")
225
+ def idcs_apps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceIdcsAppArgs']]]]:
200
226
  """
201
- (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
227
+ IDCS app associated with the instance, that can be used to manage the roles of the users
202
228
  """
203
- return pulumi.get(self, "display_name")
229
+ return pulumi.get(self, "idcs_apps")
204
230
 
205
- @display_name.setter
206
- def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
207
- pulumi.set(self, "display_name", value)
231
+ @idcs_apps.setter
232
+ def idcs_apps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceIdcsAppArgs']]]]):
233
+ pulumi.set(self, "idcs_apps", value)
208
234
 
209
235
  @_builtins.property
210
- @pulumi.getter(name="freeformTags")
211
- def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
236
+ @pulumi.getter(name="lifecycleDetails")
237
+ def lifecycle_details(self) -> Optional[pulumi.Input[_builtins.str]]:
238
+ """
239
+ A message that describes the current state of the instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state
212
240
  """
213
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
241
+ return pulumi.get(self, "lifecycle_details")
242
+
243
+ @lifecycle_details.setter
244
+ def lifecycle_details(self, value: Optional[pulumi.Input[_builtins.str]]):
245
+ pulumi.set(self, "lifecycle_details", value)
246
+
247
+ @_builtins.property
248
+ @pulumi.getter
249
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
250
+ """
251
+ A regionally unique, non-changeable instance name provided by the user during creation
214
252
 
215
253
 
216
254
  ** IMPORTANT **
217
255
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
218
256
  """
219
- return pulumi.get(self, "freeform_tags")
257
+ return pulumi.get(self, "name")
220
258
 
221
- @freeform_tags.setter
222
- def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
223
- pulumi.set(self, "freeform_tags", value)
259
+ @name.setter
260
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
261
+ pulumi.set(self, "name", value)
224
262
 
225
263
  @_builtins.property
226
264
  @pulumi.getter
227
265
  def state(self) -> Optional[pulumi.Input[_builtins.str]]:
228
266
  """
229
- The lifecycle state of the Project.
267
+ The current state of the instance
230
268
  """
231
269
  return pulumi.get(self, "state")
232
270
 
@@ -238,7 +276,7 @@ class _ProjectState:
238
276
  @pulumi.getter(name="systemTags")
239
277
  def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
240
278
  """
241
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
279
+ System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
242
280
  """
243
281
  return pulumi.get(self, "system_tags")
244
282
 
@@ -250,7 +288,7 @@ class _ProjectState:
250
288
  @pulumi.getter(name="timeCreated")
251
289
  def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
252
290
  """
253
- The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
291
+ The date and time the instance was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
254
292
  """
255
293
  return pulumi.get(self, "time_created")
256
294
 
@@ -262,7 +300,7 @@ class _ProjectState:
262
300
  @pulumi.getter(name="timeUpdated")
263
301
  def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
264
302
  """
265
- The date and time the resource was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
303
+ The date and time the instance was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
266
304
  """
267
305
  return pulumi.get(self, "time_updated")
268
306
 
@@ -270,9 +308,21 @@ class _ProjectState:
270
308
  def time_updated(self, value: Optional[pulumi.Input[_builtins.str]]):
271
309
  pulumi.set(self, "time_updated", value)
272
310
 
311
+ @_builtins.property
312
+ @pulumi.getter
313
+ def uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceUriArgs']]]]:
314
+ """
315
+ Service URIs pertaining to the instance
316
+ """
317
+ return pulumi.get(self, "uris")
318
+
319
+ @uris.setter
320
+ def uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApiPlatformApiPlatformInstanceUriArgs']]]]):
321
+ pulumi.set(self, "uris", value)
273
322
 
274
- @pulumi.type_token("oci:AiAnomalyDetection/project:Project")
275
- class Project(pulumi.CustomResource):
323
+
324
+ @pulumi.type_token("oci:oci/apiPlatformApiPlatformInstance:ApiPlatformApiPlatformInstance")
325
+ class ApiPlatformApiPlatformInstance(pulumi.CustomResource):
276
326
  @overload
277
327
  def __init__(__self__,
278
328
  resource_name: str,
@@ -280,13 +330,13 @@ class Project(pulumi.CustomResource):
280
330
  compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
281
331
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
282
332
  description: Optional[pulumi.Input[_builtins.str]] = None,
283
- display_name: Optional[pulumi.Input[_builtins.str]] = None,
284
333
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
334
+ name: Optional[pulumi.Input[_builtins.str]] = None,
285
335
  __props__=None):
286
336
  """
287
- This resource provides the Project resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
337
+ This resource provides the Api Platform Instance resource in Oracle Cloud Infrastructure Api Platform service.
288
338
 
289
- Creates a new Project.
339
+ Creates an API Platform Instance
290
340
 
291
341
  ## Example Usage
292
342
 
@@ -294,13 +344,13 @@ class Project(pulumi.CustomResource):
294
344
  import pulumi
295
345
  import pulumi_oci as oci
296
346
 
297
- test_project = oci.aianomalydetection.Project("test_project",
347
+ test_api_platform_instance = oci.oci.ApiPlatformApiPlatformInstance("test_api_platform_instance",
298
348
  compartment_id=compartment_id,
349
+ name=api_platform_instance_name,
299
350
  defined_tags={
300
351
  "foo-namespace.bar-key": "value",
301
352
  },
302
- description=project_description,
303
- display_name=project_display_name,
353
+ description=api_platform_instance_description,
304
354
  freeform_tags={
305
355
  "bar-key": "value",
306
356
  })
@@ -308,19 +358,19 @@ class Project(pulumi.CustomResource):
308
358
 
309
359
  ## Import
310
360
 
311
- Projects can be imported using the `id`, e.g.
361
+ ApiPlatformInstances can be imported using the `id`, e.g.
312
362
 
313
363
  ```sh
314
- $ pulumi import oci:AiAnomalyDetection/project:Project test_project "id"
364
+ $ pulumi import oci:oci/apiPlatformApiPlatformInstance:ApiPlatformApiPlatformInstance test_api_platform_instance "id"
315
365
  ```
316
366
 
317
367
  :param str resource_name: The name of the resource.
318
368
  :param pulumi.ResourceOptions opts: Options for the resource.
319
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID for the project's compartment.
369
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
320
370
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
321
- :param pulumi.Input[_builtins.str] description: (Updatable) A short description of the project.
322
- :param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
323
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
371
+ :param pulumi.Input[_builtins.str] description: (Updatable) User-provided changeable and non-unique description of the instance
372
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
373
+ :param pulumi.Input[_builtins.str] name: A regionally unique, non-changeable instance name provided by the user during creation
324
374
 
325
375
 
326
376
  ** IMPORTANT **
@@ -330,12 +380,12 @@ class Project(pulumi.CustomResource):
330
380
  @overload
331
381
  def __init__(__self__,
332
382
  resource_name: str,
333
- args: ProjectArgs,
383
+ args: ApiPlatformApiPlatformInstanceArgs,
334
384
  opts: Optional[pulumi.ResourceOptions] = None):
335
385
  """
336
- This resource provides the Project resource in Oracle Cloud Infrastructure Ai Anomaly Detection service.
386
+ This resource provides the Api Platform Instance resource in Oracle Cloud Infrastructure Api Platform service.
337
387
 
338
- Creates a new Project.
388
+ Creates an API Platform Instance
339
389
 
340
390
  ## Example Usage
341
391
 
@@ -343,13 +393,13 @@ class Project(pulumi.CustomResource):
343
393
  import pulumi
344
394
  import pulumi_oci as oci
345
395
 
346
- test_project = oci.aianomalydetection.Project("test_project",
396
+ test_api_platform_instance = oci.oci.ApiPlatformApiPlatformInstance("test_api_platform_instance",
347
397
  compartment_id=compartment_id,
398
+ name=api_platform_instance_name,
348
399
  defined_tags={
349
400
  "foo-namespace.bar-key": "value",
350
401
  },
351
- description=project_description,
352
- display_name=project_display_name,
402
+ description=api_platform_instance_description,
353
403
  freeform_tags={
354
404
  "bar-key": "value",
355
405
  })
@@ -357,19 +407,19 @@ class Project(pulumi.CustomResource):
357
407
 
358
408
  ## Import
359
409
 
360
- Projects can be imported using the `id`, e.g.
410
+ ApiPlatformInstances can be imported using the `id`, e.g.
361
411
 
362
412
  ```sh
363
- $ pulumi import oci:AiAnomalyDetection/project:Project test_project "id"
413
+ $ pulumi import oci:oci/apiPlatformApiPlatformInstance:ApiPlatformApiPlatformInstance test_api_platform_instance "id"
364
414
  ```
365
415
 
366
416
  :param str resource_name: The name of the resource.
367
- :param ProjectArgs args: The arguments to use to populate this resource's properties.
417
+ :param ApiPlatformApiPlatformInstanceArgs args: The arguments to use to populate this resource's properties.
368
418
  :param pulumi.ResourceOptions opts: Options for the resource.
369
419
  """
370
420
  ...
371
421
  def __init__(__self__, resource_name: str, *args, **kwargs):
372
- resource_args, opts = _utilities.get_resource_args_opts(ProjectArgs, pulumi.ResourceOptions, *args, **kwargs)
422
+ resource_args, opts = _utilities.get_resource_args_opts(ApiPlatformApiPlatformInstanceArgs, pulumi.ResourceOptions, *args, **kwargs)
373
423
  if resource_args is not None:
374
424
  __self__._internal_init(resource_name, opts, **resource_args.__dict__)
375
425
  else:
@@ -381,8 +431,8 @@ class Project(pulumi.CustomResource):
381
431
  compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
382
432
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
383
433
  description: Optional[pulumi.Input[_builtins.str]] = None,
384
- display_name: Optional[pulumi.Input[_builtins.str]] = None,
385
434
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
435
+ name: Optional[pulumi.Input[_builtins.str]] = None,
386
436
  __props__=None):
387
437
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
388
438
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -390,21 +440,24 @@ class Project(pulumi.CustomResource):
390
440
  if opts.id is None:
391
441
  if __props__ is not None:
392
442
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
393
- __props__ = ProjectArgs.__new__(ProjectArgs)
443
+ __props__ = ApiPlatformApiPlatformInstanceArgs.__new__(ApiPlatformApiPlatformInstanceArgs)
394
444
 
395
445
  if compartment_id is None and not opts.urn:
396
446
  raise TypeError("Missing required property 'compartment_id'")
397
447
  __props__.__dict__["compartment_id"] = compartment_id
398
448
  __props__.__dict__["defined_tags"] = defined_tags
399
449
  __props__.__dict__["description"] = description
400
- __props__.__dict__["display_name"] = display_name
401
450
  __props__.__dict__["freeform_tags"] = freeform_tags
451
+ __props__.__dict__["name"] = name
452
+ __props__.__dict__["idcs_apps"] = None
453
+ __props__.__dict__["lifecycle_details"] = None
402
454
  __props__.__dict__["state"] = None
403
455
  __props__.__dict__["system_tags"] = None
404
456
  __props__.__dict__["time_created"] = None
405
457
  __props__.__dict__["time_updated"] = None
406
- super(Project, __self__).__init__(
407
- 'oci:AiAnomalyDetection/project:Project',
458
+ __props__.__dict__["uris"] = None
459
+ super(ApiPlatformApiPlatformInstance, __self__).__init__(
460
+ 'oci:oci/apiPlatformApiPlatformInstance:ApiPlatformApiPlatformInstance',
408
461
  resource_name,
409
462
  __props__,
410
463
  opts)
@@ -416,53 +469,62 @@ class Project(pulumi.CustomResource):
416
469
  compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
417
470
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
418
471
  description: Optional[pulumi.Input[_builtins.str]] = None,
419
- display_name: Optional[pulumi.Input[_builtins.str]] = None,
420
472
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
473
+ idcs_apps: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiPlatformApiPlatformInstanceIdcsAppArgs', 'ApiPlatformApiPlatformInstanceIdcsAppArgsDict']]]]] = None,
474
+ lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
475
+ name: Optional[pulumi.Input[_builtins.str]] = None,
421
476
  state: Optional[pulumi.Input[_builtins.str]] = None,
422
477
  system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
423
478
  time_created: Optional[pulumi.Input[_builtins.str]] = None,
424
- time_updated: Optional[pulumi.Input[_builtins.str]] = None) -> 'Project':
479
+ time_updated: Optional[pulumi.Input[_builtins.str]] = None,
480
+ uris: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiPlatformApiPlatformInstanceUriArgs', 'ApiPlatformApiPlatformInstanceUriArgsDict']]]]] = None) -> 'ApiPlatformApiPlatformInstance':
425
481
  """
426
- Get an existing Project resource's state with the given name, id, and optional extra
482
+ Get an existing ApiPlatformApiPlatformInstance resource's state with the given name, id, and optional extra
427
483
  properties used to qualify the lookup.
428
484
 
429
485
  :param str resource_name: The unique name of the resulting resource.
430
486
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
431
487
  :param pulumi.ResourceOptions opts: Options for the resource.
432
- :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID for the project's compartment.
488
+ :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
433
489
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
434
- :param pulumi.Input[_builtins.str] description: (Updatable) A short description of the project.
435
- :param pulumi.Input[_builtins.str] display_name: (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
436
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
490
+ :param pulumi.Input[_builtins.str] description: (Updatable) User-provided changeable and non-unique description of the instance
491
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
492
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ApiPlatformApiPlatformInstanceIdcsAppArgs', 'ApiPlatformApiPlatformInstanceIdcsAppArgsDict']]]] idcs_apps: IDCS app associated with the instance, that can be used to manage the roles of the users
493
+ :param pulumi.Input[_builtins.str] lifecycle_details: A message that describes the current state of the instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state
494
+ :param pulumi.Input[_builtins.str] name: A regionally unique, non-changeable instance name provided by the user during creation
437
495
 
438
496
 
439
497
  ** IMPORTANT **
440
498
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
441
- :param pulumi.Input[_builtins.str] state: The lifecycle state of the Project.
442
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
443
- :param pulumi.Input[_builtins.str] time_created: The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
444
- :param pulumi.Input[_builtins.str] time_updated: The date and time the resource was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
499
+ :param pulumi.Input[_builtins.str] state: The current state of the instance
500
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
501
+ :param pulumi.Input[_builtins.str] time_created: The date and time the instance was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
502
+ :param pulumi.Input[_builtins.str] time_updated: The date and time the instance was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
503
+ :param pulumi.Input[Sequence[pulumi.Input[Union['ApiPlatformApiPlatformInstanceUriArgs', 'ApiPlatformApiPlatformInstanceUriArgsDict']]]] uris: Service URIs pertaining to the instance
445
504
  """
446
505
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
447
506
 
448
- __props__ = _ProjectState.__new__(_ProjectState)
507
+ __props__ = _ApiPlatformApiPlatformInstanceState.__new__(_ApiPlatformApiPlatformInstanceState)
449
508
 
450
509
  __props__.__dict__["compartment_id"] = compartment_id
451
510
  __props__.__dict__["defined_tags"] = defined_tags
452
511
  __props__.__dict__["description"] = description
453
- __props__.__dict__["display_name"] = display_name
454
512
  __props__.__dict__["freeform_tags"] = freeform_tags
513
+ __props__.__dict__["idcs_apps"] = idcs_apps
514
+ __props__.__dict__["lifecycle_details"] = lifecycle_details
515
+ __props__.__dict__["name"] = name
455
516
  __props__.__dict__["state"] = state
456
517
  __props__.__dict__["system_tags"] = system_tags
457
518
  __props__.__dict__["time_created"] = time_created
458
519
  __props__.__dict__["time_updated"] = time_updated
459
- return Project(resource_name, opts=opts, __props__=__props__)
520
+ __props__.__dict__["uris"] = uris
521
+ return ApiPlatformApiPlatformInstance(resource_name, opts=opts, __props__=__props__)
460
522
 
461
523
  @_builtins.property
462
524
  @pulumi.getter(name="compartmentId")
463
525
  def compartment_id(self) -> pulumi.Output[_builtins.str]:
464
526
  """
465
- (Updatable) The OCID for the project's compartment.
527
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the instance in.
466
528
  """
467
529
  return pulumi.get(self, "compartment_id")
468
530
 
@@ -478,35 +540,51 @@ class Project(pulumi.CustomResource):
478
540
  @pulumi.getter
479
541
  def description(self) -> pulumi.Output[_builtins.str]:
480
542
  """
481
- (Updatable) A short description of the project.
543
+ (Updatable) User-provided changeable and non-unique description of the instance
482
544
  """
483
545
  return pulumi.get(self, "description")
484
546
 
485
547
  @_builtins.property
486
- @pulumi.getter(name="displayName")
487
- def display_name(self) -> pulumi.Output[_builtins.str]:
548
+ @pulumi.getter(name="freeformTags")
549
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
488
550
  """
489
- (Updatable) A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information.
551
+ (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
490
552
  """
491
- return pulumi.get(self, "display_name")
553
+ return pulumi.get(self, "freeform_tags")
492
554
 
493
555
  @_builtins.property
494
- @pulumi.getter(name="freeformTags")
495
- def freeform_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
556
+ @pulumi.getter(name="idcsApps")
557
+ def idcs_apps(self) -> pulumi.Output[Sequence['outputs.ApiPlatformApiPlatformInstanceIdcsApp']]:
496
558
  """
497
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
559
+ IDCS app associated with the instance, that can be used to manage the roles of the users
560
+ """
561
+ return pulumi.get(self, "idcs_apps")
562
+
563
+ @_builtins.property
564
+ @pulumi.getter(name="lifecycleDetails")
565
+ def lifecycle_details(self) -> pulumi.Output[_builtins.str]:
566
+ """
567
+ A message that describes the current state of the instance in more detail. For example, can be used to provide actionable information for a resource in the Failed state
568
+ """
569
+ return pulumi.get(self, "lifecycle_details")
570
+
571
+ @_builtins.property
572
+ @pulumi.getter
573
+ def name(self) -> pulumi.Output[_builtins.str]:
574
+ """
575
+ A regionally unique, non-changeable instance name provided by the user during creation
498
576
 
499
577
 
500
578
  ** IMPORTANT **
501
579
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
502
580
  """
503
- return pulumi.get(self, "freeform_tags")
581
+ return pulumi.get(self, "name")
504
582
 
505
583
  @_builtins.property
506
584
  @pulumi.getter
507
585
  def state(self) -> pulumi.Output[_builtins.str]:
508
586
  """
509
- The lifecycle state of the Project.
587
+ The current state of the instance
510
588
  """
511
589
  return pulumi.get(self, "state")
512
590
 
@@ -514,7 +592,7 @@ class Project(pulumi.CustomResource):
514
592
  @pulumi.getter(name="systemTags")
515
593
  def system_tags(self) -> pulumi.Output[Mapping[str, _builtins.str]]:
516
594
  """
517
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
595
+ System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
518
596
  """
519
597
  return pulumi.get(self, "system_tags")
520
598
 
@@ -522,7 +600,7 @@ class Project(pulumi.CustomResource):
522
600
  @pulumi.getter(name="timeCreated")
523
601
  def time_created(self) -> pulumi.Output[_builtins.str]:
524
602
  """
525
- The date and time the resource was created in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
603
+ The date and time the instance was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
526
604
  """
527
605
  return pulumi.get(self, "time_created")
528
606
 
@@ -530,7 +608,15 @@ class Project(pulumi.CustomResource):
530
608
  @pulumi.getter(name="timeUpdated")
531
609
  def time_updated(self) -> pulumi.Output[_builtins.str]:
532
610
  """
533
- The date and time the resource was updated in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
611
+ The date and time the instance was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339) Example: `2016-08-25T21:10:29.600Z`
534
612
  """
535
613
  return pulumi.get(self, "time_updated")
536
614
 
615
+ @_builtins.property
616
+ @pulumi.getter
617
+ def uris(self) -> pulumi.Output[Sequence['outputs.ApiPlatformApiPlatformInstanceUri']]:
618
+ """
619
+ Service URIs pertaining to the instance
620
+ """
621
+ return pulumi.get(self, "uris")
622
+