pulumi-oci 2.4.0__py3-none-any.whl → 2.4.0a1721890421__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 (82) hide show
  1. pulumi_oci/__init__.py +0 -19
  2. pulumi_oci/apmsynthetics/_inputs.py +1 -457
  3. pulumi_oci/apmsynthetics/config.py +7 -172
  4. pulumi_oci/apmsynthetics/get_monitor.py +3 -42
  5. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  6. pulumi_oci/apmsynthetics/outputs.py +9 -1129
  7. pulumi_oci/core/_inputs.py +8 -8
  8. pulumi_oci/core/outputs.py +8 -24
  9. pulumi_oci/database/_inputs.py +0 -16
  10. pulumi_oci/database/autonomous_database.py +9 -83
  11. pulumi_oci/database/cloud_autonomous_vm_cluster.py +25 -7
  12. pulumi_oci/database/cloud_exadata_infrastructure.py +17 -66
  13. pulumi_oci/database/cloud_vm_cluster.py +0 -49
  14. pulumi_oci/database/database.py +96 -0
  15. pulumi_oci/database/get_autonomous_database.py +1 -25
  16. pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -14
  17. pulumi_oci/database/get_cloud_vm_cluster.py +1 -14
  18. pulumi_oci/database/get_key_store.py +1 -11
  19. pulumi_oci/database/key_store.py +0 -34
  20. pulumi_oci/database/outputs.py +0 -93
  21. pulumi_oci/datasafe/__init__.py +0 -1
  22. pulumi_oci/datasafe/_inputs.py +0 -130
  23. pulumi_oci/datasafe/discovery_mod.py +38 -67
  24. pulumi_oci/datasafe/get_audit_events.py +2 -2
  25. pulumi_oci/datasafe/get_discovery_job.py +1 -15
  26. pulumi_oci/datasafe/get_report.py +1 -1
  27. pulumi_oci/datasafe/get_report_definition.py +1 -1
  28. pulumi_oci/datasafe/get_reports.py +1 -43
  29. pulumi_oci/datasafe/get_security_assessment.py +1 -14
  30. pulumi_oci/datasafe/get_security_assessment_finding.py +3 -16
  31. pulumi_oci/datasafe/get_security_assessment_findings.py +3 -21
  32. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -15
  33. pulumi_oci/datasafe/get_user_assessment.py +1 -14
  34. pulumi_oci/datasafe/outputs.py +6 -530
  35. pulumi_oci/datasafe/report.py +4 -4
  36. pulumi_oci/datasafe/report_definition.py +4 -4
  37. pulumi_oci/datasafe/security_assessment.py +0 -49
  38. pulumi_oci/datasafe/sensitive_data_model.py +3 -60
  39. pulumi_oci/datasafe/unset_security_assessment_baseline.py +16 -69
  40. pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -58
  41. pulumi_oci/datasafe/user_assessment.py +0 -49
  42. pulumi_oci/integration/_inputs.py +2 -0
  43. pulumi_oci/integration/get_integration_instance.py +1 -0
  44. pulumi_oci/integration/integration_instance.py +27 -0
  45. pulumi_oci/integration/outputs.py +12 -4
  46. pulumi_oci/opsi/_inputs.py +8 -8
  47. pulumi_oci/opsi/database_insight.py +15 -71
  48. pulumi_oci/opsi/get_database_insight.py +3 -29
  49. pulumi_oci/opsi/get_database_insights.py +1 -1
  50. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  51. pulumi_oci/opsi/get_host_insight.py +4 -1
  52. pulumi_oci/opsi/get_host_insights.py +3 -3
  53. pulumi_oci/opsi/get_news_report.py +1 -1
  54. pulumi_oci/opsi/get_news_reports.py +3 -3
  55. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  56. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  57. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  58. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  59. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  60. pulumi_oci/opsi/host_insight.py +14 -6
  61. pulumi_oci/opsi/news_report.py +2 -2
  62. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  63. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  64. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  65. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  66. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  67. pulumi_oci/opsi/outputs.py +24 -46
  68. pulumi_oci/pulumi-plugin.json +1 -1
  69. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/METADATA +1 -1
  70. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/RECORD +72 -82
  71. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +0 -153
  72. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  73. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  74. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -300
  75. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  76. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  77. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  78. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  79. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -742
  80. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  81. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/WHEEL +0 -0
  82. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/top_level.txt +0 -0
@@ -46,12 +46,15 @@ class IntegrationInstanceArgs:
46
46
  :param pulumi.Input['IntegrationInstanceCustomEndpointArgs'] custom_endpoint: (Updatable) Details for a custom endpoint for the integration instance (update).
47
47
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
48
48
  :param pulumi.Input[str] domain_id: The OCID of the identity domain, that will be used to determine the corresponding Idcs Stripe and create an Idcs application within the stripe. This parameter is mutually exclusive with parameter: idcsAt, i.e only one of two parameters should be specified.
49
+ :param pulumi.Input[int] enable_process_automation_trigger: (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
50
+ ||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
49
51
  :param pulumi.Input[Mapping[str, Any]] 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"}`
50
52
  :param pulumi.Input[str] idcs_at: (Updatable) IDCS Authentication token. This is required for all realms with IDCS. Its optional as its not required for non IDCS realms.
51
53
  :param pulumi.Input[bool] is_file_server_enabled: (Updatable) The file server is enabled or not.
52
54
  :param pulumi.Input[bool] is_visual_builder_enabled: (Updatable) Visual Builder is enabled or not.
53
55
  :param pulumi.Input['IntegrationInstanceNetworkEndpointDetailsArgs'] network_endpoint_details: Base representation of a network endpoint.
54
56
  :param pulumi.Input[str] shape: Shape
57
+ >>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
55
58
  :param pulumi.Input[str] state: (Updatable) The target state for the instance. Could be set to ACTIVE or INACTIVE
56
59
 
57
60
 
@@ -213,6 +216,10 @@ class IntegrationInstanceArgs:
213
216
  @property
214
217
  @pulumi.getter(name="enableProcessAutomationTrigger")
215
218
  def enable_process_automation_trigger(self) -> Optional[pulumi.Input[int]]:
219
+ """
220
+ (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
221
+ ||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
222
+ """
216
223
  return pulumi.get(self, "enable_process_automation_trigger")
217
224
 
218
225
  @enable_process_automation_trigger.setter
@@ -284,6 +291,7 @@ class IntegrationInstanceArgs:
284
291
  def shape(self) -> Optional[pulumi.Input[str]]:
285
292
  """
286
293
  Shape
294
+ >>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
287
295
  """
288
296
  return pulumi.get(self, "shape")
289
297
 
@@ -346,6 +354,8 @@ class _IntegrationInstanceState:
346
354
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
347
355
  :param pulumi.Input[str] display_name: (Updatable) Integration Instance Identifier.
348
356
  :param pulumi.Input[str] domain_id: The OCID of the identity domain, that will be used to determine the corresponding Idcs Stripe and create an Idcs application within the stripe. This parameter is mutually exclusive with parameter: idcsAt, i.e only one of two parameters should be specified.
357
+ :param pulumi.Input[int] enable_process_automation_trigger: (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
358
+ ||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
349
359
  :param pulumi.Input[Mapping[str, Any]] 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"}`
350
360
  :param pulumi.Input[str] idcs_at: (Updatable) IDCS Authentication token. This is required for all realms with IDCS. Its optional as its not required for non IDCS realms.
351
361
  :param pulumi.Input[Sequence[pulumi.Input['IntegrationInstanceIdcsInfoArgs']]] idcs_infos: Information for IDCS access
@@ -358,6 +368,7 @@ class _IntegrationInstanceState:
358
368
  :param pulumi.Input['IntegrationInstanceNetworkEndpointDetailsArgs'] network_endpoint_details: Base representation of a network endpoint.
359
369
  :param pulumi.Input[Sequence[pulumi.Input['IntegrationInstancePrivateEndpointOutboundConnectionArgs']]] private_endpoint_outbound_connections: Base representation for Outbound Connection (Reverse Connection).
360
370
  :param pulumi.Input[str] shape: Shape
371
+ >>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
361
372
  :param pulumi.Input[str] state: (Updatable) The target state for the instance. Could be set to ACTIVE or INACTIVE
362
373
 
363
374
 
@@ -517,6 +528,10 @@ class _IntegrationInstanceState:
517
528
  @property
518
529
  @pulumi.getter(name="enableProcessAutomationTrigger")
519
530
  def enable_process_automation_trigger(self) -> Optional[pulumi.Input[int]]:
531
+ """
532
+ (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
533
+ ||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
534
+ """
520
535
  return pulumi.get(self, "enable_process_automation_trigger")
521
536
 
522
537
  @enable_process_automation_trigger.setter
@@ -660,6 +675,7 @@ class _IntegrationInstanceState:
660
675
  def shape(self) -> Optional[pulumi.Input[str]]:
661
676
  """
662
677
  Shape
678
+ >>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
663
679
  """
664
680
  return pulumi.get(self, "shape")
665
681
 
@@ -810,6 +826,8 @@ class IntegrationInstance(pulumi.CustomResource):
810
826
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
811
827
  :param pulumi.Input[str] display_name: (Updatable) Integration Instance Identifier.
812
828
  :param pulumi.Input[str] domain_id: The OCID of the identity domain, that will be used to determine the corresponding Idcs Stripe and create an Idcs application within the stripe. This parameter is mutually exclusive with parameter: idcsAt, i.e only one of two parameters should be specified.
829
+ :param pulumi.Input[int] enable_process_automation_trigger: (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
830
+ ||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
813
831
  :param pulumi.Input[Mapping[str, Any]] 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"}`
814
832
  :param pulumi.Input[str] idcs_at: (Updatable) IDCS Authentication token. This is required for all realms with IDCS. Its optional as its not required for non IDCS realms.
815
833
  :param pulumi.Input[str] integration_instance_type: (Updatable) Standard or Enterprise type, Oracle Integration Generation 2 uses ENTERPRISE and STANDARD, Oracle Integration 3 uses ENTERPRISEX and STANDARDX
@@ -819,6 +837,7 @@ class IntegrationInstance(pulumi.CustomResource):
819
837
  :param pulumi.Input[int] message_packs: (Updatable) The number of configured message packs
820
838
  :param pulumi.Input[pulumi.InputType['IntegrationInstanceNetworkEndpointDetailsArgs']] network_endpoint_details: Base representation of a network endpoint.
821
839
  :param pulumi.Input[str] shape: Shape
840
+ >>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
822
841
  :param pulumi.Input[str] state: (Updatable) The target state for the instance. Could be set to ACTIVE or INACTIVE
823
842
 
824
843
 
@@ -1017,6 +1036,8 @@ class IntegrationInstance(pulumi.CustomResource):
1017
1036
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace.bar-key": "value"}`
1018
1037
  :param pulumi.Input[str] display_name: (Updatable) Integration Instance Identifier.
1019
1038
  :param pulumi.Input[str] domain_id: The OCID of the identity domain, that will be used to determine the corresponding Idcs Stripe and create an Idcs application within the stripe. This parameter is mutually exclusive with parameter: idcsAt, i.e only one of two parameters should be specified.
1039
+ :param pulumi.Input[int] enable_process_automation_trigger: (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
1040
+ ||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
1020
1041
  :param pulumi.Input[Mapping[str, Any]] 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"}`
1021
1042
  :param pulumi.Input[str] idcs_at: (Updatable) IDCS Authentication token. This is required for all realms with IDCS. Its optional as its not required for non IDCS realms.
1022
1043
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IntegrationInstanceIdcsInfoArgs']]]] idcs_infos: Information for IDCS access
@@ -1029,6 +1050,7 @@ class IntegrationInstance(pulumi.CustomResource):
1029
1050
  :param pulumi.Input[pulumi.InputType['IntegrationInstanceNetworkEndpointDetailsArgs']] network_endpoint_details: Base representation of a network endpoint.
1030
1051
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IntegrationInstancePrivateEndpointOutboundConnectionArgs']]]] private_endpoint_outbound_connections: Base representation for Outbound Connection (Reverse Connection).
1031
1052
  :param pulumi.Input[str] shape: Shape
1053
+ >>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
1032
1054
  :param pulumi.Input[str] state: (Updatable) The target state for the instance. Could be set to ACTIVE or INACTIVE
1033
1055
 
1034
1056
 
@@ -1136,6 +1158,10 @@ class IntegrationInstance(pulumi.CustomResource):
1136
1158
  @property
1137
1159
  @pulumi.getter(name="enableProcessAutomationTrigger")
1138
1160
  def enable_process_automation_trigger(self) -> pulumi.Output[Optional[int]]:
1161
+ """
1162
+ (Updatable) An optional property when incremented triggers Enable Process Automation. Could be set to any integer value.
1163
+ ||||||| parent of c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
1164
+ """
1139
1165
  return pulumi.get(self, "enable_process_automation_trigger")
1140
1166
 
1141
1167
  @property
@@ -1231,6 +1257,7 @@ class IntegrationInstance(pulumi.CustomResource):
1231
1257
  def shape(self) -> pulumi.Output[str]:
1232
1258
  """
1233
1259
  Shape
1260
+ >>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
1234
1261
  """
1235
1262
  return pulumi.get(self, "shape")
1236
1263
 
@@ -407,6 +407,7 @@ class IntegrationInstanceNetworkEndpointDetails(dict):
407
407
  :param Sequence[str] allowlisted_http_ips: Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
408
408
  :param Sequence['IntegrationInstanceNetworkEndpointDetailsAllowlistedHttpVcnArgs'] allowlisted_http_vcns: Virtual Cloud Networks allowed to access this network endpoint.
409
409
  :param bool is_integration_vcn_allowlisted: The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
410
+ <<<<<<< HEAD
410
411
  """
411
412
  pulumi.set(__self__, "network_endpoint_type", network_endpoint_type)
412
413
  if allowlisted_http_ips is not None:
@@ -445,6 +446,7 @@ class IntegrationInstanceNetworkEndpointDetails(dict):
445
446
  def is_integration_vcn_allowlisted(self) -> Optional[bool]:
446
447
  """
447
448
  The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
449
+ <<<<<<< HEAD
448
450
  """
449
451
  return pulumi.get(self, "is_integration_vcn_allowlisted")
450
452
 
@@ -803,7 +805,8 @@ class GetIntegrationInstanceNetworkEndpointDetailResult(dict):
803
805
  :param Sequence[str] allowlisted_http_ips: Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
804
806
  :param Sequence['GetIntegrationInstanceNetworkEndpointDetailAllowlistedHttpVcnArgs'] allowlisted_http_vcns: Virtual Cloud Networks allowed to access this network endpoint.
805
807
  :param bool is_integration_vcn_allowlisted: The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
806
- :param str network_endpoint_type: The type of network endpoint.
808
+ :param str network_endpoint_type: The type of network endpoint.
809
+ <<<<<<< HEAD
807
810
  """
808
811
  pulumi.set(__self__, "allowlisted_http_ips", allowlisted_http_ips)
809
812
  pulumi.set(__self__, "allowlisted_http_vcns", allowlisted_http_vcns)
@@ -838,7 +841,8 @@ class GetIntegrationInstanceNetworkEndpointDetailResult(dict):
838
841
  @pulumi.getter(name="networkEndpointType")
839
842
  def network_endpoint_type(self) -> str:
840
843
  """
841
- The type of network endpoint.
844
+ The type of network endpoint.
845
+ <<<<<<< HEAD
842
846
  """
843
847
  return pulumi.get(self, "network_endpoint_type")
844
848
 
@@ -988,6 +992,7 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
988
992
  :param Sequence['GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailArgs'] network_endpoint_details: Base representation of a network endpoint.
989
993
  :param Sequence['GetIntegrationInstancesIntegrationInstancePrivateEndpointOutboundConnectionArgs'] private_endpoint_outbound_connections: Base representation for Outbound Connection (Reverse Connection).
990
994
  :param str shape: Shape
995
+ >>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
991
996
  :param str state: Life cycle state to query on.
992
997
  :param str state_message: An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
993
998
  :param str time_created: The time the the Integration Instance was created. An RFC3339 formatted datetime string.
@@ -1184,6 +1189,7 @@ class GetIntegrationInstancesIntegrationInstanceResult(dict):
1184
1189
  def shape(self) -> str:
1185
1190
  """
1186
1191
  Shape
1192
+ >>>>>>> c689349fc7 (Added - Support for Enabling outbound private access using PE RCE for OIC Gen3 customers)
1187
1193
  """
1188
1194
  return pulumi.get(self, "shape")
1189
1195
 
@@ -1463,7 +1469,8 @@ class GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailResult(dict
1463
1469
  :param Sequence[str] allowlisted_http_ips: Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response.
1464
1470
  :param Sequence['GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailAllowlistedHttpVcnArgs'] allowlisted_http_vcns: Virtual Cloud Networks allowed to access this network endpoint.
1465
1471
  :param bool is_integration_vcn_allowlisted: The Integration service's VCN is allow-listed to allow integrations to call back into other integrations
1466
- :param str network_endpoint_type: The type of network endpoint.
1472
+ :param str network_endpoint_type: The type of network endpoint.
1473
+ <<<<<<< HEAD
1467
1474
  """
1468
1475
  pulumi.set(__self__, "allowlisted_http_ips", allowlisted_http_ips)
1469
1476
  pulumi.set(__self__, "allowlisted_http_vcns", allowlisted_http_vcns)
@@ -1498,7 +1505,8 @@ class GetIntegrationInstancesIntegrationInstanceNetworkEndpointDetailResult(dict
1498
1505
  @pulumi.getter(name="networkEndpointType")
1499
1506
  def network_endpoint_type(self) -> str:
1500
1507
  """
1501
- The type of network endpoint.
1508
+ The type of network endpoint.
1509
+ <<<<<<< HEAD
1502
1510
  """
1503
1511
  return pulumi.get(self, "network_endpoint_type")
1504
1512
 
@@ -53,7 +53,7 @@ class DatabaseInsightConnectionCredentialDetailsArgs:
53
53
  :param pulumi.Input[str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
54
54
  :param pulumi.Input[str] role: database user role.
55
55
  :param pulumi.Input[str] user_name: database user name.
56
- :param pulumi.Input[str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
56
+ :param pulumi.Input[str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
57
57
  """
58
58
  if credential_source_name is not None:
59
59
  pulumi.set(__self__, "credential_source_name", credential_source_name)
@@ -132,7 +132,7 @@ class DatabaseInsightConnectionCredentialDetailsArgs:
132
132
  @pulumi.getter(name="walletSecretId")
133
133
  def wallet_secret_id(self) -> Optional[pulumi.Input[str]]:
134
134
  """
135
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
135
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
136
136
  """
137
137
  return pulumi.get(self, "wallet_secret_id")
138
138
 
@@ -282,7 +282,7 @@ class DatabaseInsightCredentialDetailsArgs:
282
282
  :param pulumi.Input[str] password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
283
283
  :param pulumi.Input[str] role: database user role.
284
284
  :param pulumi.Input[str] user_name: database user name.
285
- :param pulumi.Input[str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
285
+ :param pulumi.Input[str] wallet_secret_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
286
286
  """
287
287
  pulumi.set(__self__, "credential_type", credential_type)
288
288
  if credential_source_name is not None:
@@ -360,7 +360,7 @@ class DatabaseInsightCredentialDetailsArgs:
360
360
  @pulumi.getter(name="walletSecretId")
361
361
  def wallet_secret_id(self) -> Optional[pulumi.Input[str]]:
362
362
  """
363
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored. This is used for TCPS support in BM/VM/ExaCS cases.
363
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
364
364
  """
365
365
  return pulumi.get(self, "wallet_secret_id")
366
366
 
@@ -475,7 +475,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
475
475
  """
476
476
  :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier of database
477
477
  :param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs'] connection_details: Connection details of the private endpoints.
478
- :param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
478
+ :param pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs'] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
479
479
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
480
480
  :param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
481
481
  :param pulumi.Input[str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
@@ -542,7 +542,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetailArgs:
542
542
  @pulumi.getter(name="credentialDetails")
543
543
  def credential_details(self) -> Optional[pulumi.Input['ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs']]:
544
544
  """
545
- User credential details to connect to the database.
545
+ User credential details to connect to the database. This is supplied via the External Database Service.
546
546
  """
547
547
  return pulumi.get(self, "credential_details")
548
548
 
@@ -1671,7 +1671,7 @@ class GetOperationsInsightsWarehouseUsersFilterArgs:
1671
1671
  values: Sequence[str],
1672
1672
  regex: Optional[bool] = None):
1673
1673
  """
1674
- :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
1674
+ :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
1675
1675
  """
1676
1676
  pulumi.set(__self__, "name", name)
1677
1677
  pulumi.set(__self__, "values", values)
@@ -1682,7 +1682,7 @@ class GetOperationsInsightsWarehouseUsersFilterArgs:
1682
1682
  @pulumi.getter
1683
1683
  def name(self) -> str:
1684
1684
  """
1685
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
1685
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
1686
1686
  """
1687
1687
  return pulumi.get(self, "name")
1688
1688
 
@@ -41,7 +41,7 @@ class DatabaseInsightArgs:
41
41
  :param pulumi.Input[str] entity_source: (Updatable) Source of the database entity.
42
42
  :param pulumi.Input['DatabaseInsightConnectionCredentialDetailsArgs'] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
43
43
  :param pulumi.Input['DatabaseInsightConnectionDetailsArgs'] connection_details: Connection details of the private endpoints.
44
- :param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
44
+ :param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
45
45
  :param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
46
46
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
47
47
  :param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
@@ -149,7 +149,7 @@ class DatabaseInsightArgs:
149
149
  @pulumi.getter(name="credentialDetails")
150
150
  def credential_details(self) -> Optional[pulumi.Input['DatabaseInsightCredentialDetailsArgs']]:
151
151
  """
152
- User credential details to connect to the database.
152
+ User credential details to connect to the database. This is supplied via the External Database Service.
153
153
  """
154
154
  return pulumi.get(self, "credential_details")
155
155
 
@@ -355,8 +355,6 @@ class _DatabaseInsightState:
355
355
  entity_source: Optional[pulumi.Input[str]] = None,
356
356
  exadata_insight_id: Optional[pulumi.Input[str]] = None,
357
357
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
358
- is_heat_wave_cluster_attached: Optional[pulumi.Input[bool]] = None,
359
- is_highly_available: Optional[pulumi.Input[bool]] = None,
360
358
  lifecycle_details: Optional[pulumi.Input[str]] = None,
361
359
  opsi_private_endpoint_id: Optional[pulumi.Input[str]] = None,
362
360
  parent_id: Optional[pulumi.Input[str]] = None,
@@ -373,13 +371,13 @@ class _DatabaseInsightState:
373
371
  :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier of database
374
372
  :param pulumi.Input['DatabaseInsightConnectionCredentialDetailsArgs'] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
375
373
  :param pulumi.Input['DatabaseInsightConnectionDetailsArgs'] connection_details: Connection details of the private endpoints.
376
- :param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database.
374
+ :param pulumi.Input['DatabaseInsightCredentialDetailsArgs'] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
377
375
  :param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
378
376
  :param pulumi.Input[str] database_display_name: Display name of database
379
377
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
380
378
  :param pulumi.Input[str] database_name: Name of database
381
379
  :param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
382
- :param pulumi.Input[str] database_type: Ops Insights internal representation of the database type.
380
+ :param pulumi.Input[str] database_type: Operations Insights internal representation of the database type.
383
381
  :param pulumi.Input[str] database_version: The version of the database.
384
382
  :param pulumi.Input[str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint. This field and opsi_private_endpoint_id are mutually exclusive. If DBM private endpoint ID is provided, a new OPSI private endpoint ID will be created.
385
383
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
@@ -393,8 +391,6 @@ class _DatabaseInsightState:
393
391
  :param pulumi.Input[str] entity_source: (Updatable) Source of the database entity.
394
392
  :param pulumi.Input[str] exadata_insight_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata insight.
395
393
  :param pulumi.Input[Mapping[str, Any]] 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"}`
396
- :param pulumi.Input[bool] is_heat_wave_cluster_attached: Specifies if MYSQL DB System has heatwave cluster attached.
397
- :param pulumi.Input[bool] is_highly_available: Specifies if MYSQL DB System is highly available.
398
394
  :param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
399
395
  :param pulumi.Input[str] opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
400
396
  :param pulumi.Input[str] parent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
@@ -407,7 +403,7 @@ class _DatabaseInsightState:
407
403
  ** IMPORTANT **
408
404
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values. The resource destruction here is basically a soft delete. User cannot create resource using the same EM managed bridge OCID. If resource is in enabled state during destruction, the resource will be disabled automatically before performing delete operation.
409
405
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
410
- :param pulumi.Input[str] time_created: The time the database insight was first enabled. An RFC3339 formatted datetime string
406
+ :param pulumi.Input[str] time_created: The time the the database insight was first enabled. An RFC3339 formatted datetime string
411
407
  :param pulumi.Input[str] time_updated: The time the database insight was updated. An RFC3339 formatted datetime string
412
408
  """
413
409
  if compartment_id is not None:
@@ -456,10 +452,6 @@ class _DatabaseInsightState:
456
452
  pulumi.set(__self__, "exadata_insight_id", exadata_insight_id)
457
453
  if freeform_tags is not None:
458
454
  pulumi.set(__self__, "freeform_tags", freeform_tags)
459
- if is_heat_wave_cluster_attached is not None:
460
- pulumi.set(__self__, "is_heat_wave_cluster_attached", is_heat_wave_cluster_attached)
461
- if is_highly_available is not None:
462
- pulumi.set(__self__, "is_highly_available", is_highly_available)
463
455
  if lifecycle_details is not None:
464
456
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
465
457
  if opsi_private_endpoint_id is not None:
@@ -523,7 +515,7 @@ class _DatabaseInsightState:
523
515
  @pulumi.getter(name="credentialDetails")
524
516
  def credential_details(self) -> Optional[pulumi.Input['DatabaseInsightCredentialDetailsArgs']]:
525
517
  """
526
- User credential details to connect to the database.
518
+ User credential details to connect to the database. This is supplied via the External Database Service.
527
519
  """
528
520
  return pulumi.get(self, "credential_details")
529
521
 
@@ -595,7 +587,7 @@ class _DatabaseInsightState:
595
587
  @pulumi.getter(name="databaseType")
596
588
  def database_type(self) -> Optional[pulumi.Input[str]]:
597
589
  """
598
- Ops Insights internal representation of the database type.
590
+ Operations Insights internal representation of the database type.
599
591
  """
600
592
  return pulumi.get(self, "database_type")
601
593
 
@@ -759,30 +751,6 @@ class _DatabaseInsightState:
759
751
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
760
752
  pulumi.set(self, "freeform_tags", value)
761
753
 
762
- @property
763
- @pulumi.getter(name="isHeatWaveClusterAttached")
764
- def is_heat_wave_cluster_attached(self) -> Optional[pulumi.Input[bool]]:
765
- """
766
- Specifies if MYSQL DB System has heatwave cluster attached.
767
- """
768
- return pulumi.get(self, "is_heat_wave_cluster_attached")
769
-
770
- @is_heat_wave_cluster_attached.setter
771
- def is_heat_wave_cluster_attached(self, value: Optional[pulumi.Input[bool]]):
772
- pulumi.set(self, "is_heat_wave_cluster_attached", value)
773
-
774
- @property
775
- @pulumi.getter(name="isHighlyAvailable")
776
- def is_highly_available(self) -> Optional[pulumi.Input[bool]]:
777
- """
778
- Specifies if MYSQL DB System is highly available.
779
- """
780
- return pulumi.get(self, "is_highly_available")
781
-
782
- @is_highly_available.setter
783
- def is_highly_available(self, value: Optional[pulumi.Input[bool]]):
784
- pulumi.set(self, "is_highly_available", value)
785
-
786
754
  @property
787
755
  @pulumi.getter(name="lifecycleDetails")
788
756
  def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
@@ -898,7 +866,7 @@ class _DatabaseInsightState:
898
866
  @pulumi.getter(name="timeCreated")
899
867
  def time_created(self) -> Optional[pulumi.Input[str]]:
900
868
  """
901
- The time the database insight was first enabled. An RFC3339 formatted datetime string
869
+ The time the the database insight was first enabled. An RFC3339 formatted datetime string
902
870
  """
903
871
  return pulumi.get(self, "time_created")
904
872
 
@@ -960,7 +928,7 @@ class DatabaseInsight(pulumi.CustomResource):
960
928
  :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier of database
961
929
  :param pulumi.Input[pulumi.InputType['DatabaseInsightConnectionCredentialDetailsArgs']] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
962
930
  :param pulumi.Input[pulumi.InputType['DatabaseInsightConnectionDetailsArgs']] connection_details: Connection details of the private endpoints.
963
- :param pulumi.Input[pulumi.InputType['DatabaseInsightCredentialDetailsArgs']] credential_details: User credential details to connect to the database.
931
+ :param pulumi.Input[pulumi.InputType['DatabaseInsightCredentialDetailsArgs']] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
964
932
  :param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
965
933
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
966
934
  :param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
@@ -1070,8 +1038,6 @@ class DatabaseInsight(pulumi.CustomResource):
1070
1038
  __props__.__dict__["enterprise_manager_entity_display_name"] = None
1071
1039
  __props__.__dict__["enterprise_manager_entity_name"] = None
1072
1040
  __props__.__dict__["enterprise_manager_entity_type"] = None
1073
- __props__.__dict__["is_heat_wave_cluster_attached"] = None
1074
- __props__.__dict__["is_highly_available"] = None
1075
1041
  __props__.__dict__["lifecycle_details"] = None
1076
1042
  __props__.__dict__["parent_id"] = None
1077
1043
  __props__.__dict__["processor_count"] = None
@@ -1113,8 +1079,6 @@ class DatabaseInsight(pulumi.CustomResource):
1113
1079
  entity_source: Optional[pulumi.Input[str]] = None,
1114
1080
  exadata_insight_id: Optional[pulumi.Input[str]] = None,
1115
1081
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1116
- is_heat_wave_cluster_attached: Optional[pulumi.Input[bool]] = None,
1117
- is_highly_available: Optional[pulumi.Input[bool]] = None,
1118
1082
  lifecycle_details: Optional[pulumi.Input[str]] = None,
1119
1083
  opsi_private_endpoint_id: Optional[pulumi.Input[str]] = None,
1120
1084
  parent_id: Optional[pulumi.Input[str]] = None,
@@ -1136,13 +1100,13 @@ class DatabaseInsight(pulumi.CustomResource):
1136
1100
  :param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier of database
1137
1101
  :param pulumi.Input[pulumi.InputType['DatabaseInsightConnectionCredentialDetailsArgs']] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
1138
1102
  :param pulumi.Input[pulumi.InputType['DatabaseInsightConnectionDetailsArgs']] connection_details: Connection details of the private endpoints.
1139
- :param pulumi.Input[pulumi.InputType['DatabaseInsightCredentialDetailsArgs']] credential_details: User credential details to connect to the database.
1103
+ :param pulumi.Input[pulumi.InputType['DatabaseInsightCredentialDetailsArgs']] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
1140
1104
  :param pulumi.Input[str] database_connection_status_details: A message describing the status of the database connection of this resource. For example, it can be used to provide actionable information about the permission and content validity of the database connection.
1141
1105
  :param pulumi.Input[str] database_display_name: Display name of database
1142
1106
  :param pulumi.Input[str] database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
1143
1107
  :param pulumi.Input[str] database_name: Name of database
1144
1108
  :param pulumi.Input[str] database_resource_type: Oracle Cloud Infrastructure database resource type
1145
- :param pulumi.Input[str] database_type: Ops Insights internal representation of the database type.
1109
+ :param pulumi.Input[str] database_type: Operations Insights internal representation of the database type.
1146
1110
  :param pulumi.Input[str] database_version: The version of the database.
1147
1111
  :param pulumi.Input[str] dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint. This field and opsi_private_endpoint_id are mutually exclusive. If DBM private endpoint ID is provided, a new OPSI private endpoint ID will be created.
1148
1112
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
@@ -1156,8 +1120,6 @@ class DatabaseInsight(pulumi.CustomResource):
1156
1120
  :param pulumi.Input[str] entity_source: (Updatable) Source of the database entity.
1157
1121
  :param pulumi.Input[str] exadata_insight_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata insight.
1158
1122
  :param pulumi.Input[Mapping[str, Any]] 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"}`
1159
- :param pulumi.Input[bool] is_heat_wave_cluster_attached: Specifies if MYSQL DB System has heatwave cluster attached.
1160
- :param pulumi.Input[bool] is_highly_available: Specifies if MYSQL DB System is highly available.
1161
1123
  :param pulumi.Input[str] lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1162
1124
  :param pulumi.Input[str] opsi_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
1163
1125
  :param pulumi.Input[str] parent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
@@ -1170,7 +1132,7 @@ class DatabaseInsight(pulumi.CustomResource):
1170
1132
  ** IMPORTANT **
1171
1133
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values. The resource destruction here is basically a soft delete. User cannot create resource using the same EM managed bridge OCID. If resource is in enabled state during destruction, the resource will be disabled automatically before performing delete operation.
1172
1134
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1173
- :param pulumi.Input[str] time_created: The time the database insight was first enabled. An RFC3339 formatted datetime string
1135
+ :param pulumi.Input[str] time_created: The time the the database insight was first enabled. An RFC3339 formatted datetime string
1174
1136
  :param pulumi.Input[str] time_updated: The time the database insight was updated. An RFC3339 formatted datetime string
1175
1137
  """
1176
1138
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1200,8 +1162,6 @@ class DatabaseInsight(pulumi.CustomResource):
1200
1162
  __props__.__dict__["entity_source"] = entity_source
1201
1163
  __props__.__dict__["exadata_insight_id"] = exadata_insight_id
1202
1164
  __props__.__dict__["freeform_tags"] = freeform_tags
1203
- __props__.__dict__["is_heat_wave_cluster_attached"] = is_heat_wave_cluster_attached
1204
- __props__.__dict__["is_highly_available"] = is_highly_available
1205
1165
  __props__.__dict__["lifecycle_details"] = lifecycle_details
1206
1166
  __props__.__dict__["opsi_private_endpoint_id"] = opsi_private_endpoint_id
1207
1167
  __props__.__dict__["parent_id"] = parent_id
@@ -1243,7 +1203,7 @@ class DatabaseInsight(pulumi.CustomResource):
1243
1203
  @pulumi.getter(name="credentialDetails")
1244
1204
  def credential_details(self) -> pulumi.Output[Optional['outputs.DatabaseInsightCredentialDetails']]:
1245
1205
  """
1246
- User credential details to connect to the database.
1206
+ User credential details to connect to the database. This is supplied via the External Database Service.
1247
1207
  """
1248
1208
  return pulumi.get(self, "credential_details")
1249
1209
 
@@ -1291,7 +1251,7 @@ class DatabaseInsight(pulumi.CustomResource):
1291
1251
  @pulumi.getter(name="databaseType")
1292
1252
  def database_type(self) -> pulumi.Output[str]:
1293
1253
  """
1294
- Ops Insights internal representation of the database type.
1254
+ Operations Insights internal representation of the database type.
1295
1255
  """
1296
1256
  return pulumi.get(self, "database_type")
1297
1257
 
@@ -1399,22 +1359,6 @@ class DatabaseInsight(pulumi.CustomResource):
1399
1359
  """
1400
1360
  return pulumi.get(self, "freeform_tags")
1401
1361
 
1402
- @property
1403
- @pulumi.getter(name="isHeatWaveClusterAttached")
1404
- def is_heat_wave_cluster_attached(self) -> pulumi.Output[bool]:
1405
- """
1406
- Specifies if MYSQL DB System has heatwave cluster attached.
1407
- """
1408
- return pulumi.get(self, "is_heat_wave_cluster_attached")
1409
-
1410
- @property
1411
- @pulumi.getter(name="isHighlyAvailable")
1412
- def is_highly_available(self) -> pulumi.Output[bool]:
1413
- """
1414
- Specifies if MYSQL DB System is highly available.
1415
- """
1416
- return pulumi.get(self, "is_highly_available")
1417
-
1418
1362
  @property
1419
1363
  @pulumi.getter(name="lifecycleDetails")
1420
1364
  def lifecycle_details(self) -> pulumi.Output[str]:
@@ -1494,7 +1438,7 @@ class DatabaseInsight(pulumi.CustomResource):
1494
1438
  @pulumi.getter(name="timeCreated")
1495
1439
  def time_created(self) -> pulumi.Output[str]:
1496
1440
  """
1497
- The time the database insight was first enabled. An RFC3339 formatted datetime string
1441
+ The time the the database insight was first enabled. An RFC3339 formatted datetime string
1498
1442
  """
1499
1443
  return pulumi.get(self, "time_created")
1500
1444
 
@@ -22,7 +22,7 @@ class GetDatabaseInsightResult:
22
22
  """
23
23
  A collection of values returned by getDatabaseInsight.
24
24
  """
25
- def __init__(__self__, compartment_id=None, connection_credential_details=None, connection_details=None, credential_details=None, database_connection_status_details=None, database_display_name=None, database_id=None, database_insight_id=None, database_name=None, database_resource_type=None, database_type=None, database_version=None, dbm_private_endpoint_id=None, defined_tags=None, deployment_type=None, enterprise_manager_bridge_id=None, enterprise_manager_entity_display_name=None, enterprise_manager_entity_identifier=None, enterprise_manager_entity_name=None, enterprise_manager_entity_type=None, enterprise_manager_identifier=None, entity_source=None, exadata_insight_id=None, freeform_tags=None, id=None, is_heat_wave_cluster_attached=None, is_highly_available=None, lifecycle_details=None, opsi_private_endpoint_id=None, parent_id=None, processor_count=None, root_id=None, service_name=None, state=None, status=None, system_tags=None, time_created=None, time_updated=None):
25
+ def __init__(__self__, compartment_id=None, connection_credential_details=None, connection_details=None, credential_details=None, database_connection_status_details=None, database_display_name=None, database_id=None, database_insight_id=None, database_name=None, database_resource_type=None, database_type=None, database_version=None, dbm_private_endpoint_id=None, defined_tags=None, deployment_type=None, enterprise_manager_bridge_id=None, enterprise_manager_entity_display_name=None, enterprise_manager_entity_identifier=None, enterprise_manager_entity_name=None, enterprise_manager_entity_type=None, enterprise_manager_identifier=None, entity_source=None, exadata_insight_id=None, freeform_tags=None, id=None, lifecycle_details=None, opsi_private_endpoint_id=None, parent_id=None, processor_count=None, root_id=None, service_name=None, state=None, status=None, system_tags=None, time_created=None, time_updated=None):
26
26
  if compartment_id and not isinstance(compartment_id, str):
27
27
  raise TypeError("Expected argument 'compartment_id' to be a str")
28
28
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -98,12 +98,6 @@ class GetDatabaseInsightResult:
98
98
  if id and not isinstance(id, str):
99
99
  raise TypeError("Expected argument 'id' to be a str")
100
100
  pulumi.set(__self__, "id", id)
101
- if is_heat_wave_cluster_attached and not isinstance(is_heat_wave_cluster_attached, bool):
102
- raise TypeError("Expected argument 'is_heat_wave_cluster_attached' to be a bool")
103
- pulumi.set(__self__, "is_heat_wave_cluster_attached", is_heat_wave_cluster_attached)
104
- if is_highly_available and not isinstance(is_highly_available, bool):
105
- raise TypeError("Expected argument 'is_highly_available' to be a bool")
106
- pulumi.set(__self__, "is_highly_available", is_highly_available)
107
101
  if lifecycle_details and not isinstance(lifecycle_details, str):
108
102
  raise TypeError("Expected argument 'lifecycle_details' to be a str")
109
103
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
@@ -150,7 +144,7 @@ class GetDatabaseInsightResult:
150
144
  @pulumi.getter(name="connectionCredentialDetails")
151
145
  def connection_credential_details(self) -> Sequence['outputs.GetDatabaseInsightConnectionCredentialDetailResult']:
152
146
  """
153
- User credential details to connect to the database.
147
+ User credential details to connect to the database. This is supplied via the External Database Service.
154
148
  """
155
149
  return pulumi.get(self, "connection_credential_details")
156
150
 
@@ -219,7 +213,7 @@ class GetDatabaseInsightResult:
219
213
  @pulumi.getter(name="databaseType")
220
214
  def database_type(self) -> str:
221
215
  """
222
- Ops Insights internal representation of the database type.
216
+ Operations Insights internal representation of the database type.
223
217
  """
224
218
  return pulumi.get(self, "database_type")
225
219
 
@@ -329,22 +323,6 @@ class GetDatabaseInsightResult:
329
323
  """
330
324
  return pulumi.get(self, "id")
331
325
 
332
- @property
333
- @pulumi.getter(name="isHeatWaveClusterAttached")
334
- def is_heat_wave_cluster_attached(self) -> bool:
335
- """
336
- Specifies if MYSQL DB System has heatwave cluster attached.
337
- """
338
- return pulumi.get(self, "is_heat_wave_cluster_attached")
339
-
340
- @property
341
- @pulumi.getter(name="isHighlyAvailable")
342
- def is_highly_available(self) -> bool:
343
- """
344
- Specifies if MYSQL DB System is highly available.
345
- """
346
- return pulumi.get(self, "is_highly_available")
347
-
348
326
  @property
349
327
  @pulumi.getter(name="lifecycleDetails")
350
328
  def lifecycle_details(self) -> str:
@@ -465,8 +443,6 @@ class AwaitableGetDatabaseInsightResult(GetDatabaseInsightResult):
465
443
  exadata_insight_id=self.exadata_insight_id,
466
444
  freeform_tags=self.freeform_tags,
467
445
  id=self.id,
468
- is_heat_wave_cluster_attached=self.is_heat_wave_cluster_attached,
469
- is_highly_available=self.is_highly_available,
470
446
  lifecycle_details=self.lifecycle_details,
471
447
  opsi_private_endpoint_id=self.opsi_private_endpoint_id,
472
448
  parent_id=self.parent_id,
@@ -530,8 +506,6 @@ def get_database_insight(database_insight_id: Optional[str] = None,
530
506
  exadata_insight_id=pulumi.get(__ret__, 'exadata_insight_id'),
531
507
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
532
508
  id=pulumi.get(__ret__, 'id'),
533
- is_heat_wave_cluster_attached=pulumi.get(__ret__, 'is_heat_wave_cluster_attached'),
534
- is_highly_available=pulumi.get(__ret__, 'is_highly_available'),
535
509
  lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
536
510
  opsi_private_endpoint_id=pulumi.get(__ret__, 'opsi_private_endpoint_id'),
537
511
  parent_id=pulumi.get(__ret__, 'parent_id'),
@@ -97,7 +97,7 @@ class GetDatabaseInsightsResult:
97
97
  @pulumi.getter(name="databaseTypes")
98
98
  def database_types(self) -> Optional[Sequence[str]]:
99
99
  """
100
- Ops Insights internal representation of the database type.
100
+ Operations Insights internal representation of the database type.
101
101
  """
102
102
  return pulumi.get(self, "database_types")
103
103
 
@@ -122,7 +122,7 @@ def get_enterprise_manager_bridges(compartment_id: Optional[str] = None,
122
122
  """
123
123
  This data source provides the list of Enterprise Manager Bridges in Oracle Cloud Infrastructure Opsi service.
124
124
 
125
- Gets a list of Ops Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
125
+ Gets a list of Operations Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
126
126
  When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
127
127
 
128
128
  ## Example Usage
@@ -176,7 +176,7 @@ def get_enterprise_manager_bridges_output(compartment_id: Optional[pulumi.Input[
176
176
  """
177
177
  This data source provides the list of Enterprise Manager Bridges in Oracle Cloud Infrastructure Opsi service.
178
178
 
179
- Gets a list of Ops Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
179
+ Gets a list of Operations Insights Enterprise Manager bridges. Either compartmentId or id must be specified.
180
180
  When both compartmentId and compartmentIdInSubtree are specified, a list of bridges in that compartment and in all sub-compartments will be returned.
181
181
 
182
182
  ## Example Usage