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
@@ -18,8 +18,8 @@ class OperationsInsightsWarehouseDownloadWarehouseWalletArgs:
18
18
  operations_insights_warehouse_wallet_password: pulumi.Input[str]):
19
19
  """
20
20
  The set of arguments for constructing a OperationsInsightsWarehouseDownloadWarehouseWallet resource.
21
- :param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
22
- :param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Ops Insights Warehouse.
21
+ :param pulumi.Input[str] operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
22
+ :param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Operations Insights Warehouse.
23
23
 
24
24
 
25
25
  ** IMPORTANT **
@@ -32,7 +32,7 @@ class OperationsInsightsWarehouseDownloadWarehouseWalletArgs:
32
32
  @pulumi.getter(name="operationsInsightsWarehouseId")
33
33
  def operations_insights_warehouse_id(self) -> pulumi.Input[str]:
34
34
  """
35
- Unique Ops Insights Warehouse identifier
35
+ Unique Operations Insights Warehouse identifier
36
36
  """
37
37
  return pulumi.get(self, "operations_insights_warehouse_id")
38
38
 
@@ -44,7 +44,7 @@ class OperationsInsightsWarehouseDownloadWarehouseWalletArgs:
44
44
  @pulumi.getter(name="operationsInsightsWarehouseWalletPassword")
45
45
  def operations_insights_warehouse_wallet_password(self) -> pulumi.Input[str]:
46
46
  """
47
- User provided ADW wallet password for the Ops Insights Warehouse.
47
+ User provided ADW wallet password for the Operations Insights Warehouse.
48
48
 
49
49
 
50
50
  ** IMPORTANT **
@@ -64,8 +64,8 @@ class _OperationsInsightsWarehouseDownloadWarehouseWalletState:
64
64
  operations_insights_warehouse_wallet_password: Optional[pulumi.Input[str]] = None):
65
65
  """
66
66
  Input properties used for looking up and filtering OperationsInsightsWarehouseDownloadWarehouseWallet resources.
67
- :param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
68
- :param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Ops Insights Warehouse.
67
+ :param pulumi.Input[str] operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
68
+ :param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Operations Insights Warehouse.
69
69
 
70
70
 
71
71
  ** IMPORTANT **
@@ -80,7 +80,7 @@ class _OperationsInsightsWarehouseDownloadWarehouseWalletState:
80
80
  @pulumi.getter(name="operationsInsightsWarehouseId")
81
81
  def operations_insights_warehouse_id(self) -> Optional[pulumi.Input[str]]:
82
82
  """
83
- Unique Ops Insights Warehouse identifier
83
+ Unique Operations Insights Warehouse identifier
84
84
  """
85
85
  return pulumi.get(self, "operations_insights_warehouse_id")
86
86
 
@@ -92,7 +92,7 @@ class _OperationsInsightsWarehouseDownloadWarehouseWalletState:
92
92
  @pulumi.getter(name="operationsInsightsWarehouseWalletPassword")
93
93
  def operations_insights_warehouse_wallet_password(self) -> Optional[pulumi.Input[str]]:
94
94
  """
95
- User provided ADW wallet password for the Ops Insights Warehouse.
95
+ User provided ADW wallet password for the Operations Insights Warehouse.
96
96
 
97
97
 
98
98
  ** IMPORTANT **
@@ -139,8 +139,8 @@ class OperationsInsightsWarehouseDownloadWarehouseWallet(pulumi.CustomResource):
139
139
 
140
140
  :param str resource_name: The name of the resource.
141
141
  :param pulumi.ResourceOptions opts: Options for the resource.
142
- :param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
143
- :param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Ops Insights Warehouse.
142
+ :param pulumi.Input[str] operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
143
+ :param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Operations Insights Warehouse.
144
144
 
145
145
 
146
146
  ** IMPORTANT **
@@ -229,8 +229,8 @@ class OperationsInsightsWarehouseDownloadWarehouseWallet(pulumi.CustomResource):
229
229
  :param str resource_name: The unique name of the resulting resource.
230
230
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
231
231
  :param pulumi.ResourceOptions opts: Options for the resource.
232
- :param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
233
- :param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Ops Insights Warehouse.
232
+ :param pulumi.Input[str] operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
233
+ :param pulumi.Input[str] operations_insights_warehouse_wallet_password: User provided ADW wallet password for the Operations Insights Warehouse.
234
234
 
235
235
 
236
236
  ** IMPORTANT **
@@ -248,7 +248,7 @@ class OperationsInsightsWarehouseDownloadWarehouseWallet(pulumi.CustomResource):
248
248
  @pulumi.getter(name="operationsInsightsWarehouseId")
249
249
  def operations_insights_warehouse_id(self) -> pulumi.Output[str]:
250
250
  """
251
- Unique Ops Insights Warehouse identifier
251
+ Unique Operations Insights Warehouse identifier
252
252
  """
253
253
  return pulumi.get(self, "operations_insights_warehouse_id")
254
254
 
@@ -256,7 +256,7 @@ class OperationsInsightsWarehouseDownloadWarehouseWallet(pulumi.CustomResource):
256
256
  @pulumi.getter(name="operationsInsightsWarehouseWalletPassword")
257
257
  def operations_insights_warehouse_wallet_password(self) -> pulumi.Output[str]:
258
258
  """
259
- User provided ADW wallet password for the Ops Insights Warehouse.
259
+ User provided ADW wallet password for the Operations Insights Warehouse.
260
260
 
261
261
 
262
262
  ** IMPORTANT **
@@ -17,7 +17,7 @@ class OperationsInsightsWarehouseRotateWarehouseWalletArgs:
17
17
  operations_insights_warehouse_id: pulumi.Input[str]):
18
18
  """
19
19
  The set of arguments for constructing a OperationsInsightsWarehouseRotateWarehouseWallet resource.
20
- :param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
20
+ :param pulumi.Input[str] operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
21
21
 
22
22
 
23
23
  ** IMPORTANT **
@@ -29,7 +29,7 @@ class OperationsInsightsWarehouseRotateWarehouseWalletArgs:
29
29
  @pulumi.getter(name="operationsInsightsWarehouseId")
30
30
  def operations_insights_warehouse_id(self) -> pulumi.Input[str]:
31
31
  """
32
- Unique Ops Insights Warehouse identifier
32
+ Unique Operations Insights Warehouse identifier
33
33
 
34
34
 
35
35
  ** IMPORTANT **
@@ -48,7 +48,7 @@ class _OperationsInsightsWarehouseRotateWarehouseWalletState:
48
48
  operations_insights_warehouse_id: Optional[pulumi.Input[str]] = None):
49
49
  """
50
50
  Input properties used for looking up and filtering OperationsInsightsWarehouseRotateWarehouseWallet resources.
51
- :param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
51
+ :param pulumi.Input[str] operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
52
52
 
53
53
 
54
54
  ** IMPORTANT **
@@ -61,7 +61,7 @@ class _OperationsInsightsWarehouseRotateWarehouseWalletState:
61
61
  @pulumi.getter(name="operationsInsightsWarehouseId")
62
62
  def operations_insights_warehouse_id(self) -> Optional[pulumi.Input[str]]:
63
63
  """
64
- Unique Ops Insights Warehouse identifier
64
+ Unique Operations Insights Warehouse identifier
65
65
 
66
66
 
67
67
  ** IMPORTANT **
@@ -105,7 +105,7 @@ class OperationsInsightsWarehouseRotateWarehouseWallet(pulumi.CustomResource):
105
105
 
106
106
  :param str resource_name: The name of the resource.
107
107
  :param pulumi.ResourceOptions opts: Options for the resource.
108
- :param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
108
+ :param pulumi.Input[str] operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
109
109
 
110
110
 
111
111
  ** IMPORTANT **
@@ -185,7 +185,7 @@ class OperationsInsightsWarehouseRotateWarehouseWallet(pulumi.CustomResource):
185
185
  :param str resource_name: The unique name of the resulting resource.
186
186
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
187
187
  :param pulumi.ResourceOptions opts: Options for the resource.
188
- :param pulumi.Input[str] operations_insights_warehouse_id: Unique Ops Insights Warehouse identifier
188
+ :param pulumi.Input[str] operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
189
189
 
190
190
 
191
191
  ** IMPORTANT **
@@ -202,7 +202,7 @@ class OperationsInsightsWarehouseRotateWarehouseWallet(pulumi.CustomResource):
202
202
  @pulumi.getter(name="operationsInsightsWarehouseId")
203
203
  def operations_insights_warehouse_id(self) -> pulumi.Output[str]:
204
204
  """
205
- Unique Ops Insights Warehouse identifier
205
+ Unique Operations Insights Warehouse identifier
206
206
 
207
207
 
208
208
  ** IMPORTANT **
@@ -26,7 +26,7 @@ class OperationsInsightsWarehouseUserArgs:
26
26
  """
27
27
  The set of arguments for constructing a OperationsInsightsWarehouseUser resource.
28
28
  :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
29
- :param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
29
+ :param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
30
30
  :param pulumi.Input[bool] is_awr_data_access: (Updatable) Indicate whether user has access to AWR data.
31
31
  :param pulumi.Input[str] operations_insights_warehouse_id: OPSI Warehouse OCID
32
32
 
@@ -37,7 +37,7 @@ class OperationsInsightsWarehouseUserArgs:
37
37
  :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"}`
38
38
  :param pulumi.Input[bool] is_em_data_access: (Updatable) Indicate whether user has access to EM data.
39
39
  :param pulumi.Input[bool] is_opsi_data_access: (Updatable) Indicate whether user has access to OPSI data.
40
- :param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
40
+ :param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
41
41
  """
42
42
  pulumi.set(__self__, "compartment_id", compartment_id)
43
43
  pulumi.set(__self__, "connection_password", connection_password)
@@ -70,7 +70,7 @@ class OperationsInsightsWarehouseUserArgs:
70
70
  @pulumi.getter(name="connectionPassword")
71
71
  def connection_password(self) -> pulumi.Input[str]:
72
72
  """
73
- (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
73
+ (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
74
74
  """
75
75
  return pulumi.get(self, "connection_password")
76
76
 
@@ -158,7 +158,7 @@ class OperationsInsightsWarehouseUserArgs:
158
158
  @pulumi.getter
159
159
  def name(self) -> Optional[pulumi.Input[str]]:
160
160
  """
161
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
161
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
162
162
  """
163
163
  return pulumi.get(self, "name")
164
164
 
@@ -187,14 +187,14 @@ class _OperationsInsightsWarehouseUserState:
187
187
  """
188
188
  Input properties used for looking up and filtering OperationsInsightsWarehouseUser resources.
189
189
  :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
190
- :param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
190
+ :param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
191
191
  :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"}`
192
192
  :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"}`
193
193
  :param pulumi.Input[bool] is_awr_data_access: (Updatable) Indicate whether user has access to AWR data.
194
194
  :param pulumi.Input[bool] is_em_data_access: (Updatable) Indicate whether user has access to EM data.
195
195
  :param pulumi.Input[bool] is_opsi_data_access: (Updatable) Indicate whether user has access to OPSI data.
196
196
  :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.
197
- :param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
197
+ :param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
198
198
  :param pulumi.Input[str] operations_insights_warehouse_id: OPSI Warehouse OCID
199
199
 
200
200
 
@@ -250,7 +250,7 @@ class _OperationsInsightsWarehouseUserState:
250
250
  @pulumi.getter(name="connectionPassword")
251
251
  def connection_password(self) -> Optional[pulumi.Input[str]]:
252
252
  """
253
- (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
253
+ (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
254
254
  """
255
255
  return pulumi.get(self, "connection_password")
256
256
 
@@ -334,7 +334,7 @@ class _OperationsInsightsWarehouseUserState:
334
334
  @pulumi.getter
335
335
  def name(self) -> Optional[pulumi.Input[str]]:
336
336
  """
337
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
337
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
338
338
  """
339
339
  return pulumi.get(self, "name")
340
340
 
@@ -461,13 +461,13 @@ class OperationsInsightsWarehouseUser(pulumi.CustomResource):
461
461
  :param str resource_name: The name of the resource.
462
462
  :param pulumi.ResourceOptions opts: Options for the resource.
463
463
  :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
464
- :param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
464
+ :param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
465
465
  :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"}`
466
466
  :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"}`
467
467
  :param pulumi.Input[bool] is_awr_data_access: (Updatable) Indicate whether user has access to AWR data.
468
468
  :param pulumi.Input[bool] is_em_data_access: (Updatable) Indicate whether user has access to EM data.
469
469
  :param pulumi.Input[bool] is_opsi_data_access: (Updatable) Indicate whether user has access to OPSI data.
470
- :param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
470
+ :param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
471
471
  :param pulumi.Input[str] operations_insights_warehouse_id: OPSI Warehouse OCID
472
472
 
473
473
 
@@ -605,14 +605,14 @@ class OperationsInsightsWarehouseUser(pulumi.CustomResource):
605
605
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
606
606
  :param pulumi.ResourceOptions opts: Options for the resource.
607
607
  :param pulumi.Input[str] compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
608
- :param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
608
+ :param pulumi.Input[str] connection_password: (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
609
609
  :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"}`
610
610
  :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"}`
611
611
  :param pulumi.Input[bool] is_awr_data_access: (Updatable) Indicate whether user has access to AWR data.
612
612
  :param pulumi.Input[bool] is_em_data_access: (Updatable) Indicate whether user has access to EM data.
613
613
  :param pulumi.Input[bool] is_opsi_data_access: (Updatable) Indicate whether user has access to OPSI data.
614
614
  :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.
615
- :param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
615
+ :param pulumi.Input[str] name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
616
616
  :param pulumi.Input[str] operations_insights_warehouse_id: OPSI Warehouse OCID
617
617
 
618
618
 
@@ -655,7 +655,7 @@ class OperationsInsightsWarehouseUser(pulumi.CustomResource):
655
655
  @pulumi.getter(name="connectionPassword")
656
656
  def connection_password(self) -> pulumi.Output[str]:
657
657
  """
658
- (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
658
+ (Updatable) User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
659
659
  """
660
660
  return pulumi.get(self, "connection_password")
661
661
 
@@ -711,7 +711,7 @@ class OperationsInsightsWarehouseUser(pulumi.CustomResource):
711
711
  @pulumi.getter
712
712
  def name(self) -> pulumi.Output[str]:
713
713
  """
714
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
714
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
715
715
  """
716
716
  return pulumi.get(self, "name")
717
717
 
@@ -142,7 +142,7 @@ class DatabaseInsightConnectionCredentialDetails(dict):
142
142
  :param str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
143
143
  :param str role: database user role.
144
144
  :param str user_name: database user name.
145
- :param 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.
145
+ :param 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.
146
146
  """
147
147
  if credential_source_name is not None:
148
148
  pulumi.set(__self__, "credential_source_name", credential_source_name)
@@ -201,7 +201,7 @@ class DatabaseInsightConnectionCredentialDetails(dict):
201
201
  @pulumi.getter(name="walletSecretId")
202
202
  def wallet_secret_id(self) -> Optional[str]:
203
203
  """
204
- 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.
204
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
205
205
  """
206
206
  return pulumi.get(self, "wallet_secret_id")
207
207
 
@@ -380,7 +380,7 @@ class DatabaseInsightCredentialDetails(dict):
380
380
  :param str password_secret_id: The secret [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) mapping to the database credentials.
381
381
  :param str role: database user role.
382
382
  :param str user_name: database user name.
383
- :param 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.
383
+ :param 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.
384
384
  """
385
385
  pulumi.set(__self__, "credential_type", credential_type)
386
386
  if credential_source_name is not None:
@@ -438,7 +438,7 @@ class DatabaseInsightCredentialDetails(dict):
438
438
  @pulumi.getter(name="walletSecretId")
439
439
  def wallet_secret_id(self) -> Optional[str]:
440
440
  """
441
- 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.
441
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Secret where the database keystore contents are stored.
442
442
  """
443
443
  return pulumi.get(self, "wallet_secret_id")
444
444
 
@@ -595,7 +595,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
595
595
  """
596
596
  :param str compartment_id: (Updatable) Compartment Identifier of database
597
597
  :param 'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailConnectionDetailsArgs' connection_details: Connection details of the private endpoints.
598
- :param 'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs' credential_details: User credential details to connect to the database.
598
+ :param 'ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetailsArgs' credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
599
599
  :param str database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
600
600
  :param str database_resource_type: Oracle Cloud Infrastructure database resource type
601
601
  :param str dbm_private_endpoint_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Management private endpoint
@@ -654,7 +654,7 @@ class ExadataInsightMemberVmClusterDetailMemberDatabaseDetail(dict):
654
654
  @pulumi.getter(name="credentialDetails")
655
655
  def credential_details(self) -> Optional['outputs.ExadataInsightMemberVmClusterDetailMemberDatabaseDetailCredentialDetails']:
656
656
  """
657
- User credential details to connect to the database.
657
+ User credential details to connect to the database. This is supplied via the External Database Service.
658
658
  """
659
659
  return pulumi.get(self, "credential_details")
660
660
 
@@ -2517,8 +2517,6 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2517
2517
  exadata_insight_id: str,
2518
2518
  freeform_tags: Mapping[str, Any],
2519
2519
  id: str,
2520
- is_heat_wave_cluster_attached: bool,
2521
- is_highly_available: bool,
2522
2520
  lifecycle_details: str,
2523
2521
  opsi_private_endpoint_id: str,
2524
2522
  parent_id: str,
@@ -2532,9 +2530,9 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2532
2530
  time_updated: str):
2533
2531
  """
2534
2532
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
2535
- :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetailArgs'] connection_credential_details: User credential details to connect to the database.
2533
+ :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetailArgs'] connection_credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
2536
2534
  :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionDetailArgs'] connection_details: Connection details to connect to the database. HostName, protocol, and port should be specified.
2537
- :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailArgs'] credential_details: User credential details to connect to the database.
2535
+ :param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailArgs'] credential_details: User credential details to connect to the database. This is supplied via the External Database Service.
2538
2536
  :param 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.
2539
2537
  :param str database_display_name: Display name of database
2540
2538
  :param str database_id: Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
@@ -2553,8 +2551,6 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2553
2551
  :param str exadata_insight_id: [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of exadata insight resource.
2554
2552
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
2555
2553
  :param str id: Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2556
- :param bool is_heat_wave_cluster_attached: Specifies if MYSQL DB System has heatwave cluster attached.
2557
- :param bool is_highly_available: Specifies if MYSQL DB System is highly available.
2558
2554
  :param 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.
2559
2555
  :param str opsi_private_endpoint_id: Unique Operations Insights PrivateEndpoint identifier
2560
2556
  :param 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.
@@ -2591,8 +2587,6 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2591
2587
  pulumi.set(__self__, "exadata_insight_id", exadata_insight_id)
2592
2588
  pulumi.set(__self__, "freeform_tags", freeform_tags)
2593
2589
  pulumi.set(__self__, "id", id)
2594
- pulumi.set(__self__, "is_heat_wave_cluster_attached", is_heat_wave_cluster_attached)
2595
- pulumi.set(__self__, "is_highly_available", is_highly_available)
2596
2590
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
2597
2591
  pulumi.set(__self__, "opsi_private_endpoint_id", opsi_private_endpoint_id)
2598
2592
  pulumi.set(__self__, "parent_id", parent_id)
@@ -2617,7 +2611,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2617
2611
  @pulumi.getter(name="connectionCredentialDetails")
2618
2612
  def connection_credential_details(self) -> Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemConnectionCredentialDetailResult']:
2619
2613
  """
2620
- User credential details to connect to the database.
2614
+ User credential details to connect to the database. This is supplied via the External Database Service.
2621
2615
  """
2622
2616
  return pulumi.get(self, "connection_credential_details")
2623
2617
 
@@ -2633,7 +2627,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2633
2627
  @pulumi.getter(name="credentialDetails")
2634
2628
  def credential_details(self) -> Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult']:
2635
2629
  """
2636
- User credential details to connect to the database.
2630
+ User credential details to connect to the database. This is supplied via the External Database Service.
2637
2631
  """
2638
2632
  return pulumi.get(self, "credential_details")
2639
2633
 
@@ -2791,22 +2785,6 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
2791
2785
  """
2792
2786
  return pulumi.get(self, "id")
2793
2787
 
2794
- @property
2795
- @pulumi.getter(name="isHeatWaveClusterAttached")
2796
- def is_heat_wave_cluster_attached(self) -> bool:
2797
- """
2798
- Specifies if MYSQL DB System has heatwave cluster attached.
2799
- """
2800
- return pulumi.get(self, "is_heat_wave_cluster_attached")
2801
-
2802
- @property
2803
- @pulumi.getter(name="isHighlyAvailable")
2804
- def is_highly_available(self) -> bool:
2805
- """
2806
- Specifies if MYSQL DB System is highly available.
2807
- """
2808
- return pulumi.get(self, "is_highly_available")
2809
-
2810
2788
  @property
2811
2789
  @pulumi.getter(name="lifecycleDetails")
2812
2790
  def lifecycle_details(self) -> str:
@@ -4291,7 +4269,7 @@ class GetHostInsightsHostInsightSummaryCollectionItemResult(dict):
4291
4269
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
4292
4270
  :param str host_display_name: The user-friendly name for the host. The name does not have to be unique.
4293
4271
  :param str host_name: The host name. The host name is unique amongst the hosts managed by the same management agent.
4294
- :param str host_type: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
4272
+ :param str host_type: Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST
4295
4273
  :param str id: Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
4296
4274
  :param 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.
4297
4275
  :param str management_agent_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Management Agent
@@ -4449,7 +4427,7 @@ class GetHostInsightsHostInsightSummaryCollectionItemResult(dict):
4449
4427
  @pulumi.getter(name="hostType")
4450
4428
  def host_type(self) -> str:
4451
4429
  """
4452
- Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
4430
+ Filter by one or more host types. Possible values are CLOUD-HOST, EXTERNAL-HOST
4453
4431
  """
4454
4432
  return pulumi.get(self, "host_type")
4455
4433
 
@@ -5467,7 +5445,7 @@ class GetOperationsInsightsWarehouseUsersFilterResult(dict):
5467
5445
  values: Sequence[str],
5468
5446
  regex: Optional[bool] = None):
5469
5447
  """
5470
- :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5448
+ :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5471
5449
  """
5472
5450
  pulumi.set(__self__, "name", name)
5473
5451
  pulumi.set(__self__, "values", values)
@@ -5478,7 +5456,7 @@ class GetOperationsInsightsWarehouseUsersFilterResult(dict):
5478
5456
  @pulumi.getter
5479
5457
  def name(self) -> str:
5480
5458
  """
5481
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5459
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5482
5460
  """
5483
5461
  return pulumi.get(self, "name")
5484
5462
 
@@ -5525,7 +5503,7 @@ class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryC
5525
5503
  time_updated: str):
5526
5504
  """
5527
5505
  :param str compartment_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
5528
- :param str connection_password: User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5506
+ :param str connection_password: User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5529
5507
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
5530
5508
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5531
5509
  :param str id: Unique Operations Insights Warehouse User identifier
@@ -5533,7 +5511,7 @@ class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryC
5533
5511
  :param bool is_em_data_access: Indicate whether user has access to EM data.
5534
5512
  :param bool is_opsi_data_access: Indicate whether user has access to OPSI data.
5535
5513
  :param 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.
5536
- :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5514
+ :param str name: Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5537
5515
  :param str operations_insights_warehouse_id: Unique Operations Insights Warehouse identifier
5538
5516
  :param str state: Lifecycle states
5539
5517
  :param 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"}`
@@ -5568,7 +5546,7 @@ class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryC
5568
5546
  @pulumi.getter(name="connectionPassword")
5569
5547
  def connection_password(self) -> str:
5570
5548
  """
5571
- User provided connection password for the AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5549
+ User provided connection password for the AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5572
5550
  """
5573
5551
  return pulumi.get(self, "connection_password")
5574
5552
 
@@ -5632,7 +5610,7 @@ class GetOperationsInsightsWarehouseUsersOperationsInsightsWarehouseUserSummaryC
5632
5610
  @pulumi.getter
5633
5611
  def name(self) -> str:
5634
5612
  """
5635
- Username for schema which would have access to AWR Data, Enterprise Manager Data and Ops Insights OPSI Hub.
5613
+ Username for schema which would have access to AWR Data, Enterprise Manager Data and Operations Insights OPSI Hub.
5636
5614
  """
5637
5615
  return pulumi.get(self, "name")
5638
5616
 
@@ -5744,15 +5722,15 @@ class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectio
5744
5722
  :param str display_name: A filter to return only resources that match the entire display name.
5745
5723
  :param str dynamic_group_id: OCID of the dynamic group created for the warehouse
5746
5724
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
5747
- :param str id: Unique Ops Insights Warehouse identifier
5725
+ :param str id: Unique Operations Insights Warehouse identifier
5748
5726
  :param 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.
5749
- :param str operations_insights_tenancy_id: Tenancy Identifier of Ops Insights service
5727
+ :param str operations_insights_tenancy_id: Tenancy Identifier of Operations Insights service
5750
5728
  :param str state: Lifecycle states
5751
5729
  :param float storage_allocated_in_gbs: Storage allocated to OPSI Warehouse ADW.
5752
5730
  :param float storage_used_in_gbs: Storage by OPSI Warehouse ADW in GB.
5753
5731
  :param 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"}`
5754
5732
  :param str time_created: The time at which the resource was first created. An RFC3339 formatted datetime string
5755
- :param str time_last_wallet_rotated: The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
5733
+ :param str time_last_wallet_rotated: The time at which the ADW wallet was last rotated for the Operations Insights Warehouse. An RFC3339 formatted datetime string
5756
5734
  :param str time_updated: The time at which the resource was last updated. An RFC3339 formatted datetime string
5757
5735
  """
5758
5736
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -5833,7 +5811,7 @@ class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectio
5833
5811
  @pulumi.getter
5834
5812
  def id(self) -> str:
5835
5813
  """
5836
- Unique Ops Insights Warehouse identifier
5814
+ Unique Operations Insights Warehouse identifier
5837
5815
  """
5838
5816
  return pulumi.get(self, "id")
5839
5817
 
@@ -5849,7 +5827,7 @@ class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectio
5849
5827
  @pulumi.getter(name="operationsInsightsTenancyId")
5850
5828
  def operations_insights_tenancy_id(self) -> str:
5851
5829
  """
5852
- Tenancy Identifier of Ops Insights service
5830
+ Tenancy Identifier of Operations Insights service
5853
5831
  """
5854
5832
  return pulumi.get(self, "operations_insights_tenancy_id")
5855
5833
 
@@ -5897,7 +5875,7 @@ class GetOperationsInsightsWarehousesOperationsInsightsWarehouseSummaryCollectio
5897
5875
  @pulumi.getter(name="timeLastWalletRotated")
5898
5876
  def time_last_wallet_rotated(self) -> str:
5899
5877
  """
5900
- The time at which the ADW wallet was last rotated for the Ops Insights Warehouse. An RFC3339 formatted datetime string
5878
+ The time at which the ADW wallet was last rotated for the Operations Insights Warehouse. An RFC3339 formatted datetime string
5901
5879
  """
5902
5880
  return pulumi.get(self, "time_last_wallet_rotated")
5903
5881
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "oci",
4
- "version": "2.4.0"
4
+ "version": "2.4.0-alpha.1721890421"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_oci
3
- Version: 2.4.0
3
+ Version: 2.4.0a1721890421
4
4
  Summary: A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com