pulumi-oci 2.4.0a1721933648__py3-none-any.whl → 2.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. pulumi_oci/__init__.py +59 -32
  2. pulumi_oci/_utilities.py +2 -0
  3. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  4. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  5. pulumi_oci/bigdataservice/outputs.py +7 -0
  6. pulumi_oci/core/__init__.py +3 -0
  7. pulumi_oci/core/_inputs.py +40 -0
  8. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  9. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  10. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  11. pulumi_oci/core/outputs.py +314 -0
  12. pulumi_oci/database/autonomous_database.py +28 -0
  13. pulumi_oci/database/get_autonomous_database.py +14 -1
  14. pulumi_oci/database/outputs.py +22 -0
  15. pulumi_oci/databasemigration/_inputs.py +184 -0
  16. pulumi_oci/databasemigration/job.py +99 -24
  17. pulumi_oci/databasemigration/outputs.py +171 -0
  18. pulumi_oci/datasafe/__init__.py +2 -4
  19. pulumi_oci/datasafe/_inputs.py +55 -0
  20. pulumi_oci/datasafe/alert.py +56 -0
  21. pulumi_oci/datasafe/alert_policy.py +745 -0
  22. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  23. pulumi_oci/datasafe/get_alert.py +27 -1
  24. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  25. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  26. pulumi_oci/datasafe/get_report.py +14 -1
  27. pulumi_oci/datasafe/get_report_definition.py +14 -1
  28. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  29. pulumi_oci/datasafe/outputs.py +231 -27
  30. pulumi_oci/datasafe/report.py +28 -0
  31. pulumi_oci/datasafe/report_definition.py +28 -0
  32. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  33. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  34. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  35. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  36. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  37. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  38. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  39. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  40. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  41. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  42. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  43. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  44. pulumi_oci/generativeai/get_endpoint.py +6 -9
  45. pulumi_oci/generativeai/get_endpoints.py +3 -3
  46. pulumi_oci/generativeai/get_model.py +36 -6
  47. pulumi_oci/generativeai/get_models.py +6 -0
  48. pulumi_oci/generativeai/outputs.py +228 -16
  49. pulumi_oci/identity/__init__.py +3 -0
  50. pulumi_oci/identity/_inputs.py +1029 -0
  51. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  52. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  53. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  54. pulumi_oci/identity/outputs.py +19544 -17378
  55. pulumi_oci/networkfirewall/__init__.py +3 -0
  56. pulumi_oci/networkfirewall/_inputs.py +150 -0
  57. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  58. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  59. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  60. pulumi_oci/networkfirewall/outputs.py +457 -0
  61. pulumi_oci/pulumi-plugin.json +1 -1
  62. pulumi_oci/redis/get_redis_cluster.py +1 -1
  63. pulumi_oci/redis/outputs.py +2 -2
  64. pulumi_oci/redis/redis_cluster.py +7 -7
  65. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  66. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  67. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  68. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  69. pulumi_oci/stackmonitoring/outputs.py +19 -8
  70. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
  71. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +73 -57
  72. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
  73. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  74. pulumi_oci/datasafe/masking_report_management.py +0 -693
  75. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  76. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  77. {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -13,6 +13,7 @@ from . import outputs
13
13
  __all__ = [
14
14
  'ConnectionAdditionalAttribute',
15
15
  'ConnectionIngressIp',
16
+ 'JobParameterFileVersion',
16
17
  'JobProgress',
17
18
  'JobProgressPhase',
18
19
  'JobProgressPhaseExtract',
@@ -166,6 +167,148 @@ class ConnectionIngressIp(dict):
166
167
  return pulumi.get(self, "ingress_ip")
167
168
 
168
169
 
170
+ @pulumi.output_type
171
+ class JobParameterFileVersion(dict):
172
+ @staticmethod
173
+ def __key_warning(key: str):
174
+ suggest = None
175
+ if key == "definedTags":
176
+ suggest = "defined_tags"
177
+ elif key == "freeformTags":
178
+ suggest = "freeform_tags"
179
+ elif key == "isCurrent":
180
+ suggest = "is_current"
181
+ elif key == "isFactory":
182
+ suggest = "is_factory"
183
+ elif key == "systemTags":
184
+ suggest = "system_tags"
185
+ elif key == "timeCreated":
186
+ suggest = "time_created"
187
+
188
+ if suggest:
189
+ pulumi.log.warn(f"Key '{key}' not found in JobParameterFileVersion. Access the value via the '{suggest}' property getter instead.")
190
+
191
+ def __getitem__(self, key: str) -> Any:
192
+ JobParameterFileVersion.__key_warning(key)
193
+ return super().__getitem__(key)
194
+
195
+ def get(self, key: str, default = None) -> Any:
196
+ JobParameterFileVersion.__key_warning(key)
197
+ return super().get(key, default)
198
+
199
+ def __init__(__self__, *,
200
+ defined_tags: Optional[Mapping[str, Any]] = None,
201
+ description: Optional[str] = None,
202
+ freeform_tags: Optional[Mapping[str, Any]] = None,
203
+ is_current: Optional[bool] = None,
204
+ is_factory: Optional[bool] = None,
205
+ kind: Optional[str] = None,
206
+ name: Optional[str] = None,
207
+ system_tags: Optional[Mapping[str, Any]] = None,
208
+ time_created: Optional[str] = None):
209
+ """
210
+ :param 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"}`
211
+ :param str description: A description to discribe the current parameter file version
212
+ :param Mapping[str, Any] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
213
+ :param bool is_current: Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
214
+ :param bool is_factory: Return true/false for whether the parameter file is oracle provided (Factory)
215
+ :param str kind: Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
216
+ :param str name: Phase name
217
+ :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
218
+ :param str time_created: The time the Migration Job was created. An RFC3339 formatted datetime string
219
+ """
220
+ if defined_tags is not None:
221
+ pulumi.set(__self__, "defined_tags", defined_tags)
222
+ if description is not None:
223
+ pulumi.set(__self__, "description", description)
224
+ if freeform_tags is not None:
225
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
226
+ if is_current is not None:
227
+ pulumi.set(__self__, "is_current", is_current)
228
+ if is_factory is not None:
229
+ pulumi.set(__self__, "is_factory", is_factory)
230
+ if kind is not None:
231
+ pulumi.set(__self__, "kind", kind)
232
+ if name is not None:
233
+ pulumi.set(__self__, "name", name)
234
+ if system_tags is not None:
235
+ pulumi.set(__self__, "system_tags", system_tags)
236
+ if time_created is not None:
237
+ pulumi.set(__self__, "time_created", time_created)
238
+
239
+ @property
240
+ @pulumi.getter(name="definedTags")
241
+ def defined_tags(self) -> Optional[Mapping[str, Any]]:
242
+ """
243
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
244
+ """
245
+ return pulumi.get(self, "defined_tags")
246
+
247
+ @property
248
+ @pulumi.getter
249
+ def description(self) -> Optional[str]:
250
+ """
251
+ A description to discribe the current parameter file version
252
+ """
253
+ return pulumi.get(self, "description")
254
+
255
+ @property
256
+ @pulumi.getter(name="freeformTags")
257
+ def freeform_tags(self) -> Optional[Mapping[str, Any]]:
258
+ """
259
+ (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
260
+ """
261
+ return pulumi.get(self, "freeform_tags")
262
+
263
+ @property
264
+ @pulumi.getter(name="isCurrent")
265
+ def is_current(self) -> Optional[bool]:
266
+ """
267
+ Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
268
+ """
269
+ return pulumi.get(self, "is_current")
270
+
271
+ @property
272
+ @pulumi.getter(name="isFactory")
273
+ def is_factory(self) -> Optional[bool]:
274
+ """
275
+ Return true/false for whether the parameter file is oracle provided (Factory)
276
+ """
277
+ return pulumi.get(self, "is_factory")
278
+
279
+ @property
280
+ @pulumi.getter
281
+ def kind(self) -> Optional[str]:
282
+ """
283
+ Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
284
+ """
285
+ return pulumi.get(self, "kind")
286
+
287
+ @property
288
+ @pulumi.getter
289
+ def name(self) -> Optional[str]:
290
+ """
291
+ Phase name
292
+ """
293
+ return pulumi.get(self, "name")
294
+
295
+ @property
296
+ @pulumi.getter(name="systemTags")
297
+ def system_tags(self) -> Optional[Mapping[str, Any]]:
298
+ """
299
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
300
+ """
301
+ return pulumi.get(self, "system_tags")
302
+
303
+ @property
304
+ @pulumi.getter(name="timeCreated")
305
+ def time_created(self) -> Optional[str]:
306
+ """
307
+ The time the Migration Job was created. An RFC3339 formatted datetime string
308
+ """
309
+ return pulumi.get(self, "time_created")
310
+
311
+
169
312
  @pulumi.output_type
170
313
  class JobProgress(dict):
171
314
  @staticmethod
@@ -235,8 +378,12 @@ class JobProgressPhase(dict):
235
378
  suggest = None
236
379
  if key == "durationInMs":
237
380
  suggest = "duration_in_ms"
381
+ elif key == "editableParameterFiles":
382
+ suggest = "editable_parameter_files"
238
383
  elif key == "isAdvisorReportAvailable":
239
384
  suggest = "is_advisor_report_available"
385
+ elif key == "isSuspendAvailable":
386
+ suggest = "is_suspend_available"
240
387
  elif key == "logLocations":
241
388
  suggest = "log_locations"
242
389
 
@@ -254,8 +401,10 @@ class JobProgressPhase(dict):
254
401
  def __init__(__self__, *,
255
402
  action: Optional[str] = None,
256
403
  duration_in_ms: Optional[int] = None,
404
+ editable_parameter_files: Optional[Sequence[str]] = None,
257
405
  extracts: Optional[Sequence['outputs.JobProgressPhaseExtract']] = None,
258
406
  is_advisor_report_available: Optional[bool] = None,
407
+ is_suspend_available: Optional[bool] = None,
259
408
  issue: Optional[str] = None,
260
409
  log_locations: Optional[Sequence['outputs.JobProgressPhaseLogLocation']] = None,
261
410
  name: Optional[str] = None,
@@ -264,8 +413,10 @@ class JobProgressPhase(dict):
264
413
  """
265
414
  :param str action: The text describing the action required to fix the issue
266
415
  :param int duration_in_ms: Duration of the phase in milliseconds
416
+ :param Sequence[str] editable_parameter_files: Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
267
417
  :param Sequence['JobProgressPhaseExtractArgs'] extracts: Summary of phase status results.
268
418
  :param bool is_advisor_report_available: True if a Pre-Migration Advisor report is available for this phase. False or null if no report is available.
419
+ :param bool is_suspend_available: This is returned as true if the current phase can be suspended.
269
420
  :param str issue: The text describing the root cause of the reported issue
270
421
  :param Sequence['JobProgressPhaseLogLocationArgs'] log_locations: Details to access log file in the specified Object Storage bucket, if any.
271
422
  :param str name: Phase name
@@ -276,10 +427,14 @@ class JobProgressPhase(dict):
276
427
  pulumi.set(__self__, "action", action)
277
428
  if duration_in_ms is not None:
278
429
  pulumi.set(__self__, "duration_in_ms", duration_in_ms)
430
+ if editable_parameter_files is not None:
431
+ pulumi.set(__self__, "editable_parameter_files", editable_parameter_files)
279
432
  if extracts is not None:
280
433
  pulumi.set(__self__, "extracts", extracts)
281
434
  if is_advisor_report_available is not None:
282
435
  pulumi.set(__self__, "is_advisor_report_available", is_advisor_report_available)
436
+ if is_suspend_available is not None:
437
+ pulumi.set(__self__, "is_suspend_available", is_suspend_available)
283
438
  if issue is not None:
284
439
  pulumi.set(__self__, "issue", issue)
285
440
  if log_locations is not None:
@@ -307,6 +462,14 @@ class JobProgressPhase(dict):
307
462
  """
308
463
  return pulumi.get(self, "duration_in_ms")
309
464
 
465
+ @property
466
+ @pulumi.getter(name="editableParameterFiles")
467
+ def editable_parameter_files(self) -> Optional[Sequence[str]]:
468
+ """
469
+ Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
470
+ """
471
+ return pulumi.get(self, "editable_parameter_files")
472
+
310
473
  @property
311
474
  @pulumi.getter
312
475
  def extracts(self) -> Optional[Sequence['outputs.JobProgressPhaseExtract']]:
@@ -323,6 +486,14 @@ class JobProgressPhase(dict):
323
486
  """
324
487
  return pulumi.get(self, "is_advisor_report_available")
325
488
 
489
+ @property
490
+ @pulumi.getter(name="isSuspendAvailable")
491
+ def is_suspend_available(self) -> Optional[bool]:
492
+ """
493
+ This is returned as true if the current phase can be suspended.
494
+ """
495
+ return pulumi.get(self, "is_suspend_available")
496
+
326
497
  @property
327
498
  @pulumi.getter
328
499
  def issue(self) -> Optional[str]:
@@ -7,6 +7,8 @@ import typing
7
7
  # Export this package's modules as members:
8
8
  from .add_sdm_columns import *
9
9
  from .alert import *
10
+ from .alert_policy import *
11
+ from .alert_policy_rule import *
10
12
  from .audit_archive_retrieval import *
11
13
  from .audit_policy import *
12
14
  from .audit_policy_management import *
@@ -140,8 +142,6 @@ from .mask_data import *
140
142
  from .masking_policies_apply_difference_to_masking_columns import *
141
143
  from .masking_policies_masking_column import *
142
144
  from .masking_policy import *
143
- from .masking_policy_health_report_management import *
144
- from .masking_report_management import *
145
145
  from .on_prem_connector import *
146
146
  from .report import *
147
147
  from .report_definition import *
@@ -156,9 +156,7 @@ from .sensitive_data_models_apply_discovery_job_results import *
156
156
  from .sensitive_data_models_sensitive_column import *
157
157
  from .sensitive_type import *
158
158
  from .set_security_assessment_baseline import *
159
- from .set_security_assessment_baseline_management import *
160
159
  from .set_user_assessment_baseline import *
161
- from .set_user_assessment_baseline_management import *
162
160
  from .sql_collection import *
163
161
  from .sql_firewall_policy import *
164
162
  from .sql_firewall_policy_management import *
@@ -10,6 +10,7 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
11
 
12
12
  __all__ = [
13
+ 'AlertPolicyAlertPolicyRuleDetailArgs',
13
14
  'AuditPolicyAuditConditionArgs',
14
15
  'AuditPolicyAuditConditionEnableConditionArgs',
15
16
  'AuditPolicyAuditSpecificationArgs',
@@ -116,6 +117,60 @@ __all__ = [
116
117
  'GetUserAssessmentsFilterArgs',
117
118
  ]
118
119
 
120
+ @pulumi.input_type
121
+ class AlertPolicyAlertPolicyRuleDetailArgs:
122
+ def __init__(__self__, *,
123
+ expression: pulumi.Input[str],
124
+ description: Optional[pulumi.Input[str]] = None,
125
+ display_name: Optional[pulumi.Input[str]] = None):
126
+ """
127
+ :param pulumi.Input[str] expression: The conditional expression of the alert policy rule which evaluates to boolean value.
128
+ :param pulumi.Input[str] description: Describes the alert policy rule.
129
+ :param pulumi.Input[str] display_name: The display name of the alert policy rule.
130
+ """
131
+ pulumi.set(__self__, "expression", expression)
132
+ if description is not None:
133
+ pulumi.set(__self__, "description", description)
134
+ if display_name is not None:
135
+ pulumi.set(__self__, "display_name", display_name)
136
+
137
+ @property
138
+ @pulumi.getter
139
+ def expression(self) -> pulumi.Input[str]:
140
+ """
141
+ The conditional expression of the alert policy rule which evaluates to boolean value.
142
+ """
143
+ return pulumi.get(self, "expression")
144
+
145
+ @expression.setter
146
+ def expression(self, value: pulumi.Input[str]):
147
+ pulumi.set(self, "expression", value)
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def description(self) -> Optional[pulumi.Input[str]]:
152
+ """
153
+ Describes the alert policy rule.
154
+ """
155
+ return pulumi.get(self, "description")
156
+
157
+ @description.setter
158
+ def description(self, value: Optional[pulumi.Input[str]]):
159
+ pulumi.set(self, "description", value)
160
+
161
+ @property
162
+ @pulumi.getter(name="displayName")
163
+ def display_name(self) -> Optional[pulumi.Input[str]]:
164
+ """
165
+ The display name of the alert policy rule.
166
+ """
167
+ return pulumi.get(self, "display_name")
168
+
169
+ @display_name.setter
170
+ def display_name(self, value: Optional[pulumi.Input[str]]):
171
+ pulumi.set(self, "display_name", value)
172
+
173
+
119
174
  @pulumi.input_type
120
175
  class AuditPolicyAuditConditionArgs:
121
176
  def __init__(__self__, *,
@@ -126,6 +126,8 @@ class AlertArgs:
126
126
  class _AlertState:
127
127
  def __init__(__self__, *,
128
128
  alert_id: Optional[pulumi.Input[str]] = None,
129
+ alert_policy_rule_key: Optional[pulumi.Input[str]] = None,
130
+ alert_policy_rule_name: Optional[pulumi.Input[str]] = None,
129
131
  alert_type: Optional[pulumi.Input[str]] = None,
130
132
  comment: Optional[pulumi.Input[str]] = None,
131
133
  compartment_id: Optional[pulumi.Input[str]] = None,
@@ -150,6 +152,8 @@ class _AlertState:
150
152
  """
151
153
  Input properties used for looking up and filtering Alert resources.
152
154
  :param pulumi.Input[str] alert_id: The OCID of alert.
155
+ :param pulumi.Input[str] alert_policy_rule_key: The key of the rule of alert policy that triggered alert.
156
+ :param pulumi.Input[str] alert_policy_rule_name: The display name of the rule of alert policy that triggered alert.
153
157
  :param pulumi.Input[str] alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
154
158
  :param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
155
159
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
@@ -178,6 +182,10 @@ class _AlertState:
178
182
  """
179
183
  if alert_id is not None:
180
184
  pulumi.set(__self__, "alert_id", alert_id)
185
+ if alert_policy_rule_key is not None:
186
+ pulumi.set(__self__, "alert_policy_rule_key", alert_policy_rule_key)
187
+ if alert_policy_rule_name is not None:
188
+ pulumi.set(__self__, "alert_policy_rule_name", alert_policy_rule_name)
181
189
  if alert_type is not None:
182
190
  pulumi.set(__self__, "alert_type", alert_type)
183
191
  if comment is not None:
@@ -233,6 +241,30 @@ class _AlertState:
233
241
  def alert_id(self, value: Optional[pulumi.Input[str]]):
234
242
  pulumi.set(self, "alert_id", value)
235
243
 
244
+ @property
245
+ @pulumi.getter(name="alertPolicyRuleKey")
246
+ def alert_policy_rule_key(self) -> Optional[pulumi.Input[str]]:
247
+ """
248
+ The key of the rule of alert policy that triggered alert.
249
+ """
250
+ return pulumi.get(self, "alert_policy_rule_key")
251
+
252
+ @alert_policy_rule_key.setter
253
+ def alert_policy_rule_key(self, value: Optional[pulumi.Input[str]]):
254
+ pulumi.set(self, "alert_policy_rule_key", value)
255
+
256
+ @property
257
+ @pulumi.getter(name="alertPolicyRuleName")
258
+ def alert_policy_rule_name(self) -> Optional[pulumi.Input[str]]:
259
+ """
260
+ The display name of the rule of alert policy that triggered alert.
261
+ """
262
+ return pulumi.get(self, "alert_policy_rule_name")
263
+
264
+ @alert_policy_rule_name.setter
265
+ def alert_policy_rule_name(self, value: Optional[pulumi.Input[str]]):
266
+ pulumi.set(self, "alert_policy_rule_name", value)
267
+
236
268
  @property
237
269
  @pulumi.getter(name="alertType")
238
270
  def alert_type(self) -> Optional[pulumi.Input[str]]:
@@ -585,6 +617,8 @@ class Alert(pulumi.CustomResource):
585
617
  __props__.__dict__["defined_tags"] = defined_tags
586
618
  __props__.__dict__["freeform_tags"] = freeform_tags
587
619
  __props__.__dict__["status"] = status
620
+ __props__.__dict__["alert_policy_rule_key"] = None
621
+ __props__.__dict__["alert_policy_rule_name"] = None
588
622
  __props__.__dict__["alert_type"] = None
589
623
  __props__.__dict__["description"] = None
590
624
  __props__.__dict__["display_name"] = None
@@ -612,6 +646,8 @@ class Alert(pulumi.CustomResource):
612
646
  id: pulumi.Input[str],
613
647
  opts: Optional[pulumi.ResourceOptions] = None,
614
648
  alert_id: Optional[pulumi.Input[str]] = None,
649
+ alert_policy_rule_key: Optional[pulumi.Input[str]] = None,
650
+ alert_policy_rule_name: Optional[pulumi.Input[str]] = None,
615
651
  alert_type: Optional[pulumi.Input[str]] = None,
616
652
  comment: Optional[pulumi.Input[str]] = None,
617
653
  compartment_id: Optional[pulumi.Input[str]] = None,
@@ -641,6 +677,8 @@ class Alert(pulumi.CustomResource):
641
677
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
642
678
  :param pulumi.ResourceOptions opts: Options for the resource.
643
679
  :param pulumi.Input[str] alert_id: The OCID of alert.
680
+ :param pulumi.Input[str] alert_policy_rule_key: The key of the rule of alert policy that triggered alert.
681
+ :param pulumi.Input[str] alert_policy_rule_name: The display name of the rule of alert policy that triggered alert.
644
682
  :param pulumi.Input[str] alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
645
683
  :param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
646
684
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
@@ -672,6 +710,8 @@ class Alert(pulumi.CustomResource):
672
710
  __props__ = _AlertState.__new__(_AlertState)
673
711
 
674
712
  __props__.__dict__["alert_id"] = alert_id
713
+ __props__.__dict__["alert_policy_rule_key"] = alert_policy_rule_key
714
+ __props__.__dict__["alert_policy_rule_name"] = alert_policy_rule_name
675
715
  __props__.__dict__["alert_type"] = alert_type
676
716
  __props__.__dict__["comment"] = comment
677
717
  __props__.__dict__["compartment_id"] = compartment_id
@@ -703,6 +743,22 @@ class Alert(pulumi.CustomResource):
703
743
  """
704
744
  return pulumi.get(self, "alert_id")
705
745
 
746
+ @property
747
+ @pulumi.getter(name="alertPolicyRuleKey")
748
+ def alert_policy_rule_key(self) -> pulumi.Output[str]:
749
+ """
750
+ The key of the rule of alert policy that triggered alert.
751
+ """
752
+ return pulumi.get(self, "alert_policy_rule_key")
753
+
754
+ @property
755
+ @pulumi.getter(name="alertPolicyRuleName")
756
+ def alert_policy_rule_name(self) -> pulumi.Output[str]:
757
+ """
758
+ The display name of the rule of alert policy that triggered alert.
759
+ """
760
+ return pulumi.get(self, "alert_policy_rule_name")
761
+
706
762
  @property
707
763
  @pulumi.getter(name="alertType")
708
764
  def alert_type(self) -> pulumi.Output[str]: