pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.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 (315) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/__init__.py +1 -0
  27. pulumi_oci/bigdataservice/_inputs.py +135 -46
  28. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  29. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
  30. pulumi_oci/bigdataservice/outputs.py +206 -50
  31. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  32. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  33. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  34. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  35. pulumi_oci/cloudbridge/_inputs.py +18 -18
  36. pulumi_oci/cloudbridge/outputs.py +18 -18
  37. pulumi_oci/cloudguard/__init__.py +9 -0
  38. pulumi_oci/cloudguard/_inputs.py +1066 -488
  39. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  40. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  41. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  42. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  43. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  44. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  45. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  46. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  47. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  48. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  49. pulumi_oci/cloudguard/get_data_source.py +10 -10
  50. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  51. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  52. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  53. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  54. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  55. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  56. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  57. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  58. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  59. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  60. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  61. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  62. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  63. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  64. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  65. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  66. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  67. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  68. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  69. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  70. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  71. pulumi_oci/cloudguard/managed_list.py +57 -57
  72. pulumi_oci/cloudguard/outputs.py +3493 -1808
  73. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  74. pulumi_oci/cloudguard/saved_query.py +595 -0
  75. pulumi_oci/cloudguard/security_recipe.py +43 -27
  76. pulumi_oci/cloudguard/security_zone.py +22 -20
  77. pulumi_oci/cloudguard/target.py +54 -54
  78. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  79. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  80. pulumi_oci/cloudmigrations/outputs.py +222 -496
  81. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  82. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  83. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  84. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  85. pulumi_oci/containerengine/_inputs.py +22 -22
  86. pulumi_oci/containerengine/container_instance.py +21 -21
  87. pulumi_oci/containerengine/outputs.py +22 -22
  88. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  89. pulumi_oci/core/_inputs.py +404 -670
  90. pulumi_oci/core/boot_volume.py +7 -7
  91. pulumi_oci/core/cluster_network.py +22 -22
  92. pulumi_oci/core/cross_connect_group.py +4 -20
  93. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  94. pulumi_oci/core/get_image.py +4 -0
  95. pulumi_oci/core/get_instance.py +4 -0
  96. pulumi_oci/core/get_public_ip.py +4 -0
  97. pulumi_oci/core/get_public_ips.py +8 -0
  98. pulumi_oci/core/get_vtap.py +2 -0
  99. pulumi_oci/core/get_vtaps.py +2 -0
  100. pulumi_oci/core/image.py +56 -0
  101. pulumi_oci/core/instance.py +48 -48
  102. pulumi_oci/core/instance_configuration.py +70 -28
  103. pulumi_oci/core/instance_pool.py +7 -7
  104. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  105. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  106. pulumi_oci/core/outputs.py +748 -668
  107. pulumi_oci/core/public_ip.py +8 -0
  108. pulumi_oci/core/vnic_attachment.py +8 -24
  109. pulumi_oci/core/volume.py +7 -7
  110. pulumi_oci/core/volume_group.py +7 -7
  111. pulumi_oci/core/vtap.py +14 -0
  112. pulumi_oci/database/_inputs.py +188 -220
  113. pulumi_oci/database/autonomous_database.py +21 -7
  114. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  115. pulumi_oci/database/backup_destination.py +11 -11
  116. pulumi_oci/database/cloud_database_management.py +14 -0
  117. pulumi_oci/database/database.py +28 -44
  118. pulumi_oci/database/database_upgrade.py +4 -4
  119. pulumi_oci/database/db_home.py +0 -13
  120. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  121. pulumi_oci/database/outputs.py +188 -220
  122. pulumi_oci/database/vm_cluster_network.py +4 -4
  123. pulumi_oci/databasemanagement/_inputs.py +8 -8
  124. pulumi_oci/databasemanagement/outputs.py +8 -8
  125. pulumi_oci/databasemigration/_inputs.py +34 -34
  126. pulumi_oci/databasemigration/connection.py +7 -7
  127. pulumi_oci/databasemigration/migration.py +7 -7
  128. pulumi_oci/databasemigration/outputs.py +34 -34
  129. pulumi_oci/databasetools/_inputs.py +12 -36
  130. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  131. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  132. pulumi_oci/databasetools/outputs.py +12 -36
  133. pulumi_oci/dataintegration/_inputs.py +318 -330
  134. pulumi_oci/dataintegration/outputs.py +318 -330
  135. pulumi_oci/dataintegration/workspace_application.py +7 -7
  136. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  137. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  138. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  139. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  140. pulumi_oci/dataintegration/workspace_project.py +7 -7
  141. pulumi_oci/dataintegration/workspace_task.py +47 -47
  142. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  143. pulumi_oci/datalabellingservice/outputs.py +10 -10
  144. pulumi_oci/datasafe/__init__.py +2 -0
  145. pulumi_oci/datasafe/_inputs.py +72 -80
  146. pulumi_oci/datasafe/library_masing_format.py +7 -7
  147. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  148. pulumi_oci/datasafe/masking_policy.py +7 -7
  149. pulumi_oci/datasafe/outputs.py +72 -80
  150. pulumi_oci/datasafe/report_definition.py +8 -24
  151. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  152. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  153. pulumi_oci/datasafe/target_database.py +21 -21
  154. pulumi_oci/datascience/_inputs.py +337 -65
  155. pulumi_oci/datascience/get_job_run.py +11 -1
  156. pulumi_oci/datascience/get_model_deployment.py +11 -1
  157. pulumi_oci/datascience/get_pipeline.py +3 -0
  158. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  159. pulumi_oci/datascience/job_run.py +52 -3
  160. pulumi_oci/datascience/model_deployment.py +51 -2
  161. pulumi_oci/datascience/outputs.py +767 -104
  162. pulumi_oci/datascience/pipeline.py +34 -14
  163. pulumi_oci/datascience/pipeline_run.py +65 -0
  164. pulumi_oci/devops/_inputs.py +80 -462
  165. pulumi_oci/devops/deploy_stage.py +4 -4
  166. pulumi_oci/devops/deployment.py +7 -7
  167. pulumi_oci/devops/outputs.py +208 -1141
  168. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  169. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  170. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  171. pulumi_oci/disasterrecovery/outputs.py +6 -6
  172. pulumi_oci/dns/_inputs.py +20 -8
  173. pulumi_oci/dns/outputs.py +42 -8
  174. pulumi_oci/dns/rrset.py +7 -7
  175. pulumi_oci/dns/steering_policy.py +42 -0
  176. pulumi_oci/events/_inputs.py +4 -12
  177. pulumi_oci/events/outputs.py +4 -12
  178. pulumi_oci/events/rule.py +7 -7
  179. pulumi_oci/functions/_inputs.py +2 -2
  180. pulumi_oci/functions/outputs.py +2 -2
  181. pulumi_oci/goldengate/_inputs.py +2 -4
  182. pulumi_oci/goldengate/outputs.py +2 -4
  183. pulumi_oci/identity/_inputs.py +4860 -5954
  184. pulumi_oci/identity/domains_api_key.py +70 -70
  185. pulumi_oci/identity/domains_app.py +119 -140
  186. pulumi_oci/identity/domains_auth_token.py +21 -21
  187. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  188. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  189. pulumi_oci/identity/domains_my_api_key.py +70 -70
  190. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  191. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  192. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  193. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  194. pulumi_oci/identity/domains_my_support_account.py +21 -21
  195. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  196. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  197. pulumi_oci/identity/domains_policy.py +35 -49
  198. pulumi_oci/identity/domains_rule.py +28 -21
  199. pulumi_oci/identity/domains_setting.py +35 -21
  200. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  201. pulumi_oci/identity/domains_user.py +189 -175
  202. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  203. pulumi_oci/identity/outputs.py +4913 -6007
  204. pulumi_oci/integration/_inputs.py +4 -0
  205. pulumi_oci/integration/outputs.py +16 -4
  206. pulumi_oci/jms/_inputs.py +0 -8
  207. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
  208. pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
  209. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
  210. pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
  211. pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
  212. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
  213. pulumi_oci/jms/outputs.py +38 -24
  214. pulumi_oci/kms/_inputs.py +6 -6
  215. pulumi_oci/kms/outputs.py +6 -6
  216. pulumi_oci/loadbalancer/_inputs.py +18 -30
  217. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  218. pulumi_oci/loadbalancer/outputs.py +18 -30
  219. pulumi_oci/loganalytics/_inputs.py +26 -34
  220. pulumi_oci/loganalytics/outputs.py +26 -34
  221. pulumi_oci/logging/_inputs.py +60 -60
  222. pulumi_oci/logging/outputs.py +60 -60
  223. pulumi_oci/managementagent/_inputs.py +2 -46
  224. pulumi_oci/managementagent/outputs.py +2 -46
  225. pulumi_oci/marketplace/_inputs.py +6 -6
  226. pulumi_oci/marketplace/outputs.py +6 -6
  227. pulumi_oci/marketplace/publication.py +11 -11
  228. pulumi_oci/mediaservices/_inputs.py +8 -32
  229. pulumi_oci/mediaservices/media_asset.py +18 -18
  230. pulumi_oci/mediaservices/media_workflow.py +22 -38
  231. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  232. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  233. pulumi_oci/mediaservices/outputs.py +8 -32
  234. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  235. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  236. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  237. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  238. pulumi_oci/meteringcomputation/outputs.py +2 -2
  239. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  240. pulumi_oci/monitoring/_inputs.py +4 -4
  241. pulumi_oci/monitoring/alarm.py +21 -0
  242. pulumi_oci/monitoring/get_alarm.py +3 -0
  243. pulumi_oci/monitoring/outputs.py +10 -4
  244. pulumi_oci/mysql/_inputs.py +30 -22
  245. pulumi_oci/mysql/outputs.py +30 -22
  246. pulumi_oci/mysql/replica.py +12 -28
  247. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  248. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  249. pulumi_oci/networkfirewall/outputs.py +4 -0
  250. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  251. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  252. pulumi_oci/nosql/_inputs.py +4 -12
  253. pulumi_oci/nosql/outputs.py +4 -12
  254. pulumi_oci/objectstorage/_inputs.py +4 -4
  255. pulumi_oci/objectstorage/outputs.py +4 -4
  256. pulumi_oci/ocvp/_inputs.py +86 -42
  257. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  258. pulumi_oci/ocvp/outputs.py +86 -42
  259. pulumi_oci/ocvp/sddc.py +49 -77
  260. pulumi_oci/ons/subscription.py +63 -0
  261. pulumi_oci/opa/_inputs.py +6 -2
  262. pulumi_oci/opa/outputs.py +18 -6
  263. pulumi_oci/opsi/_inputs.py +6 -6
  264. pulumi_oci/opsi/exadata_insight.py +28 -28
  265. pulumi_oci/opsi/outputs.py +6 -6
  266. pulumi_oci/optimizer/_inputs.py +4 -4
  267. pulumi_oci/optimizer/outputs.py +4 -4
  268. pulumi_oci/osmanagement/_inputs.py +2 -10
  269. pulumi_oci/osmanagement/outputs.py +2 -10
  270. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  271. pulumi_oci/osmanagementhub/event.py +32 -0
  272. pulumi_oci/osmanagementhub/get_event.py +8 -0
  273. pulumi_oci/osmanagementhub/get_events.py +8 -0
  274. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  275. pulumi_oci/osmanagementhub/outputs.py +40 -8
  276. pulumi_oci/osmanagementhub/software_source.py +7 -7
  277. pulumi_oci/ospgateway/_inputs.py +96 -96
  278. pulumi_oci/ospgateway/outputs.py +96 -96
  279. pulumi_oci/ospgateway/subscription.py +80 -80
  280. pulumi_oci/psql/_inputs.py +10 -18
  281. pulumi_oci/psql/db_system.py +14 -14
  282. pulumi_oci/psql/outputs.py +10 -18
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/queue/get_queue.py +9 -9
  285. pulumi_oci/queue/outputs.py +5 -5
  286. pulumi_oci/queue/queue.py +77 -26
  287. pulumi_oci/sch/_inputs.py +26 -26
  288. pulumi_oci/sch/connector.py +7 -7
  289. pulumi_oci/sch/outputs.py +26 -26
  290. pulumi_oci/servicecatalog/private_application.py +4 -4
  291. pulumi_oci/servicemesh/_inputs.py +8 -24
  292. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  293. pulumi_oci/servicemesh/outputs.py +8 -24
  294. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  295. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  296. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  297. pulumi_oci/stackmonitoring/outputs.py +40 -56
  298. pulumi_oci/visualbuilder/_inputs.py +6 -2
  299. pulumi_oci/visualbuilder/outputs.py +18 -6
  300. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  301. pulumi_oci/vnmonitoring/outputs.py +10 -42
  302. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  303. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  304. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  305. pulumi_oci/waas/_inputs.py +133 -205
  306. pulumi_oci/waas/outputs.py +133 -205
  307. pulumi_oci/waas/policy.py +7 -7
  308. pulumi_oci/waas/protection_rule.py +7 -7
  309. pulumi_oci/waf/_inputs.py +36 -30
  310. pulumi_oci/waf/network_address_list.py +7 -7
  311. pulumi_oci/waf/outputs.py +36 -30
  312. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
  313. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
  314. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
  315. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -288,7 +288,7 @@ class UnifiedAgentConfigurationServiceConfiguration(dict):
288
288
  """
289
289
  :param str configuration_type: (Updatable) Type of Unified Agent service configuration.
290
290
  :param Sequence['UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationArgs'] application_configurations: (Updatable) Unified Agent monitoring application configuration details.
291
- :param 'UnifiedAgentConfigurationServiceConfigurationDestinationArgs' destination: (Updatable) Unified monitoring agent operational metrics destination object.
291
+ :param 'UnifiedAgentConfigurationServiceConfigurationDestinationArgs' destination: (Updatable) Logging destination object.
292
292
  :param Sequence['UnifiedAgentConfigurationServiceConfigurationSourceArgs'] sources: (Updatable) Logging source object.
293
293
  :param Sequence['UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilterArgs'] unified_agent_configuration_filters: (Updatable) Logging filter object.
294
294
  """
@@ -322,7 +322,7 @@ class UnifiedAgentConfigurationServiceConfiguration(dict):
322
322
  @pulumi.getter
323
323
  def destination(self) -> Optional['outputs.UnifiedAgentConfigurationServiceConfigurationDestination']:
324
324
  """
325
- (Updatable) Unified monitoring agent operational metrics destination object.
325
+ (Updatable) Logging destination object.
326
326
  """
327
327
  return pulumi.get(self, "destination")
328
328
 
@@ -371,11 +371,11 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
371
371
  sources: Optional[Sequence['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSource']] = None,
372
372
  unified_agent_configuration_filter: Optional['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifiedAgentConfigurationFilter'] = None):
373
373
  """
374
- :param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationDestinationArgs' destination: (Updatable) Unified monitoring agent operational metrics destination object.
375
- :param str source_type: (Updatable) Unified schema logging source type.
376
- :param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceArgs' source: (Updatable) Unified monitoring agent operational metrics source object.
377
- :param Sequence['UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceArgs'] sources: (Updatable) Logging source object.
378
- :param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifiedAgentConfigurationFilterArgs' unified_agent_configuration_filter: (Updatable) Logging filter object.
374
+ :param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationDestinationArgs' destination: (Updatable) Kubernetes destination object.
375
+ :param str source_type: (Updatable) Type of source of metrics
376
+ :param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceArgs' source: (Updatable) Kubernetes source object.
377
+ :param Sequence['UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceArgs'] sources: (Updatable) Tail log source objects.
378
+ :param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifiedAgentConfigurationFilterArgs' unified_agent_configuration_filter: (Updatable) Kubernetes filter object
379
379
  """
380
380
  pulumi.set(__self__, "destination", destination)
381
381
  pulumi.set(__self__, "source_type", source_type)
@@ -390,7 +390,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
390
390
  @pulumi.getter
391
391
  def destination(self) -> 'outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationDestination':
392
392
  """
393
- (Updatable) Unified monitoring agent operational metrics destination object.
393
+ (Updatable) Kubernetes destination object.
394
394
  """
395
395
  return pulumi.get(self, "destination")
396
396
 
@@ -398,7 +398,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
398
398
  @pulumi.getter(name="sourceType")
399
399
  def source_type(self) -> str:
400
400
  """
401
- (Updatable) Unified schema logging source type.
401
+ (Updatable) Type of source of metrics
402
402
  """
403
403
  return pulumi.get(self, "source_type")
404
404
 
@@ -406,7 +406,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
406
406
  @pulumi.getter
407
407
  def source(self) -> Optional['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSource']:
408
408
  """
409
- (Updatable) Unified monitoring agent operational metrics source object.
409
+ (Updatable) Kubernetes source object.
410
410
  """
411
411
  return pulumi.get(self, "source")
412
412
 
@@ -414,7 +414,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
414
414
  @pulumi.getter
415
415
  def sources(self) -> Optional[Sequence['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSource']]:
416
416
  """
417
- (Updatable) Logging source object.
417
+ (Updatable) Tail log source objects.
418
418
  """
419
419
  return pulumi.get(self, "sources")
420
420
 
@@ -422,7 +422,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfiguration(dict
422
422
  @pulumi.getter(name="unifiedAgentConfigurationFilter")
423
423
  def unified_agent_configuration_filter(self) -> Optional['outputs.UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifiedAgentConfigurationFilter']:
424
424
  """
425
- (Updatable) Logging filter object.
425
+ (Updatable) Kubernetes filter object
426
426
  """
427
427
  return pulumi.get(self, "unified_agent_configuration_filter")
428
428
 
@@ -506,7 +506,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
506
506
  source_type: Optional[str] = None):
507
507
  """
508
508
  :param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceAdvancedOptionsArgs' advanced_options: (Updatable) Advanced options for logging configuration
509
- :param str name: (Updatable) The name key to tag this Grok pattern.
509
+ :param str name: (Updatable) Unique name for the source.
510
510
  :param 'UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourceParserArgs' parser: (Updatable) Source parser object.
511
511
  :param Sequence[str] paths: (Updatable) Absolute paths for log source files. Wildcards can be used.
512
512
  :param str source_type: (Updatable) Unified schema logging source type.
@@ -534,7 +534,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
534
534
  @pulumi.getter
535
535
  def name(self) -> Optional[str]:
536
536
  """
537
- (Updatable) The name key to tag this Grok pattern.
537
+ (Updatable) Unique name for the source.
538
538
  """
539
539
  return pulumi.get(self, "name")
540
540
 
@@ -697,7 +697,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
697
697
  :param str parser_type: (Updatable) Type of fluent parser.
698
698
  :param str delimiter: (Updatable) CSV delimiter.
699
699
  :param str expression: (Updatable) Regex pattern.
700
- :param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
700
+ :param str field_time_key: (Updatable) Specifies the time field for the event time. If the event doesn't have this field, the current time is used.
701
701
  :param str format_firstline: (Updatable) First line pattern format.
702
702
  :param Sequence[str] formats: (Updatable) Mutiline pattern format.
703
703
  :param str grok_failure_key: (Updatable) Grok failure key.
@@ -819,7 +819,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
819
819
  @pulumi.getter(name="fieldTimeKey")
820
820
  def field_time_key(self) -> Optional[str]:
821
821
  """
822
- (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
822
+ (Updatable) Specifies the time field for the event time. If the event doesn't have this field, the current time is used.
823
823
  """
824
824
  return pulumi.get(self, "field_time_key")
825
825
 
@@ -1073,8 +1073,8 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
1073
1073
  time_format: Optional[str] = None,
1074
1074
  time_type: Optional[str] = None):
1075
1075
  """
1076
- :param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
1077
- :param bool is_keep_time_key: (Updatable) If true, keep the time field in the record.
1076
+ :param str field_time_key: Specify the time field for the event time. If the event doesn't have this field, the current time is used.
1077
+ :param bool is_keep_time_key: If true, keep the time field in the record.
1078
1078
  :param bool parse_nested: (Updatable) If true, a separator parameter can be further defined.
1079
1079
  :param str separator: (Updatable) Keys of adjacent levels are joined by the separator.
1080
1080
  :param str time_format: (Updatable) Process time value using the specified format.
@@ -1097,7 +1097,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
1097
1097
  @pulumi.getter(name="fieldTimeKey")
1098
1098
  def field_time_key(self) -> Optional[str]:
1099
1099
  """
1100
- (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
1100
+ Specify the time field for the event time. If the event doesn't have this field, the current time is used.
1101
1101
  """
1102
1102
  return pulumi.get(self, "field_time_key")
1103
1103
 
@@ -1105,7 +1105,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationSourc
1105
1105
  @pulumi.getter(name="isKeepTimeKey")
1106
1106
  def is_keep_time_key(self) -> Optional[bool]:
1107
1107
  """
1108
- (Updatable) If true, keep the time field in the record.
1108
+ If true, keep the time field in the record.
1109
1109
  """
1110
1110
  return pulumi.get(self, "is_keep_time_key")
1111
1111
 
@@ -1319,10 +1319,10 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifi
1319
1319
  filter_type: Optional[str] = None,
1320
1320
  name: Optional[str] = None):
1321
1321
  """
1322
- :param Sequence[str] allow_lists: (Updatable) A list of filtering rules to include logs
1323
- :param Sequence[str] deny_lists: (Updatable) A list of filtering rules to reject logs
1322
+ :param Sequence[str] allow_lists: (Updatable) List of metrics regex to be allowed.
1323
+ :param Sequence[str] deny_lists: (Updatable) List of metrics regex to be denied.
1324
1324
  :param str filter_type: (Updatable) Unified schema logging filter type.
1325
- :param str name: (Updatable) The name key to tag this Grok pattern.
1325
+ :param str name: (Updatable) Unique name for the filter.
1326
1326
  """
1327
1327
  if allow_lists is not None:
1328
1328
  pulumi.set(__self__, "allow_lists", allow_lists)
@@ -1337,7 +1337,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifi
1337
1337
  @pulumi.getter(name="allowLists")
1338
1338
  def allow_lists(self) -> Optional[Sequence[str]]:
1339
1339
  """
1340
- (Updatable) A list of filtering rules to include logs
1340
+ (Updatable) List of metrics regex to be allowed.
1341
1341
  """
1342
1342
  return pulumi.get(self, "allow_lists")
1343
1343
 
@@ -1345,7 +1345,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifi
1345
1345
  @pulumi.getter(name="denyLists")
1346
1346
  def deny_lists(self) -> Optional[Sequence[str]]:
1347
1347
  """
1348
- (Updatable) A list of filtering rules to reject logs
1348
+ (Updatable) List of metrics regex to be denied.
1349
1349
  """
1350
1350
  return pulumi.get(self, "deny_lists")
1351
1351
 
@@ -1361,7 +1361,7 @@ class UnifiedAgentConfigurationServiceConfigurationApplicationConfigurationUnifi
1361
1361
  @pulumi.getter
1362
1362
  def name(self) -> Optional[str]:
1363
1363
  """
1364
- (Updatable) The name key to tag this Grok pattern.
1364
+ (Updatable) Unique name for the filter.
1365
1365
  """
1366
1366
  return pulumi.get(self, "name")
1367
1367
 
@@ -1503,7 +1503,7 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
1503
1503
  type: str,
1504
1504
  metrics: Optional[Sequence[str]] = None):
1505
1505
  """
1506
- :param 'UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetricsConfigurationSourceRecordInputArgs' record_input: (Updatable) record section of openmetrics parser.
1506
+ :param 'UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetricsConfigurationSourceRecordInputArgs' record_input: (Updatable) Record section of OperationalMetricsSource object.
1507
1507
  :param str type: (Updatable) Type of the unified monitoring agent operational metrics source object.
1508
1508
  :param Sequence[str] metrics: (Updatable) List of unified monitoring agent operational metrics.
1509
1509
  """
@@ -1516,7 +1516,7 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
1516
1516
  @pulumi.getter(name="recordInput")
1517
1517
  def record_input(self) -> 'outputs.UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetricsConfigurationSourceRecordInput':
1518
1518
  """
1519
- (Updatable) record section of openmetrics parser.
1519
+ (Updatable) Record section of OperationalMetricsSource object.
1520
1520
  """
1521
1521
  return pulumi.get(self, "record_input")
1522
1522
 
@@ -1560,8 +1560,8 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
1560
1560
  namespace: str,
1561
1561
  resource_group: Optional[str] = None):
1562
1562
  """
1563
- :param str namespace: (Updatable) Namespace to emit metrics.
1564
- :param str resource_group: (Updatable) Resource group to emit metrics.
1563
+ :param str namespace: (Updatable) Namespace to emit the operational metrics.
1564
+ :param str resource_group: (Updatable) Resource group to emit the operational metrics.
1565
1565
  """
1566
1566
  pulumi.set(__self__, "namespace", namespace)
1567
1567
  if resource_group is not None:
@@ -1571,7 +1571,7 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
1571
1571
  @pulumi.getter
1572
1572
  def namespace(self) -> str:
1573
1573
  """
1574
- (Updatable) Namespace to emit metrics.
1574
+ (Updatable) Namespace to emit the operational metrics.
1575
1575
  """
1576
1576
  return pulumi.get(self, "namespace")
1577
1577
 
@@ -1579,7 +1579,7 @@ class UnifiedAgentConfigurationServiceConfigurationDestinationOperationalMetrics
1579
1579
  @pulumi.getter(name="resourceGroup")
1580
1580
  def resource_group(self) -> Optional[str]:
1581
1581
  """
1582
- (Updatable) Resource group to emit metrics.
1582
+ (Updatable) Resource group to emit the operational metrics.
1583
1583
  """
1584
1584
  return pulumi.get(self, "resource_group")
1585
1585
 
@@ -1620,7 +1620,7 @@ class UnifiedAgentConfigurationServiceConfigurationSource(dict):
1620
1620
  :param 'UnifiedAgentConfigurationServiceConfigurationSourceAdvancedOptionsArgs' advanced_options: (Updatable) Advanced options for logging configuration
1621
1621
  :param Sequence[str] channels: (Updatable) Windows event log channels.
1622
1622
  :param str custom_plugin: (Updatable) User customized source plugin.
1623
- :param str name: (Updatable) The name key to tag this Grok pattern.
1623
+ :param str name: (Updatable) Unique name for the source.
1624
1624
  :param 'UnifiedAgentConfigurationServiceConfigurationSourceParserArgs' parser: (Updatable) Source parser object.
1625
1625
  :param Sequence[str] paths: (Updatable) Absolute paths for log source files. Wildcards can be used.
1626
1626
  """
@@ -1674,7 +1674,7 @@ class UnifiedAgentConfigurationServiceConfigurationSource(dict):
1674
1674
  @pulumi.getter
1675
1675
  def name(self) -> Optional[str]:
1676
1676
  """
1677
- (Updatable) The name key to tag this Grok pattern.
1677
+ (Updatable) Unique name for the source.
1678
1678
  """
1679
1679
  return pulumi.get(self, "name")
1680
1680
 
@@ -1829,7 +1829,7 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParser(dict):
1829
1829
  :param str parser_type: (Updatable) Type of fluent parser.
1830
1830
  :param str delimiter: (Updatable) CSV delimiter.
1831
1831
  :param str expression: (Updatable) Regex pattern.
1832
- :param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
1832
+ :param str field_time_key: (Updatable) Specifies the time field for the event time. If the event doesn't have this field, the current time is used.
1833
1833
  :param str format_firstline: (Updatable) First line pattern format.
1834
1834
  :param Sequence[str] formats: (Updatable) Mutiline pattern format.
1835
1835
  :param str grok_failure_key: (Updatable) Grok failure key.
@@ -1951,7 +1951,7 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParser(dict):
1951
1951
  @pulumi.getter(name="fieldTimeKey")
1952
1952
  def field_time_key(self) -> Optional[str]:
1953
1953
  """
1954
- (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
1954
+ (Updatable) Specifies the time field for the event time. If the event doesn't have this field, the current time is used.
1955
1955
  """
1956
1956
  return pulumi.get(self, "field_time_key")
1957
1957
 
@@ -2205,8 +2205,8 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParserNestedParser(dict
2205
2205
  time_format: Optional[str] = None,
2206
2206
  time_type: Optional[str] = None):
2207
2207
  """
2208
- :param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
2209
- :param bool is_keep_time_key: (Updatable) If true, keep the time field in the record.
2208
+ :param str field_time_key: Specify the time field for the event time. If the event doesn't have this field, the current time is used.
2209
+ :param bool is_keep_time_key: If true, keep the time field in the record.
2210
2210
  :param bool parse_nested: (Updatable) If true, a separator parameter can be further defined.
2211
2211
  :param str separator: (Updatable) Keys of adjacent levels are joined by the separator.
2212
2212
  :param str time_format: (Updatable) Process time value using the specified format.
@@ -2229,7 +2229,7 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParserNestedParser(dict
2229
2229
  @pulumi.getter(name="fieldTimeKey")
2230
2230
  def field_time_key(self) -> Optional[str]:
2231
2231
  """
2232
- (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
2232
+ Specify the time field for the event time. If the event doesn't have this field, the current time is used.
2233
2233
  """
2234
2234
  return pulumi.get(self, "field_time_key")
2235
2235
 
@@ -2237,7 +2237,7 @@ class UnifiedAgentConfigurationServiceConfigurationSourceParserNestedParser(dict
2237
2237
  @pulumi.getter(name="isKeepTimeKey")
2238
2238
  def is_keep_time_key(self) -> Optional[bool]:
2239
2239
  """
2240
- (Updatable) If true, keep the time field in the record.
2240
+ If true, keep the time field in the record.
2241
2241
  """
2242
2242
  return pulumi.get(self, "is_keep_time_key")
2243
2243
 
@@ -2505,7 +2505,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2505
2505
  reserve_time: Optional[bool] = None):
2506
2506
  """
2507
2507
  :param str filter_type: (Updatable) Unified schema logging filter type.
2508
- :param str name: (Updatable) The name key to tag this Grok pattern.
2508
+ :param str name: (Updatable) Unique name for the filter.
2509
2509
  :param Sequence['UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilterAllowListArgs'] allow_lists: (Updatable) A list of filtering rules to include logs
2510
2510
  :param str custom_filter_type: (Updatable) Type of the custom filter
2511
2511
  :param Sequence['UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilterCustomSectionArgs'] custom_sections: (Updatable) List of custom sections in custom filter
@@ -2589,7 +2589,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2589
2589
  @pulumi.getter
2590
2590
  def name(self) -> str:
2591
2591
  """
2592
- (Updatable) The name key to tag this Grok pattern.
2592
+ (Updatable) Unique name for the filter.
2593
2593
  """
2594
2594
  return pulumi.get(self, "name")
2595
2595
 
@@ -2772,8 +2772,8 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2772
2772
  key: Optional[str] = None,
2773
2773
  pattern: Optional[str] = None):
2774
2774
  """
2775
- :param str key: (Updatable) A new key
2776
- :param str pattern: (Updatable) The Grok pattern.
2775
+ :param str key: (Updatable) The field name to which the regular expression is applied
2776
+ :param str pattern: (Updatable) The regular expression
2777
2777
  """
2778
2778
  if key is not None:
2779
2779
  pulumi.set(__self__, "key", key)
@@ -2784,7 +2784,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2784
2784
  @pulumi.getter
2785
2785
  def key(self) -> Optional[str]:
2786
2786
  """
2787
- (Updatable) A new key
2787
+ (Updatable) The field name to which the regular expression is applied
2788
2788
  """
2789
2789
  return pulumi.get(self, "key")
2790
2790
 
@@ -2792,7 +2792,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2792
2792
  @pulumi.getter
2793
2793
  def pattern(self) -> Optional[str]:
2794
2794
  """
2795
- (Updatable) The Grok pattern.
2795
+ (Updatable) The regular expression
2796
2796
  """
2797
2797
  return pulumi.get(self, "pattern")
2798
2798
 
@@ -2803,8 +2803,8 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2803
2803
  name: Optional[str] = None,
2804
2804
  params: Optional[Mapping[str, Any]] = None):
2805
2805
  """
2806
- :param str name: (Updatable) The name key to tag this Grok pattern.
2807
- :param Mapping[str, Any] params: (Updatable) Parameters of the custom filter
2806
+ :param str name: (Updatable) The name of the custom section
2807
+ :param Mapping[str, Any] params: (Updatable) Parameters in the custom section
2808
2808
  """
2809
2809
  if name is not None:
2810
2810
  pulumi.set(__self__, "name", name)
@@ -2815,7 +2815,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2815
2815
  @pulumi.getter
2816
2816
  def name(self) -> Optional[str]:
2817
2817
  """
2818
- (Updatable) The name key to tag this Grok pattern.
2818
+ (Updatable) The name of the custom section
2819
2819
  """
2820
2820
  return pulumi.get(self, "name")
2821
2821
 
@@ -2823,7 +2823,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2823
2823
  @pulumi.getter
2824
2824
  def params(self) -> Optional[Mapping[str, Any]]:
2825
2825
  """
2826
- (Updatable) Parameters of the custom filter
2826
+ (Updatable) Parameters in the custom section
2827
2827
  """
2828
2828
  return pulumi.get(self, "params")
2829
2829
 
@@ -2834,8 +2834,8 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2834
2834
  key: Optional[str] = None,
2835
2835
  pattern: Optional[str] = None):
2836
2836
  """
2837
- :param str key: (Updatable) A new key
2838
- :param str pattern: (Updatable) The Grok pattern.
2837
+ :param str key: (Updatable) The field name to which the regular expression is applied
2838
+ :param str pattern: (Updatable) The regular expression
2839
2839
  """
2840
2840
  if key is not None:
2841
2841
  pulumi.set(__self__, "key", key)
@@ -2846,7 +2846,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2846
2846
  @pulumi.getter
2847
2847
  def key(self) -> Optional[str]:
2848
2848
  """
2849
- (Updatable) A new key
2849
+ (Updatable) The field name to which the regular expression is applied
2850
2850
  """
2851
2851
  return pulumi.get(self, "key")
2852
2852
 
@@ -2854,7 +2854,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2854
2854
  @pulumi.getter
2855
2855
  def pattern(self) -> Optional[str]:
2856
2856
  """
2857
- (Updatable) The Grok pattern.
2857
+ (Updatable) The regular expression
2858
2858
  """
2859
2859
  return pulumi.get(self, "pattern")
2860
2860
 
@@ -2957,7 +2957,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
2957
2957
  :param str parser_type: (Updatable) Type of fluent parser.
2958
2958
  :param str delimiter: (Updatable) CSV delimiter.
2959
2959
  :param str expression: (Updatable) Regex pattern.
2960
- :param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
2960
+ :param str field_time_key: (Updatable) Specifies the time field for the event time. If the event doesn't have this field, the current time is used.
2961
2961
  :param str format_firstline: (Updatable) First line pattern format.
2962
2962
  :param Sequence[str] formats: (Updatable) Mutiline pattern format.
2963
2963
  :param str grok_failure_key: (Updatable) Grok failure key.
@@ -3079,7 +3079,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
3079
3079
  @pulumi.getter(name="fieldTimeKey")
3080
3080
  def field_time_key(self) -> Optional[str]:
3081
3081
  """
3082
- (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
3082
+ (Updatable) Specifies the time field for the event time. If the event doesn't have this field, the current time is used.
3083
3083
  """
3084
3084
  return pulumi.get(self, "field_time_key")
3085
3085
 
@@ -3333,8 +3333,8 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
3333
3333
  time_format: Optional[str] = None,
3334
3334
  time_type: Optional[str] = None):
3335
3335
  """
3336
- :param str field_time_key: (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
3337
- :param bool is_keep_time_key: (Updatable) If true, keep the time field in the record.
3336
+ :param str field_time_key: Specify the time field for the event time. If the event doesn't have this field, the current time is used.
3337
+ :param bool is_keep_time_key: If true, keep the time field in the record.
3338
3338
  :param bool parse_nested: (Updatable) If true, a separator parameter can be further defined.
3339
3339
  :param str separator: (Updatable) Keys of adjacent levels are joined by the separator.
3340
3340
  :param str time_format: (Updatable) Process time value using the specified format.
@@ -3357,7 +3357,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
3357
3357
  @pulumi.getter(name="fieldTimeKey")
3358
3358
  def field_time_key(self) -> Optional[str]:
3359
3359
  """
3360
- (Updatable) Specify the time field for the event time. If the event doesn't have this field, the current time is used.
3360
+ Specify the time field for the event time. If the event doesn't have this field, the current time is used.
3361
3361
  """
3362
3362
  return pulumi.get(self, "field_time_key")
3363
3363
 
@@ -3365,7 +3365,7 @@ class UnifiedAgentConfigurationServiceConfigurationUnifiedAgentConfigurationFilt
3365
3365
  @pulumi.getter(name="isKeepTimeKey")
3366
3366
  def is_keep_time_key(self) -> Optional[bool]:
3367
3367
  """
3368
- (Updatable) If true, keep the time field in the record.
3368
+ If true, keep the time field in the record.
3369
3369
  """
3370
3370
  return pulumi.get(self, "is_keep_time_key")
3371
3371
 
@@ -46,16 +46,9 @@ class ManagementAgentDataSourceListArgs:
46
46
  type: Optional[pulumi.Input[str]] = None,
47
47
  url: Optional[pulumi.Input[str]] = None):
48
48
  """
49
- :param pulumi.Input[str] name: Name of the property
50
- :param pulumi.Input[int] read_data_limit: Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
51
- :param pulumi.Input[int] read_timeout: Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
52
- :param pulumi.Input[str] resource_group: Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
53
- :param pulumi.Input[int] schedule_mins: Number in minutes. The scraping occurs at the specified interval.
54
49
  :param pulumi.Input[str] state: The current state of managementAgent
55
50
  :param pulumi.Input[str] time_created: The time the Management Agent was created. An RFC3339 formatted datetime string
56
51
  :param pulumi.Input[str] time_updated: The time the Management Agent was last updated. An RFC3339 formatted datetime string
57
- :param pulumi.Input[str] type: The type of the DataSource.
58
- :param pulumi.Input[str] url: The url through which the Prometheus Exporter publishes its metrics. (http only)
59
52
  """
60
53
  if allow_metrics is not None:
61
54
  pulumi.set(__self__, "allow_metrics", allow_metrics)
@@ -151,9 +144,6 @@ class ManagementAgentDataSourceListArgs:
151
144
  @property
152
145
  @pulumi.getter
153
146
  def name(self) -> Optional[pulumi.Input[str]]:
154
- """
155
- Name of the property
156
- """
157
147
  return pulumi.get(self, "name")
158
148
 
159
149
  @name.setter
@@ -181,9 +171,6 @@ class ManagementAgentDataSourceListArgs:
181
171
  @property
182
172
  @pulumi.getter(name="readDataLimit")
183
173
  def read_data_limit(self) -> Optional[pulumi.Input[int]]:
184
- """
185
- Number in kilobytes. The limit on the data being sent, not to exceed the agent's fixed limit of 400 (KB).
186
- """
187
174
  return pulumi.get(self, "read_data_limit")
188
175
 
189
176
  @read_data_limit.setter
@@ -193,9 +180,6 @@ class ManagementAgentDataSourceListArgs:
193
180
  @property
194
181
  @pulumi.getter(name="readTimeout")
195
182
  def read_timeout(self) -> Optional[pulumi.Input[int]]:
196
- """
197
- Number in milliseconds. The timeout for reading the response from the Prometheus Exporter's endpoint.
198
- """
199
183
  return pulumi.get(self, "read_timeout")
200
184
 
201
185
  @read_timeout.setter
@@ -205,9 +189,6 @@ class ManagementAgentDataSourceListArgs:
205
189
  @property
206
190
  @pulumi.getter(name="resourceGroup")
207
191
  def resource_group(self) -> Optional[pulumi.Input[str]]:
208
- """
209
- Oracle Cloud Infrastructure monitoring resource group to assign the metric to.
210
- """
211
192
  return pulumi.get(self, "resource_group")
212
193
 
213
194
  @resource_group.setter
@@ -217,9 +198,6 @@ class ManagementAgentDataSourceListArgs:
217
198
  @property
218
199
  @pulumi.getter(name="scheduleMins")
219
200
  def schedule_mins(self) -> Optional[pulumi.Input[int]]:
220
- """
221
- Number in minutes. The scraping occurs at the specified interval.
222
- """
223
201
  return pulumi.get(self, "schedule_mins")
224
202
 
225
203
  @schedule_mins.setter
@@ -265,9 +243,6 @@ class ManagementAgentDataSourceListArgs:
265
243
  @property
266
244
  @pulumi.getter
267
245
  def type(self) -> Optional[pulumi.Input[str]]:
268
- """
269
- The type of the DataSource.
270
- """
271
246
  return pulumi.get(self, "type")
272
247
 
273
248
  @type.setter
@@ -277,9 +252,6 @@ class ManagementAgentDataSourceListArgs:
277
252
  @property
278
253
  @pulumi.getter
279
254
  def url(self) -> Optional[pulumi.Input[str]]:
280
- """
281
- The url through which the Prometheus Exporter publishes its metrics. (http only)
282
- """
283
255
  return pulumi.get(self, "url")
284
256
 
285
257
  @url.setter
@@ -292,9 +264,6 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
292
264
  def __init__(__self__, *,
293
265
  name: Optional[pulumi.Input[str]] = None,
294
266
  value: Optional[pulumi.Input[str]] = None):
295
- """
296
- :param pulumi.Input[str] name: Name of the property
297
- """
298
267
  if name is not None:
299
268
  pulumi.set(__self__, "name", name)
300
269
  if value is not None:
@@ -303,9 +272,6 @@ class ManagementAgentDataSourceListMetricDimensionArgs:
303
272
  @property
304
273
  @pulumi.getter
305
274
  def name(self) -> Optional[pulumi.Input[str]]:
306
- """
307
- Name of the property
308
- """
309
275
  return pulumi.get(self, "name")
310
276
 
311
277
  @name.setter
@@ -328,7 +294,7 @@ class ManagementAgentDataSourceMetricDimensionArgs:
328
294
  name: pulumi.Input[str],
329
295
  value: pulumi.Input[str]):
330
296
  """
331
- :param pulumi.Input[str] name: Unique name of the DataSource.
297
+ :param pulumi.Input[str] name: (Updatable) Name of the metric dimension
332
298
  :param pulumi.Input[str] value: (Updatable) Value of the metric dimension
333
299
  """
334
300
  pulumi.set(__self__, "name", name)
@@ -338,7 +304,7 @@ class ManagementAgentDataSourceMetricDimensionArgs:
338
304
  @pulumi.getter
339
305
  def name(self) -> pulumi.Input[str]:
340
306
  """
341
- Unique name of the DataSource.
307
+ (Updatable) Name of the metric dimension
342
308
  """
343
309
  return pulumi.get(self, "name")
344
310
 
@@ -366,10 +332,6 @@ class ManagementAgentDataSourceSummaryListArgs:
366
332
  key: Optional[pulumi.Input[str]] = None,
367
333
  name: Optional[pulumi.Input[str]] = None,
368
334
  type: Optional[pulumi.Input[str]] = None):
369
- """
370
- :param pulumi.Input[str] name: Name of the property
371
- :param pulumi.Input[str] type: The type of the DataSource.
372
- """
373
335
  if is_daemon_set is not None:
374
336
  pulumi.set(__self__, "is_daemon_set", is_daemon_set)
375
337
  if key is not None:
@@ -400,9 +362,6 @@ class ManagementAgentDataSourceSummaryListArgs:
400
362
  @property
401
363
  @pulumi.getter
402
364
  def name(self) -> Optional[pulumi.Input[str]]:
403
- """
404
- Name of the property
405
- """
406
365
  return pulumi.get(self, "name")
407
366
 
408
367
  @name.setter
@@ -412,9 +371,6 @@ class ManagementAgentDataSourceSummaryListArgs:
412
371
  @property
413
372
  @pulumi.getter
414
373
  def type(self) -> Optional[pulumi.Input[str]]:
415
- """
416
- The type of the DataSource.
417
- """
418
374
  return pulumi.get(self, "type")
419
375
 
420
376
  @type.setter