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
@@ -8,7 +8,6 @@ import pulumi
8
8
  import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
- from . import outputs
12
11
 
13
12
  __all__ = [
14
13
  'GetAlertPolicyRuleResult',
@@ -22,16 +21,34 @@ class GetAlertPolicyRuleResult:
22
21
  """
23
22
  A collection of values returned by getAlertPolicyRule.
24
23
  """
25
- def __init__(__self__, alert_policy_id=None, id=None, items=None):
24
+ def __init__(__self__, alert_policy_id=None, description=None, display_name=None, expression=None, id=None, key=None, rule_key=None, state=None, time_created=None):
26
25
  if alert_policy_id and not isinstance(alert_policy_id, str):
27
26
  raise TypeError("Expected argument 'alert_policy_id' to be a str")
28
27
  pulumi.set(__self__, "alert_policy_id", alert_policy_id)
28
+ if description and not isinstance(description, str):
29
+ raise TypeError("Expected argument 'description' to be a str")
30
+ pulumi.set(__self__, "description", description)
31
+ if display_name and not isinstance(display_name, str):
32
+ raise TypeError("Expected argument 'display_name' to be a str")
33
+ pulumi.set(__self__, "display_name", display_name)
34
+ if expression and not isinstance(expression, str):
35
+ raise TypeError("Expected argument 'expression' to be a str")
36
+ pulumi.set(__self__, "expression", expression)
29
37
  if id and not isinstance(id, str):
30
38
  raise TypeError("Expected argument 'id' to be a str")
31
39
  pulumi.set(__self__, "id", id)
32
- if items and not isinstance(items, list):
33
- raise TypeError("Expected argument 'items' to be a list")
34
- pulumi.set(__self__, "items", items)
40
+ if key and not isinstance(key, str):
41
+ raise TypeError("Expected argument 'key' to be a str")
42
+ pulumi.set(__self__, "key", key)
43
+ if rule_key and not isinstance(rule_key, str):
44
+ raise TypeError("Expected argument 'rule_key' to be a str")
45
+ pulumi.set(__self__, "rule_key", rule_key)
46
+ if state and not isinstance(state, str):
47
+ raise TypeError("Expected argument 'state' to be a str")
48
+ pulumi.set(__self__, "state", state)
49
+ if time_created and not isinstance(time_created, str):
50
+ raise TypeError("Expected argument 'time_created' to be a str")
51
+ pulumi.set(__self__, "time_created", time_created)
35
52
 
36
53
  @property
37
54
  @pulumi.getter(name="alertPolicyId")
@@ -40,19 +57,61 @@ class GetAlertPolicyRuleResult:
40
57
 
41
58
  @property
42
59
  @pulumi.getter
43
- def id(self) -> str:
60
+ def description(self) -> str:
61
+ """
62
+ Describes the alert policy rule.
44
63
  """
45
- The provider-assigned unique ID for this managed resource.
64
+ return pulumi.get(self, "description")
65
+
66
+ @property
67
+ @pulumi.getter(name="displayName")
68
+ def display_name(self) -> str:
46
69
  """
70
+ The display name of the alert policy rule.
71
+ """
72
+ return pulumi.get(self, "display_name")
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def expression(self) -> str:
77
+ """
78
+ The conditional expression of the alert policy rule which evaluates to boolean value.
79
+ """
80
+ return pulumi.get(self, "expression")
81
+
82
+ @property
83
+ @pulumi.getter
84
+ def id(self) -> str:
47
85
  return pulumi.get(self, "id")
48
86
 
49
87
  @property
50
88
  @pulumi.getter
51
- def items(self) -> Sequence['outputs.GetAlertPolicyRuleItemResult']:
89
+ def key(self) -> str:
90
+ """
91
+ The unique key of the alert policy rule.
92
+ """
93
+ return pulumi.get(self, "key")
94
+
95
+ @property
96
+ @pulumi.getter(name="ruleKey")
97
+ def rule_key(self) -> str:
98
+ return pulumi.get(self, "rule_key")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def state(self) -> str:
103
+ """
104
+ The current state of the alert policy rule.
105
+ """
106
+ return pulumi.get(self, "state")
107
+
108
+ @property
109
+ @pulumi.getter(name="timeCreated")
110
+ def time_created(self) -> str:
52
111
  """
53
- Array of alert policy rules summary
112
+ Creation date and time of the alert policy rule, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
54
113
  """
55
- return pulumi.get(self, "items")
114
+ return pulumi.get(self, "time_created")
56
115
 
57
116
 
58
117
  class AwaitableGetAlertPolicyRuleResult(GetAlertPolicyRuleResult):
@@ -62,17 +121,23 @@ class AwaitableGetAlertPolicyRuleResult(GetAlertPolicyRuleResult):
62
121
  yield self
63
122
  return GetAlertPolicyRuleResult(
64
123
  alert_policy_id=self.alert_policy_id,
124
+ description=self.description,
125
+ display_name=self.display_name,
126
+ expression=self.expression,
65
127
  id=self.id,
66
- items=self.items)
128
+ key=self.key,
129
+ rule_key=self.rule_key,
130
+ state=self.state,
131
+ time_created=self.time_created)
67
132
 
68
133
 
69
134
  def get_alert_policy_rule(alert_policy_id: Optional[str] = None,
135
+ rule_key: Optional[str] = None,
70
136
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAlertPolicyRuleResult:
71
137
  """
72
138
  This data source provides details about a specific Alert Policy Rule resource in Oracle Cloud Infrastructure Data Safe service.
73
139
 
74
- Lists the rules of the specified alert policy. The alert policy is said to be satisfied when all rules in the policy evaulate to true.
75
- If there are three rules: rule1,rule2 and rule3, the policy is satisfied if rule1 AND rule2 AND rule3 is True.
140
+ Gets the details of a policy rule by its key.
76
141
 
77
142
  ## Example Usage
78
143
 
@@ -80,31 +145,40 @@ def get_alert_policy_rule(alert_policy_id: Optional[str] = None,
80
145
  import pulumi
81
146
  import pulumi_oci as oci
82
147
 
83
- test_alert_policy_rule = oci.DataSafe.get_alert_policy_rule(alert_policy_id=test_alert_policy["id"])
148
+ test_alert_policy_rule = oci.DataSafe.get_alert_policy_rule(alert_policy_id=test_alert_policy["id"],
149
+ rule_key=alert_policy_rule_rule_key)
84
150
  ```
85
151
 
86
152
 
87
153
  :param str alert_policy_id: The OCID of the alert policy.
154
+ :param str rule_key: The key of the alert policy rule.
88
155
  """
89
156
  __args__ = dict()
90
157
  __args__['alertPolicyId'] = alert_policy_id
158
+ __args__['ruleKey'] = rule_key
91
159
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
92
160
  __ret__ = pulumi.runtime.invoke('oci:DataSafe/getAlertPolicyRule:getAlertPolicyRule', __args__, opts=opts, typ=GetAlertPolicyRuleResult).value
93
161
 
94
162
  return AwaitableGetAlertPolicyRuleResult(
95
163
  alert_policy_id=pulumi.get(__ret__, 'alert_policy_id'),
164
+ description=pulumi.get(__ret__, 'description'),
165
+ display_name=pulumi.get(__ret__, 'display_name'),
166
+ expression=pulumi.get(__ret__, 'expression'),
96
167
  id=pulumi.get(__ret__, 'id'),
97
- items=pulumi.get(__ret__, 'items'))
168
+ key=pulumi.get(__ret__, 'key'),
169
+ rule_key=pulumi.get(__ret__, 'rule_key'),
170
+ state=pulumi.get(__ret__, 'state'),
171
+ time_created=pulumi.get(__ret__, 'time_created'))
98
172
 
99
173
 
100
174
  @_utilities.lift_output_func(get_alert_policy_rule)
101
175
  def get_alert_policy_rule_output(alert_policy_id: Optional[pulumi.Input[str]] = None,
176
+ rule_key: Optional[pulumi.Input[str]] = None,
102
177
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAlertPolicyRuleResult]:
103
178
  """
104
179
  This data source provides details about a specific Alert Policy Rule resource in Oracle Cloud Infrastructure Data Safe service.
105
180
 
106
- Lists the rules of the specified alert policy. The alert policy is said to be satisfied when all rules in the policy evaulate to true.
107
- If there are three rules: rule1,rule2 and rule3, the policy is satisfied if rule1 AND rule2 AND rule3 is True.
181
+ Gets the details of a policy rule by its key.
108
182
 
109
183
  ## Example Usage
110
184
 
@@ -112,10 +186,12 @@ def get_alert_policy_rule_output(alert_policy_id: Optional[pulumi.Input[str]] =
112
186
  import pulumi
113
187
  import pulumi_oci as oci
114
188
 
115
- test_alert_policy_rule = oci.DataSafe.get_alert_policy_rule(alert_policy_id=test_alert_policy["id"])
189
+ test_alert_policy_rule = oci.DataSafe.get_alert_policy_rule(alert_policy_id=test_alert_policy["id"],
190
+ rule_key=alert_policy_rule_rule_key)
116
191
  ```
117
192
 
118
193
 
119
194
  :param str alert_policy_id: The OCID of the alert policy.
195
+ :param str rule_key: The key of the alert policy rule.
120
196
  """
121
197
  ...
@@ -21,7 +21,7 @@ class GetReportResult:
21
21
  """
22
22
  A collection of values returned by getReport.
23
23
  """
24
- def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, mime_type=None, report_definition_id=None, report_id=None, state=None, system_tags=None, time_generated=None, type=None):
24
+ def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, mime_type=None, report_definition_id=None, report_id=None, state=None, system_tags=None, time_generated=None, type=None):
25
25
  if compartment_id and not isinstance(compartment_id, str):
26
26
  raise TypeError("Expected argument 'compartment_id' to be a str")
27
27
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -40,6 +40,9 @@ class GetReportResult:
40
40
  if id and not isinstance(id, str):
41
41
  raise TypeError("Expected argument 'id' to be a str")
42
42
  pulumi.set(__self__, "id", id)
43
+ if lifecycle_details and not isinstance(lifecycle_details, str):
44
+ raise TypeError("Expected argument 'lifecycle_details' to be a str")
45
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
43
46
  if mime_type and not isinstance(mime_type, str):
44
47
  raise TypeError("Expected argument 'mime_type' to be a str")
45
48
  pulumi.set(__self__, "mime_type", mime_type)
@@ -110,6 +113,14 @@ class GetReportResult:
110
113
  """
111
114
  return pulumi.get(self, "id")
112
115
 
116
+ @property
117
+ @pulumi.getter(name="lifecycleDetails")
118
+ def lifecycle_details(self) -> str:
119
+ """
120
+ Details about the current state of the report in Data Safe.
121
+ """
122
+ return pulumi.get(self, "lifecycle_details")
123
+
113
124
  @property
114
125
  @pulumi.getter(name="mimeType")
115
126
  def mime_type(self) -> str:
@@ -176,6 +187,7 @@ class AwaitableGetReportResult(GetReportResult):
176
187
  display_name=self.display_name,
177
188
  freeform_tags=self.freeform_tags,
178
189
  id=self.id,
190
+ lifecycle_details=self.lifecycle_details,
179
191
  mime_type=self.mime_type,
180
192
  report_definition_id=self.report_definition_id,
181
193
  report_id=self.report_id,
@@ -216,6 +228,7 @@ def get_report(report_id: Optional[str] = None,
216
228
  display_name=pulumi.get(__ret__, 'display_name'),
217
229
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
218
230
  id=pulumi.get(__ret__, 'id'),
231
+ lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
219
232
  mime_type=pulumi.get(__ret__, 'mime_type'),
220
233
  report_definition_id=pulumi.get(__ret__, 'report_definition_id'),
221
234
  report_id=pulumi.get(__ret__, 'report_id'),
@@ -22,7 +22,7 @@ class GetReportDefinitionResult:
22
22
  """
23
23
  A collection of values returned by getReportDefinition.
24
24
  """
25
- def __init__(__self__, category=None, column_filters=None, column_infos=None, column_sortings=None, compartment_id=None, compliance_standards=None, data_source=None, defined_tags=None, description=None, display_name=None, display_order=None, freeform_tags=None, id=None, is_seeded=None, parent_id=None, record_time_span=None, report_definition_id=None, schedule=None, scheduled_report_compartment_id=None, scheduled_report_mime_type=None, scheduled_report_name=None, scheduled_report_row_limit=None, scim_filter=None, state=None, summaries=None, system_tags=None, time_created=None, time_updated=None):
25
+ def __init__(__self__, category=None, column_filters=None, column_infos=None, column_sortings=None, compartment_id=None, compliance_standards=None, data_source=None, defined_tags=None, description=None, display_name=None, display_order=None, freeform_tags=None, id=None, is_seeded=None, lifecycle_details=None, parent_id=None, record_time_span=None, report_definition_id=None, schedule=None, scheduled_report_compartment_id=None, scheduled_report_mime_type=None, scheduled_report_name=None, scheduled_report_row_limit=None, scim_filter=None, state=None, summaries=None, system_tags=None, time_created=None, time_updated=None):
26
26
  if category and not isinstance(category, str):
27
27
  raise TypeError("Expected argument 'category' to be a str")
28
28
  pulumi.set(__self__, "category", category)
@@ -65,6 +65,9 @@ class GetReportDefinitionResult:
65
65
  if is_seeded and not isinstance(is_seeded, bool):
66
66
  raise TypeError("Expected argument 'is_seeded' to be a bool")
67
67
  pulumi.set(__self__, "is_seeded", is_seeded)
68
+ if lifecycle_details and not isinstance(lifecycle_details, str):
69
+ raise TypeError("Expected argument 'lifecycle_details' to be a str")
70
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
68
71
  if parent_id and not isinstance(parent_id, str):
69
72
  raise TypeError("Expected argument 'parent_id' to be a str")
70
73
  pulumi.set(__self__, "parent_id", parent_id)
@@ -220,6 +223,14 @@ class GetReportDefinitionResult:
220
223
  """
221
224
  return pulumi.get(self, "is_seeded")
222
225
 
226
+ @property
227
+ @pulumi.getter(name="lifecycleDetails")
228
+ def lifecycle_details(self) -> str:
229
+ """
230
+ Details about the current state of the report definition in Data Safe.
231
+ """
232
+ return pulumi.get(self, "lifecycle_details")
233
+
223
234
  @property
224
235
  @pulumi.getter(name="parentId")
225
236
  def parent_id(self) -> str:
@@ -350,6 +361,7 @@ class AwaitableGetReportDefinitionResult(GetReportDefinitionResult):
350
361
  freeform_tags=self.freeform_tags,
351
362
  id=self.id,
352
363
  is_seeded=self.is_seeded,
364
+ lifecycle_details=self.lifecycle_details,
353
365
  parent_id=self.parent_id,
354
366
  record_time_span=self.record_time_span,
355
367
  report_definition_id=self.report_definition_id,
@@ -405,6 +417,7 @@ def get_report_definition(report_definition_id: Optional[str] = None,
405
417
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
406
418
  id=pulumi.get(__ret__, 'id'),
407
419
  is_seeded=pulumi.get(__ret__, 'is_seeded'),
420
+ lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
408
421
  parent_id=pulumi.get(__ret__, 'parent_id'),
409
422
  record_time_span=pulumi.get(__ret__, 'record_time_span'),
410
423
  report_definition_id=pulumi.get(__ret__, 'report_definition_id'),
@@ -21,7 +21,7 @@ class GetTargetAlertPolicyAssociationResult:
21
21
  """
22
22
  A collection of values returned by getTargetAlertPolicyAssociation.
23
23
  """
24
- def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_enabled=None, policy_id=None, state=None, system_tags=None, target_alert_policy_association_id=None, target_id=None, time_created=None, time_updated=None):
24
+ def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_enabled=None, lifecycle_details=None, policy_id=None, state=None, system_tags=None, target_alert_policy_association_id=None, target_id=None, time_created=None, time_updated=None):
25
25
  if compartment_id and not isinstance(compartment_id, str):
26
26
  raise TypeError("Expected argument 'compartment_id' to be a str")
27
27
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -43,6 +43,9 @@ class GetTargetAlertPolicyAssociationResult:
43
43
  if is_enabled and not isinstance(is_enabled, bool):
44
44
  raise TypeError("Expected argument 'is_enabled' to be a bool")
45
45
  pulumi.set(__self__, "is_enabled", is_enabled)
46
+ if lifecycle_details and not isinstance(lifecycle_details, str):
47
+ raise TypeError("Expected argument 'lifecycle_details' to be a str")
48
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
46
49
  if policy_id and not isinstance(policy_id, str):
47
50
  raise TypeError("Expected argument 'policy_id' to be a str")
48
51
  pulumi.set(__self__, "policy_id", policy_id)
@@ -117,10 +120,18 @@ class GetTargetAlertPolicyAssociationResult:
117
120
  @pulumi.getter(name="isEnabled")
118
121
  def is_enabled(self) -> bool:
119
122
  """
120
- Indicates if the target-alert policy association is enabled or disabled.
123
+ Indicates if the target-alert policy association is enabled or disabled by user.
121
124
  """
122
125
  return pulumi.get(self, "is_enabled")
123
126
 
127
+ @property
128
+ @pulumi.getter(name="lifecycleDetails")
129
+ def lifecycle_details(self) -> str:
130
+ """
131
+ Details about the current state of the target-alert policy association.
132
+ """
133
+ return pulumi.get(self, "lifecycle_details")
134
+
124
135
  @property
125
136
  @pulumi.getter(name="policyId")
126
137
  def policy_id(self) -> str:
@@ -188,6 +199,7 @@ class AwaitableGetTargetAlertPolicyAssociationResult(GetTargetAlertPolicyAssocia
188
199
  freeform_tags=self.freeform_tags,
189
200
  id=self.id,
190
201
  is_enabled=self.is_enabled,
202
+ lifecycle_details=self.lifecycle_details,
191
203
  policy_id=self.policy_id,
192
204
  state=self.state,
193
205
  system_tags=self.system_tags,
@@ -229,6 +241,7 @@ def get_target_alert_policy_association(target_alert_policy_association_id: Opti
229
241
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
230
242
  id=pulumi.get(__ret__, 'id'),
231
243
  is_enabled=pulumi.get(__ret__, 'is_enabled'),
244
+ lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
232
245
  policy_id=pulumi.get(__ret__, 'policy_id'),
233
246
  state=pulumi.get(__ret__, 'state'),
234
247
  system_tags=pulumi.get(__ret__, 'system_tags'),