pulumi-oci 2.23.0a1738304451__py3-none-any.whl → 2.24.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.
- pulumi_oci/__init__.py +96 -0
- pulumi_oci/apmsynthetics/config.py +2 -2
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_monitor.py +2 -2
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_result.py +2 -2
- pulumi_oci/apmsynthetics/get_script.py +2 -2
- pulumi_oci/apmsynthetics/get_scripts.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +2 -2
- pulumi_oci/apmsynthetics/script.py +2 -2
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +2242 -1118
- pulumi_oci/database/backup.py +30 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/execution_action.py +812 -0
- pulumi_oci/database/execution_window.py +856 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
- pulumi_oci/database/get_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_execution_action.py +352 -0
- pulumi_oci/database/get_execution_actions.py +213 -0
- pulumi_oci/database/get_execution_window.py +379 -0
- pulumi_oci/database/get_execution_windows.py +213 -0
- pulumi_oci/database/get_maintenance_run.py +32 -4
- pulumi_oci/database/get_scheduled_action.py +324 -0
- pulumi_oci/database/get_scheduled_action_params.py +144 -0
- pulumi_oci/database/get_scheduled_actions.py +240 -0
- pulumi_oci/database/get_scheduling_plan.py +323 -0
- pulumi_oci/database/get_scheduling_plans.py +243 -0
- pulumi_oci/database/get_scheduling_policies.py +191 -0
- pulumi_oci/database/get_scheduling_policy.py +268 -0
- pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
- pulumi_oci/database/maintenance_run.py +58 -2
- pulumi_oci/database/outputs.py +11946 -7866
- pulumi_oci/database/scheduled_action.py +775 -0
- pulumi_oci/database/scheduling_plan.py +744 -0
- pulumi_oci/database/scheduling_policy.py +616 -0
- pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
- pulumi_oci/databasemanagement/__init__.py +7 -0
- pulumi_oci/databasemanagement/_inputs.py +282 -0
- pulumi_oci/databasemanagement/external_my_sql_database.py +297 -0
- pulumi_oci/databasemanagement/external_my_sql_database_connector.py +890 -0
- pulumi_oci/databasemanagement/external_my_sql_database_external_mysql_databases_management.py +302 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database.py +152 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connector.py +413 -0
- pulumi_oci/databasemanagement/get_external_my_sql_database_connectors.py +169 -0
- pulumi_oci/databasemanagement/get_external_my_sql_databases.py +166 -0
- pulumi_oci/databasemanagement/get_managed_my_sql_database.py +60 -4
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +22 -3
- pulumi_oci/databasemanagement/outputs.py +767 -1
- pulumi_oci/datasafe/__init__.py +8 -0
- pulumi_oci/datasafe/_inputs.py +466 -12
- pulumi_oci/datasafe/alert.py +7 -7
- pulumi_oci/datasafe/alert_policy.py +7 -7
- pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
- pulumi_oci/datasafe/audit_policy.py +7 -7
- pulumi_oci/datasafe/audit_policy_management.py +21 -21
- pulumi_oci/datasafe/audit_profile.py +18 -18
- pulumi_oci/datasafe/audit_profile_management.py +21 -21
- pulumi_oci/datasafe/audit_trail.py +14 -14
- pulumi_oci/datasafe/audit_trail_management.py +14 -14
- pulumi_oci/datasafe/data_safe_configuration.py +4 -4
- pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/database_security_config_management.py +7 -7
- pulumi_oci/datasafe/discovery_mod.py +7 -7
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +2 -2
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_database_security_config.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
- pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_policy.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
- pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
- pulumi_oci/datasafe/get_sql_collection.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
- pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/on_prem_connector.py +7 -7
- pulumi_oci/datasafe/outputs.py +1266 -151
- pulumi_oci/datasafe/report.py +7 -7
- pulumi_oci/datasafe/report_definition.py +7 -7
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
- pulumi_oci/datasafe/security_assessment.py +36 -37
- pulumi_oci/datasafe/security_policy.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
- pulumi_oci/datasafe/security_policy_management.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
- pulumi_oci/datasafe/sensitive_type.py +7 -7
- pulumi_oci/datasafe/sensitive_types_export.py +637 -0
- pulumi_oci/datasafe/sql_collection.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
- pulumi_oci/datasafe/target_database.py +7 -7
- pulumi_oci/datasafe/user_assessment.py +7 -7
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1811 -0
- pulumi_oci/datascience/get_containers.py +270 -0
- pulumi_oci/datascience/get_schedule.py +366 -0
- pulumi_oci/datascience/get_schedules.py +221 -0
- pulumi_oci/datascience/outputs.py +8697 -4890
- pulumi_oci/datascience/schedule.py +1045 -0
- pulumi_oci/disasterrecovery/_inputs.py +720 -0
- pulumi_oci/disasterrecovery/dr_protection_group.py +0 -188
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1328 -48
- pulumi_oci/mysql/_inputs.py +229 -9
- pulumi_oci/mysql/get_mysql_db_system.py +47 -1
- pulumi_oci/mysql/mysql_db_system.py +185 -0
- pulumi_oci/mysql/outputs.py +477 -26
- pulumi_oci/opsi/_inputs.py +20 -0
- pulumi_oci/opsi/database_insight.py +47 -0
- pulumi_oci/opsi/get_database_insight.py +15 -1
- pulumi_oci/opsi/get_news_report.py +29 -1
- pulumi_oci/opsi/news_report.py +117 -17
- pulumi_oci/opsi/outputs.py +70 -1
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/RECORD +163 -124
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.23.0a1738304451.dist-info → pulumi_oci-2.24.0.dist-info}/top_level.txt +0 -0
pulumi_oci/opsi/news_report.py
CHANGED
@@ -31,8 +31,10 @@ class NewsReportArgs:
|
|
31
31
|
day_of_week: Optional[pulumi.Input[str]] = None,
|
32
32
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
33
33
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
34
|
+
match_rule: Optional[pulumi.Input[str]] = None,
|
34
35
|
name: Optional[pulumi.Input[str]] = None,
|
35
|
-
status: Optional[pulumi.Input[str]] = None
|
36
|
+
status: Optional[pulumi.Input[str]] = None,
|
37
|
+
tag_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
36
38
|
"""
|
37
39
|
The set of arguments for constructing a NewsReport resource.
|
38
40
|
:param pulumi.Input[str] compartment_id: (Updatable) Compartment Identifier where the news report will be created.
|
@@ -45,8 +47,10 @@ class NewsReportArgs:
|
|
45
47
|
:param pulumi.Input[str] day_of_week: (Updatable) Day of the week in which the news report will be sent if the frequency is set to WEEKLY.
|
46
48
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
|
47
49
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
|
50
|
+
:param pulumi.Input[str] match_rule: (Updatable) Match rule used for tag filters.
|
48
51
|
:param pulumi.Input[str] name: (Updatable) The news report name.
|
49
52
|
:param pulumi.Input[str] status: (Updatable) Defines if the news report will be enabled or disabled.
|
53
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] tag_filters: (Updatable) List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'
|
50
54
|
|
51
55
|
|
52
56
|
** IMPORTANT **
|
@@ -66,10 +70,14 @@ class NewsReportArgs:
|
|
66
70
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
67
71
|
if freeform_tags is not None:
|
68
72
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
73
|
+
if match_rule is not None:
|
74
|
+
pulumi.set(__self__, "match_rule", match_rule)
|
69
75
|
if name is not None:
|
70
76
|
pulumi.set(__self__, "name", name)
|
71
77
|
if status is not None:
|
72
78
|
pulumi.set(__self__, "status", status)
|
79
|
+
if tag_filters is not None:
|
80
|
+
pulumi.set(__self__, "tag_filters", tag_filters)
|
73
81
|
|
74
82
|
@property
|
75
83
|
@pulumi.getter(name="compartmentId")
|
@@ -191,6 +199,18 @@ class NewsReportArgs:
|
|
191
199
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
192
200
|
pulumi.set(self, "freeform_tags", value)
|
193
201
|
|
202
|
+
@property
|
203
|
+
@pulumi.getter(name="matchRule")
|
204
|
+
def match_rule(self) -> Optional[pulumi.Input[str]]:
|
205
|
+
"""
|
206
|
+
(Updatable) Match rule used for tag filters.
|
207
|
+
"""
|
208
|
+
return pulumi.get(self, "match_rule")
|
209
|
+
|
210
|
+
@match_rule.setter
|
211
|
+
def match_rule(self, value: Optional[pulumi.Input[str]]):
|
212
|
+
pulumi.set(self, "match_rule", value)
|
213
|
+
|
194
214
|
@property
|
195
215
|
@pulumi.getter
|
196
216
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -208,10 +228,6 @@ class NewsReportArgs:
|
|
208
228
|
def status(self) -> Optional[pulumi.Input[str]]:
|
209
229
|
"""
|
210
230
|
(Updatable) Defines if the news report will be enabled or disabled.
|
211
|
-
|
212
|
-
|
213
|
-
** IMPORTANT **
|
214
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
215
231
|
"""
|
216
232
|
return pulumi.get(self, "status")
|
217
233
|
|
@@ -219,6 +235,22 @@ class NewsReportArgs:
|
|
219
235
|
def status(self, value: Optional[pulumi.Input[str]]):
|
220
236
|
pulumi.set(self, "status", value)
|
221
237
|
|
238
|
+
@property
|
239
|
+
@pulumi.getter(name="tagFilters")
|
240
|
+
def tag_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
241
|
+
"""
|
242
|
+
(Updatable) List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'
|
243
|
+
|
244
|
+
|
245
|
+
** IMPORTANT **
|
246
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
247
|
+
"""
|
248
|
+
return pulumi.get(self, "tag_filters")
|
249
|
+
|
250
|
+
@tag_filters.setter
|
251
|
+
def tag_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
252
|
+
pulumi.set(self, "tag_filters", value)
|
253
|
+
|
222
254
|
|
223
255
|
@pulumi.input_type
|
224
256
|
class _NewsReportState:
|
@@ -232,12 +264,14 @@ class _NewsReportState:
|
|
232
264
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
233
265
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
234
266
|
locale: Optional[pulumi.Input[str]] = None,
|
267
|
+
match_rule: Optional[pulumi.Input[str]] = None,
|
235
268
|
name: Optional[pulumi.Input[str]] = None,
|
236
269
|
news_frequency: Optional[pulumi.Input[str]] = None,
|
237
270
|
ons_topic_id: Optional[pulumi.Input[str]] = None,
|
238
271
|
state: Optional[pulumi.Input[str]] = None,
|
239
272
|
status: Optional[pulumi.Input[str]] = None,
|
240
273
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
274
|
+
tag_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
241
275
|
time_created: Optional[pulumi.Input[str]] = None,
|
242
276
|
time_updated: Optional[pulumi.Input[str]] = None):
|
243
277
|
"""
|
@@ -251,16 +285,18 @@ class _NewsReportState:
|
|
251
285
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
|
252
286
|
: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.
|
253
287
|
:param pulumi.Input[str] locale: (Updatable) Language of the news report.
|
288
|
+
:param pulumi.Input[str] match_rule: (Updatable) Match rule used for tag filters.
|
254
289
|
:param pulumi.Input[str] name: (Updatable) The news report name.
|
255
290
|
:param pulumi.Input[str] news_frequency: (Updatable) News report frequency.
|
256
291
|
:param pulumi.Input[str] ons_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ONS topic.
|
257
292
|
:param pulumi.Input[str] state: The current state of the news report.
|
258
293
|
:param pulumi.Input[str] status: (Updatable) Defines if the news report will be enabled or disabled.
|
294
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
295
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] tag_filters: (Updatable) List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'
|
259
296
|
|
260
297
|
|
261
298
|
** IMPORTANT **
|
262
299
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
263
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
264
300
|
:param pulumi.Input[str] time_created: The time the the news report was first enabled. An RFC3339 formatted datetime string.
|
265
301
|
:param pulumi.Input[str] time_updated: The time the news report was updated. An RFC3339 formatted datetime string.
|
266
302
|
"""
|
@@ -282,6 +318,8 @@ class _NewsReportState:
|
|
282
318
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
283
319
|
if locale is not None:
|
284
320
|
pulumi.set(__self__, "locale", locale)
|
321
|
+
if match_rule is not None:
|
322
|
+
pulumi.set(__self__, "match_rule", match_rule)
|
285
323
|
if name is not None:
|
286
324
|
pulumi.set(__self__, "name", name)
|
287
325
|
if news_frequency is not None:
|
@@ -294,6 +332,8 @@ class _NewsReportState:
|
|
294
332
|
pulumi.set(__self__, "status", status)
|
295
333
|
if system_tags is not None:
|
296
334
|
pulumi.set(__self__, "system_tags", system_tags)
|
335
|
+
if tag_filters is not None:
|
336
|
+
pulumi.set(__self__, "tag_filters", tag_filters)
|
297
337
|
if time_created is not None:
|
298
338
|
pulumi.set(__self__, "time_created", time_created)
|
299
339
|
if time_updated is not None:
|
@@ -407,6 +447,18 @@ class _NewsReportState:
|
|
407
447
|
def locale(self, value: Optional[pulumi.Input[str]]):
|
408
448
|
pulumi.set(self, "locale", value)
|
409
449
|
|
450
|
+
@property
|
451
|
+
@pulumi.getter(name="matchRule")
|
452
|
+
def match_rule(self) -> Optional[pulumi.Input[str]]:
|
453
|
+
"""
|
454
|
+
(Updatable) Match rule used for tag filters.
|
455
|
+
"""
|
456
|
+
return pulumi.get(self, "match_rule")
|
457
|
+
|
458
|
+
@match_rule.setter
|
459
|
+
def match_rule(self, value: Optional[pulumi.Input[str]]):
|
460
|
+
pulumi.set(self, "match_rule", value)
|
461
|
+
|
410
462
|
@property
|
411
463
|
@pulumi.getter
|
412
464
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -460,10 +512,6 @@ class _NewsReportState:
|
|
460
512
|
def status(self) -> Optional[pulumi.Input[str]]:
|
461
513
|
"""
|
462
514
|
(Updatable) Defines if the news report will be enabled or disabled.
|
463
|
-
|
464
|
-
|
465
|
-
** IMPORTANT **
|
466
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
467
515
|
"""
|
468
516
|
return pulumi.get(self, "status")
|
469
517
|
|
@@ -483,6 +531,22 @@ class _NewsReportState:
|
|
483
531
|
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
484
532
|
pulumi.set(self, "system_tags", value)
|
485
533
|
|
534
|
+
@property
|
535
|
+
@pulumi.getter(name="tagFilters")
|
536
|
+
def tag_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
537
|
+
"""
|
538
|
+
(Updatable) List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'
|
539
|
+
|
540
|
+
|
541
|
+
** IMPORTANT **
|
542
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
543
|
+
"""
|
544
|
+
return pulumi.get(self, "tag_filters")
|
545
|
+
|
546
|
+
@tag_filters.setter
|
547
|
+
def tag_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
548
|
+
pulumi.set(self, "tag_filters", value)
|
549
|
+
|
486
550
|
@property
|
487
551
|
@pulumi.getter(name="timeCreated")
|
488
552
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
@@ -521,10 +585,12 @@ class NewsReport(pulumi.CustomResource):
|
|
521
585
|
description: Optional[pulumi.Input[str]] = None,
|
522
586
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
523
587
|
locale: Optional[pulumi.Input[str]] = None,
|
588
|
+
match_rule: Optional[pulumi.Input[str]] = None,
|
524
589
|
name: Optional[pulumi.Input[str]] = None,
|
525
590
|
news_frequency: Optional[pulumi.Input[str]] = None,
|
526
591
|
ons_topic_id: Optional[pulumi.Input[str]] = None,
|
527
592
|
status: Optional[pulumi.Input[str]] = None,
|
593
|
+
tag_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
528
594
|
__props__=None):
|
529
595
|
"""
|
530
596
|
This resource provides the News Report resource in Oracle Cloud Infrastructure Opsi service.
|
@@ -540,6 +606,7 @@ class NewsReport(pulumi.CustomResource):
|
|
540
606
|
test_news_report = oci.opsi.NewsReport("test_news_report",
|
541
607
|
compartment_id=compartment_id,
|
542
608
|
content_types={
|
609
|
+
"actionable_insights_resources": news_report_content_types_actionable_insights_resources,
|
543
610
|
"capacity_planning_resources": news_report_content_types_capacity_planning_resources,
|
544
611
|
"sql_insights_fleet_analysis_resources": news_report_content_types_sql_insights_fleet_analysis_resources,
|
545
612
|
"sql_insights_performance_degradation_resources": news_report_content_types_sql_insights_performance_degradation_resources,
|
@@ -561,7 +628,9 @@ class NewsReport(pulumi.CustomResource):
|
|
561
628
|
freeform_tags={
|
562
629
|
"bar-key": "value",
|
563
630
|
},
|
564
|
-
|
631
|
+
match_rule=news_report_match_rule,
|
632
|
+
status=news_report_status,
|
633
|
+
tag_filters=news_report_tag_filters)
|
565
634
|
```
|
566
635
|
|
567
636
|
## Import
|
@@ -582,10 +651,12 @@ class NewsReport(pulumi.CustomResource):
|
|
582
651
|
:param pulumi.Input[str] description: (Updatable) The description of the news report.
|
583
652
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
|
584
653
|
:param pulumi.Input[str] locale: (Updatable) Language of the news report.
|
654
|
+
:param pulumi.Input[str] match_rule: (Updatable) Match rule used for tag filters.
|
585
655
|
:param pulumi.Input[str] name: (Updatable) The news report name.
|
586
656
|
:param pulumi.Input[str] news_frequency: (Updatable) News report frequency.
|
587
657
|
:param pulumi.Input[str] ons_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ONS topic.
|
588
658
|
:param pulumi.Input[str] status: (Updatable) Defines if the news report will be enabled or disabled.
|
659
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] tag_filters: (Updatable) List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'
|
589
660
|
|
590
661
|
|
591
662
|
** IMPORTANT **
|
@@ -611,6 +682,7 @@ class NewsReport(pulumi.CustomResource):
|
|
611
682
|
test_news_report = oci.opsi.NewsReport("test_news_report",
|
612
683
|
compartment_id=compartment_id,
|
613
684
|
content_types={
|
685
|
+
"actionable_insights_resources": news_report_content_types_actionable_insights_resources,
|
614
686
|
"capacity_planning_resources": news_report_content_types_capacity_planning_resources,
|
615
687
|
"sql_insights_fleet_analysis_resources": news_report_content_types_sql_insights_fleet_analysis_resources,
|
616
688
|
"sql_insights_performance_degradation_resources": news_report_content_types_sql_insights_performance_degradation_resources,
|
@@ -632,7 +704,9 @@ class NewsReport(pulumi.CustomResource):
|
|
632
704
|
freeform_tags={
|
633
705
|
"bar-key": "value",
|
634
706
|
},
|
635
|
-
|
707
|
+
match_rule=news_report_match_rule,
|
708
|
+
status=news_report_status,
|
709
|
+
tag_filters=news_report_tag_filters)
|
636
710
|
```
|
637
711
|
|
638
712
|
## Import
|
@@ -666,10 +740,12 @@ class NewsReport(pulumi.CustomResource):
|
|
666
740
|
description: Optional[pulumi.Input[str]] = None,
|
667
741
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
668
742
|
locale: Optional[pulumi.Input[str]] = None,
|
743
|
+
match_rule: Optional[pulumi.Input[str]] = None,
|
669
744
|
name: Optional[pulumi.Input[str]] = None,
|
670
745
|
news_frequency: Optional[pulumi.Input[str]] = None,
|
671
746
|
ons_topic_id: Optional[pulumi.Input[str]] = None,
|
672
747
|
status: Optional[pulumi.Input[str]] = None,
|
748
|
+
tag_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
673
749
|
__props__=None):
|
674
750
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
675
751
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -695,6 +771,7 @@ class NewsReport(pulumi.CustomResource):
|
|
695
771
|
if locale is None and not opts.urn:
|
696
772
|
raise TypeError("Missing required property 'locale'")
|
697
773
|
__props__.__dict__["locale"] = locale
|
774
|
+
__props__.__dict__["match_rule"] = match_rule
|
698
775
|
__props__.__dict__["name"] = name
|
699
776
|
if news_frequency is None and not opts.urn:
|
700
777
|
raise TypeError("Missing required property 'news_frequency'")
|
@@ -703,6 +780,7 @@ class NewsReport(pulumi.CustomResource):
|
|
703
780
|
raise TypeError("Missing required property 'ons_topic_id'")
|
704
781
|
__props__.__dict__["ons_topic_id"] = ons_topic_id
|
705
782
|
__props__.__dict__["status"] = status
|
783
|
+
__props__.__dict__["tag_filters"] = tag_filters
|
706
784
|
__props__.__dict__["lifecycle_details"] = None
|
707
785
|
__props__.__dict__["state"] = None
|
708
786
|
__props__.__dict__["system_tags"] = None
|
@@ -727,12 +805,14 @@ class NewsReport(pulumi.CustomResource):
|
|
727
805
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
728
806
|
lifecycle_details: Optional[pulumi.Input[str]] = None,
|
729
807
|
locale: Optional[pulumi.Input[str]] = None,
|
808
|
+
match_rule: Optional[pulumi.Input[str]] = None,
|
730
809
|
name: Optional[pulumi.Input[str]] = None,
|
731
810
|
news_frequency: Optional[pulumi.Input[str]] = None,
|
732
811
|
ons_topic_id: Optional[pulumi.Input[str]] = None,
|
733
812
|
state: Optional[pulumi.Input[str]] = None,
|
734
813
|
status: Optional[pulumi.Input[str]] = None,
|
735
814
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
815
|
+
tag_filters: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
736
816
|
time_created: Optional[pulumi.Input[str]] = None,
|
737
817
|
time_updated: Optional[pulumi.Input[str]] = None) -> 'NewsReport':
|
738
818
|
"""
|
@@ -751,16 +831,18 @@ class NewsReport(pulumi.CustomResource):
|
|
751
831
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] 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"}`
|
752
832
|
: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.
|
753
833
|
:param pulumi.Input[str] locale: (Updatable) Language of the news report.
|
834
|
+
:param pulumi.Input[str] match_rule: (Updatable) Match rule used for tag filters.
|
754
835
|
:param pulumi.Input[str] name: (Updatable) The news report name.
|
755
836
|
:param pulumi.Input[str] news_frequency: (Updatable) News report frequency.
|
756
837
|
:param pulumi.Input[str] ons_topic_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ONS topic.
|
757
838
|
:param pulumi.Input[str] state: The current state of the news report.
|
758
839
|
:param pulumi.Input[str] status: (Updatable) Defines if the news report will be enabled or disabled.
|
840
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
841
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] tag_filters: (Updatable) List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'
|
759
842
|
|
760
843
|
|
761
844
|
** IMPORTANT **
|
762
845
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
763
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
764
846
|
:param pulumi.Input[str] time_created: The time the the news report was first enabled. An RFC3339 formatted datetime string.
|
765
847
|
:param pulumi.Input[str] time_updated: The time the news report was updated. An RFC3339 formatted datetime string.
|
766
848
|
"""
|
@@ -777,12 +859,14 @@ class NewsReport(pulumi.CustomResource):
|
|
777
859
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
778
860
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
779
861
|
__props__.__dict__["locale"] = locale
|
862
|
+
__props__.__dict__["match_rule"] = match_rule
|
780
863
|
__props__.__dict__["name"] = name
|
781
864
|
__props__.__dict__["news_frequency"] = news_frequency
|
782
865
|
__props__.__dict__["ons_topic_id"] = ons_topic_id
|
783
866
|
__props__.__dict__["state"] = state
|
784
867
|
__props__.__dict__["status"] = status
|
785
868
|
__props__.__dict__["system_tags"] = system_tags
|
869
|
+
__props__.__dict__["tag_filters"] = tag_filters
|
786
870
|
__props__.__dict__["time_created"] = time_created
|
787
871
|
__props__.__dict__["time_updated"] = time_updated
|
788
872
|
return NewsReport(resource_name, opts=opts, __props__=__props__)
|
@@ -859,6 +943,14 @@ class NewsReport(pulumi.CustomResource):
|
|
859
943
|
"""
|
860
944
|
return pulumi.get(self, "locale")
|
861
945
|
|
946
|
+
@property
|
947
|
+
@pulumi.getter(name="matchRule")
|
948
|
+
def match_rule(self) -> pulumi.Output[str]:
|
949
|
+
"""
|
950
|
+
(Updatable) Match rule used for tag filters.
|
951
|
+
"""
|
952
|
+
return pulumi.get(self, "match_rule")
|
953
|
+
|
862
954
|
@property
|
863
955
|
@pulumi.getter
|
864
956
|
def name(self) -> pulumi.Output[str]:
|
@@ -896,10 +988,6 @@ class NewsReport(pulumi.CustomResource):
|
|
896
988
|
def status(self) -> pulumi.Output[str]:
|
897
989
|
"""
|
898
990
|
(Updatable) Defines if the news report will be enabled or disabled.
|
899
|
-
|
900
|
-
|
901
|
-
** IMPORTANT **
|
902
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
903
991
|
"""
|
904
992
|
return pulumi.get(self, "status")
|
905
993
|
|
@@ -911,6 +999,18 @@ class NewsReport(pulumi.CustomResource):
|
|
911
999
|
"""
|
912
1000
|
return pulumi.get(self, "system_tags")
|
913
1001
|
|
1002
|
+
@property
|
1003
|
+
@pulumi.getter(name="tagFilters")
|
1004
|
+
def tag_filters(self) -> pulumi.Output[Sequence[str]]:
|
1005
|
+
"""
|
1006
|
+
(Updatable) List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'
|
1007
|
+
|
1008
|
+
|
1009
|
+
** IMPORTANT **
|
1010
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1011
|
+
"""
|
1012
|
+
return pulumi.get(self, "tag_filters")
|
1013
|
+
|
914
1014
|
@property
|
915
1015
|
@pulumi.getter(name="timeCreated")
|
916
1016
|
def time_created(self) -> pulumi.Output[str]:
|
pulumi_oci/opsi/outputs.py
CHANGED
@@ -1085,7 +1085,9 @@ class NewsReportContentTypes(dict):
|
|
1085
1085
|
@staticmethod
|
1086
1086
|
def __key_warning(key: str):
|
1087
1087
|
suggest = None
|
1088
|
-
if key == "
|
1088
|
+
if key == "actionableInsightsResources":
|
1089
|
+
suggest = "actionable_insights_resources"
|
1090
|
+
elif key == "capacityPlanningResources":
|
1089
1091
|
suggest = "capacity_planning_resources"
|
1090
1092
|
elif key == "sqlInsightsFleetAnalysisResources":
|
1091
1093
|
suggest = "sql_insights_fleet_analysis_resources"
|
@@ -1112,6 +1114,7 @@ class NewsReportContentTypes(dict):
|
|
1112
1114
|
return super().get(key, default)
|
1113
1115
|
|
1114
1116
|
def __init__(__self__, *,
|
1117
|
+
actionable_insights_resources: Optional[Sequence[str]] = None,
|
1115
1118
|
capacity_planning_resources: Optional[Sequence[str]] = None,
|
1116
1119
|
sql_insights_fleet_analysis_resources: Optional[Sequence[str]] = None,
|
1117
1120
|
sql_insights_performance_degradation_resources: Optional[Sequence[str]] = None,
|
@@ -1120,6 +1123,7 @@ class NewsReportContentTypes(dict):
|
|
1120
1123
|
sql_insights_top_sql_by_insights_resources: Optional[Sequence[str]] = None,
|
1121
1124
|
sql_insights_top_sql_resources: Optional[Sequence[str]] = None):
|
1122
1125
|
"""
|
1126
|
+
:param Sequence[str] actionable_insights_resources: (Updatable) Supported resources for actionable insights content type.
|
1123
1127
|
:param Sequence[str] capacity_planning_resources: (Updatable) Supported resources for capacity planning content type.
|
1124
1128
|
:param Sequence[str] sql_insights_fleet_analysis_resources: (Updatable) Supported resources for SQL insights - fleet analysis content type.
|
1125
1129
|
:param Sequence[str] sql_insights_performance_degradation_resources: (Updatable) Supported resources for SQL insights - performance degradation content type.
|
@@ -1128,6 +1132,8 @@ class NewsReportContentTypes(dict):
|
|
1128
1132
|
:param Sequence[str] sql_insights_top_sql_by_insights_resources: (Updatable) Supported resources for SQL insights - top SQL by insights content type.
|
1129
1133
|
:param Sequence[str] sql_insights_top_sql_resources: (Updatable) Supported resources for SQL insights - top SQL content type.
|
1130
1134
|
"""
|
1135
|
+
if actionable_insights_resources is not None:
|
1136
|
+
pulumi.set(__self__, "actionable_insights_resources", actionable_insights_resources)
|
1131
1137
|
if capacity_planning_resources is not None:
|
1132
1138
|
pulumi.set(__self__, "capacity_planning_resources", capacity_planning_resources)
|
1133
1139
|
if sql_insights_fleet_analysis_resources is not None:
|
@@ -1143,6 +1149,14 @@ class NewsReportContentTypes(dict):
|
|
1143
1149
|
if sql_insights_top_sql_resources is not None:
|
1144
1150
|
pulumi.set(__self__, "sql_insights_top_sql_resources", sql_insights_top_sql_resources)
|
1145
1151
|
|
1152
|
+
@property
|
1153
|
+
@pulumi.getter(name="actionableInsightsResources")
|
1154
|
+
def actionable_insights_resources(self) -> Optional[Sequence[str]]:
|
1155
|
+
"""
|
1156
|
+
(Updatable) Supported resources for actionable insights content type.
|
1157
|
+
"""
|
1158
|
+
return pulumi.get(self, "actionable_insights_resources")
|
1159
|
+
|
1146
1160
|
@property
|
1147
1161
|
@pulumi.getter(name="capacityPlanningResources")
|
1148
1162
|
def capacity_planning_resources(self) -> Optional[Sequence[str]]:
|
@@ -2618,6 +2632,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
|
|
2618
2632
|
connector_id: str,
|
2619
2633
|
credential_details: Sequence['outputs.GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailResult'],
|
2620
2634
|
database_connection_status_details: str,
|
2635
|
+
database_connector_id: str,
|
2621
2636
|
database_display_name: str,
|
2622
2637
|
database_id: str,
|
2623
2638
|
database_name: str,
|
@@ -2659,6 +2674,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
|
|
2659
2674
|
:param str connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of External Database Connector
|
2660
2675
|
:param Sequence['GetDatabaseInsightsDatabaseInsightsCollectionItemCredentialDetailArgs'] credential_details: User credential details to connect to the database.
|
2661
2676
|
: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.
|
2677
|
+
:param str database_connector_id: (Required when entity_source=EXTERNAL_MYSQL_DATABASE_SYSTEM) (Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
2662
2678
|
:param str database_display_name: Display name of database
|
2663
2679
|
: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.
|
2664
2680
|
:param str database_name: Name of database
|
@@ -2697,6 +2713,7 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
|
|
2697
2713
|
pulumi.set(__self__, "connector_id", connector_id)
|
2698
2714
|
pulumi.set(__self__, "credential_details", credential_details)
|
2699
2715
|
pulumi.set(__self__, "database_connection_status_details", database_connection_status_details)
|
2716
|
+
pulumi.set(__self__, "database_connector_id", database_connector_id)
|
2700
2717
|
pulumi.set(__self__, "database_display_name", database_display_name)
|
2701
2718
|
pulumi.set(__self__, "database_id", database_id)
|
2702
2719
|
pulumi.set(__self__, "database_name", database_name)
|
@@ -2780,6 +2797,14 @@ class GetDatabaseInsightsDatabaseInsightsCollectionItemResult(dict):
|
|
2780
2797
|
"""
|
2781
2798
|
return pulumi.get(self, "database_connection_status_details")
|
2782
2799
|
|
2800
|
+
@property
|
2801
|
+
@pulumi.getter(name="databaseConnectorId")
|
2802
|
+
def database_connector_id(self) -> str:
|
2803
|
+
"""
|
2804
|
+
(Required when entity_source=EXTERNAL_MYSQL_DATABASE_SYSTEM) (Updatable) The DBM owned database connector [OCID](https://www.terraform.io/iaas/database-management/doc/view-connector-details.html) mapping to the database credentials and connection details.
|
2805
|
+
"""
|
2806
|
+
return pulumi.get(self, "database_connector_id")
|
2807
|
+
|
2783
2808
|
@property
|
2784
2809
|
@pulumi.getter(name="databaseDisplayName")
|
2785
2810
|
def database_display_name(self) -> str:
|
@@ -5124,6 +5149,7 @@ class GetImportableComputeEntityItemResult(dict):
|
|
5124
5149
|
@pulumi.output_type
|
5125
5150
|
class GetNewsReportContentTypeResult(dict):
|
5126
5151
|
def __init__(__self__, *,
|
5152
|
+
actionable_insights_resources: Sequence[str],
|
5127
5153
|
capacity_planning_resources: Sequence[str],
|
5128
5154
|
sql_insights_fleet_analysis_resources: Sequence[str],
|
5129
5155
|
sql_insights_performance_degradation_resources: Sequence[str],
|
@@ -5132,6 +5158,7 @@ class GetNewsReportContentTypeResult(dict):
|
|
5132
5158
|
sql_insights_top_sql_by_insights_resources: Sequence[str],
|
5133
5159
|
sql_insights_top_sql_resources: Sequence[str]):
|
5134
5160
|
"""
|
5161
|
+
:param Sequence[str] actionable_insights_resources: Supported resources for actionable insights content type.
|
5135
5162
|
:param Sequence[str] capacity_planning_resources: Supported resources for capacity planning content type.
|
5136
5163
|
:param Sequence[str] sql_insights_fleet_analysis_resources: Supported resources for SQL insights - fleet analysis content type.
|
5137
5164
|
:param Sequence[str] sql_insights_performance_degradation_resources: Supported resources for SQL insights - performance degradation content type.
|
@@ -5140,6 +5167,7 @@ class GetNewsReportContentTypeResult(dict):
|
|
5140
5167
|
:param Sequence[str] sql_insights_top_sql_by_insights_resources: Supported resources for SQL insights - top SQL by insights content type.
|
5141
5168
|
:param Sequence[str] sql_insights_top_sql_resources: Supported resources for SQL insights - top SQL content type.
|
5142
5169
|
"""
|
5170
|
+
pulumi.set(__self__, "actionable_insights_resources", actionable_insights_resources)
|
5143
5171
|
pulumi.set(__self__, "capacity_planning_resources", capacity_planning_resources)
|
5144
5172
|
pulumi.set(__self__, "sql_insights_fleet_analysis_resources", sql_insights_fleet_analysis_resources)
|
5145
5173
|
pulumi.set(__self__, "sql_insights_performance_degradation_resources", sql_insights_performance_degradation_resources)
|
@@ -5148,6 +5176,14 @@ class GetNewsReportContentTypeResult(dict):
|
|
5148
5176
|
pulumi.set(__self__, "sql_insights_top_sql_by_insights_resources", sql_insights_top_sql_by_insights_resources)
|
5149
5177
|
pulumi.set(__self__, "sql_insights_top_sql_resources", sql_insights_top_sql_resources)
|
5150
5178
|
|
5179
|
+
@property
|
5180
|
+
@pulumi.getter(name="actionableInsightsResources")
|
5181
|
+
def actionable_insights_resources(self) -> Sequence[str]:
|
5182
|
+
"""
|
5183
|
+
Supported resources for actionable insights content type.
|
5184
|
+
"""
|
5185
|
+
return pulumi.get(self, "actionable_insights_resources")
|
5186
|
+
|
5151
5187
|
@property
|
5152
5188
|
@pulumi.getter(name="capacityPlanningResources")
|
5153
5189
|
def capacity_planning_resources(self) -> Sequence[str]:
|
@@ -5263,12 +5299,14 @@ class GetNewsReportsNewsReportCollectionItemResult(dict):
|
|
5263
5299
|
id: str,
|
5264
5300
|
lifecycle_details: str,
|
5265
5301
|
locale: str,
|
5302
|
+
match_rule: str,
|
5266
5303
|
name: str,
|
5267
5304
|
news_frequency: str,
|
5268
5305
|
ons_topic_id: str,
|
5269
5306
|
state: str,
|
5270
5307
|
status: str,
|
5271
5308
|
system_tags: Mapping[str, str],
|
5309
|
+
tag_filters: Sequence[str],
|
5272
5310
|
time_created: str,
|
5273
5311
|
time_updated: str):
|
5274
5312
|
"""
|
@@ -5282,12 +5320,14 @@ class GetNewsReportsNewsReportCollectionItemResult(dict):
|
|
5282
5320
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the news report resource.
|
5283
5321
|
: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.
|
5284
5322
|
:param str locale: Language of the news report.
|
5323
|
+
:param str match_rule: Match rule used for tag filters.
|
5285
5324
|
:param str name: The news report name.
|
5286
5325
|
:param str news_frequency: News report frequency.
|
5287
5326
|
:param str ons_topic_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ONS topic.
|
5288
5327
|
:param str state: Lifecycle states
|
5289
5328
|
:param str status: Resource Status
|
5290
5329
|
:param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
5330
|
+
:param Sequence[str] tag_filters: List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'.
|
5291
5331
|
:param str time_created: The time the the news report was first enabled. An RFC3339 formatted datetime string.
|
5292
5332
|
:param str time_updated: The time the news report was updated. An RFC3339 formatted datetime string.
|
5293
5333
|
"""
|
@@ -5301,12 +5341,14 @@ class GetNewsReportsNewsReportCollectionItemResult(dict):
|
|
5301
5341
|
pulumi.set(__self__, "id", id)
|
5302
5342
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
5303
5343
|
pulumi.set(__self__, "locale", locale)
|
5344
|
+
pulumi.set(__self__, "match_rule", match_rule)
|
5304
5345
|
pulumi.set(__self__, "name", name)
|
5305
5346
|
pulumi.set(__self__, "news_frequency", news_frequency)
|
5306
5347
|
pulumi.set(__self__, "ons_topic_id", ons_topic_id)
|
5307
5348
|
pulumi.set(__self__, "state", state)
|
5308
5349
|
pulumi.set(__self__, "status", status)
|
5309
5350
|
pulumi.set(__self__, "system_tags", system_tags)
|
5351
|
+
pulumi.set(__self__, "tag_filters", tag_filters)
|
5310
5352
|
pulumi.set(__self__, "time_created", time_created)
|
5311
5353
|
pulumi.set(__self__, "time_updated", time_updated)
|
5312
5354
|
|
@@ -5390,6 +5432,14 @@ class GetNewsReportsNewsReportCollectionItemResult(dict):
|
|
5390
5432
|
"""
|
5391
5433
|
return pulumi.get(self, "locale")
|
5392
5434
|
|
5435
|
+
@property
|
5436
|
+
@pulumi.getter(name="matchRule")
|
5437
|
+
def match_rule(self) -> str:
|
5438
|
+
"""
|
5439
|
+
Match rule used for tag filters.
|
5440
|
+
"""
|
5441
|
+
return pulumi.get(self, "match_rule")
|
5442
|
+
|
5393
5443
|
@property
|
5394
5444
|
@pulumi.getter
|
5395
5445
|
def name(self) -> str:
|
@@ -5438,6 +5488,14 @@ class GetNewsReportsNewsReportCollectionItemResult(dict):
|
|
5438
5488
|
"""
|
5439
5489
|
return pulumi.get(self, "system_tags")
|
5440
5490
|
|
5491
|
+
@property
|
5492
|
+
@pulumi.getter(name="tagFilters")
|
5493
|
+
def tag_filters(self) -> Sequence[str]:
|
5494
|
+
"""
|
5495
|
+
List of tag filters; each filter composed by a namespace, key, and value. Example for defined tags - '<TagNamespace>.<TagKey>=<TagValue>'. Example for freeform tags - '<TagKey>=<TagValue>'.
|
5496
|
+
"""
|
5497
|
+
return pulumi.get(self, "tag_filters")
|
5498
|
+
|
5441
5499
|
@property
|
5442
5500
|
@pulumi.getter(name="timeCreated")
|
5443
5501
|
def time_created(self) -> str:
|
@@ -5458,6 +5516,7 @@ class GetNewsReportsNewsReportCollectionItemResult(dict):
|
|
5458
5516
|
@pulumi.output_type
|
5459
5517
|
class GetNewsReportsNewsReportCollectionItemContentTypeResult(dict):
|
5460
5518
|
def __init__(__self__, *,
|
5519
|
+
actionable_insights_resources: Sequence[str],
|
5461
5520
|
capacity_planning_resources: Sequence[str],
|
5462
5521
|
sql_insights_fleet_analysis_resources: Sequence[str],
|
5463
5522
|
sql_insights_performance_degradation_resources: Sequence[str],
|
@@ -5466,6 +5525,7 @@ class GetNewsReportsNewsReportCollectionItemContentTypeResult(dict):
|
|
5466
5525
|
sql_insights_top_sql_by_insights_resources: Sequence[str],
|
5467
5526
|
sql_insights_top_sql_resources: Sequence[str]):
|
5468
5527
|
"""
|
5528
|
+
:param Sequence[str] actionable_insights_resources: Supported resources for actionable insights content type.
|
5469
5529
|
:param Sequence[str] capacity_planning_resources: Supported resources for capacity planning content type.
|
5470
5530
|
:param Sequence[str] sql_insights_fleet_analysis_resources: Supported resources for SQL insights - fleet analysis content type.
|
5471
5531
|
:param Sequence[str] sql_insights_performance_degradation_resources: Supported resources for SQL insights - performance degradation content type.
|
@@ -5474,6 +5534,7 @@ class GetNewsReportsNewsReportCollectionItemContentTypeResult(dict):
|
|
5474
5534
|
:param Sequence[str] sql_insights_top_sql_by_insights_resources: Supported resources for SQL insights - top SQL by insights content type.
|
5475
5535
|
:param Sequence[str] sql_insights_top_sql_resources: Supported resources for SQL insights - top SQL content type.
|
5476
5536
|
"""
|
5537
|
+
pulumi.set(__self__, "actionable_insights_resources", actionable_insights_resources)
|
5477
5538
|
pulumi.set(__self__, "capacity_planning_resources", capacity_planning_resources)
|
5478
5539
|
pulumi.set(__self__, "sql_insights_fleet_analysis_resources", sql_insights_fleet_analysis_resources)
|
5479
5540
|
pulumi.set(__self__, "sql_insights_performance_degradation_resources", sql_insights_performance_degradation_resources)
|
@@ -5482,6 +5543,14 @@ class GetNewsReportsNewsReportCollectionItemContentTypeResult(dict):
|
|
5482
5543
|
pulumi.set(__self__, "sql_insights_top_sql_by_insights_resources", sql_insights_top_sql_by_insights_resources)
|
5483
5544
|
pulumi.set(__self__, "sql_insights_top_sql_resources", sql_insights_top_sql_resources)
|
5484
5545
|
|
5546
|
+
@property
|
5547
|
+
@pulumi.getter(name="actionableInsightsResources")
|
5548
|
+
def actionable_insights_resources(self) -> Sequence[str]:
|
5549
|
+
"""
|
5550
|
+
Supported resources for actionable insights content type.
|
5551
|
+
"""
|
5552
|
+
return pulumi.get(self, "actionable_insights_resources")
|
5553
|
+
|
5485
5554
|
@property
|
5486
5555
|
@pulumi.getter(name="capacityPlanningResources")
|
5487
5556
|
def capacity_planning_resources(self) -> Sequence[str]:
|
pulumi_oci/pulumi-plugin.json
CHANGED