pulumi-oci 2.5.0__py3-none-any.whl → 2.5.0a1721976101__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.
- pulumi_oci/__init__.py +32 -59
- pulumi_oci/bigdataservice/bds_instance.py +0 -47
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -11
- pulumi_oci/bigdataservice/outputs.py +0 -7
- pulumi_oci/core/__init__.py +0 -3
- pulumi_oci/core/_inputs.py +0 -40
- pulumi_oci/core/outputs.py +0 -314
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/outputs.py +0 -22
- pulumi_oci/databasemigration/_inputs.py +0 -184
- pulumi_oci/databasemigration/job.py +24 -99
- pulumi_oci/databasemigration/outputs.py +0 -171
- pulumi_oci/datasafe/__init__.py +4 -2
- pulumi_oci/datasafe/_inputs.py +0 -55
- pulumi_oci/datasafe/alert.py +0 -56
- pulumi_oci/datasafe/get_alert.py +1 -27
- pulumi_oci/datasafe/get_alert_policy.py +2 -26
- pulumi_oci/datasafe/get_alert_policy_rule.py +18 -94
- pulumi_oci/datasafe/get_report.py +1 -14
- pulumi_oci/datasafe/get_report_definition.py +1 -14
- pulumi_oci/datasafe/get_target_alert_policy_association.py +2 -15
- pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
- pulumi_oci/datasafe/masking_report_management.py +693 -0
- pulumi_oci/datasafe/outputs.py +27 -231
- pulumi_oci/datasafe/report.py +0 -28
- pulumi_oci/datasafe/report_definition.py +0 -28
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +0 -28
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +0 -3
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +0 -3
- pulumi_oci/generativeai/get_endpoint.py +9 -6
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +6 -36
- pulumi_oci/generativeai/get_models.py +0 -6
- pulumi_oci/generativeai/outputs.py +16 -228
- pulumi_oci/identity/__init__.py +0 -3
- pulumi_oci/identity/_inputs.py +0 -1029
- pulumi_oci/identity/outputs.py +27254 -29420
- pulumi_oci/networkfirewall/__init__.py +0 -3
- pulumi_oci/networkfirewall/_inputs.py +0 -150
- pulumi_oci/networkfirewall/outputs.py +0 -457
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +28 -76
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +1 -14
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +5 -45
- pulumi_oci/stackmonitoring/outputs.py +8 -19
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/METADATA +1 -1
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/RECORD +56 -72
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/WHEEL +1 -1
- pulumi_oci/core/get_instance_maintenance_event.py +0 -414
- pulumi_oci/core/get_instance_maintenance_events.py +0 -250
- pulumi_oci/core/instance_maintenance_event.py +0 -1022
- pulumi_oci/datasafe/alert_policy.py +0 -745
- pulumi_oci/datasafe/alert_policy_rule.py +0 -446
- pulumi_oci/fleetsoftwareupdate/__init__.py +0 -15
- pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
- pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
- pulumi_oci/identity/domains_social_identity_provider.py +0 -4628
- pulumi_oci/identity/get_domains_social_identity_provider.py +0 -664
- pulumi_oci/identity/get_domains_social_identity_providers.py +0 -276
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +0 -227
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +0 -167
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +0 -605
- {pulumi_oci-2.5.0.dist-info → pulumi_oci-2.5.0a1721976101.dist-info}/top_level.txt +0 -0
@@ -13,7 +13,6 @@ from . import outputs
|
|
13
13
|
__all__ = [
|
14
14
|
'ConnectionAdditionalAttribute',
|
15
15
|
'ConnectionIngressIp',
|
16
|
-
'JobParameterFileVersion',
|
17
16
|
'JobProgress',
|
18
17
|
'JobProgressPhase',
|
19
18
|
'JobProgressPhaseExtract',
|
@@ -167,148 +166,6 @@ class ConnectionIngressIp(dict):
|
|
167
166
|
return pulumi.get(self, "ingress_ip")
|
168
167
|
|
169
168
|
|
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
|
-
|
312
169
|
@pulumi.output_type
|
313
170
|
class JobProgress(dict):
|
314
171
|
@staticmethod
|
@@ -378,12 +235,8 @@ class JobProgressPhase(dict):
|
|
378
235
|
suggest = None
|
379
236
|
if key == "durationInMs":
|
380
237
|
suggest = "duration_in_ms"
|
381
|
-
elif key == "editableParameterFiles":
|
382
|
-
suggest = "editable_parameter_files"
|
383
238
|
elif key == "isAdvisorReportAvailable":
|
384
239
|
suggest = "is_advisor_report_available"
|
385
|
-
elif key == "isSuspendAvailable":
|
386
|
-
suggest = "is_suspend_available"
|
387
240
|
elif key == "logLocations":
|
388
241
|
suggest = "log_locations"
|
389
242
|
|
@@ -401,10 +254,8 @@ class JobProgressPhase(dict):
|
|
401
254
|
def __init__(__self__, *,
|
402
255
|
action: Optional[str] = None,
|
403
256
|
duration_in_ms: Optional[int] = None,
|
404
|
-
editable_parameter_files: Optional[Sequence[str]] = None,
|
405
257
|
extracts: Optional[Sequence['outputs.JobProgressPhaseExtract']] = None,
|
406
258
|
is_advisor_report_available: Optional[bool] = None,
|
407
|
-
is_suspend_available: Optional[bool] = None,
|
408
259
|
issue: Optional[str] = None,
|
409
260
|
log_locations: Optional[Sequence['outputs.JobProgressPhaseLogLocation']] = None,
|
410
261
|
name: Optional[str] = None,
|
@@ -413,10 +264,8 @@ class JobProgressPhase(dict):
|
|
413
264
|
"""
|
414
265
|
:param str action: The text describing the action required to fix the issue
|
415
266
|
: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.
|
417
267
|
:param Sequence['JobProgressPhaseExtractArgs'] extracts: Summary of phase status results.
|
418
268
|
: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.
|
420
269
|
:param str issue: The text describing the root cause of the reported issue
|
421
270
|
:param Sequence['JobProgressPhaseLogLocationArgs'] log_locations: Details to access log file in the specified Object Storage bucket, if any.
|
422
271
|
:param str name: Phase name
|
@@ -427,14 +276,10 @@ class JobProgressPhase(dict):
|
|
427
276
|
pulumi.set(__self__, "action", action)
|
428
277
|
if duration_in_ms is not None:
|
429
278
|
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)
|
432
279
|
if extracts is not None:
|
433
280
|
pulumi.set(__self__, "extracts", extracts)
|
434
281
|
if is_advisor_report_available is not None:
|
435
282
|
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)
|
438
283
|
if issue is not None:
|
439
284
|
pulumi.set(__self__, "issue", issue)
|
440
285
|
if log_locations is not None:
|
@@ -462,14 +307,6 @@ class JobProgressPhase(dict):
|
|
462
307
|
"""
|
463
308
|
return pulumi.get(self, "duration_in_ms")
|
464
309
|
|
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
|
-
|
473
310
|
@property
|
474
311
|
@pulumi.getter
|
475
312
|
def extracts(self) -> Optional[Sequence['outputs.JobProgressPhaseExtract']]:
|
@@ -486,14 +323,6 @@ class JobProgressPhase(dict):
|
|
486
323
|
"""
|
487
324
|
return pulumi.get(self, "is_advisor_report_available")
|
488
325
|
|
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
|
-
|
497
326
|
@property
|
498
327
|
@pulumi.getter
|
499
328
|
def issue(self) -> Optional[str]:
|
pulumi_oci/datasafe/__init__.py
CHANGED
@@ -7,8 +7,6 @@ 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 *
|
12
10
|
from .audit_archive_retrieval import *
|
13
11
|
from .audit_policy import *
|
14
12
|
from .audit_policy_management import *
|
@@ -142,6 +140,8 @@ from .mask_data import *
|
|
142
140
|
from .masking_policies_apply_difference_to_masking_columns import *
|
143
141
|
from .masking_policies_masking_column import *
|
144
142
|
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,7 +156,9 @@ 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 *
|
159
160
|
from .set_user_assessment_baseline import *
|
161
|
+
from .set_user_assessment_baseline_management import *
|
160
162
|
from .sql_collection import *
|
161
163
|
from .sql_firewall_policy import *
|
162
164
|
from .sql_firewall_policy_management import *
|
pulumi_oci/datasafe/_inputs.py
CHANGED
@@ -10,7 +10,6 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
13
|
-
'AlertPolicyAlertPolicyRuleDetailArgs',
|
14
13
|
'AuditPolicyAuditConditionArgs',
|
15
14
|
'AuditPolicyAuditConditionEnableConditionArgs',
|
16
15
|
'AuditPolicyAuditSpecificationArgs',
|
@@ -117,60 +116,6 @@ __all__ = [
|
|
117
116
|
'GetUserAssessmentsFilterArgs',
|
118
117
|
]
|
119
118
|
|
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
|
-
|
174
119
|
@pulumi.input_type
|
175
120
|
class AuditPolicyAuditConditionArgs:
|
176
121
|
def __init__(__self__, *,
|
pulumi_oci/datasafe/alert.py
CHANGED
@@ -126,8 +126,6 @@ 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,
|
131
129
|
alert_type: Optional[pulumi.Input[str]] = None,
|
132
130
|
comment: Optional[pulumi.Input[str]] = None,
|
133
131
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
@@ -152,8 +150,6 @@ class _AlertState:
|
|
152
150
|
"""
|
153
151
|
Input properties used for looking up and filtering Alert resources.
|
154
152
|
: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.
|
157
153
|
:param pulumi.Input[str] alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
|
158
154
|
:param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
|
159
155
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
|
@@ -182,10 +178,6 @@ class _AlertState:
|
|
182
178
|
"""
|
183
179
|
if alert_id is not None:
|
184
180
|
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)
|
189
181
|
if alert_type is not None:
|
190
182
|
pulumi.set(__self__, "alert_type", alert_type)
|
191
183
|
if comment is not None:
|
@@ -241,30 +233,6 @@ class _AlertState:
|
|
241
233
|
def alert_id(self, value: Optional[pulumi.Input[str]]):
|
242
234
|
pulumi.set(self, "alert_id", value)
|
243
235
|
|
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
|
-
|
268
236
|
@property
|
269
237
|
@pulumi.getter(name="alertType")
|
270
238
|
def alert_type(self) -> Optional[pulumi.Input[str]]:
|
@@ -617,8 +585,6 @@ class Alert(pulumi.CustomResource):
|
|
617
585
|
__props__.__dict__["defined_tags"] = defined_tags
|
618
586
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
619
587
|
__props__.__dict__["status"] = status
|
620
|
-
__props__.__dict__["alert_policy_rule_key"] = None
|
621
|
-
__props__.__dict__["alert_policy_rule_name"] = None
|
622
588
|
__props__.__dict__["alert_type"] = None
|
623
589
|
__props__.__dict__["description"] = None
|
624
590
|
__props__.__dict__["display_name"] = None
|
@@ -646,8 +612,6 @@ class Alert(pulumi.CustomResource):
|
|
646
612
|
id: pulumi.Input[str],
|
647
613
|
opts: Optional[pulumi.ResourceOptions] = None,
|
648
614
|
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,
|
651
615
|
alert_type: Optional[pulumi.Input[str]] = None,
|
652
616
|
comment: Optional[pulumi.Input[str]] = None,
|
653
617
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
@@ -677,8 +641,6 @@ class Alert(pulumi.CustomResource):
|
|
677
641
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
678
642
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
679
643
|
: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.
|
682
644
|
:param pulumi.Input[str] alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
|
683
645
|
:param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
|
684
646
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
|
@@ -710,8 +672,6 @@ class Alert(pulumi.CustomResource):
|
|
710
672
|
__props__ = _AlertState.__new__(_AlertState)
|
711
673
|
|
712
674
|
__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
|
715
675
|
__props__.__dict__["alert_type"] = alert_type
|
716
676
|
__props__.__dict__["comment"] = comment
|
717
677
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -743,22 +703,6 @@ class Alert(pulumi.CustomResource):
|
|
743
703
|
"""
|
744
704
|
return pulumi.get(self, "alert_id")
|
745
705
|
|
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
|
-
|
762
706
|
@property
|
763
707
|
@pulumi.getter(name="alertType")
|
764
708
|
def alert_type(self) -> pulumi.Output[str]:
|
pulumi_oci/datasafe/get_alert.py
CHANGED
@@ -21,16 +21,10 @@ class GetAlertResult:
|
|
21
21
|
"""
|
22
22
|
A collection of values returned by getAlert.
|
23
23
|
"""
|
24
|
-
def __init__(__self__, alert_id=None,
|
24
|
+
def __init__(__self__, alert_id=None, alert_type=None, comment=None, compartment_id=None, defined_tags=None, description=None, display_name=None, feature_details=None, freeform_tags=None, id=None, operation=None, operation_status=None, operation_time=None, policy_id=None, resource_name=None, severity=None, state=None, status=None, system_tags=None, target_ids=None, target_names=None, time_created=None, time_updated=None):
|
25
25
|
if alert_id and not isinstance(alert_id, str):
|
26
26
|
raise TypeError("Expected argument 'alert_id' to be a str")
|
27
27
|
pulumi.set(__self__, "alert_id", alert_id)
|
28
|
-
if alert_policy_rule_key and not isinstance(alert_policy_rule_key, str):
|
29
|
-
raise TypeError("Expected argument 'alert_policy_rule_key' to be a str")
|
30
|
-
pulumi.set(__self__, "alert_policy_rule_key", alert_policy_rule_key)
|
31
|
-
if alert_policy_rule_name and not isinstance(alert_policy_rule_name, str):
|
32
|
-
raise TypeError("Expected argument 'alert_policy_rule_name' to be a str")
|
33
|
-
pulumi.set(__self__, "alert_policy_rule_name", alert_policy_rule_name)
|
34
28
|
if alert_type and not isinstance(alert_type, str):
|
35
29
|
raise TypeError("Expected argument 'alert_type' to be a str")
|
36
30
|
pulumi.set(__self__, "alert_type", alert_type)
|
@@ -103,22 +97,6 @@ class GetAlertResult:
|
|
103
97
|
def alert_id(self) -> str:
|
104
98
|
return pulumi.get(self, "alert_id")
|
105
99
|
|
106
|
-
@property
|
107
|
-
@pulumi.getter(name="alertPolicyRuleKey")
|
108
|
-
def alert_policy_rule_key(self) -> str:
|
109
|
-
"""
|
110
|
-
The key of the rule of alert policy that triggered alert.
|
111
|
-
"""
|
112
|
-
return pulumi.get(self, "alert_policy_rule_key")
|
113
|
-
|
114
|
-
@property
|
115
|
-
@pulumi.getter(name="alertPolicyRuleName")
|
116
|
-
def alert_policy_rule_name(self) -> str:
|
117
|
-
"""
|
118
|
-
The display name of the rule of alert policy that triggered alert.
|
119
|
-
"""
|
120
|
-
return pulumi.get(self, "alert_policy_rule_name")
|
121
|
-
|
122
100
|
@property
|
123
101
|
@pulumi.getter(name="alertType")
|
124
102
|
def alert_type(self) -> str:
|
@@ -303,8 +281,6 @@ class AwaitableGetAlertResult(GetAlertResult):
|
|
303
281
|
yield self
|
304
282
|
return GetAlertResult(
|
305
283
|
alert_id=self.alert_id,
|
306
|
-
alert_policy_rule_key=self.alert_policy_rule_key,
|
307
|
-
alert_policy_rule_name=self.alert_policy_rule_name,
|
308
284
|
alert_type=self.alert_type,
|
309
285
|
comment=self.comment,
|
310
286
|
compartment_id=self.compartment_id,
|
@@ -355,8 +331,6 @@ def get_alert(alert_id: Optional[str] = None,
|
|
355
331
|
|
356
332
|
return AwaitableGetAlertResult(
|
357
333
|
alert_id=pulumi.get(__ret__, 'alert_id'),
|
358
|
-
alert_policy_rule_key=pulumi.get(__ret__, 'alert_policy_rule_key'),
|
359
|
-
alert_policy_rule_name=pulumi.get(__ret__, 'alert_policy_rule_name'),
|
360
334
|
alert_type=pulumi.get(__ret__, 'alert_type'),
|
361
335
|
comment=pulumi.get(__ret__, 'comment'),
|
362
336
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
@@ -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
|
'GetAlertPolicyResult',
|
@@ -22,13 +21,10 @@ class GetAlertPolicyResult:
|
|
22
21
|
"""
|
23
22
|
A collection of values returned by getAlertPolicy.
|
24
23
|
"""
|
25
|
-
def __init__(__self__, alert_policy_id=None,
|
24
|
+
def __init__(__self__, alert_policy_id=None, alert_policy_type=None, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_user_defined=None, severity=None, state=None, system_tags=None, time_created=None, time_updated=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)
|
29
|
-
if alert_policy_rule_details and not isinstance(alert_policy_rule_details, list):
|
30
|
-
raise TypeError("Expected argument 'alert_policy_rule_details' to be a list")
|
31
|
-
pulumi.set(__self__, "alert_policy_rule_details", alert_policy_rule_details)
|
32
28
|
if alert_policy_type and not isinstance(alert_policy_type, str):
|
33
29
|
raise TypeError("Expected argument 'alert_policy_type' to be a str")
|
34
30
|
pulumi.set(__self__, "alert_policy_type", alert_policy_type)
|
@@ -53,9 +49,6 @@ class GetAlertPolicyResult:
|
|
53
49
|
if is_user_defined and not isinstance(is_user_defined, bool):
|
54
50
|
raise TypeError("Expected argument 'is_user_defined' to be a bool")
|
55
51
|
pulumi.set(__self__, "is_user_defined", is_user_defined)
|
56
|
-
if lifecycle_details and not isinstance(lifecycle_details, str):
|
57
|
-
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
58
|
-
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
59
52
|
if severity and not isinstance(severity, str):
|
60
53
|
raise TypeError("Expected argument 'severity' to be a str")
|
61
54
|
pulumi.set(__self__, "severity", severity)
|
@@ -77,11 +70,6 @@ class GetAlertPolicyResult:
|
|
77
70
|
def alert_policy_id(self) -> str:
|
78
71
|
return pulumi.get(self, "alert_policy_id")
|
79
72
|
|
80
|
-
@property
|
81
|
-
@pulumi.getter(name="alertPolicyRuleDetails")
|
82
|
-
def alert_policy_rule_details(self) -> Sequence['outputs.GetAlertPolicyAlertPolicyRuleDetailResult']:
|
83
|
-
return pulumi.get(self, "alert_policy_rule_details")
|
84
|
-
|
85
73
|
@property
|
86
74
|
@pulumi.getter(name="alertPolicyType")
|
87
75
|
def alert_policy_type(self) -> str:
|
@@ -134,7 +122,7 @@ class GetAlertPolicyResult:
|
|
134
122
|
@pulumi.getter
|
135
123
|
def id(self) -> str:
|
136
124
|
"""
|
137
|
-
The
|
125
|
+
The provider-assigned unique ID for this managed resource.
|
138
126
|
"""
|
139
127
|
return pulumi.get(self, "id")
|
140
128
|
|
@@ -146,14 +134,6 @@ class GetAlertPolicyResult:
|
|
146
134
|
"""
|
147
135
|
return pulumi.get(self, "is_user_defined")
|
148
136
|
|
149
|
-
@property
|
150
|
-
@pulumi.getter(name="lifecycleDetails")
|
151
|
-
def lifecycle_details(self) -> str:
|
152
|
-
"""
|
153
|
-
Details about the current state of the alert policy.
|
154
|
-
"""
|
155
|
-
return pulumi.get(self, "lifecycle_details")
|
156
|
-
|
157
137
|
@property
|
158
138
|
@pulumi.getter
|
159
139
|
def severity(self) -> str:
|
@@ -202,7 +182,6 @@ class AwaitableGetAlertPolicyResult(GetAlertPolicyResult):
|
|
202
182
|
yield self
|
203
183
|
return GetAlertPolicyResult(
|
204
184
|
alert_policy_id=self.alert_policy_id,
|
205
|
-
alert_policy_rule_details=self.alert_policy_rule_details,
|
206
185
|
alert_policy_type=self.alert_policy_type,
|
207
186
|
compartment_id=self.compartment_id,
|
208
187
|
defined_tags=self.defined_tags,
|
@@ -211,7 +190,6 @@ class AwaitableGetAlertPolicyResult(GetAlertPolicyResult):
|
|
211
190
|
freeform_tags=self.freeform_tags,
|
212
191
|
id=self.id,
|
213
192
|
is_user_defined=self.is_user_defined,
|
214
|
-
lifecycle_details=self.lifecycle_details,
|
215
193
|
severity=self.severity,
|
216
194
|
state=self.state,
|
217
195
|
system_tags=self.system_tags,
|
@@ -245,7 +223,6 @@ def get_alert_policy(alert_policy_id: Optional[str] = None,
|
|
245
223
|
|
246
224
|
return AwaitableGetAlertPolicyResult(
|
247
225
|
alert_policy_id=pulumi.get(__ret__, 'alert_policy_id'),
|
248
|
-
alert_policy_rule_details=pulumi.get(__ret__, 'alert_policy_rule_details'),
|
249
226
|
alert_policy_type=pulumi.get(__ret__, 'alert_policy_type'),
|
250
227
|
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
251
228
|
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
@@ -254,7 +231,6 @@ def get_alert_policy(alert_policy_id: Optional[str] = None,
|
|
254
231
|
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
255
232
|
id=pulumi.get(__ret__, 'id'),
|
256
233
|
is_user_defined=pulumi.get(__ret__, 'is_user_defined'),
|
257
|
-
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
258
234
|
severity=pulumi.get(__ret__, 'severity'),
|
259
235
|
state=pulumi.get(__ret__, 'state'),
|
260
236
|
system_tags=pulumi.get(__ret__, 'system_tags'),
|