pulumi-oci 2.8.0a1724220787__py3-none-any.whl → 2.9.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 (142) hide show
  1. pulumi_oci/__init__.py +86 -38
  2. pulumi_oci/analytics/_inputs.py +4 -4
  3. pulumi_oci/analytics/analytics_instance.py +199 -25
  4. pulumi_oci/analytics/get_analytics_instance.py +51 -2
  5. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  6. pulumi_oci/analytics/outputs.py +52 -12
  7. pulumi_oci/announcementsservice/__init__.py +1 -0
  8. pulumi_oci/announcementsservice/_inputs.py +46 -6
  9. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  10. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  11. pulumi_oci/announcementsservice/get_services.py +173 -0
  12. pulumi_oci/announcementsservice/outputs.py +195 -18
  13. pulumi_oci/bigdataservice/_inputs.py +1 -49
  14. pulumi_oci/bigdataservice/bds_instance.py +0 -128
  15. pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
  16. pulumi_oci/bigdataservice/outputs.py +3 -132
  17. pulumi_oci/database/_inputs.py +32 -0
  18. pulumi_oci/database/autonomous_database.py +28 -0
  19. pulumi_oci/database/data_guard_association.py +49 -0
  20. pulumi_oci/database/get_autonomous_database.py +14 -1
  21. pulumi_oci/database/get_autonomous_databases.py +32 -95
  22. pulumi_oci/database/get_data_guard_association.py +11 -1
  23. pulumi_oci/database/get_maintenance_run.py +14 -1
  24. pulumi_oci/database/maintenance_run.py +56 -7
  25. pulumi_oci/database/outputs.py +196 -42
  26. pulumi_oci/databasemanagement/__init__.py +1 -0
  27. pulumi_oci/databasemanagement/_inputs.py +873 -10
  28. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +275 -0
  29. pulumi_oci/databasemanagement/database_dbm_features_management.py +37 -3
  30. pulumi_oci/databasemanagement/db_management_private_endpoint.py +49 -0
  31. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +14 -1
  32. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +21 -1
  33. pulumi_oci/databasemanagement/get_managed_database.py +47 -3
  34. pulumi_oci/databasemanagement/managed_database.py +56 -0
  35. pulumi_oci/databasemanagement/outputs.py +3331 -1397
  36. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +35 -1
  37. pulumi_oci/datasafe/__init__.py +6 -0
  38. pulumi_oci/datasafe/_inputs.py +18 -0
  39. pulumi_oci/datasafe/database_security_config_management.py +244 -2
  40. pulumi_oci/datasafe/masking_policy_health_report_management.py +453 -0
  41. pulumi_oci/datasafe/masking_report_management.py +693 -0
  42. pulumi_oci/datasafe/outputs.py +18 -0
  43. pulumi_oci/datasafe/security_policy_deployment_management.py +180 -2
  44. pulumi_oci/datasafe/security_policy_management.py +172 -2
  45. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  46. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  47. pulumi_oci/datasafe/sql_firewall_policy_management.py +354 -2
  48. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +264 -0
  49. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +264 -0
  50. pulumi_oci/delegateaccesscontrol/__init__.py +24 -0
  51. pulumi_oci/delegateaccesscontrol/_inputs.py +306 -0
  52. pulumi_oci/delegateaccesscontrol/delegation_control.py +1082 -0
  53. pulumi_oci/{globallydistributeddatabase/private_endpoint.py → delegateaccesscontrol/delegation_subscription.py} +162 -267
  54. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +535 -0
  55. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +174 -0
  56. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +133 -0
  57. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +250 -0
  58. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +378 -0
  59. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +133 -0
  60. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +213 -0
  61. pulumi_oci/{globallydistributeddatabase/get_private_endpoint.py → delegateaccesscontrol/get_delegation_subscription.py} +66 -105
  62. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +176 -0
  63. pulumi_oci/delegateaccesscontrol/get_service_provider.py +274 -0
  64. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +210 -0
  65. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +210 -0
  66. pulumi_oci/delegateaccesscontrol/get_service_providers.py +213 -0
  67. pulumi_oci/delegateaccesscontrol/outputs.py +1679 -0
  68. pulumi_oci/{fleetsoftwareupdate → desktops}/__init__.py +7 -6
  69. pulumi_oci/desktops/_inputs.py +483 -0
  70. pulumi_oci/desktops/desktop_pool.py +1348 -0
  71. pulumi_oci/desktops/get_desktop.py +223 -0
  72. pulumi_oci/desktops/get_desktop_pool.py +418 -0
  73. pulumi_oci/desktops/get_desktop_pool_desktops.py +208 -0
  74. pulumi_oci/desktops/get_desktop_pool_volumes.py +214 -0
  75. pulumi_oci/desktops/get_desktop_pools.py +203 -0
  76. pulumi_oci/desktops/get_desktops.py +214 -0
  77. pulumi_oci/desktops/outputs.py +1738 -0
  78. pulumi_oci/disasterrecovery/_inputs.py +66 -2
  79. pulumi_oci/disasterrecovery/dr_protection_group.py +8 -0
  80. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +24 -0
  81. pulumi_oci/disasterrecovery/outputs.py +150 -10
  82. pulumi_oci/filestorage/mount_target.py +143 -38
  83. pulumi_oci/filestorage/outputs.py +44 -0
  84. pulumi_oci/identity/domains_group.py +34 -0
  85. pulumi_oci/identity/domains_user.py +34 -0
  86. pulumi_oci/identity/get_domains_group.py +11 -1
  87. pulumi_oci/identity/get_domains_user.py +11 -1
  88. pulumi_oci/identity/outputs.py +14 -0
  89. pulumi_oci/integration/get_integration_instance.py +25 -2
  90. pulumi_oci/integration/integration_instance.py +88 -0
  91. pulumi_oci/integration/outputs.py +24 -6
  92. pulumi_oci/kms/_inputs.py +10 -10
  93. pulumi_oci/kms/get_vault.py +14 -1
  94. pulumi_oci/kms/outputs.py +41 -30
  95. pulumi_oci/kms/vault.py +28 -0
  96. pulumi_oci/loadbalancer/load_balancer.py +224 -0
  97. pulumi_oci/loadbalancer/outputs.py +22 -0
  98. pulumi_oci/mysql/_inputs.py +225 -2
  99. pulumi_oci/mysql/get_mysql_backup.py +1 -1
  100. pulumi_oci/mysql/get_mysql_db_system.py +27 -1
  101. pulumi_oci/mysql/mysql_backup.py +4 -4
  102. pulumi_oci/mysql/mysql_db_system.py +108 -0
  103. pulumi_oci/mysql/outputs.py +569 -8
  104. pulumi_oci/ocvp/get_cluster.py +2 -2
  105. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  106. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +22 -5
  107. pulumi_oci/ocvp/outputs.py +2 -2
  108. pulumi_oci/pulumi-plugin.json +1 -1
  109. pulumi_oci/recoverymod/_inputs.py +0 -8
  110. pulumi_oci/recoverymod/get_protected_database.py +14 -1
  111. pulumi_oci/recoverymod/get_protection_policy.py +14 -1
  112. pulumi_oci/recoverymod/outputs.py +22 -8
  113. pulumi_oci/recoverymod/protected_database.py +80 -3
  114. pulumi_oci/recoverymod/protection_policy.py +49 -0
  115. pulumi_oci/redis/__init__.py +1 -0
  116. pulumi_oci/redis/_inputs.py +40 -0
  117. pulumi_oci/redis/get_redis_cluster.py +47 -21
  118. pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
  119. pulumi_oci/redis/get_redis_clusters.py +8 -8
  120. pulumi_oci/redis/outputs.py +160 -28
  121. pulumi_oci/redis/redis_cluster.py +177 -79
  122. pulumi_oci/waf/_inputs.py +29 -16
  123. pulumi_oci/waf/outputs.py +33 -10
  124. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/METADATA +1 -1
  125. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/RECORD +127 -108
  126. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/WHEEL +1 -1
  127. pulumi_oci/fleetsoftwareupdate/_inputs.py +0 -553
  128. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +0 -514
  129. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +0 -812
  130. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +0 -225
  131. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +0 -141
  132. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +0 -325
  133. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +0 -167
  134. pulumi_oci/fleetsoftwareupdate/outputs.py +0 -1481
  135. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  136. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  137. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  138. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  139. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  140. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  141. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  142. {pulumi_oci-2.8.0a1724220787.dist-info → pulumi_oci-2.9.0.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,10 @@ class GetAnalyticsInstanceResult:
22
22
  """
23
23
  A collection of values returned by getAnalyticsInstance.
24
24
  """
25
- def __init__(__self__, analytics_instance_id=None, capacities=None, compartment_id=None, defined_tags=None, description=None, email_notification=None, feature_set=None, freeform_tags=None, id=None, idcs_access_token=None, kms_key_id=None, license_type=None, name=None, network_endpoint_details=None, service_url=None, state=None, time_created=None, time_updated=None):
25
+ def __init__(__self__, admin_user=None, analytics_instance_id=None, capacities=None, compartment_id=None, defined_tags=None, description=None, domain_id=None, email_notification=None, feature_bundle=None, feature_set=None, freeform_tags=None, id=None, idcs_access_token=None, kms_key_id=None, license_type=None, name=None, network_endpoint_details=None, service_url=None, state=None, system_tags=None, time_created=None, time_updated=None):
26
+ if admin_user and not isinstance(admin_user, str):
27
+ raise TypeError("Expected argument 'admin_user' to be a str")
28
+ pulumi.set(__self__, "admin_user", admin_user)
26
29
  if analytics_instance_id and not isinstance(analytics_instance_id, str):
27
30
  raise TypeError("Expected argument 'analytics_instance_id' to be a str")
28
31
  pulumi.set(__self__, "analytics_instance_id", analytics_instance_id)
@@ -38,9 +41,15 @@ class GetAnalyticsInstanceResult:
38
41
  if description and not isinstance(description, str):
39
42
  raise TypeError("Expected argument 'description' to be a str")
40
43
  pulumi.set(__self__, "description", description)
44
+ if domain_id and not isinstance(domain_id, str):
45
+ raise TypeError("Expected argument 'domain_id' to be a str")
46
+ pulumi.set(__self__, "domain_id", domain_id)
41
47
  if email_notification and not isinstance(email_notification, str):
42
48
  raise TypeError("Expected argument 'email_notification' to be a str")
43
49
  pulumi.set(__self__, "email_notification", email_notification)
50
+ if feature_bundle and not isinstance(feature_bundle, str):
51
+ raise TypeError("Expected argument 'feature_bundle' to be a str")
52
+ pulumi.set(__self__, "feature_bundle", feature_bundle)
44
53
  if feature_set and not isinstance(feature_set, str):
45
54
  raise TypeError("Expected argument 'feature_set' to be a str")
46
55
  pulumi.set(__self__, "feature_set", feature_set)
@@ -71,6 +80,9 @@ class GetAnalyticsInstanceResult:
71
80
  if state and not isinstance(state, str):
72
81
  raise TypeError("Expected argument 'state' to be a str")
73
82
  pulumi.set(__self__, "state", state)
83
+ if system_tags and not isinstance(system_tags, dict):
84
+ raise TypeError("Expected argument 'system_tags' to be a dict")
85
+ pulumi.set(__self__, "system_tags", system_tags)
74
86
  if time_created and not isinstance(time_created, str):
75
87
  raise TypeError("Expected argument 'time_created' to be a str")
76
88
  pulumi.set(__self__, "time_created", time_created)
@@ -78,6 +90,11 @@ class GetAnalyticsInstanceResult:
78
90
  raise TypeError("Expected argument 'time_updated' to be a str")
79
91
  pulumi.set(__self__, "time_updated", time_updated)
80
92
 
93
+ @property
94
+ @pulumi.getter(name="adminUser")
95
+ def admin_user(self) -> str:
96
+ return pulumi.get(self, "admin_user")
97
+
81
98
  @property
82
99
  @pulumi.getter(name="analyticsInstanceId")
83
100
  def analytics_instance_id(self) -> str:
@@ -115,6 +132,14 @@ class GetAnalyticsInstanceResult:
115
132
  """
116
133
  return pulumi.get(self, "description")
117
134
 
135
+ @property
136
+ @pulumi.getter(name="domainId")
137
+ def domain_id(self) -> str:
138
+ """
139
+ Identity domain OCID.
140
+ """
141
+ return pulumi.get(self, "domain_id")
142
+
118
143
  @property
119
144
  @pulumi.getter(name="emailNotification")
120
145
  def email_notification(self) -> str:
@@ -123,6 +148,14 @@ class GetAnalyticsInstanceResult:
123
148
  """
124
149
  return pulumi.get(self, "email_notification")
125
150
 
151
+ @property
152
+ @pulumi.getter(name="featureBundle")
153
+ def feature_bundle(self) -> str:
154
+ """
155
+ The feature set of an Analytics instance.
156
+ """
157
+ return pulumi.get(self, "feature_bundle")
158
+
126
159
  @property
127
160
  @pulumi.getter(name="featureSet")
128
161
  def feature_set(self) -> str:
@@ -156,7 +189,7 @@ class GetAnalyticsInstanceResult:
156
189
  @pulumi.getter(name="kmsKeyId")
157
190
  def kms_key_id(self) -> str:
158
191
  """
159
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
192
+ OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
160
193
  """
161
194
  return pulumi.get(self, "kms_key_id")
162
195
 
@@ -200,6 +233,14 @@ class GetAnalyticsInstanceResult:
200
233
  """
201
234
  return pulumi.get(self, "state")
202
235
 
236
+ @property
237
+ @pulumi.getter(name="systemTags")
238
+ def system_tags(self) -> Mapping[str, str]:
239
+ """
240
+ System tags for this resource. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.key": "value"}`
241
+ """
242
+ return pulumi.get(self, "system_tags")
243
+
203
244
  @property
204
245
  @pulumi.getter(name="timeCreated")
205
246
  def time_created(self) -> str:
@@ -223,12 +264,15 @@ class AwaitableGetAnalyticsInstanceResult(GetAnalyticsInstanceResult):
223
264
  if False:
224
265
  yield self
225
266
  return GetAnalyticsInstanceResult(
267
+ admin_user=self.admin_user,
226
268
  analytics_instance_id=self.analytics_instance_id,
227
269
  capacities=self.capacities,
228
270
  compartment_id=self.compartment_id,
229
271
  defined_tags=self.defined_tags,
230
272
  description=self.description,
273
+ domain_id=self.domain_id,
231
274
  email_notification=self.email_notification,
275
+ feature_bundle=self.feature_bundle,
232
276
  feature_set=self.feature_set,
233
277
  freeform_tags=self.freeform_tags,
234
278
  id=self.id,
@@ -239,6 +283,7 @@ class AwaitableGetAnalyticsInstanceResult(GetAnalyticsInstanceResult):
239
283
  network_endpoint_details=self.network_endpoint_details,
240
284
  service_url=self.service_url,
241
285
  state=self.state,
286
+ system_tags=self.system_tags,
242
287
  time_created=self.time_created,
243
288
  time_updated=self.time_updated)
244
289
 
@@ -268,12 +313,15 @@ def get_analytics_instance(analytics_instance_id: Optional[str] = None,
268
313
  __ret__ = pulumi.runtime.invoke('oci:Analytics/getAnalyticsInstance:getAnalyticsInstance', __args__, opts=opts, typ=GetAnalyticsInstanceResult).value
269
314
 
270
315
  return AwaitableGetAnalyticsInstanceResult(
316
+ admin_user=pulumi.get(__ret__, 'admin_user'),
271
317
  analytics_instance_id=pulumi.get(__ret__, 'analytics_instance_id'),
272
318
  capacities=pulumi.get(__ret__, 'capacities'),
273
319
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
274
320
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
275
321
  description=pulumi.get(__ret__, 'description'),
322
+ domain_id=pulumi.get(__ret__, 'domain_id'),
276
323
  email_notification=pulumi.get(__ret__, 'email_notification'),
324
+ feature_bundle=pulumi.get(__ret__, 'feature_bundle'),
277
325
  feature_set=pulumi.get(__ret__, 'feature_set'),
278
326
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
279
327
  id=pulumi.get(__ret__, 'id'),
@@ -284,6 +332,7 @@ def get_analytics_instance(analytics_instance_id: Optional[str] = None,
284
332
  network_endpoint_details=pulumi.get(__ret__, 'network_endpoint_details'),
285
333
  service_url=pulumi.get(__ret__, 'service_url'),
286
334
  state=pulumi.get(__ret__, 'state'),
335
+ system_tags=pulumi.get(__ret__, 'system_tags'),
287
336
  time_created=pulumi.get(__ret__, 'time_created'),
288
337
  time_updated=pulumi.get(__ret__, 'time_updated'))
289
338
 
@@ -61,7 +61,7 @@ class GetAnalyticsInstancesResult:
61
61
  @pulumi.getter(name="capacityType")
62
62
  def capacity_type(self) -> Optional[str]:
63
63
  """
64
- The capacity model to use.
64
+ The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
65
65
  """
66
66
  return pulumi.get(self, "capacity_type")
67
67
 
@@ -53,8 +53,8 @@ class AnalyticsInstanceCapacity(dict):
53
53
  capacity_type: str,
54
54
  capacity_value: int):
55
55
  """
56
- :param str capacity_type: The capacity model to use.
57
- :param int capacity_value: (Updatable) The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
56
+ :param str capacity_type: The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
57
+ :param int capacity_value: (Updatable) The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the instance.
58
58
  """
59
59
  pulumi.set(__self__, "capacity_type", capacity_type)
60
60
  pulumi.set(__self__, "capacity_value", capacity_value)
@@ -63,7 +63,7 @@ class AnalyticsInstanceCapacity(dict):
63
63
  @pulumi.getter(name="capacityType")
64
64
  def capacity_type(self) -> str:
65
65
  """
66
- The capacity model to use.
66
+ The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
67
67
  """
68
68
  return pulumi.get(self, "capacity_type")
69
69
 
@@ -71,7 +71,7 @@ class AnalyticsInstanceCapacity(dict):
71
71
  @pulumi.getter(name="capacityValue")
72
72
  def capacity_value(self) -> int:
73
73
  """
74
- (Updatable) The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
74
+ (Updatable) The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the instance.
75
75
  """
76
76
  return pulumi.get(self, "capacity_value")
77
77
 
@@ -356,8 +356,8 @@ class GetAnalyticsInstanceCapacityResult(dict):
356
356
  capacity_type: str,
357
357
  capacity_value: int):
358
358
  """
359
- :param str capacity_type: The capacity model to use.
360
- :param int capacity_value: The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
359
+ :param str capacity_type: The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
360
+ :param int capacity_value: The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the instance.
361
361
  """
362
362
  pulumi.set(__self__, "capacity_type", capacity_type)
363
363
  pulumi.set(__self__, "capacity_value", capacity_value)
@@ -366,7 +366,7 @@ class GetAnalyticsInstanceCapacityResult(dict):
366
366
  @pulumi.getter(name="capacityType")
367
367
  def capacity_type(self) -> str:
368
368
  """
369
- The capacity model to use.
369
+ The capacity model to use. Accepted values are: OLPU_COUNT, USER_COUNT
370
370
  """
371
371
  return pulumi.get(self, "capacity_type")
372
372
 
@@ -374,7 +374,7 @@ class GetAnalyticsInstanceCapacityResult(dict):
374
374
  @pulumi.getter(name="capacityValue")
375
375
  def capacity_value(self) -> int:
376
376
  """
377
- The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
377
+ The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the instance.
378
378
  """
379
379
  return pulumi.get(self, "capacity_value")
380
380
 
@@ -564,11 +564,14 @@ class GetAnalyticsInstancePrivateAccessChannelPrivateSourceScanHostResult(dict):
564
564
  @pulumi.output_type
565
565
  class GetAnalyticsInstancesAnalyticsInstanceResult(dict):
566
566
  def __init__(__self__, *,
567
+ admin_user: str,
567
568
  capacities: Sequence['outputs.GetAnalyticsInstancesAnalyticsInstanceCapacityResult'],
568
569
  compartment_id: str,
569
570
  defined_tags: Mapping[str, str],
570
571
  description: str,
572
+ domain_id: str,
571
573
  email_notification: str,
574
+ feature_bundle: str,
572
575
  feature_set: str,
573
576
  freeform_tags: Mapping[str, str],
574
577
  id: str,
@@ -579,6 +582,7 @@ class GetAnalyticsInstancesAnalyticsInstanceResult(dict):
579
582
  network_endpoint_details: Sequence['outputs.GetAnalyticsInstancesAnalyticsInstanceNetworkEndpointDetailResult'],
580
583
  service_url: str,
581
584
  state: str,
585
+ system_tags: Mapping[str, str],
582
586
  time_created: str,
583
587
  time_updated: str):
584
588
  """
@@ -586,24 +590,30 @@ class GetAnalyticsInstancesAnalyticsInstanceResult(dict):
586
590
  :param str compartment_id: The OCID of the compartment.
587
591
  :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
588
592
  :param str description: Description of the vanity url.
593
+ :param str domain_id: Identity domain OCID.
589
594
  :param str email_notification: Email address receiving notifications.
595
+ :param str feature_bundle: The feature set of an Analytics instance.
590
596
  :param str feature_set: A filter to only return resources matching the feature set. Values are case-insensitive.
591
597
  :param Mapping[str, str] freeform_tags: 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](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
592
598
  :param str id: The Virtual Cloud Network OCID.
593
- :param str kms_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
599
+ :param str kms_key_id: OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
594
600
  :param str license_type: The license used for the service.
595
601
  :param str name: A filter to return only resources that match the given name exactly.
596
602
  :param Sequence['GetAnalyticsInstancesAnalyticsInstanceNetworkEndpointDetailArgs'] network_endpoint_details: Base representation of a network endpoint.
597
603
  :param str service_url: URL of the Analytics service.
598
604
  :param str state: A filter to only return resources matching the lifecycle state. The state value is case-insensitive.
605
+ :param Mapping[str, str] system_tags: System tags for this resource. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.key": "value"}`
599
606
  :param str time_created: The date and time the instance was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z`
600
607
  :param str time_updated: The date and time the instance was last updated (in the format defined by RFC3339). This timestamp represents updates made through this API. External events do not influence it.
601
608
  """
609
+ pulumi.set(__self__, "admin_user", admin_user)
602
610
  pulumi.set(__self__, "capacities", capacities)
603
611
  pulumi.set(__self__, "compartment_id", compartment_id)
604
612
  pulumi.set(__self__, "defined_tags", defined_tags)
605
613
  pulumi.set(__self__, "description", description)
614
+ pulumi.set(__self__, "domain_id", domain_id)
606
615
  pulumi.set(__self__, "email_notification", email_notification)
616
+ pulumi.set(__self__, "feature_bundle", feature_bundle)
607
617
  pulumi.set(__self__, "feature_set", feature_set)
608
618
  pulumi.set(__self__, "freeform_tags", freeform_tags)
609
619
  pulumi.set(__self__, "id", id)
@@ -614,9 +624,15 @@ class GetAnalyticsInstancesAnalyticsInstanceResult(dict):
614
624
  pulumi.set(__self__, "network_endpoint_details", network_endpoint_details)
615
625
  pulumi.set(__self__, "service_url", service_url)
616
626
  pulumi.set(__self__, "state", state)
627
+ pulumi.set(__self__, "system_tags", system_tags)
617
628
  pulumi.set(__self__, "time_created", time_created)
618
629
  pulumi.set(__self__, "time_updated", time_updated)
619
630
 
631
+ @property
632
+ @pulumi.getter(name="adminUser")
633
+ def admin_user(self) -> str:
634
+ return pulumi.get(self, "admin_user")
635
+
620
636
  @property
621
637
  @pulumi.getter
622
638
  def capacities(self) -> Sequence['outputs.GetAnalyticsInstancesAnalyticsInstanceCapacityResult']:
@@ -649,6 +665,14 @@ class GetAnalyticsInstancesAnalyticsInstanceResult(dict):
649
665
  """
650
666
  return pulumi.get(self, "description")
651
667
 
668
+ @property
669
+ @pulumi.getter(name="domainId")
670
+ def domain_id(self) -> str:
671
+ """
672
+ Identity domain OCID.
673
+ """
674
+ return pulumi.get(self, "domain_id")
675
+
652
676
  @property
653
677
  @pulumi.getter(name="emailNotification")
654
678
  def email_notification(self) -> str:
@@ -657,6 +681,14 @@ class GetAnalyticsInstancesAnalyticsInstanceResult(dict):
657
681
  """
658
682
  return pulumi.get(self, "email_notification")
659
683
 
684
+ @property
685
+ @pulumi.getter(name="featureBundle")
686
+ def feature_bundle(self) -> str:
687
+ """
688
+ The feature set of an Analytics instance.
689
+ """
690
+ return pulumi.get(self, "feature_bundle")
691
+
660
692
  @property
661
693
  @pulumi.getter(name="featureSet")
662
694
  def feature_set(self) -> str:
@@ -690,7 +722,7 @@ class GetAnalyticsInstancesAnalyticsInstanceResult(dict):
690
722
  @pulumi.getter(name="kmsKeyId")
691
723
  def kms_key_id(self) -> str:
692
724
  """
693
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
725
+ OCID of the Oracle Cloud Infrastructure Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.
694
726
  """
695
727
  return pulumi.get(self, "kms_key_id")
696
728
 
@@ -734,6 +766,14 @@ class GetAnalyticsInstancesAnalyticsInstanceResult(dict):
734
766
  """
735
767
  return pulumi.get(self, "state")
736
768
 
769
+ @property
770
+ @pulumi.getter(name="systemTags")
771
+ def system_tags(self) -> Mapping[str, str]:
772
+ """
773
+ System tags for this resource. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.key": "value"}`
774
+ """
775
+ return pulumi.get(self, "system_tags")
776
+
737
777
  @property
738
778
  @pulumi.getter(name="timeCreated")
739
779
  def time_created(self) -> str:
@@ -758,7 +798,7 @@ class GetAnalyticsInstancesAnalyticsInstanceCapacityResult(dict):
758
798
  capacity_value: int):
759
799
  """
760
800
  :param str capacity_type: A filter to only return resources matching the capacity type enum. Values are case-insensitive.
761
- :param int capacity_value: The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
801
+ :param int capacity_value: The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the instance.
762
802
  """
763
803
  pulumi.set(__self__, "capacity_type", capacity_type)
764
804
  pulumi.set(__self__, "capacity_value", capacity_value)
@@ -775,7 +815,7 @@ class GetAnalyticsInstancesAnalyticsInstanceCapacityResult(dict):
775
815
  @pulumi.getter(name="capacityValue")
776
816
  def capacity_value(self) -> int:
777
817
  """
778
- The capacity value selected (OLPU count, number of users, ...etc...). This parameter affects the number of CPUs, amount of memory or other resources allocated to the instance.
818
+ The capacity value selected, either the number of OCPUs (OLPU_COUNT) or the number of users (USER_COUNT). This parameter affects the number of OCPUs, amount of memory, and other resources allocated to the instance.
779
819
  """
780
820
  return pulumi.get(self, "capacity_value")
781
821
 
@@ -10,5 +10,6 @@ from .announcement_subscriptions_actions_change_compartment import *
10
10
  from .announcement_subscriptions_filter_group import *
11
11
  from .get_announcement_subscription import *
12
12
  from .get_announcement_subscriptions import *
13
+ from .get_services import *
13
14
  from ._inputs import *
14
15
  from . import outputs
@@ -14,6 +14,7 @@ __all__ = [
14
14
  'AnnouncementSubscriptionFilterGroupsFilterArgs',
15
15
  'AnnouncementSubscriptionsFilterGroupFilterArgs',
16
16
  'GetAnnouncementSubscriptionsFilterArgs',
17
+ 'GetServicesFilterArgs',
17
18
  ]
18
19
 
19
20
  @pulumi.input_type
@@ -22,7 +23,7 @@ class AnnouncementSubscriptionFilterGroupsArgs:
22
23
  filters: pulumi.Input[Sequence[pulumi.Input['AnnouncementSubscriptionFilterGroupsFilterArgs']]],
23
24
  name: Optional[pulumi.Input[str]] = None):
24
25
  """
25
- :param pulumi.Input[Sequence[pulumi.Input['AnnouncementSubscriptionFilterGroupsFilterArgs']]] filters: A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group.
26
+ :param pulumi.Input[Sequence[pulumi.Input['AnnouncementSubscriptionFilterGroupsFilterArgs']]] filters: A list of filters against which the Announcements service matches announcements. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
26
27
  :param pulumi.Input[str] name: The name of the group. The name must be unique and it cannot be changed. Avoid entering confidential information.
27
28
  """
28
29
  pulumi.set(__self__, "filters", filters)
@@ -33,7 +34,7 @@ class AnnouncementSubscriptionFilterGroupsArgs:
33
34
  @pulumi.getter
34
35
  def filters(self) -> pulumi.Input[Sequence[pulumi.Input['AnnouncementSubscriptionFilterGroupsFilterArgs']]]:
35
36
  """
36
- A list of filters against which the Announcements service matches announcements. You cannot have more than one of any given filter type within a filter group.
37
+ A list of filters against which the Announcements service matches announcements. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
37
38
  """
38
39
  return pulumi.get(self, "filters")
39
40
 
@@ -60,7 +61,7 @@ class AnnouncementSubscriptionFilterGroupsFilterArgs:
60
61
  type: pulumi.Input[str],
61
62
  value: pulumi.Input[str]):
62
63
  """
63
- :param pulumi.Input[str] type: The type of filter.
64
+ :param pulumi.Input[str] type: The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
64
65
  :param pulumi.Input[str] value: The value of the filter.
65
66
  """
66
67
  pulumi.set(__self__, "type", type)
@@ -70,7 +71,7 @@ class AnnouncementSubscriptionFilterGroupsFilterArgs:
70
71
  @pulumi.getter
71
72
  def type(self) -> pulumi.Input[str]:
72
73
  """
73
- The type of filter.
74
+ The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
74
75
  """
75
76
  return pulumi.get(self, "type")
76
77
 
@@ -97,7 +98,7 @@ class AnnouncementSubscriptionsFilterGroupFilterArgs:
97
98
  type: pulumi.Input[str],
98
99
  value: pulumi.Input[str]):
99
100
  """
100
- :param pulumi.Input[str] type: (Updatable) The type of filter.
101
+ :param pulumi.Input[str] type: (Updatable) The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
101
102
  :param pulumi.Input[str] value: (Updatable) The value of the filter.
102
103
  """
103
104
  pulumi.set(__self__, "type", type)
@@ -107,7 +108,7 @@ class AnnouncementSubscriptionsFilterGroupFilterArgs:
107
108
  @pulumi.getter
108
109
  def type(self) -> pulumi.Input[str]:
109
110
  """
110
- (Updatable) The type of filter.
111
+ (Updatable) The type of filter. You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
111
112
  """
112
113
  return pulumi.get(self, "type")
113
114
 
@@ -173,3 +174,42 @@ class GetAnnouncementSubscriptionsFilterArgs:
173
174
  pulumi.set(self, "regex", value)
174
175
 
175
176
 
177
+ @pulumi.input_type
178
+ class GetServicesFilterArgs:
179
+ def __init__(__self__, *,
180
+ name: str,
181
+ values: Sequence[str],
182
+ regex: Optional[bool] = None):
183
+ pulumi.set(__self__, "name", name)
184
+ pulumi.set(__self__, "values", values)
185
+ if regex is not None:
186
+ pulumi.set(__self__, "regex", regex)
187
+
188
+ @property
189
+ @pulumi.getter
190
+ def name(self) -> str:
191
+ return pulumi.get(self, "name")
192
+
193
+ @name.setter
194
+ def name(self, value: str):
195
+ pulumi.set(self, "name", value)
196
+
197
+ @property
198
+ @pulumi.getter
199
+ def values(self) -> Sequence[str]:
200
+ return pulumi.get(self, "values")
201
+
202
+ @values.setter
203
+ def values(self, value: Sequence[str]):
204
+ pulumi.set(self, "values", value)
205
+
206
+ @property
207
+ @pulumi.getter
208
+ def regex(self) -> Optional[bool]:
209
+ return pulumi.get(self, "regex")
210
+
211
+ @regex.setter
212
+ def regex(self, value: Optional[bool]):
213
+ pulumi.set(self, "regex", value)
214
+
215
+
@@ -34,8 +34,8 @@ class AnnouncementSubscriptionArgs:
34
34
  :param pulumi.Input[str] description: (Updatable) A description of the announcement subscription. Avoid entering confidential information.
35
35
  :param pulumi.Input['AnnouncementSubscriptionFilterGroupsArgs'] filter_groups: A list of filter groups for the announcement subscription. A filter group combines one or more filters that the Announcements service applies to announcements for matching purposes.
36
36
  :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"}`
37
- :param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
38
- :param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
37
+ :param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
38
+ :param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
39
39
 
40
40
 
41
41
  ** IMPORTANT **
@@ -145,7 +145,7 @@ class AnnouncementSubscriptionArgs:
145
145
  @pulumi.getter(name="preferredLanguage")
146
146
  def preferred_language(self) -> Optional[pulumi.Input[str]]:
147
147
  """
148
- (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
148
+ (Updatable) (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
149
149
  """
150
150
  return pulumi.get(self, "preferred_language")
151
151
 
@@ -157,7 +157,7 @@ class AnnouncementSubscriptionArgs:
157
157
  @pulumi.getter(name="preferredTimeZone")
158
158
  def preferred_time_zone(self) -> Optional[pulumi.Input[str]]:
159
159
  """
160
- (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
160
+ (Updatable) The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
161
161
 
162
162
 
163
163
  ** IMPORTANT **
@@ -197,8 +197,8 @@ class _AnnouncementSubscriptionState:
197
197
  :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"}`
198
198
  :param pulumi.Input[str] lifecycle_details: A message describing the current lifecycle state in more detail. For example, details might provide required or recommended actions for a resource in a Failed state.
199
199
  :param pulumi.Input[str] ons_topic_id: (Updatable) The OCID of the Notifications service topic that is the target for publishing announcements that match the configured announcement subscription. The caller of the operation needs the ONS_TOPIC_PUBLISH permission for the targeted Notifications service topic. For more information about Notifications permissions, see [Details for Notifications](https://docs.cloud.oracle.com/iaas/Content/Identity/policyreference/notificationpolicyreference.htm).
200
- :param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
201
- :param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
200
+ :param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
201
+ :param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
202
202
 
203
203
 
204
204
  ** IMPORTANT **
@@ -337,7 +337,7 @@ class _AnnouncementSubscriptionState:
337
337
  @pulumi.getter(name="preferredLanguage")
338
338
  def preferred_language(self) -> Optional[pulumi.Input[str]]:
339
339
  """
340
- (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
340
+ (Updatable) (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
341
341
  """
342
342
  return pulumi.get(self, "preferred_language")
343
343
 
@@ -349,7 +349,7 @@ class _AnnouncementSubscriptionState:
349
349
  @pulumi.getter(name="preferredTimeZone")
350
350
  def preferred_time_zone(self) -> Optional[pulumi.Input[str]]:
351
351
  """
352
- (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
352
+ (Updatable) The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
353
353
 
354
354
 
355
355
  ** IMPORTANT **
@@ -476,8 +476,8 @@ class AnnouncementSubscription(pulumi.CustomResource):
476
476
  :param pulumi.Input[Union['AnnouncementSubscriptionFilterGroupsArgs', 'AnnouncementSubscriptionFilterGroupsArgsDict']] filter_groups: A list of filter groups for the announcement subscription. A filter group combines one or more filters that the Announcements service applies to announcements for matching purposes.
477
477
  :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"}`
478
478
  :param pulumi.Input[str] ons_topic_id: (Updatable) The OCID of the Notifications service topic that is the target for publishing announcements that match the configured announcement subscription. The caller of the operation needs the ONS_TOPIC_PUBLISH permission for the targeted Notifications service topic. For more information about Notifications permissions, see [Details for Notifications](https://docs.cloud.oracle.com/iaas/Content/Identity/policyreference/notificationpolicyreference.htm).
479
- :param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
480
- :param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
479
+ :param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
480
+ :param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
481
481
 
482
482
 
483
483
  ** IMPORTANT **
@@ -623,8 +623,8 @@ class AnnouncementSubscription(pulumi.CustomResource):
623
623
  :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"}`
624
624
  :param pulumi.Input[str] lifecycle_details: A message describing the current lifecycle state in more detail. For example, details might provide required or recommended actions for a resource in a Failed state.
625
625
  :param pulumi.Input[str] ons_topic_id: (Updatable) The OCID of the Notifications service topic that is the target for publishing announcements that match the configured announcement subscription. The caller of the operation needs the ONS_TOPIC_PUBLISH permission for the targeted Notifications service topic. For more information about Notifications permissions, see [Details for Notifications](https://docs.cloud.oracle.com/iaas/Content/Identity/policyreference/notificationpolicyreference.htm).
626
- :param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
627
- :param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
626
+ :param pulumi.Input[str] preferred_language: (Updatable) (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
627
+ :param pulumi.Input[str] preferred_time_zone: (Updatable) The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
628
628
 
629
629
 
630
630
  ** IMPORTANT **
@@ -722,7 +722,7 @@ class AnnouncementSubscription(pulumi.CustomResource):
722
722
  @pulumi.getter(name="preferredLanguage")
723
723
  def preferred_language(self) -> pulumi.Output[str]:
724
724
  """
725
- (Updatable) (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
725
+ (Updatable) (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
726
726
  """
727
727
  return pulumi.get(self, "preferred_language")
728
728
 
@@ -730,7 +730,7 @@ class AnnouncementSubscription(pulumi.CustomResource):
730
730
  @pulumi.getter(name="preferredTimeZone")
731
731
  def preferred_time_zone(self) -> pulumi.Output[str]:
732
732
  """
733
- (Updatable) The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
733
+ (Updatable) The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
734
734
 
735
735
 
736
736
  ** IMPORTANT **
@@ -153,7 +153,7 @@ class GetAnnouncementSubscriptionResult:
153
153
  @pulumi.getter(name="preferredLanguage")
154
154
  def preferred_language(self) -> str:
155
155
  """
156
- (For announcement subscriptions with Oracle Fusion Applications configured as the service only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the language tag format (x-obmcs-human-language). For example fr-FR.
156
+ (For announcement subscriptions with SaaS configured as the platform type or Oracle Fusion Applications as the service, or both, only) The language in which the user prefers to receive emailed announcements. Specify the preference with a value that uses the x-obmcs-human-language format. For example fr-FR.
157
157
  """
158
158
  return pulumi.get(self, "preferred_language")
159
159
 
@@ -161,7 +161,7 @@ class GetAnnouncementSubscriptionResult:
161
161
  @pulumi.getter(name="preferredTimeZone")
162
162
  def preferred_time_zone(self) -> str:
163
163
  """
164
- The time zone that the user prefers for announcement time stamps. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example America/Los_Angeles.
164
+ The time zone in which the user prefers to receive announcements. Specify the preference with a value that uses the IANA Time Zone Database format (x-obmcs-time-zone). For example - America/Los_Angeles
165
165
  """
166
166
  return pulumi.get(self, "preferred_time_zone")
167
167