pulumi-azure-native 3.6.0a1749688449__py3-none-any.whl → 3.6.0a1754062012__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.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (1707) hide show
  1. pulumi_azure_native/__init__.py +97 -29
  2. pulumi_azure_native/aad/domain_service.py +5 -1
  3. pulumi_azure_native/aad/get_domain_service.py +4 -0
  4. pulumi_azure_native/aad/get_ou_container.py +4 -0
  5. pulumi_azure_native/aad/ou_container.py +5 -1
  6. pulumi_azure_native/advisor/assessment.py +3 -3
  7. pulumi_azure_native/advisor/get_assessment.py +2 -2
  8. pulumi_azure_native/advisor/get_suppression.py +2 -2
  9. pulumi_azure_native/advisor/suppression.py +3 -3
  10. pulumi_azure_native/app/_enums.py +15 -13
  11. pulumi_azure_native/app/_inputs.py +616 -343
  12. pulumi_azure_native/app/certificate.py +4 -4
  13. pulumi_azure_native/app/connected_environment.py +4 -4
  14. pulumi_azure_native/app/connected_environments_certificate.py +4 -4
  15. pulumi_azure_native/app/connected_environments_dapr_component.py +4 -4
  16. pulumi_azure_native/app/connected_environments_storage.py +4 -4
  17. pulumi_azure_native/app/container_app.py +14 -4
  18. pulumi_azure_native/app/container_apps_auth_config.py +4 -4
  19. pulumi_azure_native/app/container_apps_session_pool.py +4 -4
  20. pulumi_azure_native/app/container_apps_source_control.py +4 -4
  21. pulumi_azure_native/app/dapr_component.py +4 -4
  22. pulumi_azure_native/app/get_certificate.py +5 -5
  23. pulumi_azure_native/app/get_connected_environment.py +5 -5
  24. pulumi_azure_native/app/get_connected_environments_certificate.py +5 -5
  25. pulumi_azure_native/app/get_connected_environments_dapr_component.py +5 -5
  26. pulumi_azure_native/app/get_connected_environments_storage.py +5 -5
  27. pulumi_azure_native/app/get_container_app.py +20 -6
  28. pulumi_azure_native/app/get_container_app_auth_token.py +5 -5
  29. pulumi_azure_native/app/get_container_apps_auth_config.py +5 -5
  30. pulumi_azure_native/app/get_container_apps_session_pool.py +4 -4
  31. pulumi_azure_native/app/get_container_apps_source_control.py +5 -5
  32. pulumi_azure_native/app/get_custom_domain_verification_id.py +4 -4
  33. pulumi_azure_native/app/get_dapr_component.py +5 -5
  34. pulumi_azure_native/app/get_java_component.py +4 -4
  35. pulumi_azure_native/app/get_job.py +5 -5
  36. pulumi_azure_native/app/get_managed_certificate.py +5 -5
  37. pulumi_azure_native/app/get_managed_environment.py +20 -6
  38. pulumi_azure_native/app/get_managed_environment_auth_token.py +5 -5
  39. pulumi_azure_native/app/get_managed_environments_storage.py +5 -5
  40. pulumi_azure_native/app/java_component.py +11 -11
  41. pulumi_azure_native/app/job.py +4 -4
  42. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +4 -4
  43. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +4 -4
  44. pulumi_azure_native/app/list_container_app_secrets.py +4 -4
  45. pulumi_azure_native/app/list_dapr_component_secrets.py +4 -4
  46. pulumi_azure_native/app/list_job_secrets.py +4 -4
  47. pulumi_azure_native/app/managed_certificate.py +4 -4
  48. pulumi_azure_native/app/managed_environment.py +34 -4
  49. pulumi_azure_native/app/managed_environments_storage.py +4 -4
  50. pulumi_azure_native/app/outputs.py +460 -293
  51. pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
  52. pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
  53. pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
  54. pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
  55. pulumi_azure_native/appconfiguration/get_replica.py +2 -2
  56. pulumi_azure_native/appconfiguration/key_value.py +3 -3
  57. pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
  58. pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
  59. pulumi_azure_native/appconfiguration/replica.py +3 -3
  60. pulumi_azure_native/azuredatatransfer/__init__.py +1 -0
  61. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  62. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  63. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  64. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  65. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoint_ports.py +2 -2
  66. pulumi_azure_native/azuredatatransfer/get_flow_destination_endpoints.py +2 -2
  67. pulumi_azure_native/azuredatatransfer/get_flow_source_addresses.py +2 -2
  68. pulumi_azure_native/azuredatatransfer/get_flow_stream_connection_string.py +2 -2
  69. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  70. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  71. pulumi_azure_native/azuredatatransfer/list_list_flows_by_pipeline.py +102 -0
  72. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  73. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  74. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  75. pulumi_azure_native/azuredatatransfer/outputs.py +347 -4
  76. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  77. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  78. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  79. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  80. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  81. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  82. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  83. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  84. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  85. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  86. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  87. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  88. pulumi_azure_native/azurestackhci/guest_agent.py +3 -3
  89. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  90. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  91. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  92. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  93. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  94. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  95. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  96. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  97. pulumi_azure_native/botservice/_inputs.py +62 -59
  98. pulumi_azure_native/botservice/bot.py +24 -14
  99. pulumi_azure_native/botservice/bot_connection.py +15 -5
  100. pulumi_azure_native/botservice/channel.py +24 -14
  101. pulumi_azure_native/botservice/get_bot.py +23 -9
  102. pulumi_azure_native/botservice/get_bot_connection.py +20 -6
  103. pulumi_azure_native/botservice/get_channel.py +23 -9
  104. pulumi_azure_native/botservice/get_private_endpoint_connection.py +17 -3
  105. pulumi_azure_native/botservice/list_bot_connection_with_secrets.py +20 -6
  106. pulumi_azure_native/botservice/list_channel_with_keys.py +23 -9
  107. pulumi_azure_native/botservice/outputs.py +354 -201
  108. pulumi_azure_native/botservice/private_endpoint_connection.py +13 -3
  109. pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
  110. pulumi_azure_native/cdn/afd_endpoint.py +3 -3
  111. pulumi_azure_native/cdn/afd_origin.py +3 -3
  112. pulumi_azure_native/cdn/afd_origin_group.py +3 -3
  113. pulumi_azure_native/cdn/custom_domain.py +3 -3
  114. pulumi_azure_native/cdn/endpoint.py +3 -3
  115. pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
  116. pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
  117. pulumi_azure_native/cdn/get_afd_origin.py +2 -2
  118. pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
  119. pulumi_azure_native/cdn/get_custom_domain.py +2 -2
  120. pulumi_azure_native/cdn/get_endpoint.py +2 -2
  121. pulumi_azure_native/cdn/get_origin.py +2 -2
  122. pulumi_azure_native/cdn/get_origin_group.py +2 -2
  123. pulumi_azure_native/cdn/get_policy.py +2 -2
  124. pulumi_azure_native/cdn/get_profile.py +2 -2
  125. pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
  126. pulumi_azure_native/cdn/get_route.py +2 -2
  127. pulumi_azure_native/cdn/get_rule.py +2 -2
  128. pulumi_azure_native/cdn/get_rule_set.py +2 -2
  129. pulumi_azure_native/cdn/get_secret.py +2 -2
  130. pulumi_azure_native/cdn/get_security_policy.py +2 -2
  131. pulumi_azure_native/cdn/origin.py +3 -3
  132. pulumi_azure_native/cdn/origin_group.py +3 -3
  133. pulumi_azure_native/cdn/policy.py +3 -3
  134. pulumi_azure_native/cdn/profile.py +3 -3
  135. pulumi_azure_native/cdn/route.py +3 -3
  136. pulumi_azure_native/cdn/rule.py +3 -3
  137. pulumi_azure_native/cdn/rule_set.py +3 -3
  138. pulumi_azure_native/cdn/secret.py +3 -3
  139. pulumi_azure_native/cdn/security_policy.py +3 -3
  140. pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
  141. pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
  142. pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
  143. pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
  144. pulumi_azure_native/cloudhealth/__init__.py +23 -0
  145. pulumi_azure_native/cloudhealth/_enums.py +244 -0
  146. pulumi_azure_native/cloudhealth/_inputs.py +2241 -0
  147. pulumi_azure_native/cloudhealth/authentication_setting.py +236 -0
  148. pulumi_azure_native/cloudhealth/discovery_rule.py +237 -0
  149. pulumi_azure_native/cloudhealth/entity.py +237 -0
  150. pulumi_azure_native/cloudhealth/get_authentication_setting.py +168 -0
  151. pulumi_azure_native/cloudhealth/get_discovery_rule.py +168 -0
  152. pulumi_azure_native/cloudhealth/get_entity.py +168 -0
  153. pulumi_azure_native/cloudhealth/get_health_model.py +204 -0
  154. pulumi_azure_native/cloudhealth/get_relationship.py +168 -0
  155. pulumi_azure_native/cloudhealth/get_signal_definition.py +168 -0
  156. pulumi_azure_native/cloudhealth/health_model.py +303 -0
  157. pulumi_azure_native/cloudhealth/outputs.py +2267 -0
  158. pulumi_azure_native/cloudhealth/relationship.py +236 -0
  159. pulumi_azure_native/cloudhealth/signal_definition.py +237 -0
  160. pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
  161. pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
  162. pulumi_azure_native/cloudngfw/firewall.py +3 -3
  163. pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
  164. pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
  165. pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
  166. pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
  167. pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
  168. pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
  169. pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
  170. pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
  171. pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
  172. pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
  173. pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
  174. pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
  175. pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
  176. pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
  177. pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
  178. pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
  179. pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
  180. pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
  181. pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
  182. pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
  183. pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
  184. pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
  185. pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
  186. pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
  187. pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
  188. pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
  189. pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
  190. pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
  191. pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
  192. pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
  193. pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
  194. pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
  195. pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
  196. pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
  197. pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
  198. pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
  199. pulumi_azure_native/cloudngfw/local_rule.py +3 -3
  200. pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
  201. pulumi_azure_native/cloudngfw/post_rule.py +3 -3
  202. pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
  203. pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
  204. pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
  205. pulumi_azure_native/cognitiveservices/account.py +3 -3
  206. pulumi_azure_native/cognitiveservices/account_capability_host.py +5 -1
  207. pulumi_azure_native/cognitiveservices/account_connection.py +5 -1
  208. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  209. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  210. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  211. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  212. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  213. pulumi_azure_native/cognitiveservices/get_account_capability_host.py +4 -0
  214. pulumi_azure_native/cognitiveservices/get_account_connection.py +4 -0
  215. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  216. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  217. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  218. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  219. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  220. pulumi_azure_native/cognitiveservices/get_project.py +4 -0
  221. pulumi_azure_native/cognitiveservices/get_project_capability_host.py +4 -0
  222. pulumi_azure_native/cognitiveservices/get_project_connection.py +4 -0
  223. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  224. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  225. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  226. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  227. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  228. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  229. pulumi_azure_native/cognitiveservices/project.py +5 -1
  230. pulumi_azure_native/cognitiveservices/project_capability_host.py +5 -1
  231. pulumi_azure_native/cognitiveservices/project_connection.py +5 -1
  232. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  233. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  234. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  235. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  236. pulumi_azure_native/communication/communication_service.py +3 -3
  237. pulumi_azure_native/communication/domain.py +3 -3
  238. pulumi_azure_native/communication/email_service.py +3 -3
  239. pulumi_azure_native/communication/get_communication_service.py +2 -2
  240. pulumi_azure_native/communication/get_domain.py +2 -2
  241. pulumi_azure_native/communication/get_email_service.py +2 -2
  242. pulumi_azure_native/communication/get_sender_username.py +2 -2
  243. pulumi_azure_native/communication/get_smtp_username.py +4 -0
  244. pulumi_azure_native/communication/get_suppression_list.py +2 -2
  245. pulumi_azure_native/communication/get_suppression_list_address.py +2 -2
  246. pulumi_azure_native/communication/list_communication_service_keys.py +2 -2
  247. pulumi_azure_native/communication/sender_username.py +3 -3
  248. pulumi_azure_native/communication/smtp_username.py +5 -1
  249. pulumi_azure_native/communication/suppression_list.py +3 -3
  250. pulumi_azure_native/communication/suppression_list_address.py +3 -3
  251. pulumi_azure_native/compute/_enums.py +12 -12
  252. pulumi_azure_native/compute/_inputs.py +135 -128
  253. pulumi_azure_native/compute/availability_set.py +23 -13
  254. pulumi_azure_native/compute/capacity_reservation.py +27 -17
  255. pulumi_azure_native/compute/capacity_reservation_group.py +27 -17
  256. pulumi_azure_native/compute/dedicated_host.py +26 -16
  257. pulumi_azure_native/compute/dedicated_host_group.py +28 -18
  258. pulumi_azure_native/compute/disk.py +34 -24
  259. pulumi_azure_native/compute/disk_access.py +26 -16
  260. pulumi_azure_native/compute/disk_access_a_private_endpoint_connection.py +18 -8
  261. pulumi_azure_native/compute/disk_encryption_set.py +26 -16
  262. pulumi_azure_native/compute/gallery.py +26 -16
  263. pulumi_azure_native/compute/gallery_application.py +29 -19
  264. pulumi_azure_native/compute/gallery_application_version.py +32 -22
  265. pulumi_azure_native/compute/gallery_image.py +29 -19
  266. pulumi_azure_native/compute/gallery_image_version.py +32 -22
  267. pulumi_azure_native/compute/gallery_in_vm_access_control_profile.py +29 -19
  268. pulumi_azure_native/compute/gallery_in_vm_access_control_profile_version.py +32 -22
  269. pulumi_azure_native/compute/get_availability_set.py +22 -8
  270. pulumi_azure_native/compute/get_capacity_reservation.py +23 -9
  271. pulumi_azure_native/compute/get_capacity_reservation_group.py +23 -9
  272. pulumi_azure_native/compute/get_dedicated_host.py +22 -8
  273. pulumi_azure_native/compute/get_dedicated_host_group.py +24 -10
  274. pulumi_azure_native/compute/get_disk.py +25 -11
  275. pulumi_azure_native/compute/get_disk_access.py +24 -10
  276. pulumi_azure_native/compute/get_disk_access_a_private_endpoint_connection.py +22 -8
  277. pulumi_azure_native/compute/get_disk_encryption_set.py +24 -10
  278. pulumi_azure_native/compute/get_gallery.py +22 -8
  279. pulumi_azure_native/compute/get_gallery_application.py +24 -10
  280. pulumi_azure_native/compute/get_gallery_application_version.py +26 -12
  281. pulumi_azure_native/compute/get_gallery_image.py +24 -10
  282. pulumi_azure_native/compute/get_gallery_image_version.py +26 -12
  283. pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile.py +24 -10
  284. pulumi_azure_native/compute/get_gallery_in_vm_access_control_profile_version.py +26 -12
  285. pulumi_azure_native/compute/get_image.py +22 -8
  286. pulumi_azure_native/compute/get_log_analytic_export_request_rate_by_interval.py +2 -2
  287. pulumi_azure_native/compute/get_log_analytic_export_throttled_requests.py +2 -2
  288. pulumi_azure_native/compute/get_proximity_placement_group.py +24 -10
  289. pulumi_azure_native/compute/get_restore_point.py +20 -6
  290. pulumi_azure_native/compute/get_restore_point_collection.py +22 -8
  291. pulumi_azure_native/compute/get_snapshot.py +25 -11
  292. pulumi_azure_native/compute/get_ssh_public_key.py +23 -8
  293. pulumi_azure_native/compute/get_virtual_machine.py +23 -9
  294. pulumi_azure_native/compute/get_virtual_machine_extension.py +25 -11
  295. pulumi_azure_native/compute/get_virtual_machine_run_command_by_virtual_machine.py +31 -17
  296. pulumi_azure_native/compute/get_virtual_machine_scale_set.py +23 -9
  297. pulumi_azure_native/compute/get_virtual_machine_scale_set_extension.py +5 -5
  298. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm.py +24 -10
  299. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_extension.py +3 -3
  300. pulumi_azure_native/compute/get_virtual_machine_scale_set_vm_run_command.py +33 -19
  301. pulumi_azure_native/compute/image.py +23 -13
  302. pulumi_azure_native/compute/outputs.py +269 -169
  303. pulumi_azure_native/compute/proximity_placement_group.py +28 -18
  304. pulumi_azure_native/compute/restore_point.py +15 -5
  305. pulumi_azure_native/compute/restore_point_collection.py +23 -13
  306. pulumi_azure_native/compute/snapshot.py +34 -24
  307. pulumi_azure_native/compute/ssh_public_key.py +24 -13
  308. pulumi_azure_native/compute/virtual_machine.py +27 -17
  309. pulumi_azure_native/compute/virtual_machine_extension.py +27 -17
  310. pulumi_azure_native/compute/virtual_machine_run_command_by_virtual_machine.py +46 -44
  311. pulumi_azure_native/compute/virtual_machine_scale_set.py +30 -20
  312. pulumi_azure_native/compute/virtual_machine_scale_set_extension.py +10 -10
  313. pulumi_azure_native/compute/virtual_machine_scale_set_vm.py +26 -16
  314. pulumi_azure_native/compute/virtual_machine_scale_set_vm_extension.py +4 -4
  315. pulumi_azure_native/compute/virtual_machine_scale_set_vm_run_command.py +49 -47
  316. pulumi_azure_native/computeschedule/__init__.py +13 -0
  317. pulumi_azure_native/computeschedule/_enums.py +210 -0
  318. pulumi_azure_native/computeschedule/_inputs.py +544 -0
  319. pulumi_azure_native/computeschedule/get_scheduled_action.py +190 -0
  320. pulumi_azure_native/computeschedule/outputs.py +553 -0
  321. pulumi_azure_native/computeschedule/scheduled_action.py +274 -0
  322. pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
  323. pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
  324. pulumi_azure_native/confidentialledger/ledger.py +3 -3
  325. pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
  326. pulumi_azure_native/confluent/_inputs.py +6 -6
  327. pulumi_azure_native/confluent/get_connector.py +2 -2
  328. pulumi_azure_native/confluent/get_organization.py +11 -11
  329. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +23 -9
  330. pulumi_azure_native/confluent/get_organization_environment_by_id.py +23 -9
  331. pulumi_azure_native/confluent/get_topic.py +20 -6
  332. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  333. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  334. pulumi_azure_native/confluent/list_access_invitations.py +4 -4
  335. pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
  336. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  337. pulumi_azure_native/confluent/list_access_service_accounts.py +4 -4
  338. pulumi_azure_native/confluent/list_access_users.py +4 -4
  339. pulumi_azure_native/confluent/list_organization_regions.py +2 -2
  340. pulumi_azure_native/confluent/organization.py +15 -15
  341. pulumi_azure_native/confluent/organization_cluster_by_id.py +17 -65
  342. pulumi_azure_native/confluent/organization_environment_by_id.py +17 -65
  343. pulumi_azure_native/confluent/outputs.py +6 -6
  344. pulumi_azure_native/confluent/topic.py +12 -2
  345. pulumi_azure_native/connectedcache/__init__.py +5 -0
  346. pulumi_azure_native/connectedcache/_inputs.py +6 -6
  347. pulumi_azure_native/connectedcache/enterprise_mcc_cache_nodes_operation.py +5 -1
  348. pulumi_azure_native/connectedcache/enterprise_mcc_customer.py +5 -1
  349. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation.py +4 -0
  350. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
  351. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_install_details.py +4 -0
  352. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
  353. pulumi_azure_native/connectedcache/get_enterprise_mcc_cache_nodes_operation_cache_node_tls_certificate_history.py +182 -0
  354. pulumi_azure_native/connectedcache/get_enterprise_mcc_customer.py +4 -0
  355. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation.py +4 -0
  356. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_bgp_cidrs.py +4 -0
  357. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_auto_update_history.py +182 -0
  358. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_install_details.py +4 -0
  359. pulumi_azure_native/connectedcache/get_isp_cache_nodes_operation_cache_node_mcc_issue_details_history.py +182 -0
  360. pulumi_azure_native/connectedcache/get_isp_customer.py +4 -0
  361. pulumi_azure_native/connectedcache/isp_cache_nodes_operation.py +5 -1
  362. pulumi_azure_native/connectedcache/isp_customer.py +5 -1
  363. pulumi_azure_native/connectedcache/outputs.py +508 -4
  364. pulumi_azure_native/containerregistry/archife.py +3 -3
  365. pulumi_azure_native/containerregistry/archive_version.py +3 -3
  366. pulumi_azure_native/containerregistry/cache_rule.py +3 -3
  367. pulumi_azure_native/containerregistry/connected_registry.py +3 -3
  368. pulumi_azure_native/containerregistry/credential_set.py +3 -3
  369. pulumi_azure_native/containerregistry/export_pipeline.py +3 -3
  370. pulumi_azure_native/containerregistry/get_archife.py +2 -2
  371. pulumi_azure_native/containerregistry/get_archive_version.py +2 -2
  372. pulumi_azure_native/containerregistry/get_cache_rule.py +2 -2
  373. pulumi_azure_native/containerregistry/get_connected_registry.py +2 -2
  374. pulumi_azure_native/containerregistry/get_credential_set.py +2 -2
  375. pulumi_azure_native/containerregistry/get_export_pipeline.py +2 -2
  376. pulumi_azure_native/containerregistry/get_import_pipeline.py +2 -2
  377. pulumi_azure_native/containerregistry/get_pipeline_run.py +2 -2
  378. pulumi_azure_native/containerregistry/get_private_endpoint_connection.py +2 -2
  379. pulumi_azure_native/containerregistry/get_registry.py +2 -2
  380. pulumi_azure_native/containerregistry/get_replication.py +2 -2
  381. pulumi_azure_native/containerregistry/get_scope_map.py +2 -2
  382. pulumi_azure_native/containerregistry/get_token.py +2 -2
  383. pulumi_azure_native/containerregistry/get_webhook.py +2 -2
  384. pulumi_azure_native/containerregistry/get_webhook_callback_config.py +2 -2
  385. pulumi_azure_native/containerregistry/import_pipeline.py +3 -3
  386. pulumi_azure_native/containerregistry/list_registry_credentials.py +2 -2
  387. pulumi_azure_native/containerregistry/list_webhook_events.py +2 -2
  388. pulumi_azure_native/containerregistry/pipeline_run.py +3 -3
  389. pulumi_azure_native/containerregistry/private_endpoint_connection.py +3 -3
  390. pulumi_azure_native/containerregistry/registry.py +3 -3
  391. pulumi_azure_native/containerregistry/replication.py +3 -3
  392. pulumi_azure_native/containerregistry/scope_map.py +3 -3
  393. pulumi_azure_native/containerregistry/token.py +3 -3
  394. pulumi_azure_native/containerregistry/webhook.py +3 -3
  395. pulumi_azure_native/containerservice/__init__.py +5 -0
  396. pulumi_azure_native/containerservice/_enums.py +16 -0
  397. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  398. pulumi_azure_native/containerservice/deployment_safeguard.py +259 -0
  399. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  400. pulumi_azure_native/containerservice/get_deployment_safeguard.py +216 -0
  401. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  402. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  403. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  404. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  405. pulumi_azure_native/containerservice/get_managed_namespace.py +214 -0
  406. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  407. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  408. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  409. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  410. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  411. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  412. pulumi_azure_native/containerservice/list_managed_namespace_credential.py +102 -0
  413. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  414. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  415. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  416. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  417. pulumi_azure_native/containerservice/managed_namespace.py +309 -0
  418. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  419. pulumi_azure_native/containerservice/snapshot.py +3 -3
  420. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  421. pulumi_azure_native/cosmosdb/_inputs.py +58 -0
  422. pulumi_azure_native/cosmosdb/fleetspace_account.py +31 -59
  423. pulumi_azure_native/cosmosdb/get_fleetspace_account.py +15 -29
  424. pulumi_azure_native/cosmosdb/outputs.py +55 -0
  425. pulumi_azure_native/dashboard/__init__.py +2 -0
  426. pulumi_azure_native/dashboard/dashboard.py +253 -0
  427. pulumi_azure_native/{media/get_track.py → dashboard/get_dashboard.py} +67 -55
  428. pulumi_azure_native/dashboard/get_grafana.py +2 -2
  429. pulumi_azure_native/dashboard/get_integration_fabric.py +2 -2
  430. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
  431. pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
  432. pulumi_azure_native/dashboard/grafana.py +3 -3
  433. pulumi_azure_native/dashboard/integration_fabric.py +3 -3
  434. pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
  435. pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
  436. pulumi_azure_native/datafactory/_inputs.py +392 -54
  437. pulumi_azure_native/datafactory/outputs.py +262 -22
  438. pulumi_azure_native/datafactory/pipeline.py +7 -7
  439. pulumi_azure_native/dataprotection/backup_instance.py +3 -3
  440. pulumi_azure_native/dataprotection/backup_policy.py +3 -3
  441. pulumi_azure_native/dataprotection/backup_vault.py +3 -3
  442. pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
  443. pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
  444. pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
  445. pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
  446. pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
  447. pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
  448. pulumi_azure_native/dataprotection/resource_guard.py +3 -3
  449. pulumi_azure_native/dbformysql/azure_ad_administrator.py +3 -3
  450. pulumi_azure_native/dbformysql/configuration.py +3 -3
  451. pulumi_azure_native/dbformysql/database.py +3 -3
  452. pulumi_azure_native/dbformysql/firewall_rule.py +3 -3
  453. pulumi_azure_native/dbformysql/get_azure_ad_administrator.py +2 -2
  454. pulumi_azure_native/dbformysql/get_configuration.py +2 -2
  455. pulumi_azure_native/dbformysql/get_database.py +2 -2
  456. pulumi_azure_native/dbformysql/get_firewall_rule.py +2 -2
  457. pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
  458. pulumi_azure_native/dbformysql/get_private_endpoint_connection.py +2 -2
  459. pulumi_azure_native/dbformysql/get_server.py +2 -2
  460. pulumi_azure_native/dbformysql/private_endpoint_connection.py +3 -3
  461. pulumi_azure_native/dbformysql/server.py +3 -3
  462. pulumi_azure_native/dbforpostgresql/_enums.py +27 -27
  463. pulumi_azure_native/dbforpostgresql/_inputs.py +150 -150
  464. pulumi_azure_native/dbforpostgresql/administrator.py +18 -18
  465. pulumi_azure_native/dbforpostgresql/backup.py +8 -8
  466. pulumi_azure_native/dbforpostgresql/configuration.py +22 -22
  467. pulumi_azure_native/dbforpostgresql/database.py +11 -11
  468. pulumi_azure_native/dbforpostgresql/firewall_rule.py +13 -13
  469. pulumi_azure_native/dbforpostgresql/get_administrator.py +9 -9
  470. pulumi_azure_native/dbforpostgresql/get_backup.py +8 -8
  471. pulumi_azure_native/dbforpostgresql/get_configuration.py +16 -16
  472. pulumi_azure_native/dbforpostgresql/get_database.py +6 -6
  473. pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +7 -7
  474. pulumi_azure_native/dbforpostgresql/get_get_private_dns_zone_suffix_execute.py +3 -3
  475. pulumi_azure_native/dbforpostgresql/get_migration.py +35 -35
  476. pulumi_azure_native/dbforpostgresql/get_server.py +23 -23
  477. pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +8 -8
  478. pulumi_azure_native/dbforpostgresql/migration.py +98 -98
  479. pulumi_azure_native/dbforpostgresql/outputs.py +196 -196
  480. pulumi_azure_native/dbforpostgresql/server.py +76 -76
  481. pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +14 -14
  482. pulumi_azure_native/dependencymap/discovery_source.py +5 -1
  483. pulumi_azure_native/dependencymap/get_discovery_source.py +4 -0
  484. pulumi_azure_native/dependencymap/get_map.py +4 -0
  485. pulumi_azure_native/dependencymap/map.py +5 -1
  486. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  487. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  488. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  489. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  490. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  491. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  492. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  493. pulumi_azure_native/desktopvirtualization/get_host_pool_registration_token.py +2 -2
  494. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  495. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  496. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  497. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  498. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  499. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  500. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  501. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  502. pulumi_azure_native/desktopvirtualization/list_host_pool_registration_tokens.py +2 -2
  503. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  504. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  505. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  506. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  507. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  508. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  509. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  510. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  511. pulumi_azure_native/devcenter/catalog.py +3 -3
  512. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  513. pulumi_azure_native/devcenter/dev_center.py +3 -3
  514. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  515. pulumi_azure_native/devcenter/environment_type.py +3 -3
  516. pulumi_azure_native/devcenter/gallery.py +3 -3
  517. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  518. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  519. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  520. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  521. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  522. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  523. pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_build_details.py +4 -0
  524. pulumi_azure_native/devcenter/get_dev_center_catalog_image_definition_error_details.py +4 -0
  525. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  526. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  527. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  528. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  529. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  530. pulumi_azure_native/devcenter/get_pool.py +2 -2
  531. pulumi_azure_native/devcenter/get_project.py +2 -2
  532. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  533. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  534. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
  535. pulumi_azure_native/devcenter/get_project_catalog_image_definition_error_details.py +2 -2
  536. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  537. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  538. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  539. pulumi_azure_native/devcenter/get_project_policy.py +2 -2
  540. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  541. pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
  542. pulumi_azure_native/devcenter/network_connection.py +3 -3
  543. pulumi_azure_native/devcenter/pool.py +3 -3
  544. pulumi_azure_native/devcenter/project.py +3 -3
  545. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  546. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  547. pulumi_azure_native/devcenter/project_policy.py +3 -3
  548. pulumi_azure_native/devcenter/schedule.py +3 -3
  549. pulumi_azure_native/deviceregistry/__init__.py +10 -0
  550. pulumi_azure_native/deviceregistry/_enums.py +108 -0
  551. pulumi_azure_native/deviceregistry/_inputs.py +3328 -95
  552. pulumi_azure_native/deviceregistry/asset.py +3 -3
  553. pulumi_azure_native/deviceregistry/asset_endpoint_profile.py +3 -3
  554. pulumi_azure_native/deviceregistry/get_asset.py +2 -2
  555. pulumi_azure_native/deviceregistry/get_asset_endpoint_profile.py +2 -2
  556. pulumi_azure_native/deviceregistry/get_namespace.py +232 -0
  557. pulumi_azure_native/deviceregistry/get_namespace_asset.py +644 -0
  558. pulumi_azure_native/deviceregistry/get_namespace_device.py +406 -0
  559. pulumi_azure_native/deviceregistry/get_namespace_discovered_asset.py +546 -0
  560. pulumi_azure_native/deviceregistry/get_namespace_discovered_device.py +336 -0
  561. pulumi_azure_native/deviceregistry/get_schema.py +4 -0
  562. pulumi_azure_native/deviceregistry/get_schema_registry.py +4 -0
  563. pulumi_azure_native/deviceregistry/get_schema_version.py +4 -0
  564. pulumi_azure_native/deviceregistry/namespace.py +323 -0
  565. pulumi_azure_native/deviceregistry/namespace_asset.py +1130 -0
  566. pulumi_azure_native/deviceregistry/namespace_device.py +620 -0
  567. pulumi_azure_native/deviceregistry/namespace_discovered_asset.py +1005 -0
  568. pulumi_azure_native/deviceregistry/namespace_discovered_device.py +569 -0
  569. pulumi_azure_native/deviceregistry/outputs.py +3209 -79
  570. pulumi_azure_native/deviceregistry/schema.py +5 -1
  571. pulumi_azure_native/deviceregistry/schema_registry.py +5 -1
  572. pulumi_azure_native/deviceregistry/schema_version.py +5 -1
  573. pulumi_azure_native/devtestlab/_enums.py +2 -2
  574. pulumi_azure_native/devtestlab/artifact_source.py +6 -6
  575. pulumi_azure_native/devtestlab/custom_image.py +6 -6
  576. pulumi_azure_native/devtestlab/disk.py +6 -6
  577. pulumi_azure_native/devtestlab/environment.py +6 -6
  578. pulumi_azure_native/devtestlab/formula.py +6 -6
  579. pulumi_azure_native/devtestlab/get_artifact_source.py +4 -4
  580. pulumi_azure_native/devtestlab/get_custom_image.py +4 -4
  581. pulumi_azure_native/devtestlab/get_disk.py +4 -4
  582. pulumi_azure_native/devtestlab/get_environment.py +4 -4
  583. pulumi_azure_native/devtestlab/get_formula.py +4 -4
  584. pulumi_azure_native/devtestlab/get_global_schedule.py +4 -4
  585. pulumi_azure_native/devtestlab/get_lab.py +4 -4
  586. pulumi_azure_native/devtestlab/get_notification_channel.py +4 -4
  587. pulumi_azure_native/devtestlab/get_policy.py +8 -8
  588. pulumi_azure_native/devtestlab/get_schedule.py +6 -6
  589. pulumi_azure_native/devtestlab/get_secret.py +4 -4
  590. pulumi_azure_native/devtestlab/get_service_fabric.py +4 -4
  591. pulumi_azure_native/devtestlab/get_service_fabric_schedule.py +10 -10
  592. pulumi_azure_native/devtestlab/get_service_runner.py +4 -4
  593. pulumi_azure_native/devtestlab/get_user.py +4 -4
  594. pulumi_azure_native/devtestlab/get_virtual_machine.py +4 -4
  595. pulumi_azure_native/devtestlab/get_virtual_machine_rdp_file_contents.py +4 -4
  596. pulumi_azure_native/devtestlab/get_virtual_machine_schedule.py +8 -8
  597. pulumi_azure_native/devtestlab/get_virtual_network.py +4 -4
  598. pulumi_azure_native/devtestlab/global_schedule.py +6 -6
  599. pulumi_azure_native/devtestlab/lab.py +11 -11
  600. pulumi_azure_native/devtestlab/list_lab_vhds.py +5 -5
  601. pulumi_azure_native/devtestlab/list_schedule_applicable.py +9 -9
  602. pulumi_azure_native/devtestlab/list_service_fabric_applicable_schedules.py +4 -4
  603. pulumi_azure_native/devtestlab/list_virtual_machine_applicable_schedules.py +4 -4
  604. pulumi_azure_native/devtestlab/notification_channel.py +6 -6
  605. pulumi_azure_native/devtestlab/policy.py +12 -12
  606. pulumi_azure_native/devtestlab/schedule.py +9 -9
  607. pulumi_azure_native/devtestlab/secret.py +6 -6
  608. pulumi_azure_native/devtestlab/service_fabric.py +6 -6
  609. pulumi_azure_native/devtestlab/service_fabric_schedule.py +15 -15
  610. pulumi_azure_native/devtestlab/service_runner.py +6 -6
  611. pulumi_azure_native/devtestlab/user.py +6 -6
  612. pulumi_azure_native/devtestlab/virtual_machine.py +6 -6
  613. pulumi_azure_native/devtestlab/virtual_machine_schedule.py +12 -12
  614. pulumi_azure_native/devtestlab/virtual_network.py +6 -6
  615. pulumi_azure_native/dns/dnssec_config.py +3 -3
  616. pulumi_azure_native/dns/get_dnssec_config.py +4 -4
  617. pulumi_azure_native/dns/get_record_set.py +18 -4
  618. pulumi_azure_native/dns/get_zone.py +5 -5
  619. pulumi_azure_native/dns/outputs.py +2 -2
  620. pulumi_azure_native/dns/record_set.py +12 -2
  621. pulumi_azure_native/dns/zone.py +7 -7
  622. pulumi_azure_native/dnsresolver/dns_forwarding_ruleset.py +3 -3
  623. pulumi_azure_native/dnsresolver/dns_resolver.py +3 -3
  624. pulumi_azure_native/dnsresolver/dns_resolver_domain_list.py +5 -1
  625. pulumi_azure_native/dnsresolver/dns_resolver_policy.py +5 -1
  626. pulumi_azure_native/dnsresolver/dns_resolver_policy_virtual_network_link.py +5 -1
  627. pulumi_azure_native/dnsresolver/dns_security_rule.py +5 -1
  628. pulumi_azure_native/dnsresolver/forwarding_rule.py +3 -3
  629. pulumi_azure_native/dnsresolver/get_dns_forwarding_ruleset.py +2 -2
  630. pulumi_azure_native/dnsresolver/get_dns_resolver.py +2 -2
  631. pulumi_azure_native/dnsresolver/get_dns_resolver_domain_list.py +4 -0
  632. pulumi_azure_native/dnsresolver/get_dns_resolver_policy.py +4 -0
  633. pulumi_azure_native/dnsresolver/get_dns_resolver_policy_virtual_network_link.py +4 -0
  634. pulumi_azure_native/dnsresolver/get_dns_security_rule.py +4 -0
  635. pulumi_azure_native/dnsresolver/get_forwarding_rule.py +2 -2
  636. pulumi_azure_native/dnsresolver/get_inbound_endpoint.py +2 -2
  637. pulumi_azure_native/dnsresolver/get_outbound_endpoint.py +2 -2
  638. pulumi_azure_native/dnsresolver/get_private_resolver_virtual_network_link.py +2 -2
  639. pulumi_azure_native/dnsresolver/inbound_endpoint.py +3 -3
  640. pulumi_azure_native/dnsresolver/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
  641. pulumi_azure_native/dnsresolver/list_dns_resolver_by_virtual_network.py +2 -2
  642. pulumi_azure_native/dnsresolver/list_dns_resolver_policy_by_virtual_network.py +4 -0
  643. pulumi_azure_native/dnsresolver/outbound_endpoint.py +3 -3
  644. pulumi_azure_native/dnsresolver/private_resolver_virtual_network_link.py +3 -3
  645. pulumi_azure_native/domainregistration/domain.py +3 -3
  646. pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
  647. pulumi_azure_native/domainregistration/get_domain.py +2 -2
  648. pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
  649. pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
  650. pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
  651. pulumi_azure_native/edge/__init__.py +41 -0
  652. pulumi_azure_native/edge/_enums.py +94 -0
  653. pulumi_azure_native/edge/_inputs.py +1501 -149
  654. pulumi_azure_native/edge/config_template.py +283 -0
  655. pulumi_azure_native/edge/configuration.py +253 -0
  656. pulumi_azure_native/edge/configuration_reference.py +215 -0
  657. pulumi_azure_native/edge/context.py +274 -0
  658. pulumi_azure_native/edge/diagnostic.py +294 -0
  659. pulumi_azure_native/edge/dynamic_configuration.py +236 -0
  660. pulumi_azure_native/edge/dynamic_configuration_version.py +257 -0
  661. pulumi_azure_native/edge/dynamic_schema.py +226 -0
  662. pulumi_azure_native/edge/dynamic_schema_version.py +267 -0
  663. pulumi_azure_native/edge/execution.py +318 -0
  664. pulumi_azure_native/edge/get_config_template.py +204 -0
  665. pulumi_azure_native/edge/get_configuration.py +190 -0
  666. pulumi_azure_native/edge/get_configuration_reference.py +162 -0
  667. pulumi_azure_native/edge/get_context.py +190 -0
  668. pulumi_azure_native/edge/get_diagnostic.py +218 -0
  669. pulumi_azure_native/edge/get_dynamic_configuration.py +168 -0
  670. pulumi_azure_native/edge/get_dynamic_configuration_version.py +174 -0
  671. pulumi_azure_native/edge/get_dynamic_schema.py +182 -0
  672. pulumi_azure_native/edge/get_dynamic_schema_version.py +188 -0
  673. pulumi_azure_native/edge/get_execution.py +208 -0
  674. pulumi_azure_native/edge/get_instance.py +202 -0
  675. pulumi_azure_native/edge/get_schema.py +204 -0
  676. pulumi_azure_native/edge/get_schema_version.py +182 -0
  677. pulumi_azure_native/edge/get_site.py +2 -2
  678. pulumi_azure_native/edge/get_site_reference.py +168 -0
  679. pulumi_azure_native/edge/get_sites_by_service_group.py +4 -0
  680. pulumi_azure_native/edge/get_sites_by_subscription.py +2 -2
  681. pulumi_azure_native/edge/get_solution.py +196 -0
  682. pulumi_azure_native/edge/get_solution_template.py +204 -0
  683. pulumi_azure_native/edge/get_solution_version.py +202 -0
  684. pulumi_azure_native/edge/get_target.py +218 -0
  685. pulumi_azure_native/edge/get_workflow.py +196 -0
  686. pulumi_azure_native/edge/get_workflow_version.py +202 -0
  687. pulumi_azure_native/edge/instance.py +297 -0
  688. pulumi_azure_native/edge/outputs.py +2837 -189
  689. pulumi_azure_native/edge/schema.py +263 -0
  690. pulumi_azure_native/edge/schema_version.py +246 -0
  691. pulumi_azure_native/edge/site.py +3 -3
  692. pulumi_azure_native/edge/site_reference.py +236 -0
  693. pulumi_azure_native/edge/sites_by_service_group.py +5 -1
  694. pulumi_azure_native/edge/sites_by_subscription.py +3 -3
  695. pulumi_azure_native/edge/solution.py +257 -0
  696. pulumi_azure_native/edge/solution_template.py +284 -0
  697. pulumi_azure_native/edge/solution_version.py +297 -0
  698. pulumi_azure_native/edge/target.py +313 -0
  699. pulumi_azure_native/edge/workflow.py +257 -0
  700. pulumi_azure_native/edge/workflow_version.py +297 -0
  701. pulumi_azure_native/edgeorder/list_products_and_configuration_product_families.py +2 -2
  702. pulumi_azure_native/edgeorder/list_products_and_configurations.py +2 -2
  703. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  704. pulumi_azure_native/elastic/get_monitor.py +2 -2
  705. pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
  706. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  707. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  708. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  709. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  710. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  711. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  712. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  713. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  714. pulumi_azure_native/elastic/list_list_associated_traffic_filter.py +2 -2
  715. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  716. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  717. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  718. pulumi_azure_native/elastic/monitor.py +3 -3
  719. pulumi_azure_native/elastic/monitored_subscription.py +3 -3
  720. pulumi_azure_native/elastic/open_ai.py +3 -3
  721. pulumi_azure_native/elastic/tag_rule.py +3 -3
  722. pulumi_azure_native/eventgrid/ca_certificate.py +3 -3
  723. pulumi_azure_native/eventgrid/channel.py +3 -3
  724. pulumi_azure_native/eventgrid/client.py +3 -3
  725. pulumi_azure_native/eventgrid/client_group.py +3 -3
  726. pulumi_azure_native/eventgrid/domain.py +3 -3
  727. pulumi_azure_native/eventgrid/domain_event_subscription.py +3 -3
  728. pulumi_azure_native/eventgrid/domain_topic.py +3 -3
  729. pulumi_azure_native/eventgrid/domain_topic_event_subscription.py +3 -3
  730. pulumi_azure_native/eventgrid/event_subscription.py +3 -3
  731. pulumi_azure_native/eventgrid/get_ca_certificate.py +2 -2
  732. pulumi_azure_native/eventgrid/get_channel.py +2 -2
  733. pulumi_azure_native/eventgrid/get_channel_full_url.py +2 -2
  734. pulumi_azure_native/eventgrid/get_client.py +2 -2
  735. pulumi_azure_native/eventgrid/get_client_group.py +2 -2
  736. pulumi_azure_native/eventgrid/get_domain.py +2 -2
  737. pulumi_azure_native/eventgrid/get_domain_event_subscription.py +2 -2
  738. pulumi_azure_native/eventgrid/get_domain_event_subscription_delivery_attributes.py +2 -2
  739. pulumi_azure_native/eventgrid/get_domain_event_subscription_full_url.py +2 -2
  740. pulumi_azure_native/eventgrid/get_domain_topic.py +2 -2
  741. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription.py +2 -2
  742. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_delivery_attributes.py +2 -2
  743. pulumi_azure_native/eventgrid/get_domain_topic_event_subscription_full_url.py +2 -2
  744. pulumi_azure_native/eventgrid/get_event_subscription.py +2 -2
  745. pulumi_azure_native/eventgrid/get_event_subscription_delivery_attributes.py +2 -2
  746. pulumi_azure_native/eventgrid/get_event_subscription_full_url.py +2 -2
  747. pulumi_azure_native/eventgrid/get_namespace.py +2 -2
  748. pulumi_azure_native/eventgrid/get_namespace_topic.py +2 -2
  749. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription.py +2 -2
  750. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_delivery_attributes.py +2 -2
  751. pulumi_azure_native/eventgrid/get_namespace_topic_event_subscription_full_url.py +2 -2
  752. pulumi_azure_native/eventgrid/get_partner_configuration.py +2 -2
  753. pulumi_azure_native/eventgrid/get_partner_destination.py +2 -2
  754. pulumi_azure_native/eventgrid/get_partner_namespace.py +2 -2
  755. pulumi_azure_native/eventgrid/get_partner_registration.py +2 -2
  756. pulumi_azure_native/eventgrid/get_partner_topic.py +2 -2
  757. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription.py +2 -2
  758. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_delivery_attributes.py +2 -2
  759. pulumi_azure_native/eventgrid/get_partner_topic_event_subscription_full_url.py +2 -2
  760. pulumi_azure_native/eventgrid/get_permission_binding.py +2 -2
  761. pulumi_azure_native/eventgrid/get_private_endpoint_connection.py +2 -2
  762. pulumi_azure_native/eventgrid/get_system_topic.py +2 -2
  763. pulumi_azure_native/eventgrid/get_system_topic_event_subscription.py +2 -2
  764. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_delivery_attributes.py +2 -2
  765. pulumi_azure_native/eventgrid/get_system_topic_event_subscription_full_url.py +2 -2
  766. pulumi_azure_native/eventgrid/get_topic.py +2 -2
  767. pulumi_azure_native/eventgrid/get_topic_event_subscription.py +2 -2
  768. pulumi_azure_native/eventgrid/get_topic_event_subscription_delivery_attributes.py +2 -2
  769. pulumi_azure_native/eventgrid/get_topic_event_subscription_full_url.py +2 -2
  770. pulumi_azure_native/eventgrid/get_topic_space.py +2 -2
  771. pulumi_azure_native/eventgrid/list_domain_shared_access_keys.py +2 -2
  772. pulumi_azure_native/eventgrid/list_namespace_shared_access_keys.py +2 -2
  773. pulumi_azure_native/eventgrid/list_namespace_topic_shared_access_keys.py +2 -2
  774. pulumi_azure_native/eventgrid/list_partner_namespace_shared_access_keys.py +2 -2
  775. pulumi_azure_native/eventgrid/list_topic_shared_access_keys.py +2 -2
  776. pulumi_azure_native/eventgrid/namespace.py +3 -3
  777. pulumi_azure_native/eventgrid/namespace_topic.py +3 -3
  778. pulumi_azure_native/eventgrid/namespace_topic_event_subscription.py +3 -3
  779. pulumi_azure_native/eventgrid/partner_configuration.py +3 -3
  780. pulumi_azure_native/eventgrid/partner_destination.py +3 -3
  781. pulumi_azure_native/eventgrid/partner_namespace.py +3 -3
  782. pulumi_azure_native/eventgrid/partner_registration.py +3 -3
  783. pulumi_azure_native/eventgrid/partner_topic.py +3 -3
  784. pulumi_azure_native/eventgrid/partner_topic_event_subscription.py +3 -3
  785. pulumi_azure_native/eventgrid/permission_binding.py +3 -3
  786. pulumi_azure_native/eventgrid/private_endpoint_connection.py +3 -3
  787. pulumi_azure_native/eventgrid/system_topic.py +3 -3
  788. pulumi_azure_native/eventgrid/system_topic_event_subscription.py +3 -3
  789. pulumi_azure_native/eventgrid/topic.py +3 -3
  790. pulumi_azure_native/eventgrid/topic_event_subscription.py +3 -3
  791. pulumi_azure_native/eventgrid/topic_space.py +3 -3
  792. pulumi_azure_native/eventhub/application_group.py +3 -3
  793. pulumi_azure_native/eventhub/cluster.py +3 -3
  794. pulumi_azure_native/eventhub/consumer_group.py +3 -3
  795. pulumi_azure_native/eventhub/disaster_recovery_config.py +3 -3
  796. pulumi_azure_native/eventhub/event_hub.py +3 -3
  797. pulumi_azure_native/eventhub/event_hub_authorization_rule.py +3 -3
  798. pulumi_azure_native/eventhub/get_application_group.py +2 -2
  799. pulumi_azure_native/eventhub/get_cluster.py +2 -2
  800. pulumi_azure_native/eventhub/get_consumer_group.py +2 -2
  801. pulumi_azure_native/eventhub/get_disaster_recovery_config.py +2 -2
  802. pulumi_azure_native/eventhub/get_event_hub.py +2 -2
  803. pulumi_azure_native/eventhub/get_event_hub_authorization_rule.py +2 -2
  804. pulumi_azure_native/eventhub/get_namespace.py +2 -2
  805. pulumi_azure_native/eventhub/get_namespace_authorization_rule.py +2 -2
  806. pulumi_azure_native/eventhub/get_namespace_network_rule_set.py +2 -2
  807. pulumi_azure_native/eventhub/get_private_endpoint_connection.py +2 -2
  808. pulumi_azure_native/eventhub/get_schema_registry.py +2 -2
  809. pulumi_azure_native/eventhub/list_disaster_recovery_config_keys.py +2 -2
  810. pulumi_azure_native/eventhub/list_event_hub_keys.py +2 -2
  811. pulumi_azure_native/eventhub/list_namespace_keys.py +2 -2
  812. pulumi_azure_native/eventhub/namespace.py +3 -3
  813. pulumi_azure_native/eventhub/namespace_authorization_rule.py +3 -3
  814. pulumi_azure_native/eventhub/namespace_network_rule_set.py +3 -3
  815. pulumi_azure_native/eventhub/private_endpoint_connection.py +3 -3
  816. pulumi_azure_native/eventhub/schema_registry.py +3 -3
  817. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignment.py +4 -4
  818. pulumi_azure_native/guestconfiguration/get_guest_configuration_assignments_vmss.py +4 -4
  819. pulumi_azure_native/guestconfiguration/get_guest_configuration_connected_v_mwarev_sphere_assignment.py +4 -4
  820. pulumi_azure_native/guestconfiguration/get_guest_configuration_hcrpassignment.py +4 -4
  821. pulumi_azure_native/guestconfiguration/guest_configuration_assignment.py +26 -25
  822. pulumi_azure_native/guestconfiguration/guest_configuration_assignments_vmss.py +8 -8
  823. pulumi_azure_native/guestconfiguration/guest_configuration_connected_v_mwarev_sphere_assignment.py +26 -25
  824. pulumi_azure_native/guestconfiguration/guest_configuration_hcrpassignment.py +26 -25
  825. pulumi_azure_native/guestconfiguration/outputs.py +6 -6
  826. pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster.py +3 -3
  827. pulumi_azure_native/hardwaresecuritymodules/cloud_hsm_cluster_private_endpoint_connection.py +3 -3
  828. pulumi_azure_native/hardwaresecuritymodules/dedicated_hsm.py +3 -3
  829. pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster.py +2 -2
  830. pulumi_azure_native/hardwaresecuritymodules/get_cloud_hsm_cluster_private_endpoint_connection.py +2 -2
  831. pulumi_azure_native/hardwaresecuritymodules/get_dedicated_hsm.py +2 -2
  832. pulumi_azure_native/healthbot/bot.py +3 -3
  833. pulumi_azure_native/healthbot/get_bot.py +2 -2
  834. pulumi_azure_native/healthbot/list_bot_secrets.py +2 -2
  835. pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
  836. pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
  837. pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
  838. pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
  839. pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
  840. pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
  841. pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
  842. pulumi_azure_native/healthcareapis/get_service.py +2 -2
  843. pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
  844. pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
  845. pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
  846. pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
  847. pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
  848. pulumi_azure_native/healthcareapis/service.py +3 -3
  849. pulumi_azure_native/healthcareapis/workspace.py +3 -3
  850. pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
  851. pulumi_azure_native/iotoperations/__init__.py +8 -0
  852. pulumi_azure_native/iotoperations/_enums.py +237 -1
  853. pulumi_azure_native/iotoperations/_inputs.py +7367 -3169
  854. pulumi_azure_native/iotoperations/akri_connector.py +268 -0
  855. pulumi_azure_native/iotoperations/akri_connector_template.py +266 -0
  856. pulumi_azure_native/iotoperations/broker.py +3 -3
  857. pulumi_azure_native/iotoperations/broker_authentication.py +3 -3
  858. pulumi_azure_native/iotoperations/broker_authorization.py +3 -3
  859. pulumi_azure_native/iotoperations/broker_listener.py +3 -3
  860. pulumi_azure_native/iotoperations/dataflow.py +3 -3
  861. pulumi_azure_native/iotoperations/dataflow_endpoint.py +3 -3
  862. pulumi_azure_native/iotoperations/dataflow_graph.py +287 -0
  863. pulumi_azure_native/iotoperations/dataflow_profile.py +3 -3
  864. pulumi_azure_native/iotoperations/get_akri_connector.py +188 -0
  865. pulumi_azure_native/iotoperations/get_akri_connector_template.py +182 -0
  866. pulumi_azure_native/iotoperations/get_broker.py +2 -2
  867. pulumi_azure_native/iotoperations/get_broker_authentication.py +2 -2
  868. pulumi_azure_native/iotoperations/get_broker_authorization.py +2 -2
  869. pulumi_azure_native/iotoperations/get_broker_listener.py +2 -2
  870. pulumi_azure_native/iotoperations/get_dataflow.py +2 -2
  871. pulumi_azure_native/iotoperations/get_dataflow_endpoint.py +2 -2
  872. pulumi_azure_native/iotoperations/get_dataflow_graph.py +188 -0
  873. pulumi_azure_native/iotoperations/get_dataflow_profile.py +2 -2
  874. pulumi_azure_native/iotoperations/get_instance.py +2 -2
  875. pulumi_azure_native/iotoperations/get_registry_endpoint.py +182 -0
  876. pulumi_azure_native/iotoperations/instance.py +3 -3
  877. pulumi_azure_native/iotoperations/outputs.py +5997 -2422
  878. pulumi_azure_native/iotoperations/registry_endpoint.py +266 -0
  879. pulumi_azure_native/loadtestservice/__init__.py +2 -0
  880. pulumi_azure_native/loadtestservice/_enums.py +16 -0
  881. pulumi_azure_native/loadtestservice/get_playwright_workspace.py +232 -0
  882. pulumi_azure_native/loadtestservice/load_test.py +1 -1
  883. pulumi_azure_native/loadtestservice/playwright_workspace.py +330 -0
  884. pulumi_azure_native/machinelearningservices/__init__.py +2 -0
  885. pulumi_azure_native/machinelearningservices/_inputs.py +53 -0
  886. pulumi_azure_native/machinelearningservices/batch_deployment.py +3 -3
  887. pulumi_azure_native/machinelearningservices/batch_endpoint.py +3 -3
  888. pulumi_azure_native/machinelearningservices/capability_host.py +3 -3
  889. pulumi_azure_native/machinelearningservices/code_container.py +3 -3
  890. pulumi_azure_native/machinelearningservices/code_version.py +3 -3
  891. pulumi_azure_native/machinelearningservices/component_container.py +3 -3
  892. pulumi_azure_native/machinelearningservices/component_version.py +3 -3
  893. pulumi_azure_native/machinelearningservices/compute.py +3 -3
  894. pulumi_azure_native/machinelearningservices/connection_deployment.py +3 -3
  895. pulumi_azure_native/machinelearningservices/connection_rai_blocklist.py +3 -3
  896. pulumi_azure_native/machinelearningservices/connection_rai_blocklist_item.py +3 -3
  897. pulumi_azure_native/machinelearningservices/connection_rai_policy.py +3 -3
  898. pulumi_azure_native/machinelearningservices/data_container.py +3 -3
  899. pulumi_azure_native/machinelearningservices/data_version.py +3 -3
  900. pulumi_azure_native/machinelearningservices/datastore.py +3 -3
  901. pulumi_azure_native/machinelearningservices/endpoint_deployment.py +3 -3
  902. pulumi_azure_native/machinelearningservices/environment_container.py +3 -3
  903. pulumi_azure_native/machinelearningservices/environment_specification_version.py +1 -1
  904. pulumi_azure_native/machinelearningservices/environment_version.py +3 -3
  905. pulumi_azure_native/machinelearningservices/featureset_container_entity.py +3 -3
  906. pulumi_azure_native/machinelearningservices/featureset_version.py +3 -3
  907. pulumi_azure_native/machinelearningservices/featurestore_entity_container_entity.py +3 -3
  908. pulumi_azure_native/machinelearningservices/featurestore_entity_version.py +3 -3
  909. pulumi_azure_native/machinelearningservices/get_batch_deployment.py +2 -2
  910. pulumi_azure_native/machinelearningservices/get_batch_endpoint.py +2 -2
  911. pulumi_azure_native/machinelearningservices/get_capability_host.py +2 -2
  912. pulumi_azure_native/machinelearningservices/get_code_container.py +2 -2
  913. pulumi_azure_native/machinelearningservices/get_code_version.py +2 -2
  914. pulumi_azure_native/machinelearningservices/get_component_container.py +2 -2
  915. pulumi_azure_native/machinelearningservices/get_component_version.py +2 -2
  916. pulumi_azure_native/machinelearningservices/get_compute.py +2 -2
  917. pulumi_azure_native/machinelearningservices/get_compute_allowed_resize_sizes.py +2 -2
  918. pulumi_azure_native/machinelearningservices/get_connection_deployment.py +2 -2
  919. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist.py +2 -2
  920. pulumi_azure_native/machinelearningservices/get_connection_rai_blocklist_item.py +2 -2
  921. pulumi_azure_native/machinelearningservices/get_connection_rai_policy.py +2 -2
  922. pulumi_azure_native/machinelearningservices/get_data_container.py +2 -2
  923. pulumi_azure_native/machinelearningservices/get_data_version.py +2 -2
  924. pulumi_azure_native/machinelearningservices/get_datastore.py +2 -2
  925. pulumi_azure_native/machinelearningservices/get_endpoint_deployment.py +2 -2
  926. pulumi_azure_native/machinelearningservices/get_environment_container.py +2 -2
  927. pulumi_azure_native/machinelearningservices/get_environment_version.py +2 -2
  928. pulumi_azure_native/machinelearningservices/get_featureset_container_entity.py +2 -2
  929. pulumi_azure_native/machinelearningservices/get_featureset_version.py +2 -2
  930. pulumi_azure_native/machinelearningservices/get_featurestore_entity_container_entity.py +2 -2
  931. pulumi_azure_native/machinelearningservices/get_featurestore_entity_version.py +2 -2
  932. pulumi_azure_native/machinelearningservices/get_inference_endpoint.py +2 -2
  933. pulumi_azure_native/machinelearningservices/get_inference_group.py +2 -2
  934. pulumi_azure_native/machinelearningservices/get_inference_group_delta_models_status_async.py +2 -2
  935. pulumi_azure_native/machinelearningservices/get_inference_group_status.py +2 -2
  936. pulumi_azure_native/machinelearningservices/get_inference_pool.py +2 -2
  937. pulumi_azure_native/machinelearningservices/get_job.py +2 -2
  938. pulumi_azure_native/machinelearningservices/get_managed_network_settings_rule.py +2 -2
  939. pulumi_azure_native/machinelearningservices/get_marketplace_subscription.py +2 -2
  940. pulumi_azure_native/machinelearningservices/get_model_container.py +2 -2
  941. pulumi_azure_native/machinelearningservices/get_model_version.py +2 -2
  942. pulumi_azure_native/machinelearningservices/get_online_deployment.py +2 -2
  943. pulumi_azure_native/machinelearningservices/get_online_deployment_logs.py +2 -2
  944. pulumi_azure_native/machinelearningservices/get_online_endpoint.py +2 -2
  945. pulumi_azure_native/machinelearningservices/get_online_endpoint_token.py +2 -2
  946. pulumi_azure_native/machinelearningservices/get_outbound_rule.py +171 -0
  947. pulumi_azure_native/machinelearningservices/get_private_endpoint_connection.py +2 -2
  948. pulumi_azure_native/machinelearningservices/get_rai_policy.py +2 -2
  949. pulumi_azure_native/machinelearningservices/get_registry.py +2 -2
  950. pulumi_azure_native/machinelearningservices/get_registry_code_container.py +2 -2
  951. pulumi_azure_native/machinelearningservices/get_registry_code_version.py +2 -2
  952. pulumi_azure_native/machinelearningservices/get_registry_component_container.py +2 -2
  953. pulumi_azure_native/machinelearningservices/get_registry_component_version.py +2 -2
  954. pulumi_azure_native/machinelearningservices/get_registry_data_container.py +2 -2
  955. pulumi_azure_native/machinelearningservices/get_registry_data_version.py +2 -2
  956. pulumi_azure_native/machinelearningservices/get_registry_environment_container.py +2 -2
  957. pulumi_azure_native/machinelearningservices/get_registry_environment_version.py +2 -2
  958. pulumi_azure_native/machinelearningservices/get_registry_model_container.py +2 -2
  959. pulumi_azure_native/machinelearningservices/get_registry_model_version.py +2 -2
  960. pulumi_azure_native/machinelearningservices/get_schedule.py +2 -2
  961. pulumi_azure_native/machinelearningservices/get_serverless_endpoint.py +2 -2
  962. pulumi_azure_native/machinelearningservices/get_workspace.py +2 -2
  963. pulumi_azure_native/machinelearningservices/get_workspace_connection.py +2 -2
  964. pulumi_azure_native/machinelearningservices/inference_endpoint.py +3 -3
  965. pulumi_azure_native/machinelearningservices/inference_group.py +3 -3
  966. pulumi_azure_native/machinelearningservices/inference_pool.py +3 -3
  967. pulumi_azure_native/machinelearningservices/job.py +3 -3
  968. pulumi_azure_native/machinelearningservices/list_batch_endpoint_keys.py +2 -2
  969. pulumi_azure_native/machinelearningservices/list_compute_keys.py +2 -2
  970. pulumi_azure_native/machinelearningservices/list_compute_nodes.py +2 -2
  971. pulumi_azure_native/machinelearningservices/list_connection_all_models.py +2 -2
  972. pulumi_azure_native/machinelearningservices/list_datastore_secrets.py +2 -2
  973. pulumi_azure_native/machinelearningservices/list_endpoint_keys.py +2 -2
  974. pulumi_azure_native/machinelearningservices/list_inference_group_delta_models_async.py +2 -2
  975. pulumi_azure_native/machinelearningservices/list_online_endpoint_keys.py +2 -2
  976. pulumi_azure_native/machinelearningservices/list_serverless_endpoint_keys.py +2 -2
  977. pulumi_azure_native/machinelearningservices/list_workspace_connection_secrets.py +2 -2
  978. pulumi_azure_native/machinelearningservices/list_workspace_keys.py +2 -2
  979. pulumi_azure_native/machinelearningservices/list_workspace_notebook_access_token.py +2 -2
  980. pulumi_azure_native/machinelearningservices/list_workspace_notebook_keys.py +2 -2
  981. pulumi_azure_native/machinelearningservices/list_workspace_storage_account_keys.py +2 -2
  982. pulumi_azure_native/machinelearningservices/machine_learning_datastore.py +1 -1
  983. pulumi_azure_native/machinelearningservices/managed_network_settings_rule.py +3 -3
  984. pulumi_azure_native/machinelearningservices/marketplace_subscription.py +3 -3
  985. pulumi_azure_native/machinelearningservices/model_container.py +3 -3
  986. pulumi_azure_native/machinelearningservices/model_version.py +3 -3
  987. pulumi_azure_native/machinelearningservices/online_deployment.py +3 -3
  988. pulumi_azure_native/machinelearningservices/online_endpoint.py +3 -3
  989. pulumi_azure_native/machinelearningservices/outbound_rule.py +259 -0
  990. pulumi_azure_native/machinelearningservices/outputs.py +139 -0
  991. pulumi_azure_native/machinelearningservices/private_endpoint_connection.py +3 -3
  992. pulumi_azure_native/machinelearningservices/rai_policy.py +3 -3
  993. pulumi_azure_native/machinelearningservices/registry.py +3 -3
  994. pulumi_azure_native/machinelearningservices/registry_code_container.py +3 -3
  995. pulumi_azure_native/machinelearningservices/registry_code_version.py +3 -3
  996. pulumi_azure_native/machinelearningservices/registry_component_container.py +3 -3
  997. pulumi_azure_native/machinelearningservices/registry_component_version.py +3 -3
  998. pulumi_azure_native/machinelearningservices/registry_data_container.py +3 -3
  999. pulumi_azure_native/machinelearningservices/registry_data_version.py +3 -3
  1000. pulumi_azure_native/machinelearningservices/registry_environment_container.py +3 -3
  1001. pulumi_azure_native/machinelearningservices/registry_environment_version.py +3 -3
  1002. pulumi_azure_native/machinelearningservices/registry_model_container.py +3 -3
  1003. pulumi_azure_native/machinelearningservices/registry_model_version.py +3 -3
  1004. pulumi_azure_native/machinelearningservices/schedule.py +3 -3
  1005. pulumi_azure_native/machinelearningservices/serverless_endpoint.py +3 -3
  1006. pulumi_azure_native/machinelearningservices/workspace.py +3 -3
  1007. pulumi_azure_native/machinelearningservices/workspace_connection.py +3 -3
  1008. pulumi_azure_native/maintenance/configuration_assignment.py +14 -14
  1009. pulumi_azure_native/maintenance/configuration_assignment_parent.py +14 -14
  1010. pulumi_azure_native/maintenance/configuration_assignments_for_resource_group.py +8 -8
  1011. pulumi_azure_native/maintenance/configuration_assignments_for_subscription.py +5 -5
  1012. pulumi_azure_native/maintenance/get_configuration_assignment.py +11 -11
  1013. pulumi_azure_native/maintenance/get_configuration_assignment_parent.py +11 -11
  1014. pulumi_azure_native/maintenance/get_configuration_assignments_for_resource_group.py +7 -7
  1015. pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py +5 -5
  1016. pulumi_azure_native/maintenance/get_maintenance_configuration.py +12 -12
  1017. pulumi_azure_native/maintenance/maintenance_configuration.py +17 -17
  1018. pulumi_azure_native/migrate/aks_assessment_operation.py +3 -3
  1019. pulumi_azure_native/migrate/assessment.py +1 -1
  1020. pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
  1021. pulumi_azure_native/migrate/assessments_operation.py +3 -3
  1022. pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
  1023. pulumi_azure_native/migrate/get_aks_assessment_operation.py +2 -2
  1024. pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
  1025. pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
  1026. pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
  1027. pulumi_azure_native/migrate/get_groups_operation.py +2 -2
  1028. pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
  1029. pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
  1030. pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
  1031. pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
  1032. pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
  1033. pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
  1034. pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
  1035. pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +2 -2
  1036. pulumi_azure_native/migrate/get_web_app_collector_operation.py +2 -2
  1037. pulumi_azure_native/migrate/group.py +1 -1
  1038. pulumi_azure_native/migrate/groups_operation.py +3 -3
  1039. pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
  1040. pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
  1041. pulumi_azure_native/migrate/import_collector.py +1 -1
  1042. pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
  1043. pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
  1044. pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
  1045. pulumi_azure_native/migrate/project.py +1 -1
  1046. pulumi_azure_native/migrate/server_collector.py +1 -1
  1047. pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
  1048. pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
  1049. pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
  1050. pulumi_azure_native/migrate/v_mware_collector.py +1 -1
  1051. pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
  1052. pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +3 -3
  1053. pulumi_azure_native/migrate/web_app_collector_operation.py +3 -3
  1054. pulumi_azure_native/mongocluster/__init__.py +2 -0
  1055. pulumi_azure_native/mongocluster/_enums.py +40 -0
  1056. pulumi_azure_native/mongocluster/_inputs.py +210 -0
  1057. pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
  1058. pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
  1059. pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
  1060. pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
  1061. pulumi_azure_native/mongocluster/get_user.py +168 -0
  1062. pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
  1063. pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
  1064. pulumi_azure_native/mongocluster/outputs.py +176 -0
  1065. pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
  1066. pulumi_azure_native/mongocluster/user.py +237 -0
  1067. pulumi_azure_native/netapp/account.py +3 -3
  1068. pulumi_azure_native/netapp/backup.py +3 -3
  1069. pulumi_azure_native/netapp/backup_policy.py +3 -3
  1070. pulumi_azure_native/netapp/backup_vault.py +3 -3
  1071. pulumi_azure_native/netapp/capacity_pool.py +3 -3
  1072. pulumi_azure_native/netapp/capacity_pool_bucket.py +5 -1
  1073. pulumi_azure_native/netapp/capacity_pool_snapshot.py +3 -3
  1074. pulumi_azure_native/netapp/capacity_pool_subvolume.py +3 -3
  1075. pulumi_azure_native/netapp/capacity_pool_volume.py +3 -3
  1076. pulumi_azure_native/netapp/capacity_pool_volume_quota_rule.py +3 -3
  1077. pulumi_azure_native/netapp/get_account.py +2 -2
  1078. pulumi_azure_native/netapp/get_account_change_key_vault_information.py +2 -2
  1079. pulumi_azure_native/netapp/get_backup.py +2 -2
  1080. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  1081. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  1082. pulumi_azure_native/netapp/get_capacity_pool.py +2 -2
  1083. pulumi_azure_native/netapp/get_capacity_pool_bucket.py +4 -0
  1084. pulumi_azure_native/netapp/get_capacity_pool_snapshot.py +2 -2
  1085. pulumi_azure_native/netapp/get_capacity_pool_subvolume.py +2 -2
  1086. pulumi_azure_native/netapp/get_capacity_pool_subvolume_metadata.py +2 -2
  1087. pulumi_azure_native/netapp/get_capacity_pool_volume.py +2 -2
  1088. pulumi_azure_native/netapp/get_capacity_pool_volume_group_id_for_ldap_user.py +2 -2
  1089. pulumi_azure_native/netapp/get_capacity_pool_volume_quota_rule.py +2 -2
  1090. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  1091. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  1092. pulumi_azure_native/netapp/list_capacity_pool_volume_quota_report.py +2 -2
  1093. pulumi_azure_native/netapp/list_capacity_pool_volume_replications.py +2 -2
  1094. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  1095. pulumi_azure_native/netapp/volume_group.py +3 -3
  1096. pulumi_azure_native/network/get_network_manager_routing_configuration.py +2 -2
  1097. pulumi_azure_native/network/get_routing_rule.py +2 -2
  1098. pulumi_azure_native/network/get_routing_rule_collection.py +2 -2
  1099. pulumi_azure_native/network/network_manager_routing_configuration.py +3 -3
  1100. pulumi_azure_native/network/routing_rule.py +3 -3
  1101. pulumi_azure_native/network/routing_rule_collection.py +3 -3
  1102. pulumi_azure_native/notificationhubs/_inputs.py +9 -9
  1103. pulumi_azure_native/notificationhubs/get_namespace.py +4 -4
  1104. pulumi_azure_native/notificationhubs/get_namespace_authorization_rule.py +4 -10
  1105. pulumi_azure_native/notificationhubs/get_namespace_pns_credentials.py +3 -5
  1106. pulumi_azure_native/notificationhubs/get_notification_hub.py +2 -2
  1107. pulumi_azure_native/notificationhubs/get_notification_hub_authorization_rule.py +4 -10
  1108. pulumi_azure_native/notificationhubs/get_notification_hub_pns_credentials.py +3 -5
  1109. pulumi_azure_native/notificationhubs/get_private_endpoint_connection.py +4 -2
  1110. pulumi_azure_native/notificationhubs/list_namespace_keys.py +3 -3
  1111. pulumi_azure_native/notificationhubs/list_notification_hub_keys.py +3 -3
  1112. pulumi_azure_native/notificationhubs/namespace.py +10 -2
  1113. pulumi_azure_native/notificationhubs/namespace_authorization_rule.py +8 -24
  1114. pulumi_azure_native/notificationhubs/notification_hub_authorization_rule.py +8 -24
  1115. pulumi_azure_native/notificationhubs/outputs.py +10 -10
  1116. pulumi_azure_native/onlineexperimentation/__init__.py +2 -0
  1117. pulumi_azure_native/onlineexperimentation/_enums.py +11 -0
  1118. pulumi_azure_native/onlineexperimentation/_inputs.py +115 -0
  1119. pulumi_azure_native/onlineexperimentation/get_online_experimentation_workspace.py +4 -0
  1120. pulumi_azure_native/onlineexperimentation/get_private_endpoint_connection.py +168 -0
  1121. pulumi_azure_native/onlineexperimentation/online_experimentation_workspace.py +5 -1
  1122. pulumi_azure_native/onlineexperimentation/outputs.py +168 -0
  1123. pulumi_azure_native/onlineexperimentation/private_endpoint_connection.py +237 -0
  1124. pulumi_azure_native/orbital/__init__.py +2 -0
  1125. pulumi_azure_native/orbital/_enums.py +48 -0
  1126. pulumi_azure_native/orbital/_inputs.py +119 -0
  1127. pulumi_azure_native/orbital/geo_catalog.py +307 -0
  1128. pulumi_azure_native/orbital/get_geo_catalog.py +208 -0
  1129. pulumi_azure_native/orbital/outputs.py +214 -0
  1130. pulumi_azure_native/peering/connection_monitor_test.py +5 -1
  1131. pulumi_azure_native/peering/get_connection_monitor_test.py +4 -0
  1132. pulumi_azure_native/peering/get_peer_asn.py +4 -0
  1133. pulumi_azure_native/peering/get_peering.py +4 -0
  1134. pulumi_azure_native/peering/get_peering_service.py +4 -0
  1135. pulumi_azure_native/peering/get_prefix.py +4 -0
  1136. pulumi_azure_native/peering/get_registered_asn.py +4 -0
  1137. pulumi_azure_native/peering/get_registered_prefix.py +4 -0
  1138. pulumi_azure_native/peering/peer_asn.py +5 -1
  1139. pulumi_azure_native/peering/peering.py +5 -1
  1140. pulumi_azure_native/peering/peering_service.py +5 -1
  1141. pulumi_azure_native/peering/prefix.py +5 -1
  1142. pulumi_azure_native/peering/registered_asn.py +5 -1
  1143. pulumi_azure_native/peering/registered_prefix.py +5 -1
  1144. pulumi_azure_native/powerbidedicated/_enums.py +0 -12
  1145. pulumi_azure_native/powerbidedicated/_inputs.py +0 -138
  1146. pulumi_azure_native/powerbidedicated/auto_scale_v_core.py +16 -35
  1147. pulumi_azure_native/powerbidedicated/capacity_details.py +19 -38
  1148. pulumi_azure_native/powerbidedicated/get_auto_scale_v_core.py +9 -9
  1149. pulumi_azure_native/powerbidedicated/get_capacity_details.py +9 -9
  1150. pulumi_azure_native/powerbidedicated/outputs.py +10 -10
  1151. pulumi_azure_native/privatedns/get_private_record_set.py +21 -7
  1152. pulumi_azure_native/privatedns/get_private_zone.py +20 -5
  1153. pulumi_azure_native/privatedns/get_virtual_network_link.py +19 -5
  1154. pulumi_azure_native/privatedns/outputs.py +111 -0
  1155. pulumi_azure_native/privatedns/private_record_set.py +20 -10
  1156. pulumi_azure_native/privatedns/private_zone.py +15 -4
  1157. pulumi_azure_native/privatedns/virtual_network_link.py +14 -4
  1158. pulumi_azure_native/providerhub/__init__.py +6 -0
  1159. pulumi_azure_native/providerhub/_enums.py +625 -17
  1160. pulumi_azure_native/providerhub/_inputs.py +8443 -1196
  1161. pulumi_azure_native/providerhub/authorized_application.py +204 -0
  1162. pulumi_azure_native/providerhub/custom_rollout.py +213 -0
  1163. pulumi_azure_native/providerhub/default_rollout.py +7 -7
  1164. pulumi_azure_native/providerhub/get_authorized_application.py +156 -0
  1165. pulumi_azure_native/providerhub/get_custom_rollout.py +159 -0
  1166. pulumi_azure_native/providerhub/get_default_rollout.py +9 -8
  1167. pulumi_azure_native/providerhub/get_notification_registration.py +9 -8
  1168. pulumi_azure_native/providerhub/get_provider_monitor_setting.py +184 -0
  1169. pulumi_azure_native/providerhub/get_provider_registration.py +24 -6
  1170. pulumi_azure_native/providerhub/get_resource_type_registration.py +24 -6
  1171. pulumi_azure_native/providerhub/get_skus.py +8 -4
  1172. pulumi_azure_native/providerhub/get_skus_nested_resource_type_first.py +8 -4
  1173. pulumi_azure_native/providerhub/get_skus_nested_resource_type_second.py +8 -4
  1174. pulumi_azure_native/providerhub/get_skus_nested_resource_type_third.py +8 -4
  1175. pulumi_azure_native/providerhub/notification_registration.py +7 -7
  1176. pulumi_azure_native/providerhub/operation_by_provider_registration.py +18 -3
  1177. pulumi_azure_native/providerhub/outputs.py +7550 -1680
  1178. pulumi_azure_native/providerhub/provider_monitor_setting.py +246 -0
  1179. pulumi_azure_native/providerhub/provider_registration.py +42 -5
  1180. pulumi_azure_native/providerhub/resource_type_registration.py +42 -5
  1181. pulumi_azure_native/providerhub/skus.py +8 -4
  1182. pulumi_azure_native/providerhub/skus_nested_resource_type_first.py +8 -4
  1183. pulumi_azure_native/providerhub/skus_nested_resource_type_second.py +8 -4
  1184. pulumi_azure_native/providerhub/skus_nested_resource_type_third.py +8 -4
  1185. pulumi_azure_native/pulumi-plugin.json +1 -1
  1186. pulumi_azure_native/quota/get_group_quota.py +2 -2
  1187. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  1188. pulumi_azure_native/quota/group_quota.py +3 -3
  1189. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  1190. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  1191. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  1192. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  1193. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  1194. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  1195. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +2 -2
  1196. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  1197. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  1198. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  1199. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  1200. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  1201. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  1202. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  1203. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  1204. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  1205. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  1206. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +3 -3
  1207. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  1208. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  1209. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  1210. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  1211. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  1212. pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
  1213. pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
  1214. pulumi_azure_native/security/assessment.py +3 -3
  1215. pulumi_azure_native/security/assessment_metadata_in_subscription.py +3 -3
  1216. pulumi_azure_native/security/assessments_metadata_subscription.py +1 -1
  1217. pulumi_azure_native/security/defender_for_storage.py +3 -3
  1218. pulumi_azure_native/security/get_assessment.py +2 -2
  1219. pulumi_azure_native/security/get_assessment_metadata_in_subscription.py +2 -2
  1220. pulumi_azure_native/security/get_defender_for_storage.py +2 -2
  1221. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  1222. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  1223. pulumi_azure_native/securityinsights/action.py +3 -3
  1224. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  1225. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  1226. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  1227. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  1228. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  1229. pulumi_azure_native/securityinsights/content_package.py +3 -3
  1230. pulumi_azure_native/securityinsights/content_template.py +3 -3
  1231. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  1232. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  1233. pulumi_azure_native/securityinsights/get_action.py +2 -2
  1234. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  1235. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  1236. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  1237. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  1238. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  1239. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  1240. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  1241. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  1242. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  1243. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  1244. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  1245. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  1246. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  1247. pulumi_azure_native/securityinsights/incident.py +3 -3
  1248. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  1249. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  1250. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  1251. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  1252. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  1253. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  1254. pulumi_azure_native/securityinsights/metadata.py +3 -3
  1255. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  1256. pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
  1257. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  1258. pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  1259. pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
  1260. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  1261. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  1262. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  1263. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  1264. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  1265. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  1266. pulumi_azure_native/servicebus/get_namespace.py +1 -1
  1267. pulumi_azure_native/servicebus/namespace.py +4 -4
  1268. pulumi_azure_native/signalrservice/get_signal_r.py +2 -2
  1269. pulumi_azure_native/signalrservice/get_signal_r_custom_certificate.py +2 -2
  1270. pulumi_azure_native/signalrservice/get_signal_r_custom_domain.py +2 -2
  1271. pulumi_azure_native/signalrservice/get_signal_r_private_endpoint_connection.py +2 -2
  1272. pulumi_azure_native/signalrservice/get_signal_r_replica.py +2 -2
  1273. pulumi_azure_native/signalrservice/get_signal_r_shared_private_link_resource.py +2 -2
  1274. pulumi_azure_native/signalrservice/list_signal_r_keys.py +2 -2
  1275. pulumi_azure_native/signalrservice/signal_r.py +3 -3
  1276. pulumi_azure_native/signalrservice/signal_r_custom_certificate.py +3 -3
  1277. pulumi_azure_native/signalrservice/signal_r_custom_domain.py +3 -3
  1278. pulumi_azure_native/signalrservice/signal_r_private_endpoint_connection.py +3 -3
  1279. pulumi_azure_native/signalrservice/signal_r_replica.py +3 -3
  1280. pulumi_azure_native/signalrservice/signal_r_shared_private_link_resource.py +3 -3
  1281. pulumi_azure_native/sql/__init__.py +2 -0
  1282. pulumi_azure_native/sql/backup_long_term_retention_policy.py +1 -1
  1283. pulumi_azure_native/sql/backup_short_term_retention_policy.py +3 -3
  1284. pulumi_azure_native/sql/data_masking_policy.py +3 -3
  1285. pulumi_azure_native/sql/database.py +3 -3
  1286. pulumi_azure_native/sql/database_advisor.py +3 -3
  1287. pulumi_azure_native/sql/database_blob_auditing_policy.py +3 -3
  1288. pulumi_azure_native/sql/database_security_alert_policy.py +3 -3
  1289. pulumi_azure_native/sql/database_sql_vulnerability_assessment_rule_baseline.py +3 -3
  1290. pulumi_azure_native/sql/database_threat_detection_policy.py +1 -1
  1291. pulumi_azure_native/sql/database_vulnerability_assessment.py +3 -3
  1292. pulumi_azure_native/sql/database_vulnerability_assessment_rule_baseline.py +3 -3
  1293. pulumi_azure_native/sql/distributed_availability_group.py +3 -3
  1294. pulumi_azure_native/sql/elastic_pool.py +3 -3
  1295. pulumi_azure_native/sql/encryption_protector.py +3 -3
  1296. pulumi_azure_native/sql/extended_database_blob_auditing_policy.py +3 -3
  1297. pulumi_azure_native/sql/extended_server_blob_auditing_policy.py +3 -3
  1298. pulumi_azure_native/sql/failover_group.py +3 -3
  1299. pulumi_azure_native/sql/firewall_rule.py +3 -3
  1300. pulumi_azure_native/sql/geo_backup_policy.py +3 -3
  1301. pulumi_azure_native/sql/get_backup_short_term_retention_policy.py +2 -2
  1302. pulumi_azure_native/sql/get_data_masking_policy.py +2 -2
  1303. pulumi_azure_native/sql/get_database.py +2 -2
  1304. pulumi_azure_native/sql/get_database_advisor.py +2 -2
  1305. pulumi_azure_native/sql/get_database_blob_auditing_policy.py +2 -2
  1306. pulumi_azure_native/sql/get_database_security_alert_policy.py +2 -2
  1307. pulumi_azure_native/sql/get_database_sql_vulnerability_assessment_rule_baseline.py +2 -2
  1308. pulumi_azure_native/sql/get_database_vulnerability_assessment.py +2 -2
  1309. pulumi_azure_native/sql/get_database_vulnerability_assessment_rule_baseline.py +2 -2
  1310. pulumi_azure_native/sql/get_distributed_availability_group.py +2 -2
  1311. pulumi_azure_native/sql/get_elastic_pool.py +2 -2
  1312. pulumi_azure_native/sql/get_encryption_protector.py +2 -2
  1313. pulumi_azure_native/sql/get_extended_database_blob_auditing_policy.py +2 -2
  1314. pulumi_azure_native/sql/get_extended_server_blob_auditing_policy.py +2 -2
  1315. pulumi_azure_native/sql/get_failover_group.py +2 -2
  1316. pulumi_azure_native/sql/get_firewall_rule.py +2 -2
  1317. pulumi_azure_native/sql/get_geo_backup_policy.py +2 -2
  1318. pulumi_azure_native/sql/get_i_pv6_firewall_rule.py +2 -2
  1319. pulumi_azure_native/sql/get_instance_failover_group.py +2 -2
  1320. pulumi_azure_native/sql/get_instance_pool.py +2 -2
  1321. pulumi_azure_native/sql/get_job.py +2 -2
  1322. pulumi_azure_native/sql/get_job_agent.py +2 -2
  1323. pulumi_azure_native/sql/get_job_credential.py +2 -2
  1324. pulumi_azure_native/sql/get_job_private_endpoint.py +2 -2
  1325. pulumi_azure_native/sql/get_job_step.py +2 -2
  1326. pulumi_azure_native/sql/get_job_target_group.py +2 -2
  1327. pulumi_azure_native/sql/get_long_term_retention_policy.py +2 -2
  1328. pulumi_azure_native/sql/get_managed_database.py +2 -2
  1329. pulumi_azure_native/sql/get_managed_database_sensitivity_label.py +2 -2
  1330. pulumi_azure_native/sql/get_managed_database_vulnerability_assessment.py +2 -2
  1331. pulumi_azure_native/sql/get_managed_database_vulnerability_assessment_rule_baseline.py +2 -2
  1332. pulumi_azure_native/sql/get_managed_instance.py +2 -2
  1333. pulumi_azure_native/sql/get_managed_instance_administrator.py +2 -2
  1334. pulumi_azure_native/sql/get_managed_instance_azure_ad_only_authentication.py +2 -2
  1335. pulumi_azure_native/sql/get_managed_instance_key.py +2 -2
  1336. pulumi_azure_native/sql/get_managed_instance_long_term_retention_policy.py +2 -2
  1337. pulumi_azure_native/sql/get_managed_instance_private_endpoint_connection.py +2 -2
  1338. pulumi_azure_native/sql/get_managed_instance_vulnerability_assessment.py +2 -2
  1339. pulumi_azure_native/sql/get_managed_server_dns_alias.py +2 -2
  1340. pulumi_azure_native/sql/get_outbound_firewall_rule.py +2 -2
  1341. pulumi_azure_native/sql/get_private_endpoint_connection.py +2 -2
  1342. pulumi_azure_native/sql/get_replication_link.py +2 -2
  1343. pulumi_azure_native/sql/get_sensitivity_label.py +2 -2
  1344. pulumi_azure_native/sql/get_server.py +2 -2
  1345. pulumi_azure_native/sql/get_server_advisor.py +2 -2
  1346. pulumi_azure_native/sql/get_server_azure_ad_administrator.py +2 -2
  1347. pulumi_azure_native/sql/get_server_azure_ad_only_authentication.py +2 -2
  1348. pulumi_azure_native/sql/get_server_blob_auditing_policy.py +2 -2
  1349. pulumi_azure_native/sql/get_server_dns_alias.py +2 -2
  1350. pulumi_azure_native/sql/get_server_key.py +2 -2
  1351. pulumi_azure_native/sql/get_server_security_alert_policy.py +2 -2
  1352. pulumi_azure_native/sql/get_server_trust_certificate.py +2 -2
  1353. pulumi_azure_native/sql/get_server_trust_group.py +2 -2
  1354. pulumi_azure_native/sql/get_server_vulnerability_assessment.py +2 -2
  1355. pulumi_azure_native/sql/get_sql_vulnerability_assessment_rule_baseline.py +2 -2
  1356. pulumi_azure_native/sql/get_sql_vulnerability_assessments_setting.py +2 -2
  1357. pulumi_azure_native/sql/get_start_stop_managed_instance_schedule.py +2 -2
  1358. pulumi_azure_native/sql/get_sync_agent.py +2 -2
  1359. pulumi_azure_native/sql/get_sync_group.py +2 -2
  1360. pulumi_azure_native/sql/get_sync_member.py +2 -2
  1361. pulumi_azure_native/sql/get_transparent_data_encryption.py +2 -2
  1362. pulumi_azure_native/sql/get_virtual_cluster.py +203 -0
  1363. pulumi_azure_native/sql/get_virtual_network_rule.py +2 -2
  1364. pulumi_azure_native/sql/get_workload_classifier.py +2 -2
  1365. pulumi_azure_native/sql/get_workload_group.py +2 -2
  1366. pulumi_azure_native/sql/i_pv6_firewall_rule.py +3 -3
  1367. pulumi_azure_native/sql/instance_failover_group.py +3 -3
  1368. pulumi_azure_native/sql/instance_pool.py +3 -3
  1369. pulumi_azure_native/sql/job.py +3 -3
  1370. pulumi_azure_native/sql/job_agent.py +3 -3
  1371. pulumi_azure_native/sql/job_credential.py +3 -3
  1372. pulumi_azure_native/sql/job_private_endpoint.py +3 -3
  1373. pulumi_azure_native/sql/job_step.py +3 -3
  1374. pulumi_azure_native/sql/job_target_group.py +3 -3
  1375. pulumi_azure_native/sql/long_term_retention_policy.py +3 -3
  1376. pulumi_azure_native/sql/managed_database.py +3 -3
  1377. pulumi_azure_native/sql/managed_database_sensitivity_label.py +3 -3
  1378. pulumi_azure_native/sql/managed_database_vulnerability_assessment.py +3 -3
  1379. pulumi_azure_native/sql/managed_database_vulnerability_assessment_rule_baseline.py +3 -3
  1380. pulumi_azure_native/sql/managed_instance.py +3 -3
  1381. pulumi_azure_native/sql/managed_instance_administrator.py +3 -3
  1382. pulumi_azure_native/sql/managed_instance_azure_ad_only_authentication.py +3 -3
  1383. pulumi_azure_native/sql/managed_instance_key.py +3 -3
  1384. pulumi_azure_native/sql/managed_instance_long_term_retention_policy.py +3 -3
  1385. pulumi_azure_native/sql/managed_instance_private_endpoint_connection.py +3 -3
  1386. pulumi_azure_native/sql/managed_instance_vulnerability_assessment.py +3 -3
  1387. pulumi_azure_native/sql/managed_server_dns_alias.py +3 -3
  1388. pulumi_azure_native/sql/outbound_firewall_rule.py +3 -3
  1389. pulumi_azure_native/sql/private_endpoint_connection.py +3 -3
  1390. pulumi_azure_native/sql/replication_link.py +3 -3
  1391. pulumi_azure_native/sql/sensitivity_label.py +3 -3
  1392. pulumi_azure_native/sql/server.py +3 -3
  1393. pulumi_azure_native/sql/server_advisor.py +3 -3
  1394. pulumi_azure_native/sql/server_azure_ad_administrator.py +3 -3
  1395. pulumi_azure_native/sql/server_azure_ad_only_authentication.py +3 -3
  1396. pulumi_azure_native/sql/server_blob_auditing_policy.py +3 -3
  1397. pulumi_azure_native/sql/server_dns_alias.py +3 -3
  1398. pulumi_azure_native/sql/server_key.py +3 -3
  1399. pulumi_azure_native/sql/server_security_alert_policy.py +3 -3
  1400. pulumi_azure_native/sql/server_trust_certificate.py +3 -3
  1401. pulumi_azure_native/sql/server_trust_group.py +3 -3
  1402. pulumi_azure_native/sql/server_vulnerability_assessment.py +3 -3
  1403. pulumi_azure_native/sql/sql_vulnerability_assessment_rule_baseline.py +3 -3
  1404. pulumi_azure_native/sql/sql_vulnerability_assessments_setting.py +3 -3
  1405. pulumi_azure_native/sql/start_stop_managed_instance_schedule.py +3 -3
  1406. pulumi_azure_native/sql/sync_agent.py +3 -3
  1407. pulumi_azure_native/sql/sync_group.py +3 -3
  1408. pulumi_azure_native/sql/sync_member.py +3 -3
  1409. pulumi_azure_native/sql/transparent_data_encryption.py +3 -3
  1410. pulumi_azure_native/sql/virtual_cluster.py +281 -0
  1411. pulumi_azure_native/sql/virtual_network_rule.py +3 -3
  1412. pulumi_azure_native/sql/workload_classifier.py +3 -3
  1413. pulumi_azure_native/sql/workload_group.py +3 -3
  1414. pulumi_azure_native/sqlvirtualmachine/availability_group_listener.py +6 -6
  1415. pulumi_azure_native/sqlvirtualmachine/get_availability_group_listener.py +6 -6
  1416. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine.py +7 -7
  1417. pulumi_azure_native/sqlvirtualmachine/get_sql_virtual_machine_group.py +7 -7
  1418. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine.py +10 -10
  1419. pulumi_azure_native/sqlvirtualmachine/sql_virtual_machine_group.py +10 -10
  1420. pulumi_azure_native/storage/_inputs.py +3 -3
  1421. pulumi_azure_native/storage/blob_container.py +3 -3
  1422. pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
  1423. pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
  1424. pulumi_azure_native/storage/blob_service_properties.py +3 -3
  1425. pulumi_azure_native/storage/encryption_scope.py +3 -3
  1426. pulumi_azure_native/storage/file_service_properties.py +3 -3
  1427. pulumi_azure_native/storage/file_share.py +3 -3
  1428. pulumi_azure_native/storage/get_blob_container.py +2 -2
  1429. pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
  1430. pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
  1431. pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
  1432. pulumi_azure_native/storage/get_encryption_scope.py +2 -2
  1433. pulumi_azure_native/storage/get_file_service_properties.py +2 -2
  1434. pulumi_azure_native/storage/get_file_share.py +2 -2
  1435. pulumi_azure_native/storage/get_local_user.py +2 -2
  1436. pulumi_azure_native/storage/get_management_policy.py +2 -2
  1437. pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
  1438. pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
  1439. pulumi_azure_native/storage/get_queue.py +2 -2
  1440. pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
  1441. pulumi_azure_native/storage/get_storage_account.py +2 -2
  1442. pulumi_azure_native/storage/get_storage_task_assignment.py +2 -2
  1443. pulumi_azure_native/storage/get_table.py +2 -2
  1444. pulumi_azure_native/storage/get_table_service_properties.py +2 -2
  1445. pulumi_azure_native/storage/list_local_user_keys.py +2 -2
  1446. pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
  1447. pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
  1448. pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
  1449. pulumi_azure_native/storage/local_user.py +3 -3
  1450. pulumi_azure_native/storage/management_policy.py +3 -3
  1451. pulumi_azure_native/storage/object_replication_policy.py +3 -3
  1452. pulumi_azure_native/storage/outputs.py +2 -2
  1453. pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
  1454. pulumi_azure_native/storage/queue.py +3 -3
  1455. pulumi_azure_native/storage/queue_service_properties.py +3 -3
  1456. pulumi_azure_native/storage/storage_account.py +3 -3
  1457. pulumi_azure_native/storage/storage_task_assignment.py +3 -3
  1458. pulumi_azure_native/storage/table.py +3 -3
  1459. pulumi_azure_native/storage/table_service_properties.py +3 -3
  1460. pulumi_azure_native/storagediscovery/__init__.py +13 -0
  1461. pulumi_azure_native/storagediscovery/_enums.py +38 -0
  1462. pulumi_azure_native/storagediscovery/_inputs.py +217 -0
  1463. pulumi_azure_native/storagediscovery/get_storage_discovery_workspace.py +190 -0
  1464. pulumi_azure_native/storagediscovery/outputs.py +302 -0
  1465. pulumi_azure_native/storagediscovery/storage_discovery_workspace.py +274 -0
  1466. pulumi_azure_native/storagemover/_inputs.py +5 -5
  1467. pulumi_azure_native/storagemover/agent.py +1 -1
  1468. pulumi_azure_native/storagemover/get_agent.py +1 -1
  1469. pulumi_azure_native/storagemover/outputs.py +5 -5
  1470. pulumi_azure_native/trafficmanager/endpoint.py +3 -3
  1471. pulumi_azure_native/trafficmanager/get_endpoint.py +2 -2
  1472. pulumi_azure_native/trafficmanager/get_profile.py +2 -2
  1473. pulumi_azure_native/trafficmanager/get_traffic_manager_user_metrics_key.py +2 -2
  1474. pulumi_azure_native/trafficmanager/profile.py +3 -3
  1475. pulumi_azure_native/trafficmanager/traffic_manager_user_metrics_key.py +3 -3
  1476. pulumi_azure_native/web/__init__.py +4 -0
  1477. pulumi_azure_native/web/app_service_environment.py +3 -3
  1478. pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
  1479. pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
  1480. pulumi_azure_native/web/app_service_plan.py +3 -3
  1481. pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
  1482. pulumi_azure_native/web/certificate.py +3 -3
  1483. pulumi_azure_native/web/get_app_service_environment.py +2 -2
  1484. pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
  1485. pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
  1486. pulumi_azure_native/web/get_app_service_plan.py +2 -2
  1487. pulumi_azure_native/web/get_certificate.py +2 -2
  1488. pulumi_azure_native/web/get_kube_environment.py +2 -2
  1489. pulumi_azure_native/web/get_site_certificate.py +476 -0
  1490. pulumi_azure_native/web/get_site_certificate_slot.py +482 -0
  1491. pulumi_azure_native/web/get_static_site.py +2 -2
  1492. pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
  1493. pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
  1494. pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
  1495. pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
  1496. pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
  1497. pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
  1498. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
  1499. pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
  1500. pulumi_azure_native/web/get_web_app.py +2 -2
  1501. pulumi_azure_native/web/get_web_app_deployment.py +2 -2
  1502. pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
  1503. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
  1504. pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +2 -2
  1505. pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
  1506. pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
  1507. pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
  1508. pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +2 -2
  1509. pulumi_azure_native/web/get_web_app_function.py +2 -2
  1510. pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
  1511. pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
  1512. pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
  1513. pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
  1514. pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
  1515. pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
  1516. pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
  1517. pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
  1518. pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
  1519. pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
  1520. pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
  1521. pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
  1522. pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
  1523. pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
  1524. pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +2 -2
  1525. pulumi_azure_native/web/get_web_app_site_container.py +2 -2
  1526. pulumi_azure_native/web/get_web_app_site_container_slot.py +2 -2
  1527. pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
  1528. pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
  1529. pulumi_azure_native/web/get_web_app_slot.py +2 -2
  1530. pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
  1531. pulumi_azure_native/web/get_web_app_source_control.py +2 -2
  1532. pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
  1533. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
  1534. pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
  1535. pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
  1536. pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
  1537. pulumi_azure_native/web/kube_environment.py +3 -3
  1538. pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
  1539. pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
  1540. pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
  1541. pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
  1542. pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
  1543. pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
  1544. pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
  1545. pulumi_azure_native/web/list_static_site_secrets.py +2 -2
  1546. pulumi_azure_native/web/list_static_site_users.py +2 -2
  1547. pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
  1548. pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
  1549. pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
  1550. pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
  1551. pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
  1552. pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
  1553. pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
  1554. pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
  1555. pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
  1556. pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
  1557. pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
  1558. pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
  1559. pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
  1560. pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
  1561. pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
  1562. pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
  1563. pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
  1564. pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
  1565. pulumi_azure_native/web/list_web_app_metadata.py +2 -2
  1566. pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
  1567. pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
  1568. pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
  1569. pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
  1570. pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
  1571. pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
  1572. pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
  1573. pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
  1574. pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
  1575. pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
  1576. pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
  1577. pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
  1578. pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
  1579. pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
  1580. pulumi_azure_native/web/site_certificate.py +644 -0
  1581. pulumi_azure_native/web/site_certificate_slot.py +665 -0
  1582. pulumi_azure_native/web/static_site.py +3 -3
  1583. pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
  1584. pulumi_azure_native/web/static_site_custom_domain.py +3 -3
  1585. pulumi_azure_native/web/static_site_database_connection.py +3 -3
  1586. pulumi_azure_native/web/static_site_linked_backend.py +3 -3
  1587. pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
  1588. pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
  1589. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
  1590. pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
  1591. pulumi_azure_native/web/web_app.py +3 -3
  1592. pulumi_azure_native/web/web_app_application_settings.py +3 -3
  1593. pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
  1594. pulumi_azure_native/web/web_app_auth_settings.py +3 -3
  1595. pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
  1596. pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
  1597. pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
  1598. pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
  1599. pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
  1600. pulumi_azure_native/web/web_app_connection_strings.py +3 -3
  1601. pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
  1602. pulumi_azure_native/web/web_app_deployment.py +3 -3
  1603. pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
  1604. pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
  1605. pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +3 -3
  1606. pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
  1607. pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
  1608. pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
  1609. pulumi_azure_native/web/web_app_ftp_allowed_slot.py +3 -3
  1610. pulumi_azure_native/web/web_app_function.py +3 -3
  1611. pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
  1612. pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
  1613. pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
  1614. pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
  1615. pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
  1616. pulumi_azure_native/web/web_app_metadata.py +3 -3
  1617. pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
  1618. pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
  1619. pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
  1620. pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
  1621. pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
  1622. pulumi_azure_native/web/web_app_public_certificate.py +3 -3
  1623. pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
  1624. pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
  1625. pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
  1626. pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
  1627. pulumi_azure_native/web/web_app_scm_allowed_slot.py +3 -3
  1628. pulumi_azure_native/web/web_app_site_container.py +3 -3
  1629. pulumi_azure_native/web/web_app_site_container_slot.py +3 -3
  1630. pulumi_azure_native/web/web_app_site_extension.py +3 -3
  1631. pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
  1632. pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
  1633. pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
  1634. pulumi_azure_native/web/web_app_slot.py +3 -3
  1635. pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
  1636. pulumi_azure_native/web/web_app_source_control.py +3 -3
  1637. pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
  1638. pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
  1639. pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
  1640. pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
  1641. pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
  1642. pulumi_azure_native/webpubsub/get_web_pub_sub.py +2 -2
  1643. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_certificate.py +2 -2
  1644. pulumi_azure_native/webpubsub/get_web_pub_sub_custom_domain.py +2 -2
  1645. pulumi_azure_native/webpubsub/get_web_pub_sub_hub.py +2 -2
  1646. pulumi_azure_native/webpubsub/get_web_pub_sub_private_endpoint_connection.py +2 -2
  1647. pulumi_azure_native/webpubsub/get_web_pub_sub_replica.py +2 -2
  1648. pulumi_azure_native/webpubsub/get_web_pub_sub_shared_private_link_resource.py +2 -2
  1649. pulumi_azure_native/webpubsub/list_web_pub_sub_keys.py +2 -2
  1650. pulumi_azure_native/webpubsub/web_pub_sub.py +3 -3
  1651. pulumi_azure_native/webpubsub/web_pub_sub_custom_certificate.py +3 -3
  1652. pulumi_azure_native/webpubsub/web_pub_sub_custom_domain.py +3 -3
  1653. pulumi_azure_native/webpubsub/web_pub_sub_hub.py +3 -3
  1654. pulumi_azure_native/webpubsub/web_pub_sub_private_endpoint_connection.py +3 -3
  1655. pulumi_azure_native/webpubsub/web_pub_sub_replica.py +3 -3
  1656. pulumi_azure_native/webpubsub/web_pub_sub_shared_private_link_resource.py +3 -3
  1657. pulumi_azure_native/widget/__init__.py +12 -0
  1658. pulumi_azure_native/widget/_inputs.py +100 -0
  1659. pulumi_azure_native/widget/employee.py +277 -0
  1660. pulumi_azure_native/widget/get_employee.py +194 -0
  1661. pulumi_azure_native/widget/outputs.py +207 -0
  1662. {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/METADATA +1 -1
  1663. {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/RECORD +1665 -1581
  1664. pulumi_azure_native/media/__init__.py +0 -50
  1665. pulumi_azure_native/media/_enums.py +0 -1021
  1666. pulumi_azure_native/media/_inputs.py +0 -11024
  1667. pulumi_azure_native/media/account_filter.py +0 -299
  1668. pulumi_azure_native/media/asset.py +0 -395
  1669. pulumi_azure_native/media/asset_filter.py +0 -320
  1670. pulumi_azure_native/media/content_key_policy.py +0 -301
  1671. pulumi_azure_native/media/get_account_filter.py +0 -200
  1672. pulumi_azure_native/media/get_asset.py +0 -284
  1673. pulumi_azure_native/media/get_asset_encryption_key.py +0 -116
  1674. pulumi_azure_native/media/get_asset_filter.py +0 -206
  1675. pulumi_azure_native/media/get_content_key_policy.py +0 -228
  1676. pulumi_azure_native/media/get_content_key_policy_properties_with_secrets.py +0 -158
  1677. pulumi_azure_native/media/get_job.py +0 -304
  1678. pulumi_azure_native/media/get_live_event.py +0 -368
  1679. pulumi_azure_native/media/get_live_event_status.py +0 -98
  1680. pulumi_azure_native/media/get_live_event_stream_events.py +0 -98
  1681. pulumi_azure_native/media/get_live_event_track_ingest_heartbeats.py +0 -98
  1682. pulumi_azure_native/media/get_live_output.py +0 -318
  1683. pulumi_azure_native/media/get_media_service.py +0 -317
  1684. pulumi_azure_native/media/get_private_endpoint_connection.py +0 -184
  1685. pulumi_azure_native/media/get_streaming_endpoint.py +0 -424
  1686. pulumi_azure_native/media/get_streaming_locator.py +0 -298
  1687. pulumi_azure_native/media/get_streaming_policy.py +0 -242
  1688. pulumi_azure_native/media/get_transform.py +0 -214
  1689. pulumi_azure_native/media/job.py +0 -430
  1690. pulumi_azure_native/media/list_asset_container_sas.py +0 -114
  1691. pulumi_azure_native/media/list_asset_streaming_locators.py +0 -102
  1692. pulumi_azure_native/media/list_media_service_edge_policies.py +0 -96
  1693. pulumi_azure_native/media/list_media_service_keys.py +0 -147
  1694. pulumi_azure_native/media/list_streaming_locator_content_keys.py +0 -102
  1695. pulumi_azure_native/media/list_streaming_locator_paths.py +0 -116
  1696. pulumi_azure_native/media/live_event.py +0 -592
  1697. pulumi_azure_native/media/live_output.py +0 -477
  1698. pulumi_azure_native/media/media_service.py +0 -478
  1699. pulumi_azure_native/media/outputs.py +0 -10674
  1700. pulumi_azure_native/media/private_endpoint_connection.py +0 -246
  1701. pulumi_azure_native/media/streaming_endpoint.py +0 -669
  1702. pulumi_azure_native/media/streaming_locator.py +0 -484
  1703. pulumi_azure_native/media/streaming_policy.py +0 -367
  1704. pulumi_azure_native/media/track.py +0 -262
  1705. pulumi_azure_native/media/transform.py +0 -291
  1706. {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/WHEEL +0 -0
  1707. {pulumi_azure_native-3.6.0a1749688449.dist-info → pulumi_azure_native-3.6.0a1754062012.dist-info}/top_level.txt +0 -0
@@ -19,24 +19,96 @@ from ._enums import *
19
19
  __all__ = [
20
20
  'AuthenticationArgs',
21
21
  'AuthenticationArgsDict',
22
+ 'BrokerStateStoreDestinationConfigurationArgs',
23
+ 'BrokerStateStoreDestinationConfigurationArgsDict',
22
24
  'DataPointArgs',
23
25
  'DataPointArgsDict',
26
+ 'DatasetBrokerStateStoreDestinationArgs',
27
+ 'DatasetBrokerStateStoreDestinationArgsDict',
28
+ 'DatasetMqttDestinationArgs',
29
+ 'DatasetMqttDestinationArgsDict',
30
+ 'DatasetStorageDestinationArgs',
31
+ 'DatasetStorageDestinationArgsDict',
24
32
  'DatasetArgs',
25
33
  'DatasetArgsDict',
34
+ 'DeviceMessagingEndpointArgs',
35
+ 'DeviceMessagingEndpointArgsDict',
36
+ 'DeviceRefArgs',
37
+ 'DeviceRefArgsDict',
26
38
  'DiscoveredDataPointArgs',
27
39
  'DiscoveredDataPointArgsDict',
28
40
  'DiscoveredDatasetArgs',
29
41
  'DiscoveredDatasetArgsDict',
30
42
  'DiscoveredEventArgs',
31
43
  'DiscoveredEventArgsDict',
44
+ 'DiscoveredInboundEndpointsArgs',
45
+ 'DiscoveredInboundEndpointsArgsDict',
46
+ 'DiscoveredMessagingEndpointsArgs',
47
+ 'DiscoveredMessagingEndpointsArgsDict',
48
+ 'DiscoveredOutboundEndpointsArgs',
49
+ 'DiscoveredOutboundEndpointsArgsDict',
50
+ 'EventMqttDestinationArgs',
51
+ 'EventMqttDestinationArgsDict',
52
+ 'EventStorageDestinationArgs',
53
+ 'EventStorageDestinationArgsDict',
32
54
  'EventArgs',
33
55
  'EventArgsDict',
34
56
  'ExtendedLocationArgs',
35
57
  'ExtendedLocationArgsDict',
58
+ 'HostAuthenticationArgs',
59
+ 'HostAuthenticationArgsDict',
60
+ 'InboundEndpointsArgs',
61
+ 'InboundEndpointsArgsDict',
62
+ 'ManagementActionArgs',
63
+ 'ManagementActionArgsDict',
64
+ 'ManagementGroupArgs',
65
+ 'ManagementGroupArgsDict',
66
+ 'MessagingEndpointsArgs',
67
+ 'MessagingEndpointsArgsDict',
68
+ 'MessagingEndpointArgs',
69
+ 'MessagingEndpointArgsDict',
70
+ 'MessagingArgs',
71
+ 'MessagingArgsDict',
72
+ 'MqttDestinationConfigurationArgs',
73
+ 'MqttDestinationConfigurationArgsDict',
74
+ 'NamespaceDatasetDataPointArgs',
75
+ 'NamespaceDatasetDataPointArgsDict',
76
+ 'NamespaceDatasetArgs',
77
+ 'NamespaceDatasetArgsDict',
78
+ 'NamespaceDiscoveredDatasetDataPointArgs',
79
+ 'NamespaceDiscoveredDatasetDataPointArgsDict',
80
+ 'NamespaceDiscoveredDatasetArgs',
81
+ 'NamespaceDiscoveredDatasetArgsDict',
82
+ 'NamespaceDiscoveredEventDataPointArgs',
83
+ 'NamespaceDiscoveredEventDataPointArgsDict',
84
+ 'NamespaceDiscoveredEventArgs',
85
+ 'NamespaceDiscoveredEventArgsDict',
86
+ 'NamespaceDiscoveredManagementActionArgs',
87
+ 'NamespaceDiscoveredManagementActionArgsDict',
88
+ 'NamespaceDiscoveredManagementGroupArgs',
89
+ 'NamespaceDiscoveredManagementGroupArgsDict',
90
+ 'NamespaceDiscoveredStreamArgs',
91
+ 'NamespaceDiscoveredStreamArgsDict',
92
+ 'NamespaceEventDataPointArgs',
93
+ 'NamespaceEventDataPointArgsDict',
94
+ 'NamespaceEventArgs',
95
+ 'NamespaceEventArgsDict',
96
+ 'NamespaceStreamArgs',
97
+ 'NamespaceStreamArgsDict',
98
+ 'OutboundEndpointsArgs',
99
+ 'OutboundEndpointsArgsDict',
100
+ 'StorageDestinationConfigurationArgs',
101
+ 'StorageDestinationConfigurationArgsDict',
102
+ 'StreamMqttDestinationArgs',
103
+ 'StreamMqttDestinationArgsDict',
104
+ 'StreamStorageDestinationArgs',
105
+ 'StreamStorageDestinationArgsDict',
36
106
  'SystemAssignedServiceIdentityArgs',
37
107
  'SystemAssignedServiceIdentityArgsDict',
38
108
  'TopicArgs',
39
109
  'TopicArgsDict',
110
+ 'TrustSettingsArgs',
111
+ 'TrustSettingsArgsDict',
40
112
  'UsernamePasswordCredentialsArgs',
41
113
  'UsernamePasswordCredentialsArgsDict',
42
114
  'X509CredentialsArgs',
@@ -122,6 +194,41 @@ class AuthenticationArgs:
122
194
  pulumi.set(self, "x509_credentials", value)
123
195
 
124
196
 
197
+ if not MYPY:
198
+ class BrokerStateStoreDestinationConfigurationArgsDict(TypedDict):
199
+ """
200
+ The configuration for a MQTT broker state store destination.
201
+ """
202
+ key: pulumi.Input[builtins.str]
203
+ """
204
+ The MQTT broker state store destination key.
205
+ """
206
+ elif False:
207
+ BrokerStateStoreDestinationConfigurationArgsDict: TypeAlias = Mapping[str, Any]
208
+
209
+ @pulumi.input_type
210
+ class BrokerStateStoreDestinationConfigurationArgs:
211
+ def __init__(__self__, *,
212
+ key: pulumi.Input[builtins.str]):
213
+ """
214
+ The configuration for a MQTT broker state store destination.
215
+ :param pulumi.Input[builtins.str] key: The MQTT broker state store destination key.
216
+ """
217
+ pulumi.set(__self__, "key", key)
218
+
219
+ @property
220
+ @pulumi.getter
221
+ def key(self) -> pulumi.Input[builtins.str]:
222
+ """
223
+ The MQTT broker state store destination key.
224
+ """
225
+ return pulumi.get(self, "key")
226
+
227
+ @key.setter
228
+ def key(self, value: pulumi.Input[builtins.str]):
229
+ pulumi.set(self, "key", value)
230
+
231
+
125
232
  if not MYPY:
126
233
  class DataPointArgsDict(TypedDict):
127
234
  """
@@ -218,6 +325,177 @@ class DataPointArgs:
218
325
  pulumi.set(self, "observability_mode", value)
219
326
 
220
327
 
328
+ if not MYPY:
329
+ class DatasetBrokerStateStoreDestinationArgsDict(TypedDict):
330
+ """
331
+ The type for a MQTT broker state store destination.
332
+ """
333
+ configuration: pulumi.Input['BrokerStateStoreDestinationConfigurationArgsDict']
334
+ """
335
+ The MQTT broker state store destination configuration.
336
+ """
337
+ target: pulumi.Input[builtins.str]
338
+ """
339
+ The set of supported dataset destinations for an asset.
340
+ Expected value is 'BrokerStateStore'.
341
+ """
342
+ elif False:
343
+ DatasetBrokerStateStoreDestinationArgsDict: TypeAlias = Mapping[str, Any]
344
+
345
+ @pulumi.input_type
346
+ class DatasetBrokerStateStoreDestinationArgs:
347
+ def __init__(__self__, *,
348
+ configuration: pulumi.Input['BrokerStateStoreDestinationConfigurationArgs'],
349
+ target: pulumi.Input[builtins.str]):
350
+ """
351
+ The type for a MQTT broker state store destination.
352
+ :param pulumi.Input['BrokerStateStoreDestinationConfigurationArgs'] configuration: The MQTT broker state store destination configuration.
353
+ :param pulumi.Input[builtins.str] target: The set of supported dataset destinations for an asset.
354
+ Expected value is 'BrokerStateStore'.
355
+ """
356
+ pulumi.set(__self__, "configuration", configuration)
357
+ pulumi.set(__self__, "target", 'BrokerStateStore')
358
+
359
+ @property
360
+ @pulumi.getter
361
+ def configuration(self) -> pulumi.Input['BrokerStateStoreDestinationConfigurationArgs']:
362
+ """
363
+ The MQTT broker state store destination configuration.
364
+ """
365
+ return pulumi.get(self, "configuration")
366
+
367
+ @configuration.setter
368
+ def configuration(self, value: pulumi.Input['BrokerStateStoreDestinationConfigurationArgs']):
369
+ pulumi.set(self, "configuration", value)
370
+
371
+ @property
372
+ @pulumi.getter
373
+ def target(self) -> pulumi.Input[builtins.str]:
374
+ """
375
+ The set of supported dataset destinations for an asset.
376
+ Expected value is 'BrokerStateStore'.
377
+ """
378
+ return pulumi.get(self, "target")
379
+
380
+ @target.setter
381
+ def target(self, value: pulumi.Input[builtins.str]):
382
+ pulumi.set(self, "target", value)
383
+
384
+
385
+ if not MYPY:
386
+ class DatasetMqttDestinationArgsDict(TypedDict):
387
+ """
388
+ The type for a MQTT destination.
389
+ """
390
+ configuration: pulumi.Input['MqttDestinationConfigurationArgsDict']
391
+ """
392
+ The MQTT destination configuration.
393
+ """
394
+ target: pulumi.Input[builtins.str]
395
+ """
396
+ The set of supported dataset destinations for an asset.
397
+ Expected value is 'Mqtt'.
398
+ """
399
+ elif False:
400
+ DatasetMqttDestinationArgsDict: TypeAlias = Mapping[str, Any]
401
+
402
+ @pulumi.input_type
403
+ class DatasetMqttDestinationArgs:
404
+ def __init__(__self__, *,
405
+ configuration: pulumi.Input['MqttDestinationConfigurationArgs'],
406
+ target: pulumi.Input[builtins.str]):
407
+ """
408
+ The type for a MQTT destination.
409
+ :param pulumi.Input['MqttDestinationConfigurationArgs'] configuration: The MQTT destination configuration.
410
+ :param pulumi.Input[builtins.str] target: The set of supported dataset destinations for an asset.
411
+ Expected value is 'Mqtt'.
412
+ """
413
+ pulumi.set(__self__, "configuration", configuration)
414
+ pulumi.set(__self__, "target", 'Mqtt')
415
+
416
+ @property
417
+ @pulumi.getter
418
+ def configuration(self) -> pulumi.Input['MqttDestinationConfigurationArgs']:
419
+ """
420
+ The MQTT destination configuration.
421
+ """
422
+ return pulumi.get(self, "configuration")
423
+
424
+ @configuration.setter
425
+ def configuration(self, value: pulumi.Input['MqttDestinationConfigurationArgs']):
426
+ pulumi.set(self, "configuration", value)
427
+
428
+ @property
429
+ @pulumi.getter
430
+ def target(self) -> pulumi.Input[builtins.str]:
431
+ """
432
+ The set of supported dataset destinations for an asset.
433
+ Expected value is 'Mqtt'.
434
+ """
435
+ return pulumi.get(self, "target")
436
+
437
+ @target.setter
438
+ def target(self, value: pulumi.Input[builtins.str]):
439
+ pulumi.set(self, "target", value)
440
+
441
+
442
+ if not MYPY:
443
+ class DatasetStorageDestinationArgsDict(TypedDict):
444
+ """
445
+ The type for a storage destination.
446
+ """
447
+ configuration: pulumi.Input['StorageDestinationConfigurationArgsDict']
448
+ """
449
+ The storage destination configuration.
450
+ """
451
+ target: pulumi.Input[builtins.str]
452
+ """
453
+ The set of supported dataset destinations for an asset.
454
+ Expected value is 'Storage'.
455
+ """
456
+ elif False:
457
+ DatasetStorageDestinationArgsDict: TypeAlias = Mapping[str, Any]
458
+
459
+ @pulumi.input_type
460
+ class DatasetStorageDestinationArgs:
461
+ def __init__(__self__, *,
462
+ configuration: pulumi.Input['StorageDestinationConfigurationArgs'],
463
+ target: pulumi.Input[builtins.str]):
464
+ """
465
+ The type for a storage destination.
466
+ :param pulumi.Input['StorageDestinationConfigurationArgs'] configuration: The storage destination configuration.
467
+ :param pulumi.Input[builtins.str] target: The set of supported dataset destinations for an asset.
468
+ Expected value is 'Storage'.
469
+ """
470
+ pulumi.set(__self__, "configuration", configuration)
471
+ pulumi.set(__self__, "target", 'Storage')
472
+
473
+ @property
474
+ @pulumi.getter
475
+ def configuration(self) -> pulumi.Input['StorageDestinationConfigurationArgs']:
476
+ """
477
+ The storage destination configuration.
478
+ """
479
+ return pulumi.get(self, "configuration")
480
+
481
+ @configuration.setter
482
+ def configuration(self, value: pulumi.Input['StorageDestinationConfigurationArgs']):
483
+ pulumi.set(self, "configuration", value)
484
+
485
+ @property
486
+ @pulumi.getter
487
+ def target(self) -> pulumi.Input[builtins.str]:
488
+ """
489
+ The set of supported dataset destinations for an asset.
490
+ Expected value is 'Storage'.
491
+ """
492
+ return pulumi.get(self, "target")
493
+
494
+ @target.setter
495
+ def target(self, value: pulumi.Input[builtins.str]):
496
+ pulumi.set(self, "target", value)
497
+
498
+
221
499
  if not MYPY:
222
500
  class DatasetArgsDict(TypedDict):
223
501
  """
@@ -313,6 +591,115 @@ class DatasetArgs:
313
591
  pulumi.set(self, "topic", value)
314
592
 
315
593
 
594
+ if not MYPY:
595
+ class DeviceMessagingEndpointArgsDict(TypedDict):
596
+ """
597
+ Device messaging endpoint model.
598
+ """
599
+ address: pulumi.Input[builtins.str]
600
+ """
601
+ The endpoint address to connect to.
602
+ """
603
+ endpoint_type: NotRequired[pulumi.Input[builtins.str]]
604
+ """
605
+ Type of connection used for the messaging endpoint.
606
+ """
607
+ elif False:
608
+ DeviceMessagingEndpointArgsDict: TypeAlias = Mapping[str, Any]
609
+
610
+ @pulumi.input_type
611
+ class DeviceMessagingEndpointArgs:
612
+ def __init__(__self__, *,
613
+ address: pulumi.Input[builtins.str],
614
+ endpoint_type: Optional[pulumi.Input[builtins.str]] = None):
615
+ """
616
+ Device messaging endpoint model.
617
+ :param pulumi.Input[builtins.str] address: The endpoint address to connect to.
618
+ :param pulumi.Input[builtins.str] endpoint_type: Type of connection used for the messaging endpoint.
619
+ """
620
+ pulumi.set(__self__, "address", address)
621
+ if endpoint_type is not None:
622
+ pulumi.set(__self__, "endpoint_type", endpoint_type)
623
+
624
+ @property
625
+ @pulumi.getter
626
+ def address(self) -> pulumi.Input[builtins.str]:
627
+ """
628
+ The endpoint address to connect to.
629
+ """
630
+ return pulumi.get(self, "address")
631
+
632
+ @address.setter
633
+ def address(self, value: pulumi.Input[builtins.str]):
634
+ pulumi.set(self, "address", value)
635
+
636
+ @property
637
+ @pulumi.getter(name="endpointType")
638
+ def endpoint_type(self) -> Optional[pulumi.Input[builtins.str]]:
639
+ """
640
+ Type of connection used for the messaging endpoint.
641
+ """
642
+ return pulumi.get(self, "endpoint_type")
643
+
644
+ @endpoint_type.setter
645
+ def endpoint_type(self, value: Optional[pulumi.Input[builtins.str]]):
646
+ pulumi.set(self, "endpoint_type", value)
647
+
648
+
649
+ if not MYPY:
650
+ class DeviceRefArgsDict(TypedDict):
651
+ """
652
+ Defines which device and endpoint to use for this asset
653
+ """
654
+ device_name: pulumi.Input[builtins.str]
655
+ """
656
+ Name of the device resource
657
+ """
658
+ endpoint_name: pulumi.Input[builtins.str]
659
+ """
660
+ The name of endpoint to use
661
+ """
662
+ elif False:
663
+ DeviceRefArgsDict: TypeAlias = Mapping[str, Any]
664
+
665
+ @pulumi.input_type
666
+ class DeviceRefArgs:
667
+ def __init__(__self__, *,
668
+ device_name: pulumi.Input[builtins.str],
669
+ endpoint_name: pulumi.Input[builtins.str]):
670
+ """
671
+ Defines which device and endpoint to use for this asset
672
+ :param pulumi.Input[builtins.str] device_name: Name of the device resource
673
+ :param pulumi.Input[builtins.str] endpoint_name: The name of endpoint to use
674
+ """
675
+ pulumi.set(__self__, "device_name", device_name)
676
+ pulumi.set(__self__, "endpoint_name", endpoint_name)
677
+
678
+ @property
679
+ @pulumi.getter(name="deviceName")
680
+ def device_name(self) -> pulumi.Input[builtins.str]:
681
+ """
682
+ Name of the device resource
683
+ """
684
+ return pulumi.get(self, "device_name")
685
+
686
+ @device_name.setter
687
+ def device_name(self, value: pulumi.Input[builtins.str]):
688
+ pulumi.set(self, "device_name", value)
689
+
690
+ @property
691
+ @pulumi.getter(name="endpointName")
692
+ def endpoint_name(self) -> pulumi.Input[builtins.str]:
693
+ """
694
+ The name of endpoint to use
695
+ """
696
+ return pulumi.get(self, "endpoint_name")
697
+
698
+ @endpoint_name.setter
699
+ def endpoint_name(self, value: pulumi.Input[builtins.str]):
700
+ pulumi.set(self, "endpoint_name", value)
701
+
702
+
316
703
  if not MYPY:
317
704
  class DiscoveredDataPointArgsDict(TypedDict):
318
705
  """
@@ -617,173 +1004,2983 @@ class DiscoveredEventArgs:
617
1004
 
618
1005
 
619
1006
  if not MYPY:
620
- class EventArgsDict(TypedDict):
1007
+ class DiscoveredInboundEndpointsArgsDict(TypedDict):
621
1008
  """
622
- Defines the event properties.
1009
+ An endpoint to connect to the device.
623
1010
  """
624
- event_notifier: pulumi.Input[builtins.str]
1011
+ address: pulumi.Input[builtins.str]
625
1012
  """
626
- The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
1013
+ The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
627
1014
  """
628
- name: pulumi.Input[builtins.str]
1015
+ endpoint_type: pulumi.Input[builtins.str]
629
1016
  """
630
- The name of the event.
1017
+ Type of connection endpoint.
631
1018
  """
632
- event_configuration: NotRequired[pulumi.Input[builtins.str]]
1019
+ additional_configuration: NotRequired[pulumi.Input[builtins.str]]
633
1020
  """
634
- Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
1021
+ Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
635
1022
  """
636
- observability_mode: NotRequired[pulumi.Input[Union[builtins.str, 'EventObservabilityMode']]]
1023
+ last_updated_on: NotRequired[pulumi.Input[builtins.str]]
637
1024
  """
638
- An indication of how the event should be mapped to OpenTelemetry.
1025
+ The timestamp (in UTC) when the endpoint was discovered.
639
1026
  """
640
- topic: NotRequired[pulumi.Input['TopicArgsDict']]
1027
+ supported_authentication_methods: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AuthenticationMethod']]]]]
641
1028
  """
642
- Object that describes the topic information for the specific event.
1029
+ List of supported authentication methods supported by device for Inbound connections.
1030
+ """
1031
+ version: NotRequired[pulumi.Input[builtins.str]]
1032
+ """
1033
+ Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
643
1034
  """
644
1035
  elif False:
645
- EventArgsDict: TypeAlias = Mapping[str, Any]
1036
+ DiscoveredInboundEndpointsArgsDict: TypeAlias = Mapping[str, Any]
646
1037
 
647
1038
  @pulumi.input_type
648
- class EventArgs:
1039
+ class DiscoveredInboundEndpointsArgs:
649
1040
  def __init__(__self__, *,
650
- event_notifier: pulumi.Input[builtins.str],
651
- name: pulumi.Input[builtins.str],
652
- event_configuration: Optional[pulumi.Input[builtins.str]] = None,
653
- observability_mode: Optional[pulumi.Input[Union[builtins.str, 'EventObservabilityMode']]] = None,
654
- topic: Optional[pulumi.Input['TopicArgs']] = None):
1041
+ address: pulumi.Input[builtins.str],
1042
+ endpoint_type: pulumi.Input[builtins.str],
1043
+ additional_configuration: Optional[pulumi.Input[builtins.str]] = None,
1044
+ last_updated_on: Optional[pulumi.Input[builtins.str]] = None,
1045
+ supported_authentication_methods: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AuthenticationMethod']]]]] = None,
1046
+ version: Optional[pulumi.Input[builtins.str]] = None):
1047
+ """
1048
+ An endpoint to connect to the device.
1049
+ :param pulumi.Input[builtins.str] address: The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
1050
+ :param pulumi.Input[builtins.str] endpoint_type: Type of connection endpoint.
1051
+ :param pulumi.Input[builtins.str] additional_configuration: Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
1052
+ :param pulumi.Input[builtins.str] last_updated_on: The timestamp (in UTC) when the endpoint was discovered.
1053
+ :param pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AuthenticationMethod']]]] supported_authentication_methods: List of supported authentication methods supported by device for Inbound connections.
1054
+ :param pulumi.Input[builtins.str] version: Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
1055
+ """
1056
+ pulumi.set(__self__, "address", address)
1057
+ pulumi.set(__self__, "endpoint_type", endpoint_type)
1058
+ if additional_configuration is not None:
1059
+ pulumi.set(__self__, "additional_configuration", additional_configuration)
1060
+ if last_updated_on is not None:
1061
+ pulumi.set(__self__, "last_updated_on", last_updated_on)
1062
+ if supported_authentication_methods is not None:
1063
+ pulumi.set(__self__, "supported_authentication_methods", supported_authentication_methods)
1064
+ if version is not None:
1065
+ pulumi.set(__self__, "version", version)
1066
+
1067
+ @property
1068
+ @pulumi.getter
1069
+ def address(self) -> pulumi.Input[builtins.str]:
655
1070
  """
656
- Defines the event properties.
657
- :param pulumi.Input[builtins.str] event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
658
- :param pulumi.Input[builtins.str] name: The name of the event.
659
- :param pulumi.Input[builtins.str] event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
660
- :param pulumi.Input[Union[builtins.str, 'EventObservabilityMode']] observability_mode: An indication of how the event should be mapped to OpenTelemetry.
661
- :param pulumi.Input['TopicArgs'] topic: Object that describes the topic information for the specific event.
1071
+ The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
662
1072
  """
663
- pulumi.set(__self__, "event_notifier", event_notifier)
664
- pulumi.set(__self__, "name", name)
665
- if event_configuration is not None:
666
- pulumi.set(__self__, "event_configuration", event_configuration)
667
- if observability_mode is None:
668
- observability_mode = 'None'
669
- if observability_mode is not None:
670
- pulumi.set(__self__, "observability_mode", observability_mode)
671
- if topic is not None:
672
- pulumi.set(__self__, "topic", topic)
1073
+ return pulumi.get(self, "address")
1074
+
1075
+ @address.setter
1076
+ def address(self, value: pulumi.Input[builtins.str]):
1077
+ pulumi.set(self, "address", value)
673
1078
 
674
1079
  @property
675
- @pulumi.getter(name="eventNotifier")
676
- def event_notifier(self) -> pulumi.Input[builtins.str]:
1080
+ @pulumi.getter(name="endpointType")
1081
+ def endpoint_type(self) -> pulumi.Input[builtins.str]:
677
1082
  """
678
- The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
1083
+ Type of connection endpoint.
679
1084
  """
680
- return pulumi.get(self, "event_notifier")
1085
+ return pulumi.get(self, "endpoint_type")
681
1086
 
682
- @event_notifier.setter
683
- def event_notifier(self, value: pulumi.Input[builtins.str]):
684
- pulumi.set(self, "event_notifier", value)
1087
+ @endpoint_type.setter
1088
+ def endpoint_type(self, value: pulumi.Input[builtins.str]):
1089
+ pulumi.set(self, "endpoint_type", value)
685
1090
 
686
1091
  @property
687
- @pulumi.getter
688
- def name(self) -> pulumi.Input[builtins.str]:
1092
+ @pulumi.getter(name="additionalConfiguration")
1093
+ def additional_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
689
1094
  """
690
- The name of the event.
1095
+ Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
691
1096
  """
692
- return pulumi.get(self, "name")
1097
+ return pulumi.get(self, "additional_configuration")
693
1098
 
694
- @name.setter
695
- def name(self, value: pulumi.Input[builtins.str]):
696
- pulumi.set(self, "name", value)
1099
+ @additional_configuration.setter
1100
+ def additional_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
1101
+ pulumi.set(self, "additional_configuration", value)
697
1102
 
698
1103
  @property
699
- @pulumi.getter(name="eventConfiguration")
700
- def event_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
1104
+ @pulumi.getter(name="lastUpdatedOn")
1105
+ def last_updated_on(self) -> Optional[pulumi.Input[builtins.str]]:
701
1106
  """
702
- Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
1107
+ The timestamp (in UTC) when the endpoint was discovered.
703
1108
  """
704
- return pulumi.get(self, "event_configuration")
1109
+ return pulumi.get(self, "last_updated_on")
705
1110
 
706
- @event_configuration.setter
707
- def event_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
708
- pulumi.set(self, "event_configuration", value)
1111
+ @last_updated_on.setter
1112
+ def last_updated_on(self, value: Optional[pulumi.Input[builtins.str]]):
1113
+ pulumi.set(self, "last_updated_on", value)
709
1114
 
710
1115
  @property
711
- @pulumi.getter(name="observabilityMode")
712
- def observability_mode(self) -> Optional[pulumi.Input[Union[builtins.str, 'EventObservabilityMode']]]:
1116
+ @pulumi.getter(name="supportedAuthenticationMethods")
1117
+ def supported_authentication_methods(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AuthenticationMethod']]]]]:
713
1118
  """
714
- An indication of how the event should be mapped to OpenTelemetry.
1119
+ List of supported authentication methods supported by device for Inbound connections.
715
1120
  """
716
- return pulumi.get(self, "observability_mode")
1121
+ return pulumi.get(self, "supported_authentication_methods")
717
1122
 
718
- @observability_mode.setter
719
- def observability_mode(self, value: Optional[pulumi.Input[Union[builtins.str, 'EventObservabilityMode']]]):
720
- pulumi.set(self, "observability_mode", value)
1123
+ @supported_authentication_methods.setter
1124
+ def supported_authentication_methods(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[builtins.str, 'AuthenticationMethod']]]]]):
1125
+ pulumi.set(self, "supported_authentication_methods", value)
721
1126
 
722
1127
  @property
723
1128
  @pulumi.getter
724
- def topic(self) -> Optional[pulumi.Input['TopicArgs']]:
1129
+ def version(self) -> Optional[pulumi.Input[builtins.str]]:
725
1130
  """
726
- Object that describes the topic information for the specific event.
1131
+ Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
727
1132
  """
728
- return pulumi.get(self, "topic")
1133
+ return pulumi.get(self, "version")
729
1134
 
730
- @topic.setter
731
- def topic(self, value: Optional[pulumi.Input['TopicArgs']]):
732
- pulumi.set(self, "topic", value)
1135
+ @version.setter
1136
+ def version(self, value: Optional[pulumi.Input[builtins.str]]):
1137
+ pulumi.set(self, "version", value)
733
1138
 
734
1139
 
735
1140
  if not MYPY:
736
- class ExtendedLocationArgsDict(TypedDict):
1141
+ class DiscoveredMessagingEndpointsArgsDict(TypedDict):
737
1142
  """
738
- The extended location.
1143
+ Connection endpoint URL a device can use to connect to a service.
739
1144
  """
740
- name: pulumi.Input[builtins.str]
1145
+ inbound: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['DiscoveredInboundEndpointsArgsDict']]]]
741
1146
  """
742
- The extended location name.
1147
+ Set of endpoints to connect to the device.
743
1148
  """
744
- type: pulumi.Input[builtins.str]
1149
+ outbound: NotRequired[pulumi.Input['DiscoveredOutboundEndpointsArgsDict']]
745
1150
  """
746
- The extended location type.
1151
+ Set of endpoints a device can connect to.
747
1152
  """
748
1153
  elif False:
749
- ExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
1154
+ DiscoveredMessagingEndpointsArgsDict: TypeAlias = Mapping[str, Any]
750
1155
 
751
1156
  @pulumi.input_type
752
- class ExtendedLocationArgs:
1157
+ class DiscoveredMessagingEndpointsArgs:
753
1158
  def __init__(__self__, *,
754
- name: pulumi.Input[builtins.str],
755
- type: pulumi.Input[builtins.str]):
1159
+ inbound: Optional[pulumi.Input[Mapping[str, pulumi.Input['DiscoveredInboundEndpointsArgs']]]] = None,
1160
+ outbound: Optional[pulumi.Input['DiscoveredOutboundEndpointsArgs']] = None):
756
1161
  """
757
- The extended location.
758
- :param pulumi.Input[builtins.str] name: The extended location name.
759
- :param pulumi.Input[builtins.str] type: The extended location type.
1162
+ Connection endpoint URL a device can use to connect to a service.
1163
+ :param pulumi.Input[Mapping[str, pulumi.Input['DiscoveredInboundEndpointsArgs']]] inbound: Set of endpoints to connect to the device.
1164
+ :param pulumi.Input['DiscoveredOutboundEndpointsArgs'] outbound: Set of endpoints a device can connect to.
760
1165
  """
761
- pulumi.set(__self__, "name", name)
762
- pulumi.set(__self__, "type", type)
1166
+ if inbound is not None:
1167
+ pulumi.set(__self__, "inbound", inbound)
1168
+ if outbound is not None:
1169
+ pulumi.set(__self__, "outbound", outbound)
763
1170
 
764
1171
  @property
765
1172
  @pulumi.getter
766
- def name(self) -> pulumi.Input[builtins.str]:
1173
+ def inbound(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['DiscoveredInboundEndpointsArgs']]]]:
767
1174
  """
768
- The extended location name.
1175
+ Set of endpoints to connect to the device.
769
1176
  """
770
- return pulumi.get(self, "name")
1177
+ return pulumi.get(self, "inbound")
771
1178
 
772
- @name.setter
773
- def name(self, value: pulumi.Input[builtins.str]):
1179
+ @inbound.setter
1180
+ def inbound(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['DiscoveredInboundEndpointsArgs']]]]):
1181
+ pulumi.set(self, "inbound", value)
1182
+
1183
+ @property
1184
+ @pulumi.getter
1185
+ def outbound(self) -> Optional[pulumi.Input['DiscoveredOutboundEndpointsArgs']]:
1186
+ """
1187
+ Set of endpoints a device can connect to.
1188
+ """
1189
+ return pulumi.get(self, "outbound")
1190
+
1191
+ @outbound.setter
1192
+ def outbound(self, value: Optional[pulumi.Input['DiscoveredOutboundEndpointsArgs']]):
1193
+ pulumi.set(self, "outbound", value)
1194
+
1195
+
1196
+ if not MYPY:
1197
+ class DiscoveredOutboundEndpointsArgsDict(TypedDict):
1198
+ """
1199
+ Property bag contains the device's outbound endpoints
1200
+ """
1201
+ assigned: pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgsDict']]]
1202
+ """
1203
+ Endpoints the device can connect to.
1204
+ """
1205
+ elif False:
1206
+ DiscoveredOutboundEndpointsArgsDict: TypeAlias = Mapping[str, Any]
1207
+
1208
+ @pulumi.input_type
1209
+ class DiscoveredOutboundEndpointsArgs:
1210
+ def __init__(__self__, *,
1211
+ assigned: pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]]):
1212
+ """
1213
+ Property bag contains the device's outbound endpoints
1214
+ :param pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]] assigned: Endpoints the device can connect to.
1215
+ """
1216
+ pulumi.set(__self__, "assigned", assigned)
1217
+
1218
+ @property
1219
+ @pulumi.getter
1220
+ def assigned(self) -> pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]]:
1221
+ """
1222
+ Endpoints the device can connect to.
1223
+ """
1224
+ return pulumi.get(self, "assigned")
1225
+
1226
+ @assigned.setter
1227
+ def assigned(self, value: pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]]):
1228
+ pulumi.set(self, "assigned", value)
1229
+
1230
+
1231
+ if not MYPY:
1232
+ class EventMqttDestinationArgsDict(TypedDict):
1233
+ """
1234
+ The type for a MQTT destination.
1235
+ """
1236
+ configuration: pulumi.Input['MqttDestinationConfigurationArgsDict']
1237
+ """
1238
+ The MQTT destination configuration.
1239
+ """
1240
+ target: pulumi.Input[builtins.str]
1241
+ """
1242
+ The set of supported event destinations for an asset.
1243
+ Expected value is 'Mqtt'.
1244
+ """
1245
+ elif False:
1246
+ EventMqttDestinationArgsDict: TypeAlias = Mapping[str, Any]
1247
+
1248
+ @pulumi.input_type
1249
+ class EventMqttDestinationArgs:
1250
+ def __init__(__self__, *,
1251
+ configuration: pulumi.Input['MqttDestinationConfigurationArgs'],
1252
+ target: pulumi.Input[builtins.str]):
1253
+ """
1254
+ The type for a MQTT destination.
1255
+ :param pulumi.Input['MqttDestinationConfigurationArgs'] configuration: The MQTT destination configuration.
1256
+ :param pulumi.Input[builtins.str] target: The set of supported event destinations for an asset.
1257
+ Expected value is 'Mqtt'.
1258
+ """
1259
+ pulumi.set(__self__, "configuration", configuration)
1260
+ pulumi.set(__self__, "target", 'Mqtt')
1261
+
1262
+ @property
1263
+ @pulumi.getter
1264
+ def configuration(self) -> pulumi.Input['MqttDestinationConfigurationArgs']:
1265
+ """
1266
+ The MQTT destination configuration.
1267
+ """
1268
+ return pulumi.get(self, "configuration")
1269
+
1270
+ @configuration.setter
1271
+ def configuration(self, value: pulumi.Input['MqttDestinationConfigurationArgs']):
1272
+ pulumi.set(self, "configuration", value)
1273
+
1274
+ @property
1275
+ @pulumi.getter
1276
+ def target(self) -> pulumi.Input[builtins.str]:
1277
+ """
1278
+ The set of supported event destinations for an asset.
1279
+ Expected value is 'Mqtt'.
1280
+ """
1281
+ return pulumi.get(self, "target")
1282
+
1283
+ @target.setter
1284
+ def target(self, value: pulumi.Input[builtins.str]):
1285
+ pulumi.set(self, "target", value)
1286
+
1287
+
1288
+ if not MYPY:
1289
+ class EventStorageDestinationArgsDict(TypedDict):
1290
+ """
1291
+ The type for a storage destination.
1292
+ """
1293
+ configuration: pulumi.Input['StorageDestinationConfigurationArgsDict']
1294
+ """
1295
+ The storage destination configuration.
1296
+ """
1297
+ target: pulumi.Input[builtins.str]
1298
+ """
1299
+ The set of supported event destinations for an asset.
1300
+ Expected value is 'Storage'.
1301
+ """
1302
+ elif False:
1303
+ EventStorageDestinationArgsDict: TypeAlias = Mapping[str, Any]
1304
+
1305
+ @pulumi.input_type
1306
+ class EventStorageDestinationArgs:
1307
+ def __init__(__self__, *,
1308
+ configuration: pulumi.Input['StorageDestinationConfigurationArgs'],
1309
+ target: pulumi.Input[builtins.str]):
1310
+ """
1311
+ The type for a storage destination.
1312
+ :param pulumi.Input['StorageDestinationConfigurationArgs'] configuration: The storage destination configuration.
1313
+ :param pulumi.Input[builtins.str] target: The set of supported event destinations for an asset.
1314
+ Expected value is 'Storage'.
1315
+ """
1316
+ pulumi.set(__self__, "configuration", configuration)
1317
+ pulumi.set(__self__, "target", 'Storage')
1318
+
1319
+ @property
1320
+ @pulumi.getter
1321
+ def configuration(self) -> pulumi.Input['StorageDestinationConfigurationArgs']:
1322
+ """
1323
+ The storage destination configuration.
1324
+ """
1325
+ return pulumi.get(self, "configuration")
1326
+
1327
+ @configuration.setter
1328
+ def configuration(self, value: pulumi.Input['StorageDestinationConfigurationArgs']):
1329
+ pulumi.set(self, "configuration", value)
1330
+
1331
+ @property
1332
+ @pulumi.getter
1333
+ def target(self) -> pulumi.Input[builtins.str]:
1334
+ """
1335
+ The set of supported event destinations for an asset.
1336
+ Expected value is 'Storage'.
1337
+ """
1338
+ return pulumi.get(self, "target")
1339
+
1340
+ @target.setter
1341
+ def target(self, value: pulumi.Input[builtins.str]):
1342
+ pulumi.set(self, "target", value)
1343
+
1344
+
1345
+ if not MYPY:
1346
+ class EventArgsDict(TypedDict):
1347
+ """
1348
+ Defines the event properties.
1349
+ """
1350
+ event_notifier: pulumi.Input[builtins.str]
1351
+ """
1352
+ The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
1353
+ """
1354
+ name: pulumi.Input[builtins.str]
1355
+ """
1356
+ The name of the event.
1357
+ """
1358
+ event_configuration: NotRequired[pulumi.Input[builtins.str]]
1359
+ """
1360
+ Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
1361
+ """
1362
+ observability_mode: NotRequired[pulumi.Input[Union[builtins.str, 'EventObservabilityMode']]]
1363
+ """
1364
+ An indication of how the event should be mapped to OpenTelemetry.
1365
+ """
1366
+ topic: NotRequired[pulumi.Input['TopicArgsDict']]
1367
+ """
1368
+ Object that describes the topic information for the specific event.
1369
+ """
1370
+ elif False:
1371
+ EventArgsDict: TypeAlias = Mapping[str, Any]
1372
+
1373
+ @pulumi.input_type
1374
+ class EventArgs:
1375
+ def __init__(__self__, *,
1376
+ event_notifier: pulumi.Input[builtins.str],
1377
+ name: pulumi.Input[builtins.str],
1378
+ event_configuration: Optional[pulumi.Input[builtins.str]] = None,
1379
+ observability_mode: Optional[pulumi.Input[Union[builtins.str, 'EventObservabilityMode']]] = None,
1380
+ topic: Optional[pulumi.Input['TopicArgs']] = None):
1381
+ """
1382
+ Defines the event properties.
1383
+ :param pulumi.Input[builtins.str] event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
1384
+ :param pulumi.Input[builtins.str] name: The name of the event.
1385
+ :param pulumi.Input[builtins.str] event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
1386
+ :param pulumi.Input[Union[builtins.str, 'EventObservabilityMode']] observability_mode: An indication of how the event should be mapped to OpenTelemetry.
1387
+ :param pulumi.Input['TopicArgs'] topic: Object that describes the topic information for the specific event.
1388
+ """
1389
+ pulumi.set(__self__, "event_notifier", event_notifier)
1390
+ pulumi.set(__self__, "name", name)
1391
+ if event_configuration is not None:
1392
+ pulumi.set(__self__, "event_configuration", event_configuration)
1393
+ if observability_mode is None:
1394
+ observability_mode = 'None'
1395
+ if observability_mode is not None:
1396
+ pulumi.set(__self__, "observability_mode", observability_mode)
1397
+ if topic is not None:
1398
+ pulumi.set(__self__, "topic", topic)
1399
+
1400
+ @property
1401
+ @pulumi.getter(name="eventNotifier")
1402
+ def event_notifier(self) -> pulumi.Input[builtins.str]:
1403
+ """
1404
+ The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
1405
+ """
1406
+ return pulumi.get(self, "event_notifier")
1407
+
1408
+ @event_notifier.setter
1409
+ def event_notifier(self, value: pulumi.Input[builtins.str]):
1410
+ pulumi.set(self, "event_notifier", value)
1411
+
1412
+ @property
1413
+ @pulumi.getter
1414
+ def name(self) -> pulumi.Input[builtins.str]:
1415
+ """
1416
+ The name of the event.
1417
+ """
1418
+ return pulumi.get(self, "name")
1419
+
1420
+ @name.setter
1421
+ def name(self, value: pulumi.Input[builtins.str]):
1422
+ pulumi.set(self, "name", value)
1423
+
1424
+ @property
1425
+ @pulumi.getter(name="eventConfiguration")
1426
+ def event_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
1427
+ """
1428
+ Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
1429
+ """
1430
+ return pulumi.get(self, "event_configuration")
1431
+
1432
+ @event_configuration.setter
1433
+ def event_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
1434
+ pulumi.set(self, "event_configuration", value)
1435
+
1436
+ @property
1437
+ @pulumi.getter(name="observabilityMode")
1438
+ def observability_mode(self) -> Optional[pulumi.Input[Union[builtins.str, 'EventObservabilityMode']]]:
1439
+ """
1440
+ An indication of how the event should be mapped to OpenTelemetry.
1441
+ """
1442
+ return pulumi.get(self, "observability_mode")
1443
+
1444
+ @observability_mode.setter
1445
+ def observability_mode(self, value: Optional[pulumi.Input[Union[builtins.str, 'EventObservabilityMode']]]):
1446
+ pulumi.set(self, "observability_mode", value)
1447
+
1448
+ @property
1449
+ @pulumi.getter
1450
+ def topic(self) -> Optional[pulumi.Input['TopicArgs']]:
1451
+ """
1452
+ Object that describes the topic information for the specific event.
1453
+ """
1454
+ return pulumi.get(self, "topic")
1455
+
1456
+ @topic.setter
1457
+ def topic(self, value: Optional[pulumi.Input['TopicArgs']]):
1458
+ pulumi.set(self, "topic", value)
1459
+
1460
+
1461
+ if not MYPY:
1462
+ class ExtendedLocationArgsDict(TypedDict):
1463
+ """
1464
+ The extended location.
1465
+ """
1466
+ name: pulumi.Input[builtins.str]
1467
+ """
1468
+ The extended location name.
1469
+ """
1470
+ type: pulumi.Input[builtins.str]
1471
+ """
1472
+ The extended location type.
1473
+ """
1474
+ elif False:
1475
+ ExtendedLocationArgsDict: TypeAlias = Mapping[str, Any]
1476
+
1477
+ @pulumi.input_type
1478
+ class ExtendedLocationArgs:
1479
+ def __init__(__self__, *,
1480
+ name: pulumi.Input[builtins.str],
1481
+ type: pulumi.Input[builtins.str]):
1482
+ """
1483
+ The extended location.
1484
+ :param pulumi.Input[builtins.str] name: The extended location name.
1485
+ :param pulumi.Input[builtins.str] type: The extended location type.
1486
+ """
1487
+ pulumi.set(__self__, "name", name)
1488
+ pulumi.set(__self__, "type", type)
1489
+
1490
+ @property
1491
+ @pulumi.getter
1492
+ def name(self) -> pulumi.Input[builtins.str]:
1493
+ """
1494
+ The extended location name.
1495
+ """
1496
+ return pulumi.get(self, "name")
1497
+
1498
+ @name.setter
1499
+ def name(self, value: pulumi.Input[builtins.str]):
1500
+ pulumi.set(self, "name", value)
1501
+
1502
+ @property
1503
+ @pulumi.getter
1504
+ def type(self) -> pulumi.Input[builtins.str]:
1505
+ """
1506
+ The extended location type.
1507
+ """
1508
+ return pulumi.get(self, "type")
1509
+
1510
+ @type.setter
1511
+ def type(self, value: pulumi.Input[builtins.str]):
1512
+ pulumi.set(self, "type", value)
1513
+
1514
+
1515
+ if not MYPY:
1516
+ class HostAuthenticationArgsDict(TypedDict):
1517
+ """
1518
+ Definition of the client authentication mechanism to the host.
1519
+ """
1520
+ method: pulumi.Input[Union[builtins.str, 'AuthenticationMethod']]
1521
+ """
1522
+ Defines the method to authenticate the user of the client at the server.
1523
+ """
1524
+ username_password_credentials: NotRequired[pulumi.Input['UsernamePasswordCredentialsArgsDict']]
1525
+ """
1526
+ Defines the username and password references when UsernamePassword user authentication mode is selected.
1527
+ """
1528
+ x509_credentials: NotRequired[pulumi.Input['X509CredentialsArgsDict']]
1529
+ """
1530
+ Defines the certificate reference when Certificate user authentication mode is selected.
1531
+ """
1532
+ elif False:
1533
+ HostAuthenticationArgsDict: TypeAlias = Mapping[str, Any]
1534
+
1535
+ @pulumi.input_type
1536
+ class HostAuthenticationArgs:
1537
+ def __init__(__self__, *,
1538
+ method: Optional[pulumi.Input[Union[builtins.str, 'AuthenticationMethod']]] = None,
1539
+ username_password_credentials: Optional[pulumi.Input['UsernamePasswordCredentialsArgs']] = None,
1540
+ x509_credentials: Optional[pulumi.Input['X509CredentialsArgs']] = None):
1541
+ """
1542
+ Definition of the client authentication mechanism to the host.
1543
+ :param pulumi.Input[Union[builtins.str, 'AuthenticationMethod']] method: Defines the method to authenticate the user of the client at the server.
1544
+ :param pulumi.Input['UsernamePasswordCredentialsArgs'] username_password_credentials: Defines the username and password references when UsernamePassword user authentication mode is selected.
1545
+ :param pulumi.Input['X509CredentialsArgs'] x509_credentials: Defines the certificate reference when Certificate user authentication mode is selected.
1546
+ """
1547
+ if method is None:
1548
+ method = 'Certificate'
1549
+ pulumi.set(__self__, "method", method)
1550
+ if username_password_credentials is not None:
1551
+ pulumi.set(__self__, "username_password_credentials", username_password_credentials)
1552
+ if x509_credentials is not None:
1553
+ pulumi.set(__self__, "x509_credentials", x509_credentials)
1554
+
1555
+ @property
1556
+ @pulumi.getter
1557
+ def method(self) -> pulumi.Input[Union[builtins.str, 'AuthenticationMethod']]:
1558
+ """
1559
+ Defines the method to authenticate the user of the client at the server.
1560
+ """
1561
+ return pulumi.get(self, "method")
1562
+
1563
+ @method.setter
1564
+ def method(self, value: pulumi.Input[Union[builtins.str, 'AuthenticationMethod']]):
1565
+ pulumi.set(self, "method", value)
1566
+
1567
+ @property
1568
+ @pulumi.getter(name="usernamePasswordCredentials")
1569
+ def username_password_credentials(self) -> Optional[pulumi.Input['UsernamePasswordCredentialsArgs']]:
1570
+ """
1571
+ Defines the username and password references when UsernamePassword user authentication mode is selected.
1572
+ """
1573
+ return pulumi.get(self, "username_password_credentials")
1574
+
1575
+ @username_password_credentials.setter
1576
+ def username_password_credentials(self, value: Optional[pulumi.Input['UsernamePasswordCredentialsArgs']]):
1577
+ pulumi.set(self, "username_password_credentials", value)
1578
+
1579
+ @property
1580
+ @pulumi.getter(name="x509Credentials")
1581
+ def x509_credentials(self) -> Optional[pulumi.Input['X509CredentialsArgs']]:
1582
+ """
1583
+ Defines the certificate reference when Certificate user authentication mode is selected.
1584
+ """
1585
+ return pulumi.get(self, "x509_credentials")
1586
+
1587
+ @x509_credentials.setter
1588
+ def x509_credentials(self, value: Optional[pulumi.Input['X509CredentialsArgs']]):
1589
+ pulumi.set(self, "x509_credentials", value)
1590
+
1591
+
1592
+ if not MYPY:
1593
+ class InboundEndpointsArgsDict(TypedDict):
1594
+ """
1595
+ An endpoint to connect to the device.
1596
+ """
1597
+ address: pulumi.Input[builtins.str]
1598
+ """
1599
+ The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
1600
+ """
1601
+ endpoint_type: pulumi.Input[builtins.str]
1602
+ """
1603
+ Type of connection endpoint.
1604
+ """
1605
+ additional_configuration: NotRequired[pulumi.Input[builtins.str]]
1606
+ """
1607
+ Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
1608
+ """
1609
+ authentication: NotRequired[pulumi.Input['HostAuthenticationArgsDict']]
1610
+ """
1611
+ Defines the client authentication mechanism to the server.
1612
+ """
1613
+ trust_settings: NotRequired[pulumi.Input['TrustSettingsArgsDict']]
1614
+ """
1615
+ Defines server trust settings for the endpoint.
1616
+ """
1617
+ version: NotRequired[pulumi.Input[builtins.str]]
1618
+ """
1619
+ Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
1620
+ """
1621
+ elif False:
1622
+ InboundEndpointsArgsDict: TypeAlias = Mapping[str, Any]
1623
+
1624
+ @pulumi.input_type
1625
+ class InboundEndpointsArgs:
1626
+ def __init__(__self__, *,
1627
+ address: pulumi.Input[builtins.str],
1628
+ endpoint_type: pulumi.Input[builtins.str],
1629
+ additional_configuration: Optional[pulumi.Input[builtins.str]] = None,
1630
+ authentication: Optional[pulumi.Input['HostAuthenticationArgs']] = None,
1631
+ trust_settings: Optional[pulumi.Input['TrustSettingsArgs']] = None,
1632
+ version: Optional[pulumi.Input[builtins.str]] = None):
1633
+ """
1634
+ An endpoint to connect to the device.
1635
+ :param pulumi.Input[builtins.str] address: The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
1636
+ :param pulumi.Input[builtins.str] endpoint_type: Type of connection endpoint.
1637
+ :param pulumi.Input[builtins.str] additional_configuration: Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
1638
+ :param pulumi.Input['HostAuthenticationArgs'] authentication: Defines the client authentication mechanism to the server.
1639
+ :param pulumi.Input['TrustSettingsArgs'] trust_settings: Defines server trust settings for the endpoint.
1640
+ :param pulumi.Input[builtins.str] version: Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
1641
+ """
1642
+ pulumi.set(__self__, "address", address)
1643
+ pulumi.set(__self__, "endpoint_type", endpoint_type)
1644
+ if additional_configuration is not None:
1645
+ pulumi.set(__self__, "additional_configuration", additional_configuration)
1646
+ if authentication is not None:
1647
+ pulumi.set(__self__, "authentication", authentication)
1648
+ if trust_settings is not None:
1649
+ pulumi.set(__self__, "trust_settings", trust_settings)
1650
+ if version is not None:
1651
+ pulumi.set(__self__, "version", version)
1652
+
1653
+ @property
1654
+ @pulumi.getter
1655
+ def address(self) -> pulumi.Input[builtins.str]:
1656
+ """
1657
+ The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
1658
+ """
1659
+ return pulumi.get(self, "address")
1660
+
1661
+ @address.setter
1662
+ def address(self, value: pulumi.Input[builtins.str]):
1663
+ pulumi.set(self, "address", value)
1664
+
1665
+ @property
1666
+ @pulumi.getter(name="endpointType")
1667
+ def endpoint_type(self) -> pulumi.Input[builtins.str]:
1668
+ """
1669
+ Type of connection endpoint.
1670
+ """
1671
+ return pulumi.get(self, "endpoint_type")
1672
+
1673
+ @endpoint_type.setter
1674
+ def endpoint_type(self, value: pulumi.Input[builtins.str]):
1675
+ pulumi.set(self, "endpoint_type", value)
1676
+
1677
+ @property
1678
+ @pulumi.getter(name="additionalConfiguration")
1679
+ def additional_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
1680
+ """
1681
+ Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
1682
+ """
1683
+ return pulumi.get(self, "additional_configuration")
1684
+
1685
+ @additional_configuration.setter
1686
+ def additional_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
1687
+ pulumi.set(self, "additional_configuration", value)
1688
+
1689
+ @property
1690
+ @pulumi.getter
1691
+ def authentication(self) -> Optional[pulumi.Input['HostAuthenticationArgs']]:
1692
+ """
1693
+ Defines the client authentication mechanism to the server.
1694
+ """
1695
+ return pulumi.get(self, "authentication")
1696
+
1697
+ @authentication.setter
1698
+ def authentication(self, value: Optional[pulumi.Input['HostAuthenticationArgs']]):
1699
+ pulumi.set(self, "authentication", value)
1700
+
1701
+ @property
1702
+ @pulumi.getter(name="trustSettings")
1703
+ def trust_settings(self) -> Optional[pulumi.Input['TrustSettingsArgs']]:
1704
+ """
1705
+ Defines server trust settings for the endpoint.
1706
+ """
1707
+ return pulumi.get(self, "trust_settings")
1708
+
1709
+ @trust_settings.setter
1710
+ def trust_settings(self, value: Optional[pulumi.Input['TrustSettingsArgs']]):
1711
+ pulumi.set(self, "trust_settings", value)
1712
+
1713
+ @property
1714
+ @pulumi.getter
1715
+ def version(self) -> Optional[pulumi.Input[builtins.str]]:
1716
+ """
1717
+ Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
1718
+ """
1719
+ return pulumi.get(self, "version")
1720
+
1721
+ @version.setter
1722
+ def version(self, value: Optional[pulumi.Input[builtins.str]]):
1723
+ pulumi.set(self, "version", value)
1724
+
1725
+
1726
+ if not MYPY:
1727
+ class ManagementActionArgsDict(TypedDict):
1728
+ """
1729
+ Defines the action properties.
1730
+ """
1731
+ name: pulumi.Input[builtins.str]
1732
+ """
1733
+ Name of the action.
1734
+ """
1735
+ target_uri: pulumi.Input[builtins.str]
1736
+ """
1737
+ The target URI on which a client can invoke the specific action.
1738
+ """
1739
+ action_configuration: NotRequired[pulumi.Input[builtins.str]]
1740
+ """
1741
+ Stringified JSON that contains connector-specific configuration for the action.
1742
+ """
1743
+ action_type: NotRequired[pulumi.Input[Union[builtins.str, 'ManagementActionType']]]
1744
+ """
1745
+ The type of the action.
1746
+ """
1747
+ timeout_in_seconds: NotRequired[pulumi.Input[builtins.int]]
1748
+ """
1749
+ Response timeout for the action.
1750
+ """
1751
+ topic: NotRequired[pulumi.Input[builtins.str]]
1752
+ """
1753
+ The MQTT topic path on which a client will receive the request for the action.
1754
+ """
1755
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
1756
+ """
1757
+ URI or type definition ID.
1758
+ """
1759
+ elif False:
1760
+ ManagementActionArgsDict: TypeAlias = Mapping[str, Any]
1761
+
1762
+ @pulumi.input_type
1763
+ class ManagementActionArgs:
1764
+ def __init__(__self__, *,
1765
+ name: pulumi.Input[builtins.str],
1766
+ target_uri: pulumi.Input[builtins.str],
1767
+ action_configuration: Optional[pulumi.Input[builtins.str]] = None,
1768
+ action_type: Optional[pulumi.Input[Union[builtins.str, 'ManagementActionType']]] = None,
1769
+ timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
1770
+ topic: Optional[pulumi.Input[builtins.str]] = None,
1771
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
1772
+ """
1773
+ Defines the action properties.
1774
+ :param pulumi.Input[builtins.str] name: Name of the action.
1775
+ :param pulumi.Input[builtins.str] target_uri: The target URI on which a client can invoke the specific action.
1776
+ :param pulumi.Input[builtins.str] action_configuration: Stringified JSON that contains connector-specific configuration for the action.
1777
+ :param pulumi.Input[Union[builtins.str, 'ManagementActionType']] action_type: The type of the action.
1778
+ :param pulumi.Input[builtins.int] timeout_in_seconds: Response timeout for the action.
1779
+ :param pulumi.Input[builtins.str] topic: The MQTT topic path on which a client will receive the request for the action.
1780
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
1781
+ """
1782
+ pulumi.set(__self__, "name", name)
1783
+ pulumi.set(__self__, "target_uri", target_uri)
1784
+ if action_configuration is not None:
1785
+ pulumi.set(__self__, "action_configuration", action_configuration)
1786
+ if action_type is None:
1787
+ action_type = 'Call'
1788
+ if action_type is not None:
1789
+ pulumi.set(__self__, "action_type", action_type)
1790
+ if timeout_in_seconds is not None:
1791
+ pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
1792
+ if topic is not None:
1793
+ pulumi.set(__self__, "topic", topic)
1794
+ if type_ref is not None:
1795
+ pulumi.set(__self__, "type_ref", type_ref)
1796
+
1797
+ @property
1798
+ @pulumi.getter
1799
+ def name(self) -> pulumi.Input[builtins.str]:
1800
+ """
1801
+ Name of the action.
1802
+ """
1803
+ return pulumi.get(self, "name")
1804
+
1805
+ @name.setter
1806
+ def name(self, value: pulumi.Input[builtins.str]):
1807
+ pulumi.set(self, "name", value)
1808
+
1809
+ @property
1810
+ @pulumi.getter(name="targetUri")
1811
+ def target_uri(self) -> pulumi.Input[builtins.str]:
1812
+ """
1813
+ The target URI on which a client can invoke the specific action.
1814
+ """
1815
+ return pulumi.get(self, "target_uri")
1816
+
1817
+ @target_uri.setter
1818
+ def target_uri(self, value: pulumi.Input[builtins.str]):
1819
+ pulumi.set(self, "target_uri", value)
1820
+
1821
+ @property
1822
+ @pulumi.getter(name="actionConfiguration")
1823
+ def action_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
1824
+ """
1825
+ Stringified JSON that contains connector-specific configuration for the action.
1826
+ """
1827
+ return pulumi.get(self, "action_configuration")
1828
+
1829
+ @action_configuration.setter
1830
+ def action_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
1831
+ pulumi.set(self, "action_configuration", value)
1832
+
1833
+ @property
1834
+ @pulumi.getter(name="actionType")
1835
+ def action_type(self) -> Optional[pulumi.Input[Union[builtins.str, 'ManagementActionType']]]:
1836
+ """
1837
+ The type of the action.
1838
+ """
1839
+ return pulumi.get(self, "action_type")
1840
+
1841
+ @action_type.setter
1842
+ def action_type(self, value: Optional[pulumi.Input[Union[builtins.str, 'ManagementActionType']]]):
1843
+ pulumi.set(self, "action_type", value)
1844
+
1845
+ @property
1846
+ @pulumi.getter(name="timeoutInSeconds")
1847
+ def timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
1848
+ """
1849
+ Response timeout for the action.
1850
+ """
1851
+ return pulumi.get(self, "timeout_in_seconds")
1852
+
1853
+ @timeout_in_seconds.setter
1854
+ def timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
1855
+ pulumi.set(self, "timeout_in_seconds", value)
1856
+
1857
+ @property
1858
+ @pulumi.getter
1859
+ def topic(self) -> Optional[pulumi.Input[builtins.str]]:
1860
+ """
1861
+ The MQTT topic path on which a client will receive the request for the action.
1862
+ """
1863
+ return pulumi.get(self, "topic")
1864
+
1865
+ @topic.setter
1866
+ def topic(self, value: Optional[pulumi.Input[builtins.str]]):
1867
+ pulumi.set(self, "topic", value)
1868
+
1869
+ @property
1870
+ @pulumi.getter(name="typeRef")
1871
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
1872
+ """
1873
+ URI or type definition ID.
1874
+ """
1875
+ return pulumi.get(self, "type_ref")
1876
+
1877
+ @type_ref.setter
1878
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
1879
+ pulumi.set(self, "type_ref", value)
1880
+
1881
+
1882
+ if not MYPY:
1883
+ class ManagementGroupArgsDict(TypedDict):
1884
+ """
1885
+ Defines the management group properties.
1886
+ """
1887
+ name: pulumi.Input[builtins.str]
1888
+ """
1889
+ Name of the management group.
1890
+ """
1891
+ actions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ManagementActionArgsDict']]]]
1892
+ """
1893
+ Array of actions that are part of the management group. Each action can have an individual configuration.
1894
+ """
1895
+ default_timeout_in_seconds: NotRequired[pulumi.Input[builtins.int]]
1896
+ """
1897
+ Default response timeout for all actions that are part of the management group.
1898
+ """
1899
+ default_topic: NotRequired[pulumi.Input[builtins.str]]
1900
+ """
1901
+ Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
1902
+ """
1903
+ management_group_configuration: NotRequired[pulumi.Input[builtins.str]]
1904
+ """
1905
+ Stringified JSON that contains connector-specific configuration for the management group.
1906
+ """
1907
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
1908
+ """
1909
+ URI or type definition ID.
1910
+ """
1911
+ elif False:
1912
+ ManagementGroupArgsDict: TypeAlias = Mapping[str, Any]
1913
+
1914
+ @pulumi.input_type
1915
+ class ManagementGroupArgs:
1916
+ def __init__(__self__, *,
1917
+ name: pulumi.Input[builtins.str],
1918
+ actions: Optional[pulumi.Input[Sequence[pulumi.Input['ManagementActionArgs']]]] = None,
1919
+ default_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
1920
+ default_topic: Optional[pulumi.Input[builtins.str]] = None,
1921
+ management_group_configuration: Optional[pulumi.Input[builtins.str]] = None,
1922
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
1923
+ """
1924
+ Defines the management group properties.
1925
+ :param pulumi.Input[builtins.str] name: Name of the management group.
1926
+ :param pulumi.Input[Sequence[pulumi.Input['ManagementActionArgs']]] actions: Array of actions that are part of the management group. Each action can have an individual configuration.
1927
+ :param pulumi.Input[builtins.int] default_timeout_in_seconds: Default response timeout for all actions that are part of the management group.
1928
+ :param pulumi.Input[builtins.str] default_topic: Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
1929
+ :param pulumi.Input[builtins.str] management_group_configuration: Stringified JSON that contains connector-specific configuration for the management group.
1930
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
1931
+ """
1932
+ pulumi.set(__self__, "name", name)
1933
+ if actions is not None:
1934
+ pulumi.set(__self__, "actions", actions)
1935
+ if default_timeout_in_seconds is None:
1936
+ default_timeout_in_seconds = 100
1937
+ if default_timeout_in_seconds is not None:
1938
+ pulumi.set(__self__, "default_timeout_in_seconds", default_timeout_in_seconds)
1939
+ if default_topic is not None:
1940
+ pulumi.set(__self__, "default_topic", default_topic)
1941
+ if management_group_configuration is not None:
1942
+ pulumi.set(__self__, "management_group_configuration", management_group_configuration)
1943
+ if type_ref is not None:
1944
+ pulumi.set(__self__, "type_ref", type_ref)
1945
+
1946
+ @property
1947
+ @pulumi.getter
1948
+ def name(self) -> pulumi.Input[builtins.str]:
1949
+ """
1950
+ Name of the management group.
1951
+ """
1952
+ return pulumi.get(self, "name")
1953
+
1954
+ @name.setter
1955
+ def name(self, value: pulumi.Input[builtins.str]):
1956
+ pulumi.set(self, "name", value)
1957
+
1958
+ @property
1959
+ @pulumi.getter
1960
+ def actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagementActionArgs']]]]:
1961
+ """
1962
+ Array of actions that are part of the management group. Each action can have an individual configuration.
1963
+ """
1964
+ return pulumi.get(self, "actions")
1965
+
1966
+ @actions.setter
1967
+ def actions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagementActionArgs']]]]):
1968
+ pulumi.set(self, "actions", value)
1969
+
1970
+ @property
1971
+ @pulumi.getter(name="defaultTimeoutInSeconds")
1972
+ def default_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
1973
+ """
1974
+ Default response timeout for all actions that are part of the management group.
1975
+ """
1976
+ return pulumi.get(self, "default_timeout_in_seconds")
1977
+
1978
+ @default_timeout_in_seconds.setter
1979
+ def default_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
1980
+ pulumi.set(self, "default_timeout_in_seconds", value)
1981
+
1982
+ @property
1983
+ @pulumi.getter(name="defaultTopic")
1984
+ def default_topic(self) -> Optional[pulumi.Input[builtins.str]]:
1985
+ """
1986
+ Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
1987
+ """
1988
+ return pulumi.get(self, "default_topic")
1989
+
1990
+ @default_topic.setter
1991
+ def default_topic(self, value: Optional[pulumi.Input[builtins.str]]):
1992
+ pulumi.set(self, "default_topic", value)
1993
+
1994
+ @property
1995
+ @pulumi.getter(name="managementGroupConfiguration")
1996
+ def management_group_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
1997
+ """
1998
+ Stringified JSON that contains connector-specific configuration for the management group.
1999
+ """
2000
+ return pulumi.get(self, "management_group_configuration")
2001
+
2002
+ @management_group_configuration.setter
2003
+ def management_group_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
2004
+ pulumi.set(self, "management_group_configuration", value)
2005
+
2006
+ @property
2007
+ @pulumi.getter(name="typeRef")
2008
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
2009
+ """
2010
+ URI or type definition ID.
2011
+ """
2012
+ return pulumi.get(self, "type_ref")
2013
+
2014
+ @type_ref.setter
2015
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
2016
+ pulumi.set(self, "type_ref", value)
2017
+
2018
+
2019
+ if not MYPY:
2020
+ class MessagingEndpointsArgsDict(TypedDict):
2021
+ """
2022
+ Connection endpoint URL a device can use to connect to a service.
2023
+ """
2024
+ inbound: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['InboundEndpointsArgsDict']]]]
2025
+ """
2026
+ Set of endpoints to connect to the device.
2027
+ """
2028
+ outbound: NotRequired[pulumi.Input['OutboundEndpointsArgsDict']]
2029
+ """
2030
+ Set of endpoints a device can connect to.
2031
+ """
2032
+ elif False:
2033
+ MessagingEndpointsArgsDict: TypeAlias = Mapping[str, Any]
2034
+
2035
+ @pulumi.input_type
2036
+ class MessagingEndpointsArgs:
2037
+ def __init__(__self__, *,
2038
+ inbound: Optional[pulumi.Input[Mapping[str, pulumi.Input['InboundEndpointsArgs']]]] = None,
2039
+ outbound: Optional[pulumi.Input['OutboundEndpointsArgs']] = None):
2040
+ """
2041
+ Connection endpoint URL a device can use to connect to a service.
2042
+ :param pulumi.Input[Mapping[str, pulumi.Input['InboundEndpointsArgs']]] inbound: Set of endpoints to connect to the device.
2043
+ :param pulumi.Input['OutboundEndpointsArgs'] outbound: Set of endpoints a device can connect to.
2044
+ """
2045
+ if inbound is not None:
2046
+ pulumi.set(__self__, "inbound", inbound)
2047
+ if outbound is not None:
2048
+ pulumi.set(__self__, "outbound", outbound)
2049
+
2050
+ @property
2051
+ @pulumi.getter
2052
+ def inbound(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['InboundEndpointsArgs']]]]:
2053
+ """
2054
+ Set of endpoints to connect to the device.
2055
+ """
2056
+ return pulumi.get(self, "inbound")
2057
+
2058
+ @inbound.setter
2059
+ def inbound(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['InboundEndpointsArgs']]]]):
2060
+ pulumi.set(self, "inbound", value)
2061
+
2062
+ @property
2063
+ @pulumi.getter
2064
+ def outbound(self) -> Optional[pulumi.Input['OutboundEndpointsArgs']]:
2065
+ """
2066
+ Set of endpoints a device can connect to.
2067
+ """
2068
+ return pulumi.get(self, "outbound")
2069
+
2070
+ @outbound.setter
2071
+ def outbound(self, value: Optional[pulumi.Input['OutboundEndpointsArgs']]):
2072
+ pulumi.set(self, "outbound", value)
2073
+
2074
+
2075
+ if not MYPY:
2076
+ class MessagingEndpointArgsDict(TypedDict):
2077
+ """
2078
+ Namespace messaging endpoint model used by a device to connect to a service.
2079
+ """
2080
+ address: pulumi.Input[builtins.str]
2081
+ """
2082
+ The endpoint address to connect to.
2083
+ """
2084
+ endpoint_type: NotRequired[pulumi.Input[builtins.str]]
2085
+ """
2086
+ Type of connection used for messaging endpoint.
2087
+ """
2088
+ resource_id: NotRequired[pulumi.Input[builtins.str]]
2089
+ """
2090
+ The messaging endpoint Azure resource Id.
2091
+ """
2092
+ elif False:
2093
+ MessagingEndpointArgsDict: TypeAlias = Mapping[str, Any]
2094
+
2095
+ @pulumi.input_type
2096
+ class MessagingEndpointArgs:
2097
+ def __init__(__self__, *,
2098
+ address: pulumi.Input[builtins.str],
2099
+ endpoint_type: Optional[pulumi.Input[builtins.str]] = None,
2100
+ resource_id: Optional[pulumi.Input[builtins.str]] = None):
2101
+ """
2102
+ Namespace messaging endpoint model used by a device to connect to a service.
2103
+ :param pulumi.Input[builtins.str] address: The endpoint address to connect to.
2104
+ :param pulumi.Input[builtins.str] endpoint_type: Type of connection used for messaging endpoint.
2105
+ :param pulumi.Input[builtins.str] resource_id: The messaging endpoint Azure resource Id.
2106
+ """
2107
+ pulumi.set(__self__, "address", address)
2108
+ if endpoint_type is not None:
2109
+ pulumi.set(__self__, "endpoint_type", endpoint_type)
2110
+ if resource_id is not None:
2111
+ pulumi.set(__self__, "resource_id", resource_id)
2112
+
2113
+ @property
2114
+ @pulumi.getter
2115
+ def address(self) -> pulumi.Input[builtins.str]:
2116
+ """
2117
+ The endpoint address to connect to.
2118
+ """
2119
+ return pulumi.get(self, "address")
2120
+
2121
+ @address.setter
2122
+ def address(self, value: pulumi.Input[builtins.str]):
2123
+ pulumi.set(self, "address", value)
2124
+
2125
+ @property
2126
+ @pulumi.getter(name="endpointType")
2127
+ def endpoint_type(self) -> Optional[pulumi.Input[builtins.str]]:
2128
+ """
2129
+ Type of connection used for messaging endpoint.
2130
+ """
2131
+ return pulumi.get(self, "endpoint_type")
2132
+
2133
+ @endpoint_type.setter
2134
+ def endpoint_type(self, value: Optional[pulumi.Input[builtins.str]]):
2135
+ pulumi.set(self, "endpoint_type", value)
2136
+
2137
+ @property
2138
+ @pulumi.getter(name="resourceId")
2139
+ def resource_id(self) -> Optional[pulumi.Input[builtins.str]]:
2140
+ """
2141
+ The messaging endpoint Azure resource Id.
2142
+ """
2143
+ return pulumi.get(self, "resource_id")
2144
+
2145
+ @resource_id.setter
2146
+ def resource_id(self, value: Optional[pulumi.Input[builtins.str]]):
2147
+ pulumi.set(self, "resource_id", value)
2148
+
2149
+
2150
+ if not MYPY:
2151
+ class MessagingArgsDict(TypedDict):
2152
+ """
2153
+ The namespace messaging endpoints model.
2154
+ """
2155
+ endpoints: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['MessagingEndpointArgsDict']]]]
2156
+ """
2157
+ Dictionary of messaging endpoints.
2158
+ """
2159
+ elif False:
2160
+ MessagingArgsDict: TypeAlias = Mapping[str, Any]
2161
+
2162
+ @pulumi.input_type
2163
+ class MessagingArgs:
2164
+ def __init__(__self__, *,
2165
+ endpoints: Optional[pulumi.Input[Mapping[str, pulumi.Input['MessagingEndpointArgs']]]] = None):
2166
+ """
2167
+ The namespace messaging endpoints model.
2168
+ :param pulumi.Input[Mapping[str, pulumi.Input['MessagingEndpointArgs']]] endpoints: Dictionary of messaging endpoints.
2169
+ """
2170
+ if endpoints is not None:
2171
+ pulumi.set(__self__, "endpoints", endpoints)
2172
+
2173
+ @property
2174
+ @pulumi.getter
2175
+ def endpoints(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['MessagingEndpointArgs']]]]:
2176
+ """
2177
+ Dictionary of messaging endpoints.
2178
+ """
2179
+ return pulumi.get(self, "endpoints")
2180
+
2181
+ @endpoints.setter
2182
+ def endpoints(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['MessagingEndpointArgs']]]]):
2183
+ pulumi.set(self, "endpoints", value)
2184
+
2185
+
2186
+ if not MYPY:
2187
+ class MqttDestinationConfigurationArgsDict(TypedDict):
2188
+ """
2189
+ The configuration for a MQTT destination.
2190
+ """
2191
+ topic: pulumi.Input[builtins.str]
2192
+ """
2193
+ The MQTT topic.
2194
+ """
2195
+ qos: NotRequired[pulumi.Input[Union[builtins.str, 'MqttDestinationQos']]]
2196
+ """
2197
+ The MQTT QoS setting. Defaults to QoS 1.
2198
+ """
2199
+ retain: NotRequired[pulumi.Input[Union[builtins.str, 'TopicRetainType']]]
2200
+ """
2201
+ When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
2202
+ """
2203
+ ttl: NotRequired[pulumi.Input[builtins.float]]
2204
+ """
2205
+ The MQTT TTL setting.
2206
+ """
2207
+ elif False:
2208
+ MqttDestinationConfigurationArgsDict: TypeAlias = Mapping[str, Any]
2209
+
2210
+ @pulumi.input_type
2211
+ class MqttDestinationConfigurationArgs:
2212
+ def __init__(__self__, *,
2213
+ topic: pulumi.Input[builtins.str],
2214
+ qos: Optional[pulumi.Input[Union[builtins.str, 'MqttDestinationQos']]] = None,
2215
+ retain: Optional[pulumi.Input[Union[builtins.str, 'TopicRetainType']]] = None,
2216
+ ttl: Optional[pulumi.Input[builtins.float]] = None):
2217
+ """
2218
+ The configuration for a MQTT destination.
2219
+ :param pulumi.Input[builtins.str] topic: The MQTT topic.
2220
+ :param pulumi.Input[Union[builtins.str, 'MqttDestinationQos']] qos: The MQTT QoS setting. Defaults to QoS 1.
2221
+ :param pulumi.Input[Union[builtins.str, 'TopicRetainType']] retain: When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
2222
+ :param pulumi.Input[builtins.float] ttl: The MQTT TTL setting.
2223
+ """
2224
+ pulumi.set(__self__, "topic", topic)
2225
+ if qos is None:
2226
+ qos = 'Qos1'
2227
+ if qos is not None:
2228
+ pulumi.set(__self__, "qos", qos)
2229
+ if retain is None:
2230
+ retain = 'Never'
2231
+ if retain is not None:
2232
+ pulumi.set(__self__, "retain", retain)
2233
+ if ttl is not None:
2234
+ pulumi.set(__self__, "ttl", ttl)
2235
+
2236
+ @property
2237
+ @pulumi.getter
2238
+ def topic(self) -> pulumi.Input[builtins.str]:
2239
+ """
2240
+ The MQTT topic.
2241
+ """
2242
+ return pulumi.get(self, "topic")
2243
+
2244
+ @topic.setter
2245
+ def topic(self, value: pulumi.Input[builtins.str]):
2246
+ pulumi.set(self, "topic", value)
2247
+
2248
+ @property
2249
+ @pulumi.getter
2250
+ def qos(self) -> Optional[pulumi.Input[Union[builtins.str, 'MqttDestinationQos']]]:
2251
+ """
2252
+ The MQTT QoS setting. Defaults to QoS 1.
2253
+ """
2254
+ return pulumi.get(self, "qos")
2255
+
2256
+ @qos.setter
2257
+ def qos(self, value: Optional[pulumi.Input[Union[builtins.str, 'MqttDestinationQos']]]):
2258
+ pulumi.set(self, "qos", value)
2259
+
2260
+ @property
2261
+ @pulumi.getter
2262
+ def retain(self) -> Optional[pulumi.Input[Union[builtins.str, 'TopicRetainType']]]:
2263
+ """
2264
+ When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
2265
+ """
2266
+ return pulumi.get(self, "retain")
2267
+
2268
+ @retain.setter
2269
+ def retain(self, value: Optional[pulumi.Input[Union[builtins.str, 'TopicRetainType']]]):
2270
+ pulumi.set(self, "retain", value)
2271
+
2272
+ @property
2273
+ @pulumi.getter
2274
+ def ttl(self) -> Optional[pulumi.Input[builtins.float]]:
2275
+ """
2276
+ The MQTT TTL setting.
2277
+ """
2278
+ return pulumi.get(self, "ttl")
2279
+
2280
+ @ttl.setter
2281
+ def ttl(self, value: Optional[pulumi.Input[builtins.float]]):
2282
+ pulumi.set(self, "ttl", value)
2283
+
2284
+
2285
+ if not MYPY:
2286
+ class NamespaceDatasetDataPointArgsDict(TypedDict):
2287
+ """
2288
+ Defines the dataset data point properties.
2289
+ """
2290
+ data_source: pulumi.Input[builtins.str]
2291
+ """
2292
+ The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
2293
+ """
2294
+ name: pulumi.Input[builtins.str]
2295
+ """
2296
+ The name of the data point.
2297
+ """
2298
+ data_point_configuration: NotRequired[pulumi.Input[builtins.str]]
2299
+ """
2300
+ Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2301
+ """
2302
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
2303
+ """
2304
+ URI or type definition ID.
2305
+ """
2306
+ elif False:
2307
+ NamespaceDatasetDataPointArgsDict: TypeAlias = Mapping[str, Any]
2308
+
2309
+ @pulumi.input_type
2310
+ class NamespaceDatasetDataPointArgs:
2311
+ def __init__(__self__, *,
2312
+ data_source: pulumi.Input[builtins.str],
2313
+ name: pulumi.Input[builtins.str],
2314
+ data_point_configuration: Optional[pulumi.Input[builtins.str]] = None,
2315
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
2316
+ """
2317
+ Defines the dataset data point properties.
2318
+ :param pulumi.Input[builtins.str] data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
2319
+ :param pulumi.Input[builtins.str] name: The name of the data point.
2320
+ :param pulumi.Input[builtins.str] data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2321
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
2322
+ """
2323
+ pulumi.set(__self__, "data_source", data_source)
2324
+ pulumi.set(__self__, "name", name)
2325
+ if data_point_configuration is not None:
2326
+ pulumi.set(__self__, "data_point_configuration", data_point_configuration)
2327
+ if type_ref is not None:
2328
+ pulumi.set(__self__, "type_ref", type_ref)
2329
+
2330
+ @property
2331
+ @pulumi.getter(name="dataSource")
2332
+ def data_source(self) -> pulumi.Input[builtins.str]:
2333
+ """
2334
+ The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
2335
+ """
2336
+ return pulumi.get(self, "data_source")
2337
+
2338
+ @data_source.setter
2339
+ def data_source(self, value: pulumi.Input[builtins.str]):
2340
+ pulumi.set(self, "data_source", value)
2341
+
2342
+ @property
2343
+ @pulumi.getter
2344
+ def name(self) -> pulumi.Input[builtins.str]:
2345
+ """
2346
+ The name of the data point.
2347
+ """
2348
+ return pulumi.get(self, "name")
2349
+
2350
+ @name.setter
2351
+ def name(self, value: pulumi.Input[builtins.str]):
2352
+ pulumi.set(self, "name", value)
2353
+
2354
+ @property
2355
+ @pulumi.getter(name="dataPointConfiguration")
2356
+ def data_point_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
2357
+ """
2358
+ Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2359
+ """
2360
+ return pulumi.get(self, "data_point_configuration")
2361
+
2362
+ @data_point_configuration.setter
2363
+ def data_point_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
2364
+ pulumi.set(self, "data_point_configuration", value)
2365
+
2366
+ @property
2367
+ @pulumi.getter(name="typeRef")
2368
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
2369
+ """
2370
+ URI or type definition ID.
2371
+ """
2372
+ return pulumi.get(self, "type_ref")
2373
+
2374
+ @type_ref.setter
2375
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
2376
+ pulumi.set(self, "type_ref", value)
2377
+
2378
+
2379
+ if not MYPY:
2380
+ class NamespaceDatasetArgsDict(TypedDict):
2381
+ """
2382
+ Defines the dataset properties.
2383
+ """
2384
+ name: pulumi.Input[builtins.str]
2385
+ """
2386
+ Name of the dataset.
2387
+ """
2388
+ data_points: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamespaceDatasetDataPointArgsDict']]]]
2389
+ """
2390
+ Array of data points that are part of the dataset. Each data point can have per-data point configuration.
2391
+ """
2392
+ data_source: NotRequired[pulumi.Input[builtins.str]]
2393
+ """
2394
+ Reference to a data source for a given dataset.
2395
+ """
2396
+ dataset_configuration: NotRequired[pulumi.Input[builtins.str]]
2397
+ """
2398
+ Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
2399
+ """
2400
+ destinations: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgsDict', 'DatasetMqttDestinationArgsDict', 'DatasetStorageDestinationArgsDict']]]]]
2401
+ """
2402
+ Destinations for a dataset.
2403
+ """
2404
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
2405
+ """
2406
+ URI or type definition ID.
2407
+ """
2408
+ elif False:
2409
+ NamespaceDatasetArgsDict: TypeAlias = Mapping[str, Any]
2410
+
2411
+ @pulumi.input_type
2412
+ class NamespaceDatasetArgs:
2413
+ def __init__(__self__, *,
2414
+ name: pulumi.Input[builtins.str],
2415
+ data_points: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDatasetDataPointArgs']]]] = None,
2416
+ data_source: Optional[pulumi.Input[builtins.str]] = None,
2417
+ dataset_configuration: Optional[pulumi.Input[builtins.str]] = None,
2418
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgs', 'DatasetMqttDestinationArgs', 'DatasetStorageDestinationArgs']]]]] = None,
2419
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
2420
+ """
2421
+ Defines the dataset properties.
2422
+ :param pulumi.Input[builtins.str] name: Name of the dataset.
2423
+ :param pulumi.Input[Sequence[pulumi.Input['NamespaceDatasetDataPointArgs']]] data_points: Array of data points that are part of the dataset. Each data point can have per-data point configuration.
2424
+ :param pulumi.Input[builtins.str] data_source: Reference to a data source for a given dataset.
2425
+ :param pulumi.Input[builtins.str] dataset_configuration: Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
2426
+ :param pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgs', 'DatasetMqttDestinationArgs', 'DatasetStorageDestinationArgs']]]] destinations: Destinations for a dataset.
2427
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
2428
+ """
2429
+ pulumi.set(__self__, "name", name)
2430
+ if data_points is not None:
2431
+ pulumi.set(__self__, "data_points", data_points)
2432
+ if data_source is not None:
2433
+ pulumi.set(__self__, "data_source", data_source)
2434
+ if dataset_configuration is not None:
2435
+ pulumi.set(__self__, "dataset_configuration", dataset_configuration)
2436
+ if destinations is not None:
2437
+ pulumi.set(__self__, "destinations", destinations)
2438
+ if type_ref is not None:
2439
+ pulumi.set(__self__, "type_ref", type_ref)
2440
+
2441
+ @property
2442
+ @pulumi.getter
2443
+ def name(self) -> pulumi.Input[builtins.str]:
2444
+ """
2445
+ Name of the dataset.
2446
+ """
2447
+ return pulumi.get(self, "name")
2448
+
2449
+ @name.setter
2450
+ def name(self, value: pulumi.Input[builtins.str]):
2451
+ pulumi.set(self, "name", value)
2452
+
2453
+ @property
2454
+ @pulumi.getter(name="dataPoints")
2455
+ def data_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDatasetDataPointArgs']]]]:
2456
+ """
2457
+ Array of data points that are part of the dataset. Each data point can have per-data point configuration.
2458
+ """
2459
+ return pulumi.get(self, "data_points")
2460
+
2461
+ @data_points.setter
2462
+ def data_points(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDatasetDataPointArgs']]]]):
2463
+ pulumi.set(self, "data_points", value)
2464
+
2465
+ @property
2466
+ @pulumi.getter(name="dataSource")
2467
+ def data_source(self) -> Optional[pulumi.Input[builtins.str]]:
2468
+ """
2469
+ Reference to a data source for a given dataset.
2470
+ """
2471
+ return pulumi.get(self, "data_source")
2472
+
2473
+ @data_source.setter
2474
+ def data_source(self, value: Optional[pulumi.Input[builtins.str]]):
2475
+ pulumi.set(self, "data_source", value)
2476
+
2477
+ @property
2478
+ @pulumi.getter(name="datasetConfiguration")
2479
+ def dataset_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
2480
+ """
2481
+ Stringified JSON that contains connector-specific JSON string that describes configuration for the specific dataset.
2482
+ """
2483
+ return pulumi.get(self, "dataset_configuration")
2484
+
2485
+ @dataset_configuration.setter
2486
+ def dataset_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
2487
+ pulumi.set(self, "dataset_configuration", value)
2488
+
2489
+ @property
2490
+ @pulumi.getter
2491
+ def destinations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgs', 'DatasetMqttDestinationArgs', 'DatasetStorageDestinationArgs']]]]]:
2492
+ """
2493
+ Destinations for a dataset.
2494
+ """
2495
+ return pulumi.get(self, "destinations")
2496
+
2497
+ @destinations.setter
2498
+ def destinations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgs', 'DatasetMqttDestinationArgs', 'DatasetStorageDestinationArgs']]]]]):
2499
+ pulumi.set(self, "destinations", value)
2500
+
2501
+ @property
2502
+ @pulumi.getter(name="typeRef")
2503
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
2504
+ """
2505
+ URI or type definition ID.
2506
+ """
2507
+ return pulumi.get(self, "type_ref")
2508
+
2509
+ @type_ref.setter
2510
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
2511
+ pulumi.set(self, "type_ref", value)
2512
+
2513
+
2514
+ if not MYPY:
2515
+ class NamespaceDiscoveredDatasetDataPointArgsDict(TypedDict):
2516
+ """
2517
+ Defines the discovered dataset data point properties.
2518
+ """
2519
+ data_source: pulumi.Input[builtins.str]
2520
+ """
2521
+ The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
2522
+ """
2523
+ name: pulumi.Input[builtins.str]
2524
+ """
2525
+ The name of the data point.
2526
+ """
2527
+ data_point_configuration: NotRequired[pulumi.Input[builtins.str]]
2528
+ """
2529
+ Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2530
+ """
2531
+ last_updated_on: NotRequired[pulumi.Input[builtins.str]]
2532
+ """
2533
+ UTC timestamp indicating when the data point was added or modified.
2534
+ """
2535
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
2536
+ """
2537
+ URI or type definition ID.
2538
+ """
2539
+ elif False:
2540
+ NamespaceDiscoveredDatasetDataPointArgsDict: TypeAlias = Mapping[str, Any]
2541
+
2542
+ @pulumi.input_type
2543
+ class NamespaceDiscoveredDatasetDataPointArgs:
2544
+ def __init__(__self__, *,
2545
+ data_source: pulumi.Input[builtins.str],
2546
+ name: pulumi.Input[builtins.str],
2547
+ data_point_configuration: Optional[pulumi.Input[builtins.str]] = None,
2548
+ last_updated_on: Optional[pulumi.Input[builtins.str]] = None,
2549
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
2550
+ """
2551
+ Defines the discovered dataset data point properties.
2552
+ :param pulumi.Input[builtins.str] data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
2553
+ :param pulumi.Input[builtins.str] name: The name of the data point.
2554
+ :param pulumi.Input[builtins.str] data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2555
+ :param pulumi.Input[builtins.str] last_updated_on: UTC timestamp indicating when the data point was added or modified.
2556
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
2557
+ """
2558
+ pulumi.set(__self__, "data_source", data_source)
2559
+ pulumi.set(__self__, "name", name)
2560
+ if data_point_configuration is not None:
2561
+ pulumi.set(__self__, "data_point_configuration", data_point_configuration)
2562
+ if last_updated_on is not None:
2563
+ pulumi.set(__self__, "last_updated_on", last_updated_on)
2564
+ if type_ref is not None:
2565
+ pulumi.set(__self__, "type_ref", type_ref)
2566
+
2567
+ @property
2568
+ @pulumi.getter(name="dataSource")
2569
+ def data_source(self) -> pulumi.Input[builtins.str]:
2570
+ """
2571
+ The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
2572
+ """
2573
+ return pulumi.get(self, "data_source")
2574
+
2575
+ @data_source.setter
2576
+ def data_source(self, value: pulumi.Input[builtins.str]):
2577
+ pulumi.set(self, "data_source", value)
2578
+
2579
+ @property
2580
+ @pulumi.getter
2581
+ def name(self) -> pulumi.Input[builtins.str]:
2582
+ """
2583
+ The name of the data point.
2584
+ """
2585
+ return pulumi.get(self, "name")
2586
+
2587
+ @name.setter
2588
+ def name(self, value: pulumi.Input[builtins.str]):
2589
+ pulumi.set(self, "name", value)
2590
+
2591
+ @property
2592
+ @pulumi.getter(name="dataPointConfiguration")
2593
+ def data_point_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
2594
+ """
2595
+ Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2596
+ """
2597
+ return pulumi.get(self, "data_point_configuration")
2598
+
2599
+ @data_point_configuration.setter
2600
+ def data_point_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
2601
+ pulumi.set(self, "data_point_configuration", value)
2602
+
2603
+ @property
2604
+ @pulumi.getter(name="lastUpdatedOn")
2605
+ def last_updated_on(self) -> Optional[pulumi.Input[builtins.str]]:
2606
+ """
2607
+ UTC timestamp indicating when the data point was added or modified.
2608
+ """
2609
+ return pulumi.get(self, "last_updated_on")
2610
+
2611
+ @last_updated_on.setter
2612
+ def last_updated_on(self, value: Optional[pulumi.Input[builtins.str]]):
2613
+ pulumi.set(self, "last_updated_on", value)
2614
+
2615
+ @property
2616
+ @pulumi.getter(name="typeRef")
2617
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
2618
+ """
2619
+ URI or type definition ID.
2620
+ """
2621
+ return pulumi.get(self, "type_ref")
2622
+
2623
+ @type_ref.setter
2624
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
2625
+ pulumi.set(self, "type_ref", value)
2626
+
2627
+
2628
+ if not MYPY:
2629
+ class NamespaceDiscoveredDatasetArgsDict(TypedDict):
2630
+ """
2631
+ Defines the dataset properties.
2632
+ """
2633
+ name: pulumi.Input[builtins.str]
2634
+ """
2635
+ Name of the dataset.
2636
+ """
2637
+ data_points: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredDatasetDataPointArgsDict']]]]
2638
+ """
2639
+ Array of data points that are part of the dataset. Each data point can have per-data point configuration.
2640
+ """
2641
+ data_source: NotRequired[pulumi.Input[builtins.str]]
2642
+ """
2643
+ Reference to a data source for a given dataset.
2644
+ """
2645
+ dataset_configuration: NotRequired[pulumi.Input[builtins.str]]
2646
+ """
2647
+ Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
2648
+ """
2649
+ destinations: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgsDict', 'DatasetMqttDestinationArgsDict', 'DatasetStorageDestinationArgsDict']]]]]
2650
+ """
2651
+ Destinations for a dataset.
2652
+ """
2653
+ last_updated_on: NotRequired[pulumi.Input[builtins.str]]
2654
+ """
2655
+ Timestamp (in UTC) indicating when the dataset was added or modified.
2656
+ """
2657
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
2658
+ """
2659
+ URI or type definition ID.
2660
+ """
2661
+ elif False:
2662
+ NamespaceDiscoveredDatasetArgsDict: TypeAlias = Mapping[str, Any]
2663
+
2664
+ @pulumi.input_type
2665
+ class NamespaceDiscoveredDatasetArgs:
2666
+ def __init__(__self__, *,
2667
+ name: pulumi.Input[builtins.str],
2668
+ data_points: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredDatasetDataPointArgs']]]] = None,
2669
+ data_source: Optional[pulumi.Input[builtins.str]] = None,
2670
+ dataset_configuration: Optional[pulumi.Input[builtins.str]] = None,
2671
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgs', 'DatasetMqttDestinationArgs', 'DatasetStorageDestinationArgs']]]]] = None,
2672
+ last_updated_on: Optional[pulumi.Input[builtins.str]] = None,
2673
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
2674
+ """
2675
+ Defines the dataset properties.
2676
+ :param pulumi.Input[builtins.str] name: Name of the dataset.
2677
+ :param pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredDatasetDataPointArgs']]] data_points: Array of data points that are part of the dataset. Each data point can have per-data point configuration.
2678
+ :param pulumi.Input[builtins.str] data_source: Reference to a data source for a given dataset.
2679
+ :param pulumi.Input[builtins.str] dataset_configuration: Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
2680
+ :param pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgs', 'DatasetMqttDestinationArgs', 'DatasetStorageDestinationArgs']]]] destinations: Destinations for a dataset.
2681
+ :param pulumi.Input[builtins.str] last_updated_on: Timestamp (in UTC) indicating when the dataset was added or modified.
2682
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
2683
+ """
2684
+ pulumi.set(__self__, "name", name)
2685
+ if data_points is not None:
2686
+ pulumi.set(__self__, "data_points", data_points)
2687
+ if data_source is not None:
2688
+ pulumi.set(__self__, "data_source", data_source)
2689
+ if dataset_configuration is not None:
2690
+ pulumi.set(__self__, "dataset_configuration", dataset_configuration)
2691
+ if destinations is not None:
2692
+ pulumi.set(__self__, "destinations", destinations)
2693
+ if last_updated_on is not None:
2694
+ pulumi.set(__self__, "last_updated_on", last_updated_on)
2695
+ if type_ref is not None:
2696
+ pulumi.set(__self__, "type_ref", type_ref)
2697
+
2698
+ @property
2699
+ @pulumi.getter
2700
+ def name(self) -> pulumi.Input[builtins.str]:
2701
+ """
2702
+ Name of the dataset.
2703
+ """
2704
+ return pulumi.get(self, "name")
2705
+
2706
+ @name.setter
2707
+ def name(self, value: pulumi.Input[builtins.str]):
2708
+ pulumi.set(self, "name", value)
2709
+
2710
+ @property
2711
+ @pulumi.getter(name="dataPoints")
2712
+ def data_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredDatasetDataPointArgs']]]]:
2713
+ """
2714
+ Array of data points that are part of the dataset. Each data point can have per-data point configuration.
2715
+ """
2716
+ return pulumi.get(self, "data_points")
2717
+
2718
+ @data_points.setter
2719
+ def data_points(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredDatasetDataPointArgs']]]]):
2720
+ pulumi.set(self, "data_points", value)
2721
+
2722
+ @property
2723
+ @pulumi.getter(name="dataSource")
2724
+ def data_source(self) -> Optional[pulumi.Input[builtins.str]]:
2725
+ """
2726
+ Reference to a data source for a given dataset.
2727
+ """
2728
+ return pulumi.get(self, "data_source")
2729
+
2730
+ @data_source.setter
2731
+ def data_source(self, value: Optional[pulumi.Input[builtins.str]]):
2732
+ pulumi.set(self, "data_source", value)
2733
+
2734
+ @property
2735
+ @pulumi.getter(name="datasetConfiguration")
2736
+ def dataset_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
2737
+ """
2738
+ Stringified JSON that contains connector-specific properties that describes configuration for the specific dataset.
2739
+ """
2740
+ return pulumi.get(self, "dataset_configuration")
2741
+
2742
+ @dataset_configuration.setter
2743
+ def dataset_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
2744
+ pulumi.set(self, "dataset_configuration", value)
2745
+
2746
+ @property
2747
+ @pulumi.getter
2748
+ def destinations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgs', 'DatasetMqttDestinationArgs', 'DatasetStorageDestinationArgs']]]]]:
2749
+ """
2750
+ Destinations for a dataset.
2751
+ """
2752
+ return pulumi.get(self, "destinations")
2753
+
2754
+ @destinations.setter
2755
+ def destinations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DatasetBrokerStateStoreDestinationArgs', 'DatasetMqttDestinationArgs', 'DatasetStorageDestinationArgs']]]]]):
2756
+ pulumi.set(self, "destinations", value)
2757
+
2758
+ @property
2759
+ @pulumi.getter(name="lastUpdatedOn")
2760
+ def last_updated_on(self) -> Optional[pulumi.Input[builtins.str]]:
2761
+ """
2762
+ Timestamp (in UTC) indicating when the dataset was added or modified.
2763
+ """
2764
+ return pulumi.get(self, "last_updated_on")
2765
+
2766
+ @last_updated_on.setter
2767
+ def last_updated_on(self, value: Optional[pulumi.Input[builtins.str]]):
2768
+ pulumi.set(self, "last_updated_on", value)
2769
+
2770
+ @property
2771
+ @pulumi.getter(name="typeRef")
2772
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
2773
+ """
2774
+ URI or type definition ID.
2775
+ """
2776
+ return pulumi.get(self, "type_ref")
2777
+
2778
+ @type_ref.setter
2779
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
2780
+ pulumi.set(self, "type_ref", value)
2781
+
2782
+
2783
+ if not MYPY:
2784
+ class NamespaceDiscoveredEventDataPointArgsDict(TypedDict):
2785
+ """
2786
+ Defines the discovered event data point properties.
2787
+ """
2788
+ data_source: pulumi.Input[builtins.str]
2789
+ """
2790
+ The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
2791
+ """
2792
+ name: pulumi.Input[builtins.str]
2793
+ """
2794
+ The name of the data point.
2795
+ """
2796
+ data_point_configuration: NotRequired[pulumi.Input[builtins.str]]
2797
+ """
2798
+ Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2799
+ """
2800
+ last_updated_on: NotRequired[pulumi.Input[builtins.str]]
2801
+ """
2802
+ UTC timestamp indicating when the data point was added or modified.
2803
+ """
2804
+ elif False:
2805
+ NamespaceDiscoveredEventDataPointArgsDict: TypeAlias = Mapping[str, Any]
2806
+
2807
+ @pulumi.input_type
2808
+ class NamespaceDiscoveredEventDataPointArgs:
2809
+ def __init__(__self__, *,
2810
+ data_source: pulumi.Input[builtins.str],
2811
+ name: pulumi.Input[builtins.str],
2812
+ data_point_configuration: Optional[pulumi.Input[builtins.str]] = None,
2813
+ last_updated_on: Optional[pulumi.Input[builtins.str]] = None):
2814
+ """
2815
+ Defines the discovered event data point properties.
2816
+ :param pulumi.Input[builtins.str] data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
2817
+ :param pulumi.Input[builtins.str] name: The name of the data point.
2818
+ :param pulumi.Input[builtins.str] data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2819
+ :param pulumi.Input[builtins.str] last_updated_on: UTC timestamp indicating when the data point was added or modified.
2820
+ """
2821
+ pulumi.set(__self__, "data_source", data_source)
2822
+ pulumi.set(__self__, "name", name)
2823
+ if data_point_configuration is not None:
2824
+ pulumi.set(__self__, "data_point_configuration", data_point_configuration)
2825
+ if last_updated_on is not None:
2826
+ pulumi.set(__self__, "last_updated_on", last_updated_on)
2827
+
2828
+ @property
2829
+ @pulumi.getter(name="dataSource")
2830
+ def data_source(self) -> pulumi.Input[builtins.str]:
2831
+ """
2832
+ The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
2833
+ """
2834
+ return pulumi.get(self, "data_source")
2835
+
2836
+ @data_source.setter
2837
+ def data_source(self, value: pulumi.Input[builtins.str]):
2838
+ pulumi.set(self, "data_source", value)
2839
+
2840
+ @property
2841
+ @pulumi.getter
2842
+ def name(self) -> pulumi.Input[builtins.str]:
2843
+ """
2844
+ The name of the data point.
2845
+ """
2846
+ return pulumi.get(self, "name")
2847
+
2848
+ @name.setter
2849
+ def name(self, value: pulumi.Input[builtins.str]):
2850
+ pulumi.set(self, "name", value)
2851
+
2852
+ @property
2853
+ @pulumi.getter(name="dataPointConfiguration")
2854
+ def data_point_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
2855
+ """
2856
+ Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2857
+ """
2858
+ return pulumi.get(self, "data_point_configuration")
2859
+
2860
+ @data_point_configuration.setter
2861
+ def data_point_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
2862
+ pulumi.set(self, "data_point_configuration", value)
2863
+
2864
+ @property
2865
+ @pulumi.getter(name="lastUpdatedOn")
2866
+ def last_updated_on(self) -> Optional[pulumi.Input[builtins.str]]:
2867
+ """
2868
+ UTC timestamp indicating when the data point was added or modified.
2869
+ """
2870
+ return pulumi.get(self, "last_updated_on")
2871
+
2872
+ @last_updated_on.setter
2873
+ def last_updated_on(self, value: Optional[pulumi.Input[builtins.str]]):
2874
+ pulumi.set(self, "last_updated_on", value)
2875
+
2876
+
2877
+ if not MYPY:
2878
+ class NamespaceDiscoveredEventArgsDict(TypedDict):
2879
+ """
2880
+ Defines the event properties.
2881
+ """
2882
+ event_notifier: pulumi.Input[builtins.str]
2883
+ """
2884
+ The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
2885
+ """
2886
+ name: pulumi.Input[builtins.str]
2887
+ """
2888
+ The name of the event.
2889
+ """
2890
+ data_points: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredEventDataPointArgsDict']]]]
2891
+ """
2892
+ Array of data points that are part of the event. Each data point can have a per-data point configuration.
2893
+ """
2894
+ destinations: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgsDict', 'EventStorageDestinationArgsDict']]]]]
2895
+ """
2896
+ Destinations for an event.
2897
+ """
2898
+ event_configuration: NotRequired[pulumi.Input[builtins.str]]
2899
+ """
2900
+ Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2901
+ """
2902
+ last_updated_on: NotRequired[pulumi.Input[builtins.str]]
2903
+ """
2904
+ UTC timestamp indicating when the event was added or modified.
2905
+ """
2906
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
2907
+ """
2908
+ URI or type definition ID.
2909
+ """
2910
+ elif False:
2911
+ NamespaceDiscoveredEventArgsDict: TypeAlias = Mapping[str, Any]
2912
+
2913
+ @pulumi.input_type
2914
+ class NamespaceDiscoveredEventArgs:
2915
+ def __init__(__self__, *,
2916
+ event_notifier: pulumi.Input[builtins.str],
2917
+ name: pulumi.Input[builtins.str],
2918
+ data_points: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredEventDataPointArgs']]]] = None,
2919
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgs', 'EventStorageDestinationArgs']]]]] = None,
2920
+ event_configuration: Optional[pulumi.Input[builtins.str]] = None,
2921
+ last_updated_on: Optional[pulumi.Input[builtins.str]] = None,
2922
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
2923
+ """
2924
+ Defines the event properties.
2925
+ :param pulumi.Input[builtins.str] event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
2926
+ :param pulumi.Input[builtins.str] name: The name of the event.
2927
+ :param pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredEventDataPointArgs']]] data_points: Array of data points that are part of the event. Each data point can have a per-data point configuration.
2928
+ :param pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgs', 'EventStorageDestinationArgs']]]] destinations: Destinations for an event.
2929
+ :param pulumi.Input[builtins.str] event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2930
+ :param pulumi.Input[builtins.str] last_updated_on: UTC timestamp indicating when the event was added or modified.
2931
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
2932
+ """
2933
+ pulumi.set(__self__, "event_notifier", event_notifier)
2934
+ pulumi.set(__self__, "name", name)
2935
+ if data_points is not None:
2936
+ pulumi.set(__self__, "data_points", data_points)
2937
+ if destinations is not None:
2938
+ pulumi.set(__self__, "destinations", destinations)
2939
+ if event_configuration is not None:
2940
+ pulumi.set(__self__, "event_configuration", event_configuration)
2941
+ if last_updated_on is not None:
2942
+ pulumi.set(__self__, "last_updated_on", last_updated_on)
2943
+ if type_ref is not None:
2944
+ pulumi.set(__self__, "type_ref", type_ref)
2945
+
2946
+ @property
2947
+ @pulumi.getter(name="eventNotifier")
2948
+ def event_notifier(self) -> pulumi.Input[builtins.str]:
2949
+ """
2950
+ The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
2951
+ """
2952
+ return pulumi.get(self, "event_notifier")
2953
+
2954
+ @event_notifier.setter
2955
+ def event_notifier(self, value: pulumi.Input[builtins.str]):
2956
+ pulumi.set(self, "event_notifier", value)
2957
+
2958
+ @property
2959
+ @pulumi.getter
2960
+ def name(self) -> pulumi.Input[builtins.str]:
2961
+ """
2962
+ The name of the event.
2963
+ """
2964
+ return pulumi.get(self, "name")
2965
+
2966
+ @name.setter
2967
+ def name(self, value: pulumi.Input[builtins.str]):
2968
+ pulumi.set(self, "name", value)
2969
+
2970
+ @property
2971
+ @pulumi.getter(name="dataPoints")
2972
+ def data_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredEventDataPointArgs']]]]:
2973
+ """
2974
+ Array of data points that are part of the event. Each data point can have a per-data point configuration.
2975
+ """
2976
+ return pulumi.get(self, "data_points")
2977
+
2978
+ @data_points.setter
2979
+ def data_points(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredEventDataPointArgs']]]]):
2980
+ pulumi.set(self, "data_points", value)
2981
+
2982
+ @property
2983
+ @pulumi.getter
2984
+ def destinations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgs', 'EventStorageDestinationArgs']]]]]:
2985
+ """
2986
+ Destinations for an event.
2987
+ """
2988
+ return pulumi.get(self, "destinations")
2989
+
2990
+ @destinations.setter
2991
+ def destinations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgs', 'EventStorageDestinationArgs']]]]]):
2992
+ pulumi.set(self, "destinations", value)
2993
+
2994
+ @property
2995
+ @pulumi.getter(name="eventConfiguration")
2996
+ def event_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
2997
+ """
2998
+ Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
2999
+ """
3000
+ return pulumi.get(self, "event_configuration")
3001
+
3002
+ @event_configuration.setter
3003
+ def event_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
3004
+ pulumi.set(self, "event_configuration", value)
3005
+
3006
+ @property
3007
+ @pulumi.getter(name="lastUpdatedOn")
3008
+ def last_updated_on(self) -> Optional[pulumi.Input[builtins.str]]:
3009
+ """
3010
+ UTC timestamp indicating when the event was added or modified.
3011
+ """
3012
+ return pulumi.get(self, "last_updated_on")
3013
+
3014
+ @last_updated_on.setter
3015
+ def last_updated_on(self, value: Optional[pulumi.Input[builtins.str]]):
3016
+ pulumi.set(self, "last_updated_on", value)
3017
+
3018
+ @property
3019
+ @pulumi.getter(name="typeRef")
3020
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
3021
+ """
3022
+ URI or type definition ID.
3023
+ """
3024
+ return pulumi.get(self, "type_ref")
3025
+
3026
+ @type_ref.setter
3027
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
3028
+ pulumi.set(self, "type_ref", value)
3029
+
3030
+
3031
+ if not MYPY:
3032
+ class NamespaceDiscoveredManagementActionArgsDict(TypedDict):
3033
+ """
3034
+ Defines the action properties.
3035
+ """
3036
+ name: pulumi.Input[builtins.str]
3037
+ """
3038
+ Name of the action.
3039
+ """
3040
+ target_uri: pulumi.Input[builtins.str]
3041
+ """
3042
+ The target URI on which a client can invoke the specific action.
3043
+ """
3044
+ action_configuration: NotRequired[pulumi.Input[builtins.str]]
3045
+ """
3046
+ Stringified JSON that contains connector-specific configuration for the action.
3047
+ """
3048
+ action_type: NotRequired[pulumi.Input[Union[builtins.str, 'NamespaceDiscoveredManagementActionType']]]
3049
+ """
3050
+ The type of the action.
3051
+ """
3052
+ last_updated_on: NotRequired[pulumi.Input[builtins.str]]
3053
+ """
3054
+ Timestamp (in UTC) indicating when the management action was added or modified.
3055
+ """
3056
+ timeout_in_seconds: NotRequired[pulumi.Input[builtins.int]]
3057
+ """
3058
+ Response timeout for the action.
3059
+ """
3060
+ topic: NotRequired[pulumi.Input[builtins.str]]
3061
+ """
3062
+ The MQTT topic path on which a client will receive the request for the action.
3063
+ """
3064
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
3065
+ """
3066
+ URI or type definition ID.
3067
+ """
3068
+ elif False:
3069
+ NamespaceDiscoveredManagementActionArgsDict: TypeAlias = Mapping[str, Any]
3070
+
3071
+ @pulumi.input_type
3072
+ class NamespaceDiscoveredManagementActionArgs:
3073
+ def __init__(__self__, *,
3074
+ name: pulumi.Input[builtins.str],
3075
+ target_uri: pulumi.Input[builtins.str],
3076
+ action_configuration: Optional[pulumi.Input[builtins.str]] = None,
3077
+ action_type: Optional[pulumi.Input[Union[builtins.str, 'NamespaceDiscoveredManagementActionType']]] = None,
3078
+ last_updated_on: Optional[pulumi.Input[builtins.str]] = None,
3079
+ timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
3080
+ topic: Optional[pulumi.Input[builtins.str]] = None,
3081
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
3082
+ """
3083
+ Defines the action properties.
3084
+ :param pulumi.Input[builtins.str] name: Name of the action.
3085
+ :param pulumi.Input[builtins.str] target_uri: The target URI on which a client can invoke the specific action.
3086
+ :param pulumi.Input[builtins.str] action_configuration: Stringified JSON that contains connector-specific configuration for the action.
3087
+ :param pulumi.Input[Union[builtins.str, 'NamespaceDiscoveredManagementActionType']] action_type: The type of the action.
3088
+ :param pulumi.Input[builtins.str] last_updated_on: Timestamp (in UTC) indicating when the management action was added or modified.
3089
+ :param pulumi.Input[builtins.int] timeout_in_seconds: Response timeout for the action.
3090
+ :param pulumi.Input[builtins.str] topic: The MQTT topic path on which a client will receive the request for the action.
3091
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
3092
+ """
3093
+ pulumi.set(__self__, "name", name)
3094
+ pulumi.set(__self__, "target_uri", target_uri)
3095
+ if action_configuration is not None:
3096
+ pulumi.set(__self__, "action_configuration", action_configuration)
3097
+ if action_type is None:
3098
+ action_type = 'Call'
3099
+ if action_type is not None:
3100
+ pulumi.set(__self__, "action_type", action_type)
3101
+ if last_updated_on is not None:
3102
+ pulumi.set(__self__, "last_updated_on", last_updated_on)
3103
+ if timeout_in_seconds is not None:
3104
+ pulumi.set(__self__, "timeout_in_seconds", timeout_in_seconds)
3105
+ if topic is not None:
3106
+ pulumi.set(__self__, "topic", topic)
3107
+ if type_ref is not None:
3108
+ pulumi.set(__self__, "type_ref", type_ref)
3109
+
3110
+ @property
3111
+ @pulumi.getter
3112
+ def name(self) -> pulumi.Input[builtins.str]:
3113
+ """
3114
+ Name of the action.
3115
+ """
3116
+ return pulumi.get(self, "name")
3117
+
3118
+ @name.setter
3119
+ def name(self, value: pulumi.Input[builtins.str]):
3120
+ pulumi.set(self, "name", value)
3121
+
3122
+ @property
3123
+ @pulumi.getter(name="targetUri")
3124
+ def target_uri(self) -> pulumi.Input[builtins.str]:
3125
+ """
3126
+ The target URI on which a client can invoke the specific action.
3127
+ """
3128
+ return pulumi.get(self, "target_uri")
3129
+
3130
+ @target_uri.setter
3131
+ def target_uri(self, value: pulumi.Input[builtins.str]):
3132
+ pulumi.set(self, "target_uri", value)
3133
+
3134
+ @property
3135
+ @pulumi.getter(name="actionConfiguration")
3136
+ def action_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
3137
+ """
3138
+ Stringified JSON that contains connector-specific configuration for the action.
3139
+ """
3140
+ return pulumi.get(self, "action_configuration")
3141
+
3142
+ @action_configuration.setter
3143
+ def action_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
3144
+ pulumi.set(self, "action_configuration", value)
3145
+
3146
+ @property
3147
+ @pulumi.getter(name="actionType")
3148
+ def action_type(self) -> Optional[pulumi.Input[Union[builtins.str, 'NamespaceDiscoveredManagementActionType']]]:
3149
+ """
3150
+ The type of the action.
3151
+ """
3152
+ return pulumi.get(self, "action_type")
3153
+
3154
+ @action_type.setter
3155
+ def action_type(self, value: Optional[pulumi.Input[Union[builtins.str, 'NamespaceDiscoveredManagementActionType']]]):
3156
+ pulumi.set(self, "action_type", value)
3157
+
3158
+ @property
3159
+ @pulumi.getter(name="lastUpdatedOn")
3160
+ def last_updated_on(self) -> Optional[pulumi.Input[builtins.str]]:
3161
+ """
3162
+ Timestamp (in UTC) indicating when the management action was added or modified.
3163
+ """
3164
+ return pulumi.get(self, "last_updated_on")
3165
+
3166
+ @last_updated_on.setter
3167
+ def last_updated_on(self, value: Optional[pulumi.Input[builtins.str]]):
3168
+ pulumi.set(self, "last_updated_on", value)
3169
+
3170
+ @property
3171
+ @pulumi.getter(name="timeoutInSeconds")
3172
+ def timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
3173
+ """
3174
+ Response timeout for the action.
3175
+ """
3176
+ return pulumi.get(self, "timeout_in_seconds")
3177
+
3178
+ @timeout_in_seconds.setter
3179
+ def timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
3180
+ pulumi.set(self, "timeout_in_seconds", value)
3181
+
3182
+ @property
3183
+ @pulumi.getter
3184
+ def topic(self) -> Optional[pulumi.Input[builtins.str]]:
3185
+ """
3186
+ The MQTT topic path on which a client will receive the request for the action.
3187
+ """
3188
+ return pulumi.get(self, "topic")
3189
+
3190
+ @topic.setter
3191
+ def topic(self, value: Optional[pulumi.Input[builtins.str]]):
3192
+ pulumi.set(self, "topic", value)
3193
+
3194
+ @property
3195
+ @pulumi.getter(name="typeRef")
3196
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
3197
+ """
3198
+ URI or type definition ID.
3199
+ """
3200
+ return pulumi.get(self, "type_ref")
3201
+
3202
+ @type_ref.setter
3203
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
3204
+ pulumi.set(self, "type_ref", value)
3205
+
3206
+
3207
+ if not MYPY:
3208
+ class NamespaceDiscoveredManagementGroupArgsDict(TypedDict):
3209
+ """
3210
+ Defines the management group properties.
3211
+ """
3212
+ name: pulumi.Input[builtins.str]
3213
+ """
3214
+ Name of the management group.
3215
+ """
3216
+ actions: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredManagementActionArgsDict']]]]
3217
+ """
3218
+ Array of actions that are part of the management group. Each action can have an individual configuration.
3219
+ """
3220
+ default_timeout_in_seconds: NotRequired[pulumi.Input[builtins.int]]
3221
+ """
3222
+ Default response timeout for all actions that are part of the management group.
3223
+ """
3224
+ default_topic: NotRequired[pulumi.Input[builtins.str]]
3225
+ """
3226
+ Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
3227
+ """
3228
+ last_updated_on: NotRequired[pulumi.Input[builtins.str]]
3229
+ """
3230
+ Timestamp (in UTC) indicating when the management group was added or modified.
3231
+ """
3232
+ management_group_configuration: NotRequired[pulumi.Input[builtins.str]]
3233
+ """
3234
+ Stringified JSON that contains connector-specific configuration for the management group.
3235
+ """
3236
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
3237
+ """
3238
+ URI or type definition ID.
3239
+ """
3240
+ elif False:
3241
+ NamespaceDiscoveredManagementGroupArgsDict: TypeAlias = Mapping[str, Any]
3242
+
3243
+ @pulumi.input_type
3244
+ class NamespaceDiscoveredManagementGroupArgs:
3245
+ def __init__(__self__, *,
3246
+ name: pulumi.Input[builtins.str],
3247
+ actions: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredManagementActionArgs']]]] = None,
3248
+ default_timeout_in_seconds: Optional[pulumi.Input[builtins.int]] = None,
3249
+ default_topic: Optional[pulumi.Input[builtins.str]] = None,
3250
+ last_updated_on: Optional[pulumi.Input[builtins.str]] = None,
3251
+ management_group_configuration: Optional[pulumi.Input[builtins.str]] = None,
3252
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
3253
+ """
3254
+ Defines the management group properties.
3255
+ :param pulumi.Input[builtins.str] name: Name of the management group.
3256
+ :param pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredManagementActionArgs']]] actions: Array of actions that are part of the management group. Each action can have an individual configuration.
3257
+ :param pulumi.Input[builtins.int] default_timeout_in_seconds: Default response timeout for all actions that are part of the management group.
3258
+ :param pulumi.Input[builtins.str] default_topic: Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
3259
+ :param pulumi.Input[builtins.str] last_updated_on: Timestamp (in UTC) indicating when the management group was added or modified.
3260
+ :param pulumi.Input[builtins.str] management_group_configuration: Stringified JSON that contains connector-specific configuration for the management group.
3261
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
3262
+ """
3263
+ pulumi.set(__self__, "name", name)
3264
+ if actions is not None:
3265
+ pulumi.set(__self__, "actions", actions)
3266
+ if default_timeout_in_seconds is None:
3267
+ default_timeout_in_seconds = 100
3268
+ if default_timeout_in_seconds is not None:
3269
+ pulumi.set(__self__, "default_timeout_in_seconds", default_timeout_in_seconds)
3270
+ if default_topic is not None:
3271
+ pulumi.set(__self__, "default_topic", default_topic)
3272
+ if last_updated_on is not None:
3273
+ pulumi.set(__self__, "last_updated_on", last_updated_on)
3274
+ if management_group_configuration is not None:
3275
+ pulumi.set(__self__, "management_group_configuration", management_group_configuration)
3276
+ if type_ref is not None:
3277
+ pulumi.set(__self__, "type_ref", type_ref)
3278
+
3279
+ @property
3280
+ @pulumi.getter
3281
+ def name(self) -> pulumi.Input[builtins.str]:
3282
+ """
3283
+ Name of the management group.
3284
+ """
3285
+ return pulumi.get(self, "name")
3286
+
3287
+ @name.setter
3288
+ def name(self, value: pulumi.Input[builtins.str]):
3289
+ pulumi.set(self, "name", value)
3290
+
3291
+ @property
3292
+ @pulumi.getter
3293
+ def actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredManagementActionArgs']]]]:
3294
+ """
3295
+ Array of actions that are part of the management group. Each action can have an individual configuration.
3296
+ """
3297
+ return pulumi.get(self, "actions")
3298
+
3299
+ @actions.setter
3300
+ def actions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceDiscoveredManagementActionArgs']]]]):
3301
+ pulumi.set(self, "actions", value)
3302
+
3303
+ @property
3304
+ @pulumi.getter(name="defaultTimeoutInSeconds")
3305
+ def default_timeout_in_seconds(self) -> Optional[pulumi.Input[builtins.int]]:
3306
+ """
3307
+ Default response timeout for all actions that are part of the management group.
3308
+ """
3309
+ return pulumi.get(self, "default_timeout_in_seconds")
3310
+
3311
+ @default_timeout_in_seconds.setter
3312
+ def default_timeout_in_seconds(self, value: Optional[pulumi.Input[builtins.int]]):
3313
+ pulumi.set(self, "default_timeout_in_seconds", value)
3314
+
3315
+ @property
3316
+ @pulumi.getter(name="defaultTopic")
3317
+ def default_topic(self) -> Optional[pulumi.Input[builtins.str]]:
3318
+ """
3319
+ Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
3320
+ """
3321
+ return pulumi.get(self, "default_topic")
3322
+
3323
+ @default_topic.setter
3324
+ def default_topic(self, value: Optional[pulumi.Input[builtins.str]]):
3325
+ pulumi.set(self, "default_topic", value)
3326
+
3327
+ @property
3328
+ @pulumi.getter(name="lastUpdatedOn")
3329
+ def last_updated_on(self) -> Optional[pulumi.Input[builtins.str]]:
3330
+ """
3331
+ Timestamp (in UTC) indicating when the management group was added or modified.
3332
+ """
3333
+ return pulumi.get(self, "last_updated_on")
3334
+
3335
+ @last_updated_on.setter
3336
+ def last_updated_on(self, value: Optional[pulumi.Input[builtins.str]]):
3337
+ pulumi.set(self, "last_updated_on", value)
3338
+
3339
+ @property
3340
+ @pulumi.getter(name="managementGroupConfiguration")
3341
+ def management_group_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
3342
+ """
3343
+ Stringified JSON that contains connector-specific configuration for the management group.
3344
+ """
3345
+ return pulumi.get(self, "management_group_configuration")
3346
+
3347
+ @management_group_configuration.setter
3348
+ def management_group_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
3349
+ pulumi.set(self, "management_group_configuration", value)
3350
+
3351
+ @property
3352
+ @pulumi.getter(name="typeRef")
3353
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
3354
+ """
3355
+ URI or type definition ID.
3356
+ """
3357
+ return pulumi.get(self, "type_ref")
3358
+
3359
+ @type_ref.setter
3360
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
3361
+ pulumi.set(self, "type_ref", value)
3362
+
3363
+
3364
+ if not MYPY:
3365
+ class NamespaceDiscoveredStreamArgsDict(TypedDict):
3366
+ """
3367
+ Defines the stream properties.
3368
+ """
3369
+ name: pulumi.Input[builtins.str]
3370
+ """
3371
+ Name of the stream definition.
3372
+ """
3373
+ destinations: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgsDict', 'StreamStorageDestinationArgsDict']]]]]
3374
+ """
3375
+ Destinations for a stream.
3376
+ """
3377
+ last_updated_on: NotRequired[pulumi.Input[builtins.str]]
3378
+ """
3379
+ Timestamp (in UTC) indicating when the stream was added or modified.
3380
+ """
3381
+ stream_configuration: NotRequired[pulumi.Input[builtins.str]]
3382
+ """
3383
+ Stringified JSON that contains connector-specific configuration for the specific stream.
3384
+ """
3385
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
3386
+ """
3387
+ URI or type definition ID.
3388
+ """
3389
+ elif False:
3390
+ NamespaceDiscoveredStreamArgsDict: TypeAlias = Mapping[str, Any]
3391
+
3392
+ @pulumi.input_type
3393
+ class NamespaceDiscoveredStreamArgs:
3394
+ def __init__(__self__, *,
3395
+ name: pulumi.Input[builtins.str],
3396
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgs', 'StreamStorageDestinationArgs']]]]] = None,
3397
+ last_updated_on: Optional[pulumi.Input[builtins.str]] = None,
3398
+ stream_configuration: Optional[pulumi.Input[builtins.str]] = None,
3399
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
3400
+ """
3401
+ Defines the stream properties.
3402
+ :param pulumi.Input[builtins.str] name: Name of the stream definition.
3403
+ :param pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgs', 'StreamStorageDestinationArgs']]]] destinations: Destinations for a stream.
3404
+ :param pulumi.Input[builtins.str] last_updated_on: Timestamp (in UTC) indicating when the stream was added or modified.
3405
+ :param pulumi.Input[builtins.str] stream_configuration: Stringified JSON that contains connector-specific configuration for the specific stream.
3406
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
3407
+ """
3408
+ pulumi.set(__self__, "name", name)
3409
+ if destinations is not None:
3410
+ pulumi.set(__self__, "destinations", destinations)
3411
+ if last_updated_on is not None:
3412
+ pulumi.set(__self__, "last_updated_on", last_updated_on)
3413
+ if stream_configuration is not None:
3414
+ pulumi.set(__self__, "stream_configuration", stream_configuration)
3415
+ if type_ref is not None:
3416
+ pulumi.set(__self__, "type_ref", type_ref)
3417
+
3418
+ @property
3419
+ @pulumi.getter
3420
+ def name(self) -> pulumi.Input[builtins.str]:
3421
+ """
3422
+ Name of the stream definition.
3423
+ """
3424
+ return pulumi.get(self, "name")
3425
+
3426
+ @name.setter
3427
+ def name(self, value: pulumi.Input[builtins.str]):
3428
+ pulumi.set(self, "name", value)
3429
+
3430
+ @property
3431
+ @pulumi.getter
3432
+ def destinations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgs', 'StreamStorageDestinationArgs']]]]]:
3433
+ """
3434
+ Destinations for a stream.
3435
+ """
3436
+ return pulumi.get(self, "destinations")
3437
+
3438
+ @destinations.setter
3439
+ def destinations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgs', 'StreamStorageDestinationArgs']]]]]):
3440
+ pulumi.set(self, "destinations", value)
3441
+
3442
+ @property
3443
+ @pulumi.getter(name="lastUpdatedOn")
3444
+ def last_updated_on(self) -> Optional[pulumi.Input[builtins.str]]:
3445
+ """
3446
+ Timestamp (in UTC) indicating when the stream was added or modified.
3447
+ """
3448
+ return pulumi.get(self, "last_updated_on")
3449
+
3450
+ @last_updated_on.setter
3451
+ def last_updated_on(self, value: Optional[pulumi.Input[builtins.str]]):
3452
+ pulumi.set(self, "last_updated_on", value)
3453
+
3454
+ @property
3455
+ @pulumi.getter(name="streamConfiguration")
3456
+ def stream_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
3457
+ """
3458
+ Stringified JSON that contains connector-specific configuration for the specific stream.
3459
+ """
3460
+ return pulumi.get(self, "stream_configuration")
3461
+
3462
+ @stream_configuration.setter
3463
+ def stream_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
3464
+ pulumi.set(self, "stream_configuration", value)
3465
+
3466
+ @property
3467
+ @pulumi.getter(name="typeRef")
3468
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
3469
+ """
3470
+ URI or type definition ID.
3471
+ """
3472
+ return pulumi.get(self, "type_ref")
3473
+
3474
+ @type_ref.setter
3475
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
3476
+ pulumi.set(self, "type_ref", value)
3477
+
3478
+
3479
+ if not MYPY:
3480
+ class NamespaceEventDataPointArgsDict(TypedDict):
3481
+ """
3482
+ Defines the event data point properties.
3483
+ """
3484
+ data_source: pulumi.Input[builtins.str]
3485
+ """
3486
+ The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
3487
+ """
3488
+ name: pulumi.Input[builtins.str]
3489
+ """
3490
+ The name of the data point.
3491
+ """
3492
+ data_point_configuration: NotRequired[pulumi.Input[builtins.str]]
3493
+ """
3494
+ Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
3495
+ """
3496
+ elif False:
3497
+ NamespaceEventDataPointArgsDict: TypeAlias = Mapping[str, Any]
3498
+
3499
+ @pulumi.input_type
3500
+ class NamespaceEventDataPointArgs:
3501
+ def __init__(__self__, *,
3502
+ data_source: pulumi.Input[builtins.str],
3503
+ name: pulumi.Input[builtins.str],
3504
+ data_point_configuration: Optional[pulumi.Input[builtins.str]] = None):
3505
+ """
3506
+ Defines the event data point properties.
3507
+ :param pulumi.Input[builtins.str] data_source: The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
3508
+ :param pulumi.Input[builtins.str] name: The name of the data point.
3509
+ :param pulumi.Input[builtins.str] data_point_configuration: Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
3510
+ """
3511
+ pulumi.set(__self__, "data_source", data_source)
3512
+ pulumi.set(__self__, "name", name)
3513
+ if data_point_configuration is not None:
3514
+ pulumi.set(__self__, "data_point_configuration", data_point_configuration)
3515
+
3516
+ @property
3517
+ @pulumi.getter(name="dataSource")
3518
+ def data_source(self) -> pulumi.Input[builtins.str]:
3519
+ """
3520
+ The address of the source of the data in the asset (e.g. URL) so that a client can access the data source on the asset.
3521
+ """
3522
+ return pulumi.get(self, "data_source")
3523
+
3524
+ @data_source.setter
3525
+ def data_source(self, value: pulumi.Input[builtins.str]):
3526
+ pulumi.set(self, "data_source", value)
3527
+
3528
+ @property
3529
+ @pulumi.getter
3530
+ def name(self) -> pulumi.Input[builtins.str]:
3531
+ """
3532
+ The name of the data point.
3533
+ """
3534
+ return pulumi.get(self, "name")
3535
+
3536
+ @name.setter
3537
+ def name(self, value: pulumi.Input[builtins.str]):
3538
+ pulumi.set(self, "name", value)
3539
+
3540
+ @property
3541
+ @pulumi.getter(name="dataPointConfiguration")
3542
+ def data_point_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
3543
+ """
3544
+ Stringified JSON that contains connector-specific configuration for the data point. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
3545
+ """
3546
+ return pulumi.get(self, "data_point_configuration")
3547
+
3548
+ @data_point_configuration.setter
3549
+ def data_point_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
3550
+ pulumi.set(self, "data_point_configuration", value)
3551
+
3552
+
3553
+ if not MYPY:
3554
+ class NamespaceEventArgsDict(TypedDict):
3555
+ """
3556
+ Defines the event properties.
3557
+ """
3558
+ event_notifier: pulumi.Input[builtins.str]
3559
+ """
3560
+ The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
3561
+ """
3562
+ name: pulumi.Input[builtins.str]
3563
+ """
3564
+ The name of the event.
3565
+ """
3566
+ data_points: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamespaceEventDataPointArgsDict']]]]
3567
+ """
3568
+ Array of data points that are part of the event. Each data point can have a per-data point configuration.
3569
+ """
3570
+ destinations: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgsDict', 'EventStorageDestinationArgsDict']]]]]
3571
+ """
3572
+ Destinations for an event.
3573
+ """
3574
+ event_configuration: NotRequired[pulumi.Input[builtins.str]]
3575
+ """
3576
+ Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
3577
+ """
3578
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
3579
+ """
3580
+ URI or type definition ID.
3581
+ """
3582
+ elif False:
3583
+ NamespaceEventArgsDict: TypeAlias = Mapping[str, Any]
3584
+
3585
+ @pulumi.input_type
3586
+ class NamespaceEventArgs:
3587
+ def __init__(__self__, *,
3588
+ event_notifier: pulumi.Input[builtins.str],
3589
+ name: pulumi.Input[builtins.str],
3590
+ data_points: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceEventDataPointArgs']]]] = None,
3591
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgs', 'EventStorageDestinationArgs']]]]] = None,
3592
+ event_configuration: Optional[pulumi.Input[builtins.str]] = None,
3593
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
3594
+ """
3595
+ Defines the event properties.
3596
+ :param pulumi.Input[builtins.str] event_notifier: The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
3597
+ :param pulumi.Input[builtins.str] name: The name of the event.
3598
+ :param pulumi.Input[Sequence[pulumi.Input['NamespaceEventDataPointArgs']]] data_points: Array of data points that are part of the event. Each data point can have a per-data point configuration.
3599
+ :param pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgs', 'EventStorageDestinationArgs']]]] destinations: Destinations for an event.
3600
+ :param pulumi.Input[builtins.str] event_configuration: Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
3601
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
3602
+ """
3603
+ pulumi.set(__self__, "event_notifier", event_notifier)
3604
+ pulumi.set(__self__, "name", name)
3605
+ if data_points is not None:
3606
+ pulumi.set(__self__, "data_points", data_points)
3607
+ if destinations is not None:
3608
+ pulumi.set(__self__, "destinations", destinations)
3609
+ if event_configuration is not None:
3610
+ pulumi.set(__self__, "event_configuration", event_configuration)
3611
+ if type_ref is not None:
3612
+ pulumi.set(__self__, "type_ref", type_ref)
3613
+
3614
+ @property
3615
+ @pulumi.getter(name="eventNotifier")
3616
+ def event_notifier(self) -> pulumi.Input[builtins.str]:
3617
+ """
3618
+ The address of the notifier of the event in the asset (e.g. URL) so that a client can access the event on the asset.
3619
+ """
3620
+ return pulumi.get(self, "event_notifier")
3621
+
3622
+ @event_notifier.setter
3623
+ def event_notifier(self, value: pulumi.Input[builtins.str]):
3624
+ pulumi.set(self, "event_notifier", value)
3625
+
3626
+ @property
3627
+ @pulumi.getter
3628
+ def name(self) -> pulumi.Input[builtins.str]:
3629
+ """
3630
+ The name of the event.
3631
+ """
3632
+ return pulumi.get(self, "name")
3633
+
3634
+ @name.setter
3635
+ def name(self, value: pulumi.Input[builtins.str]):
774
3636
  pulumi.set(self, "name", value)
775
3637
 
3638
+ @property
3639
+ @pulumi.getter(name="dataPoints")
3640
+ def data_points(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceEventDataPointArgs']]]]:
3641
+ """
3642
+ Array of data points that are part of the event. Each data point can have a per-data point configuration.
3643
+ """
3644
+ return pulumi.get(self, "data_points")
3645
+
3646
+ @data_points.setter
3647
+ def data_points(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NamespaceEventDataPointArgs']]]]):
3648
+ pulumi.set(self, "data_points", value)
3649
+
776
3650
  @property
777
3651
  @pulumi.getter
778
- def type(self) -> pulumi.Input[builtins.str]:
3652
+ def destinations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgs', 'EventStorageDestinationArgs']]]]]:
779
3653
  """
780
- The extended location type.
3654
+ Destinations for an event.
781
3655
  """
782
- return pulumi.get(self, "type")
3656
+ return pulumi.get(self, "destinations")
783
3657
 
784
- @type.setter
785
- def type(self, value: pulumi.Input[builtins.str]):
786
- pulumi.set(self, "type", value)
3658
+ @destinations.setter
3659
+ def destinations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['EventMqttDestinationArgs', 'EventStorageDestinationArgs']]]]]):
3660
+ pulumi.set(self, "destinations", value)
3661
+
3662
+ @property
3663
+ @pulumi.getter(name="eventConfiguration")
3664
+ def event_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
3665
+ """
3666
+ Stringified JSON that contains connector-specific configuration for the event. For OPC UA, this could include configuration like, publishingInterval, samplingInterval, and queueSize.
3667
+ """
3668
+ return pulumi.get(self, "event_configuration")
3669
+
3670
+ @event_configuration.setter
3671
+ def event_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
3672
+ pulumi.set(self, "event_configuration", value)
3673
+
3674
+ @property
3675
+ @pulumi.getter(name="typeRef")
3676
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
3677
+ """
3678
+ URI or type definition ID.
3679
+ """
3680
+ return pulumi.get(self, "type_ref")
3681
+
3682
+ @type_ref.setter
3683
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
3684
+ pulumi.set(self, "type_ref", value)
3685
+
3686
+
3687
+ if not MYPY:
3688
+ class NamespaceStreamArgsDict(TypedDict):
3689
+ """
3690
+ Defines the stream properties.
3691
+ """
3692
+ name: pulumi.Input[builtins.str]
3693
+ """
3694
+ Name of the stream definition.
3695
+ """
3696
+ destinations: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgsDict', 'StreamStorageDestinationArgsDict']]]]]
3697
+ """
3698
+ Destinations for a stream.
3699
+ """
3700
+ stream_configuration: NotRequired[pulumi.Input[builtins.str]]
3701
+ """
3702
+ Stringified JSON that contains connector-specific configuration for the specific stream.
3703
+ """
3704
+ type_ref: NotRequired[pulumi.Input[builtins.str]]
3705
+ """
3706
+ URI or type definition ID.
3707
+ """
3708
+ elif False:
3709
+ NamespaceStreamArgsDict: TypeAlias = Mapping[str, Any]
3710
+
3711
+ @pulumi.input_type
3712
+ class NamespaceStreamArgs:
3713
+ def __init__(__self__, *,
3714
+ name: pulumi.Input[builtins.str],
3715
+ destinations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgs', 'StreamStorageDestinationArgs']]]]] = None,
3716
+ stream_configuration: Optional[pulumi.Input[builtins.str]] = None,
3717
+ type_ref: Optional[pulumi.Input[builtins.str]] = None):
3718
+ """
3719
+ Defines the stream properties.
3720
+ :param pulumi.Input[builtins.str] name: Name of the stream definition.
3721
+ :param pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgs', 'StreamStorageDestinationArgs']]]] destinations: Destinations for a stream.
3722
+ :param pulumi.Input[builtins.str] stream_configuration: Stringified JSON that contains connector-specific configuration for the specific stream.
3723
+ :param pulumi.Input[builtins.str] type_ref: URI or type definition ID.
3724
+ """
3725
+ pulumi.set(__self__, "name", name)
3726
+ if destinations is not None:
3727
+ pulumi.set(__self__, "destinations", destinations)
3728
+ if stream_configuration is not None:
3729
+ pulumi.set(__self__, "stream_configuration", stream_configuration)
3730
+ if type_ref is not None:
3731
+ pulumi.set(__self__, "type_ref", type_ref)
3732
+
3733
+ @property
3734
+ @pulumi.getter
3735
+ def name(self) -> pulumi.Input[builtins.str]:
3736
+ """
3737
+ Name of the stream definition.
3738
+ """
3739
+ return pulumi.get(self, "name")
3740
+
3741
+ @name.setter
3742
+ def name(self, value: pulumi.Input[builtins.str]):
3743
+ pulumi.set(self, "name", value)
3744
+
3745
+ @property
3746
+ @pulumi.getter
3747
+ def destinations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgs', 'StreamStorageDestinationArgs']]]]]:
3748
+ """
3749
+ Destinations for a stream.
3750
+ """
3751
+ return pulumi.get(self, "destinations")
3752
+
3753
+ @destinations.setter
3754
+ def destinations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StreamMqttDestinationArgs', 'StreamStorageDestinationArgs']]]]]):
3755
+ pulumi.set(self, "destinations", value)
3756
+
3757
+ @property
3758
+ @pulumi.getter(name="streamConfiguration")
3759
+ def stream_configuration(self) -> Optional[pulumi.Input[builtins.str]]:
3760
+ """
3761
+ Stringified JSON that contains connector-specific configuration for the specific stream.
3762
+ """
3763
+ return pulumi.get(self, "stream_configuration")
3764
+
3765
+ @stream_configuration.setter
3766
+ def stream_configuration(self, value: Optional[pulumi.Input[builtins.str]]):
3767
+ pulumi.set(self, "stream_configuration", value)
3768
+
3769
+ @property
3770
+ @pulumi.getter(name="typeRef")
3771
+ def type_ref(self) -> Optional[pulumi.Input[builtins.str]]:
3772
+ """
3773
+ URI or type definition ID.
3774
+ """
3775
+ return pulumi.get(self, "type_ref")
3776
+
3777
+ @type_ref.setter
3778
+ def type_ref(self, value: Optional[pulumi.Input[builtins.str]]):
3779
+ pulumi.set(self, "type_ref", value)
3780
+
3781
+
3782
+ if not MYPY:
3783
+ class OutboundEndpointsArgsDict(TypedDict):
3784
+ """
3785
+ Property bag contains the device's outbound endpoints
3786
+ """
3787
+ assigned: pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgsDict']]]
3788
+ """
3789
+ Endpoints the device can connect to.
3790
+ """
3791
+ unassigned: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgsDict']]]]
3792
+ """
3793
+ Set of most recently removed endpoints.
3794
+ """
3795
+ elif False:
3796
+ OutboundEndpointsArgsDict: TypeAlias = Mapping[str, Any]
3797
+
3798
+ @pulumi.input_type
3799
+ class OutboundEndpointsArgs:
3800
+ def __init__(__self__, *,
3801
+ assigned: pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]],
3802
+ unassigned: Optional[pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]]] = None):
3803
+ """
3804
+ Property bag contains the device's outbound endpoints
3805
+ :param pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]] assigned: Endpoints the device can connect to.
3806
+ :param pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]] unassigned: Set of most recently removed endpoints.
3807
+ """
3808
+ pulumi.set(__self__, "assigned", assigned)
3809
+ if unassigned is not None:
3810
+ pulumi.set(__self__, "unassigned", unassigned)
3811
+
3812
+ @property
3813
+ @pulumi.getter
3814
+ def assigned(self) -> pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]]:
3815
+ """
3816
+ Endpoints the device can connect to.
3817
+ """
3818
+ return pulumi.get(self, "assigned")
3819
+
3820
+ @assigned.setter
3821
+ def assigned(self, value: pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]]):
3822
+ pulumi.set(self, "assigned", value)
3823
+
3824
+ @property
3825
+ @pulumi.getter
3826
+ def unassigned(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]]]:
3827
+ """
3828
+ Set of most recently removed endpoints.
3829
+ """
3830
+ return pulumi.get(self, "unassigned")
3831
+
3832
+ @unassigned.setter
3833
+ def unassigned(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['DeviceMessagingEndpointArgs']]]]):
3834
+ pulumi.set(self, "unassigned", value)
3835
+
3836
+
3837
+ if not MYPY:
3838
+ class StorageDestinationConfigurationArgsDict(TypedDict):
3839
+ """
3840
+ The configuration for a storage destination.
3841
+ """
3842
+ path: pulumi.Input[builtins.str]
3843
+ """
3844
+ The storage destination path.
3845
+ """
3846
+ elif False:
3847
+ StorageDestinationConfigurationArgsDict: TypeAlias = Mapping[str, Any]
3848
+
3849
+ @pulumi.input_type
3850
+ class StorageDestinationConfigurationArgs:
3851
+ def __init__(__self__, *,
3852
+ path: pulumi.Input[builtins.str]):
3853
+ """
3854
+ The configuration for a storage destination.
3855
+ :param pulumi.Input[builtins.str] path: The storage destination path.
3856
+ """
3857
+ pulumi.set(__self__, "path", path)
3858
+
3859
+ @property
3860
+ @pulumi.getter
3861
+ def path(self) -> pulumi.Input[builtins.str]:
3862
+ """
3863
+ The storage destination path.
3864
+ """
3865
+ return pulumi.get(self, "path")
3866
+
3867
+ @path.setter
3868
+ def path(self, value: pulumi.Input[builtins.str]):
3869
+ pulumi.set(self, "path", value)
3870
+
3871
+
3872
+ if not MYPY:
3873
+ class StreamMqttDestinationArgsDict(TypedDict):
3874
+ """
3875
+ The type for a MQTT destination.
3876
+ """
3877
+ configuration: pulumi.Input['MqttDestinationConfigurationArgsDict']
3878
+ """
3879
+ The MQTT destination configuration.
3880
+ """
3881
+ target: pulumi.Input[builtins.str]
3882
+ """
3883
+ The set of supported stream destinations for an asset.
3884
+ Expected value is 'Mqtt'.
3885
+ """
3886
+ elif False:
3887
+ StreamMqttDestinationArgsDict: TypeAlias = Mapping[str, Any]
3888
+
3889
+ @pulumi.input_type
3890
+ class StreamMqttDestinationArgs:
3891
+ def __init__(__self__, *,
3892
+ configuration: pulumi.Input['MqttDestinationConfigurationArgs'],
3893
+ target: pulumi.Input[builtins.str]):
3894
+ """
3895
+ The type for a MQTT destination.
3896
+ :param pulumi.Input['MqttDestinationConfigurationArgs'] configuration: The MQTT destination configuration.
3897
+ :param pulumi.Input[builtins.str] target: The set of supported stream destinations for an asset.
3898
+ Expected value is 'Mqtt'.
3899
+ """
3900
+ pulumi.set(__self__, "configuration", configuration)
3901
+ pulumi.set(__self__, "target", 'Mqtt')
3902
+
3903
+ @property
3904
+ @pulumi.getter
3905
+ def configuration(self) -> pulumi.Input['MqttDestinationConfigurationArgs']:
3906
+ """
3907
+ The MQTT destination configuration.
3908
+ """
3909
+ return pulumi.get(self, "configuration")
3910
+
3911
+ @configuration.setter
3912
+ def configuration(self, value: pulumi.Input['MqttDestinationConfigurationArgs']):
3913
+ pulumi.set(self, "configuration", value)
3914
+
3915
+ @property
3916
+ @pulumi.getter
3917
+ def target(self) -> pulumi.Input[builtins.str]:
3918
+ """
3919
+ The set of supported stream destinations for an asset.
3920
+ Expected value is 'Mqtt'.
3921
+ """
3922
+ return pulumi.get(self, "target")
3923
+
3924
+ @target.setter
3925
+ def target(self, value: pulumi.Input[builtins.str]):
3926
+ pulumi.set(self, "target", value)
3927
+
3928
+
3929
+ if not MYPY:
3930
+ class StreamStorageDestinationArgsDict(TypedDict):
3931
+ """
3932
+ The type for a storage destination.
3933
+ """
3934
+ configuration: pulumi.Input['StorageDestinationConfigurationArgsDict']
3935
+ """
3936
+ The storage destination configuration.
3937
+ """
3938
+ target: pulumi.Input[builtins.str]
3939
+ """
3940
+ The set of supported stream destinations for an asset.
3941
+ Expected value is 'Storage'.
3942
+ """
3943
+ elif False:
3944
+ StreamStorageDestinationArgsDict: TypeAlias = Mapping[str, Any]
3945
+
3946
+ @pulumi.input_type
3947
+ class StreamStorageDestinationArgs:
3948
+ def __init__(__self__, *,
3949
+ configuration: pulumi.Input['StorageDestinationConfigurationArgs'],
3950
+ target: pulumi.Input[builtins.str]):
3951
+ """
3952
+ The type for a storage destination.
3953
+ :param pulumi.Input['StorageDestinationConfigurationArgs'] configuration: The storage destination configuration.
3954
+ :param pulumi.Input[builtins.str] target: The set of supported stream destinations for an asset.
3955
+ Expected value is 'Storage'.
3956
+ """
3957
+ pulumi.set(__self__, "configuration", configuration)
3958
+ pulumi.set(__self__, "target", 'Storage')
3959
+
3960
+ @property
3961
+ @pulumi.getter
3962
+ def configuration(self) -> pulumi.Input['StorageDestinationConfigurationArgs']:
3963
+ """
3964
+ The storage destination configuration.
3965
+ """
3966
+ return pulumi.get(self, "configuration")
3967
+
3968
+ @configuration.setter
3969
+ def configuration(self, value: pulumi.Input['StorageDestinationConfigurationArgs']):
3970
+ pulumi.set(self, "configuration", value)
3971
+
3972
+ @property
3973
+ @pulumi.getter
3974
+ def target(self) -> pulumi.Input[builtins.str]:
3975
+ """
3976
+ The set of supported stream destinations for an asset.
3977
+ Expected value is 'Storage'.
3978
+ """
3979
+ return pulumi.get(self, "target")
3980
+
3981
+ @target.setter
3982
+ def target(self, value: pulumi.Input[builtins.str]):
3983
+ pulumi.set(self, "target", value)
787
3984
 
788
3985
 
789
3986
  if not MYPY:
@@ -878,6 +4075,42 @@ class TopicArgs:
878
4075
  pulumi.set(self, "retain", value)
879
4076
 
880
4077
 
4078
+ if not MYPY:
4079
+ class TrustSettingsArgsDict(TypedDict):
4080
+ """
4081
+ Defines server trust settings for an endpoint.
4082
+ """
4083
+ trust_list: NotRequired[pulumi.Input[builtins.str]]
4084
+ """
4085
+ Defines a secret reference for certificates to trust.
4086
+ """
4087
+ elif False:
4088
+ TrustSettingsArgsDict: TypeAlias = Mapping[str, Any]
4089
+
4090
+ @pulumi.input_type
4091
+ class TrustSettingsArgs:
4092
+ def __init__(__self__, *,
4093
+ trust_list: Optional[pulumi.Input[builtins.str]] = None):
4094
+ """
4095
+ Defines server trust settings for an endpoint.
4096
+ :param pulumi.Input[builtins.str] trust_list: Defines a secret reference for certificates to trust.
4097
+ """
4098
+ if trust_list is not None:
4099
+ pulumi.set(__self__, "trust_list", trust_list)
4100
+
4101
+ @property
4102
+ @pulumi.getter(name="trustList")
4103
+ def trust_list(self) -> Optional[pulumi.Input[builtins.str]]:
4104
+ """
4105
+ Defines a secret reference for certificates to trust.
4106
+ """
4107
+ return pulumi.get(self, "trust_list")
4108
+
4109
+ @trust_list.setter
4110
+ def trust_list(self, value: Optional[pulumi.Input[builtins.str]]):
4111
+ pulumi.set(self, "trust_list", value)
4112
+
4113
+
881
4114
  if not MYPY:
882
4115
  class UsernamePasswordCredentialsArgsDict(TypedDict):
883
4116
  """