pulumi-azure-native 2.62.0__py3-none-any.whl → 2.63.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

Files changed (419) hide show
  1. pulumi_azure_native/__init__.py +71 -1
  2. pulumi_azure_native/azuredatatransfer/__init__.py +3 -0
  3. pulumi_azure_native/azuredatatransfer/connection.py +3 -3
  4. pulumi_azure_native/azuredatatransfer/flow.py +3 -3
  5. pulumi_azure_native/azuredatatransfer/get_connection.py +2 -2
  6. pulumi_azure_native/azuredatatransfer/get_flow.py +2 -2
  7. pulumi_azure_native/azuredatatransfer/get_pipeline.py +2 -2
  8. pulumi_azure_native/azuredatatransfer/list_azure_data_transfer_approved_schemas.py +2 -2
  9. pulumi_azure_native/azuredatatransfer/list_list_pending_connection.py +2 -2
  10. pulumi_azure_native/azuredatatransfer/list_list_pending_flow.py +2 -2
  11. pulumi_azure_native/azuredatatransfer/list_list_schema.py +2 -2
  12. pulumi_azure_native/azuredatatransfer/pipeline.py +3 -3
  13. pulumi_azure_native/azuredatatransfer/v20231011preview/connection.py +1 -1
  14. pulumi_azure_native/azuredatatransfer/v20231011preview/flow.py +1 -1
  15. pulumi_azure_native/azuredatatransfer/v20231011preview/pipeline.py +1 -1
  16. pulumi_azure_native/azuredatatransfer/v20240125/connection.py +1 -1
  17. pulumi_azure_native/azuredatatransfer/v20240125/flow.py +1 -1
  18. pulumi_azure_native/azuredatatransfer/v20240125/pipeline.py +1 -1
  19. pulumi_azure_native/azuredatatransfer/v20240507/connection.py +1 -1
  20. pulumi_azure_native/azuredatatransfer/v20240507/flow.py +1 -1
  21. pulumi_azure_native/azuredatatransfer/v20240507/pipeline.py +1 -1
  22. pulumi_azure_native/azuredatatransfer/v20240911/__init__.py +20 -0
  23. pulumi_azure_native/azuredatatransfer/v20240911/_enums.py +111 -0
  24. pulumi_azure_native/azuredatatransfer/v20240911/_inputs.py +1213 -0
  25. pulumi_azure_native/azuredatatransfer/v20240911/connection.py +258 -0
  26. pulumi_azure_native/azuredatatransfer/v20240911/flow.py +337 -0
  27. pulumi_azure_native/azuredatatransfer/v20240911/get_connection.py +162 -0
  28. pulumi_azure_native/azuredatatransfer/v20240911/get_flow.py +193 -0
  29. pulumi_azure_native/azuredatatransfer/v20240911/get_pipeline.py +162 -0
  30. pulumi_azure_native/azuredatatransfer/v20240911/list_azure_data_transfer_approved_schemas.py +85 -0
  31. pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_connection.py +97 -0
  32. pulumi_azure_native/azuredatatransfer/v20240911/list_list_pending_flow.py +97 -0
  33. pulumi_azure_native/azuredatatransfer/v20240911/list_list_schema.py +125 -0
  34. pulumi_azure_native/azuredatatransfer/v20240911/outputs.py +2123 -0
  35. pulumi_azure_native/azuredatatransfer/v20240911/pipeline.py +258 -0
  36. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  37. pulumi_azure_native/cognitiveservices/account.py +3 -3
  38. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  39. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  40. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  41. pulumi_azure_native/cognitiveservices/encryption_scope.py +3 -3
  42. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  43. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  44. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  45. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  46. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +2 -2
  47. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  48. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +2 -2
  49. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +2 -2
  50. pulumi_azure_native/cognitiveservices/get_rai_policy.py +2 -2
  51. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  52. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  53. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  54. pulumi_azure_native/cognitiveservices/rai_blocklist.py +3 -3
  55. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +3 -3
  56. pulumi_azure_native/cognitiveservices/rai_policy.py +3 -3
  57. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  58. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  59. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  60. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  61. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  62. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  63. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +1 -1
  76. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +1 -1
  77. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +1 -1
  78. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +1 -1
  79. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +1 -1
  80. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +1 -1
  81. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +1 -1
  82. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +1 -1
  83. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +1 -1
  84. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +1 -1
  85. pulumi_azure_native/cognitiveservices/v20240601preview/account.py +1 -1
  86. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan.py +1 -1
  87. pulumi_azure_native/cognitiveservices/v20240601preview/commitment_plan_association.py +1 -1
  88. pulumi_azure_native/cognitiveservices/v20240601preview/deployment.py +1 -1
  89. pulumi_azure_native/cognitiveservices/v20240601preview/encryption_scope.py +1 -1
  90. pulumi_azure_native/cognitiveservices/v20240601preview/private_endpoint_connection.py +1 -1
  91. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist.py +1 -1
  92. pulumi_azure_native/cognitiveservices/v20240601preview/rai_blocklist_item.py +1 -1
  93. pulumi_azure_native/cognitiveservices/v20240601preview/rai_policy.py +1 -1
  94. pulumi_azure_native/cognitiveservices/v20240601preview/shared_commitment_plan.py +1 -1
  95. pulumi_azure_native/cognitiveservices/v20241001/__init__.py +31 -0
  96. pulumi_azure_native/cognitiveservices/v20241001/_enums.py +156 -0
  97. pulumi_azure_native/cognitiveservices/v20241001/_inputs.py +2577 -0
  98. pulumi_azure_native/cognitiveservices/v20241001/account.py +355 -0
  99. pulumi_azure_native/cognitiveservices/v20241001/commitment_plan.py +347 -0
  100. pulumi_azure_native/cognitiveservices/v20241001/commitment_plan_association.py +258 -0
  101. pulumi_azure_native/cognitiveservices/v20241001/deployment.py +289 -0
  102. pulumi_azure_native/cognitiveservices/v20241001/encryption_scope.py +260 -0
  103. pulumi_azure_native/cognitiveservices/v20241001/get_account.py +214 -0
  104. pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan.py +206 -0
  105. pulumi_azure_native/cognitiveservices/v20241001/get_commitment_plan_association.py +167 -0
  106. pulumi_azure_native/cognitiveservices/v20241001/get_deployment.py +180 -0
  107. pulumi_azure_native/cognitiveservices/v20241001/get_encryption_scope.py +167 -0
  108. pulumi_azure_native/cognitiveservices/v20241001/get_private_endpoint_connection.py +167 -0
  109. pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist.py +167 -0
  110. pulumi_azure_native/cognitiveservices/v20241001/get_rai_blocklist_item.py +172 -0
  111. pulumi_azure_native/cognitiveservices/v20241001/get_rai_policy.py +167 -0
  112. pulumi_azure_native/cognitiveservices/v20241001/get_shared_commitment_plan.py +201 -0
  113. pulumi_azure_native/cognitiveservices/v20241001/list_account_keys.py +96 -0
  114. pulumi_azure_native/cognitiveservices/v20241001/outputs.py +3249 -0
  115. pulumi_azure_native/cognitiveservices/v20241001/private_endpoint_connection.py +260 -0
  116. pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist.py +259 -0
  117. pulumi_azure_native/cognitiveservices/v20241001/rai_blocklist_item.py +280 -0
  118. pulumi_azure_native/cognitiveservices/v20241001/rai_policy.py +260 -0
  119. pulumi_azure_native/cognitiveservices/v20241001/shared_commitment_plan.py +326 -0
  120. pulumi_azure_native/compute/v20240701/_enums.py +1 -1
  121. pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
  122. pulumi_azure_native/compute/v20240701/outputs.py +2 -2
  123. pulumi_azure_native/confidentialledger/v20240709preview/_inputs.py +41 -1
  124. pulumi_azure_native/confidentialledger/v20240709preview/outputs.py +29 -1
  125. pulumi_azure_native/containerservice/__init__.py +5 -0
  126. pulumi_azure_native/containerservice/_enums.py +15 -0
  127. pulumi_azure_native/containerservice/_inputs.py +37 -0
  128. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  129. pulumi_azure_native/containerservice/auto_upgrade_profile.py +343 -0
  130. pulumi_azure_native/containerservice/fleet.py +3 -3
  131. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  132. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  133. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  134. pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +211 -0
  135. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  136. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  137. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  138. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  139. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  140. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  141. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  142. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  143. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  144. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  145. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  146. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  147. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  148. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  149. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  150. pulumi_azure_native/containerservice/outputs.py +23 -0
  151. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  152. pulumi_azure_native/containerservice/snapshot.py +3 -3
  153. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  154. pulumi_azure_native/containerservice/update_run.py +3 -3
  155. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  156. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  157. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  158. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  159. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  160. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  161. pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
  162. pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
  163. pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
  164. pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
  165. pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
  166. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  167. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  168. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  169. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  170. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  171. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  172. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  173. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  174. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  175. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  176. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  177. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  178. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  179. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  180. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  181. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  182. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  183. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  184. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  185. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  186. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  187. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  188. pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
  189. pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
  190. pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
  191. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  192. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  193. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  194. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  196. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  197. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  198. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  199. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  200. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  201. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  202. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  203. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  204. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  205. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  206. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  207. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  208. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  209. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  210. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  211. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  212. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  213. pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
  214. pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
  215. pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
  216. pulumi_azure_native/containerservice/v20230815preview/update_run.py +1 -1
  217. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  218. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  219. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  220. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  221. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  222. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  223. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  224. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  225. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  226. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  227. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  228. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  229. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  230. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  231. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  232. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  233. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  234. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  235. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  236. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  237. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  238. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  239. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  240. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  241. pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
  242. pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
  243. pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
  244. pulumi_azure_native/containerservice/v20231015/update_run.py +1 -1
  245. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
  246. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
  247. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
  248. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
  249. pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
  250. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
  251. pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
  252. pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
  253. pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
  254. pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
  255. pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
  256. pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
  257. pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
  258. pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
  259. pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
  260. pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
  261. pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
  262. pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
  263. pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
  264. pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
  265. pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
  266. pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
  267. pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
  268. pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
  269. pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
  270. pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
  271. pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
  272. pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
  273. pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
  274. pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
  275. pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
  276. pulumi_azure_native/containerservice/v20240202preview/fleet.py +1 -1
  277. pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +1 -1
  278. pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +1 -1
  279. pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
  280. pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
  281. pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
  282. pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
  283. pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
  284. pulumi_azure_native/containerservice/v20240202preview/update_run.py +1 -1
  285. pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
  286. pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
  287. pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
  288. pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
  289. pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
  290. pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
  291. pulumi_azure_native/containerservice/v20240401/fleet.py +1 -1
  292. pulumi_azure_native/containerservice/v20240401/fleet_member.py +1 -1
  293. pulumi_azure_native/containerservice/v20240401/fleet_update_strategy.py +1 -1
  294. pulumi_azure_native/containerservice/v20240401/update_run.py +1 -1
  295. pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
  296. pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
  297. pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
  298. pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
  299. pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
  300. pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
  301. pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
  302. pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
  303. pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
  304. pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
  305. pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
  306. pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
  307. pulumi_azure_native/containerservice/v20240502preview/__init__.py +11 -0
  308. pulumi_azure_native/containerservice/v20240502preview/_enums.py +64 -0
  309. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +625 -0
  310. pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
  311. pulumi_azure_native/containerservice/v20240502preview/auto_upgrade_profile.py +341 -0
  312. pulumi_azure_native/containerservice/v20240502preview/fleet.py +307 -0
  313. pulumi_azure_native/containerservice/v20240502preview/fleet_member.py +269 -0
  314. pulumi_azure_native/containerservice/v20240502preview/fleet_update_strategy.py +241 -0
  315. pulumi_azure_native/containerservice/v20240502preview/get_auto_upgrade_profile.py +209 -0
  316. pulumi_azure_native/containerservice/v20240502preview/get_fleet.py +201 -0
  317. pulumi_azure_native/containerservice/v20240502preview/get_fleet_member.py +180 -0
  318. pulumi_azure_native/containerservice/v20240502preview/get_fleet_update_strategy.py +167 -0
  319. pulumi_azure_native/containerservice/v20240502preview/get_update_run.py +219 -0
  320. pulumi_azure_native/containerservice/v20240502preview/list_fleet_credentials.py +84 -0
  321. pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
  322. pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
  323. pulumi_azure_native/containerservice/v20240502preview/outputs.py +1235 -3
  324. pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
  325. pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
  326. pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
  327. pulumi_azure_native/containerservice/v20240502preview/update_run.py +362 -0
  328. pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
  329. pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
  330. pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
  331. pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
  332. pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
  333. pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
  334. pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
  335. pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
  336. pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
  337. pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
  338. pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
  339. pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
  340. pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
  341. pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
  342. pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
  343. pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
  344. pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
  345. pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
  346. pulumi_azure_native/containerservice/v20240801/__init__.py +25 -0
  347. pulumi_azure_native/containerservice/v20240801/_enums.py +628 -0
  348. pulumi_azure_native/containerservice/v20240801/_inputs.py +7532 -0
  349. pulumi_azure_native/containerservice/v20240801/agent_pool.py +1420 -0
  350. pulumi_azure_native/containerservice/v20240801/get_agent_pool.py +687 -0
  351. pulumi_azure_native/containerservice/v20240801/get_maintenance_configuration.py +167 -0
  352. pulumi_azure_native/containerservice/v20240801/get_managed_cluster.py +721 -0
  353. pulumi_azure_native/containerservice/v20240801/get_private_endpoint_connection.py +154 -0
  354. pulumi_azure_native/containerservice/v20240801/get_snapshot.py +253 -0
  355. pulumi_azure_native/containerservice/v20240801/get_trusted_access_role_binding.py +167 -0
  356. pulumi_azure_native/containerservice/v20240801/list_managed_cluster_admin_credentials.py +89 -0
  357. pulumi_azure_native/containerservice/v20240801/list_managed_cluster_monitoring_user_credentials.py +89 -0
  358. pulumi_azure_native/containerservice/v20240801/list_managed_cluster_user_credentials.py +94 -0
  359. pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +279 -0
  360. pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1353 -0
  361. pulumi_azure_native/containerservice/v20240801/outputs.py +6472 -0
  362. pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +251 -0
  363. pulumi_azure_native/containerservice/v20240801/snapshot.py +347 -0
  364. pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +260 -0
  365. pulumi_azure_native/datafactory/_inputs.py +20 -0
  366. pulumi_azure_native/datafactory/outputs.py +14 -0
  367. pulumi_azure_native/datafactory/v20180601/_inputs.py +20 -0
  368. pulumi_azure_native/datafactory/v20180601/outputs.py +14 -0
  369. pulumi_azure_native/dbformysql/__init__.py +3 -0
  370. pulumi_azure_native/dbformysql/get_server.py +2 -2
  371. pulumi_azure_native/dbformysql/server.py +3 -3
  372. pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
  373. pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
  374. pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
  375. pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
  376. pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
  377. pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
  378. pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
  379. pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
  380. pulumi_azure_native/dbformysql/v20231230/server.py +1 -1
  381. pulumi_azure_native/dbformysql/v20240201preview/server.py +1 -1
  382. pulumi_azure_native/dbformysql/v20240601preview/__init__.py +12 -0
  383. pulumi_azure_native/dbformysql/v20240601preview/_enums.py +110 -0
  384. pulumi_azure_native/dbformysql/v20240601preview/_inputs.py +850 -0
  385. pulumi_azure_native/dbformysql/v20240601preview/get_server.py +409 -0
  386. pulumi_azure_native/dbformysql/v20240601preview/outputs.py +1147 -0
  387. pulumi_azure_native/dbformysql/v20240601preview/server.py +793 -0
  388. pulumi_azure_native/insights/__init__.py +3 -0
  389. pulumi_azure_native/insights/get_scheduled_query_rule.py +11 -11
  390. pulumi_azure_native/insights/scheduled_query_rule.py +27 -27
  391. pulumi_azure_native/insights/v20180416/scheduled_query_rule.py +1 -1
  392. pulumi_azure_native/insights/v20200501preview/scheduled_query_rule.py +1 -1
  393. pulumi_azure_native/insights/v20220801preview/get_scheduled_query_rule.py +9 -9
  394. pulumi_azure_native/insights/v20220801preview/scheduled_query_rule.py +25 -25
  395. pulumi_azure_native/insights/v20230315preview/get_scheduled_query_rule.py +9 -9
  396. pulumi_azure_native/insights/v20230315preview/scheduled_query_rule.py +25 -25
  397. pulumi_azure_native/insights/v20231201/get_scheduled_query_rule.py +9 -9
  398. pulumi_azure_native/insights/v20231201/scheduled_query_rule.py +25 -25
  399. pulumi_azure_native/insights/v20240101preview/__init__.py +12 -0
  400. pulumi_azure_native/insights/v20240101preview/_enums.py +71 -0
  401. pulumi_azure_native/insights/v20240101preview/_inputs.py +648 -0
  402. pulumi_azure_native/insights/v20240101preview/get_scheduled_query_rule.py +435 -0
  403. pulumi_azure_native/insights/v20240101preview/outputs.py +719 -0
  404. pulumi_azure_native/insights/v20240101preview/scheduled_query_rule.py +794 -0
  405. pulumi_azure_native/monitor/__init__.py +3 -0
  406. pulumi_azure_native/monitor/get_pipeline_group.py +4 -0
  407. pulumi_azure_native/monitor/pipeline_group.py +5 -1
  408. pulumi_azure_native/monitor/v20231001preview/pipeline_group.py +1 -1
  409. pulumi_azure_native/monitor/v20241001preview/__init__.py +12 -0
  410. pulumi_azure_native/monitor/v20241001preview/_enums.py +159 -0
  411. pulumi_azure_native/monitor/v20241001preview/_inputs.py +1888 -0
  412. pulumi_azure_native/monitor/v20241001preview/get_pipeline_group.py +175 -0
  413. pulumi_azure_native/monitor/v20241001preview/outputs.py +1573 -0
  414. pulumi_azure_native/monitor/v20241001preview/pipeline_group.py +287 -0
  415. pulumi_azure_native/pulumi-plugin.json +1 -1
  416. {pulumi_azure_native-2.62.0.dist-info → pulumi_azure_native-2.63.0.dist-info}/METADATA +1 -1
  417. {pulumi_azure_native-2.62.0.dist-info → pulumi_azure_native-2.63.0.dist-info}/RECORD +419 -330
  418. {pulumi_azure_native-2.62.0.dist-info → pulumi_azure_native-2.63.0.dist-info}/WHEEL +0 -0
  419. {pulumi_azure_native-2.62.0.dist-info → pulumi_azure_native-2.63.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1213 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from ._enums import *
17
+
18
+ __all__ = [
19
+ 'ConnectionPropertiesArgs',
20
+ 'ConnectionPropertiesArgsDict',
21
+ 'FlowPropertiesArgs',
22
+ 'FlowPropertiesArgsDict',
23
+ 'ManagedServiceIdentityArgs',
24
+ 'ManagedServiceIdentityArgsDict',
25
+ 'MessagingOptionsArgs',
26
+ 'MessagingOptionsArgsDict',
27
+ 'PipelinePropertiesArgs',
28
+ 'PipelinePropertiesArgsDict',
29
+ 'PlanArgs',
30
+ 'PlanArgsDict',
31
+ 'SchemaArgs',
32
+ 'SchemaArgsDict',
33
+ 'SelectedResourceArgs',
34
+ 'SelectedResourceArgsDict',
35
+ 'SubscriberArgs',
36
+ 'SubscriberArgsDict',
37
+ ]
38
+
39
+ MYPY = False
40
+
41
+ if not MYPY:
42
+ class ConnectionPropertiesArgsDict(TypedDict):
43
+ """
44
+ Properties of connection
45
+ """
46
+ pipeline: pulumi.Input[str]
47
+ """
48
+ Pipeline to use to transfer data
49
+ """
50
+ direction: NotRequired[pulumi.Input[Union[str, 'Direction']]]
51
+ """
52
+ Direction of data movement
53
+ """
54
+ flow_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]]]
55
+ """
56
+ The flow types being requested for this connection
57
+ """
58
+ justification: NotRequired[pulumi.Input[str]]
59
+ """
60
+ Justification for the connection request
61
+ """
62
+ pin: NotRequired[pulumi.Input[str]]
63
+ """
64
+ PIN to link requests together
65
+ """
66
+ policies: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
67
+ """
68
+ The policies for this connection
69
+ """
70
+ primary_contact: NotRequired[pulumi.Input[str]]
71
+ """
72
+ The primary contact for this connection request
73
+ """
74
+ remote_subscription_id: NotRequired[pulumi.Input[str]]
75
+ """
76
+ Subscription ID to link cloud subscriptions together
77
+ """
78
+ requirement_id: NotRequired[pulumi.Input[str]]
79
+ """
80
+ Requirement ID of the connection
81
+ """
82
+ schema_uris: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
83
+ """
84
+ The schema URIs for this connection
85
+ """
86
+ schemas: NotRequired[pulumi.Input[Sequence[pulumi.Input['SchemaArgsDict']]]]
87
+ """
88
+ The schemas for this connection
89
+ """
90
+ secondary_contacts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
91
+ """
92
+ The secondary contacts for this connection request
93
+ """
94
+ elif False:
95
+ ConnectionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
96
+
97
+ @pulumi.input_type
98
+ class ConnectionPropertiesArgs:
99
+ def __init__(__self__, *,
100
+ pipeline: pulumi.Input[str],
101
+ direction: Optional[pulumi.Input[Union[str, 'Direction']]] = None,
102
+ flow_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]]] = None,
103
+ justification: Optional[pulumi.Input[str]] = None,
104
+ pin: Optional[pulumi.Input[str]] = None,
105
+ policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
106
+ primary_contact: Optional[pulumi.Input[str]] = None,
107
+ remote_subscription_id: Optional[pulumi.Input[str]] = None,
108
+ requirement_id: Optional[pulumi.Input[str]] = None,
109
+ schema_uris: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
110
+ schemas: Optional[pulumi.Input[Sequence[pulumi.Input['SchemaArgs']]]] = None,
111
+ secondary_contacts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
112
+ """
113
+ Properties of connection
114
+ :param pulumi.Input[str] pipeline: Pipeline to use to transfer data
115
+ :param pulumi.Input[Union[str, 'Direction']] direction: Direction of data movement
116
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]] flow_types: The flow types being requested for this connection
117
+ :param pulumi.Input[str] justification: Justification for the connection request
118
+ :param pulumi.Input[str] pin: PIN to link requests together
119
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] policies: The policies for this connection
120
+ :param pulumi.Input[str] primary_contact: The primary contact for this connection request
121
+ :param pulumi.Input[str] remote_subscription_id: Subscription ID to link cloud subscriptions together
122
+ :param pulumi.Input[str] requirement_id: Requirement ID of the connection
123
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] schema_uris: The schema URIs for this connection
124
+ :param pulumi.Input[Sequence[pulumi.Input['SchemaArgs']]] schemas: The schemas for this connection
125
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] secondary_contacts: The secondary contacts for this connection request
126
+ """
127
+ pulumi.set(__self__, "pipeline", pipeline)
128
+ if direction is not None:
129
+ pulumi.set(__self__, "direction", direction)
130
+ if flow_types is not None:
131
+ pulumi.set(__self__, "flow_types", flow_types)
132
+ if justification is not None:
133
+ pulumi.set(__self__, "justification", justification)
134
+ if pin is not None:
135
+ pulumi.set(__self__, "pin", pin)
136
+ if policies is not None:
137
+ pulumi.set(__self__, "policies", policies)
138
+ if primary_contact is not None:
139
+ pulumi.set(__self__, "primary_contact", primary_contact)
140
+ if remote_subscription_id is not None:
141
+ pulumi.set(__self__, "remote_subscription_id", remote_subscription_id)
142
+ if requirement_id is not None:
143
+ pulumi.set(__self__, "requirement_id", requirement_id)
144
+ if schema_uris is not None:
145
+ pulumi.set(__self__, "schema_uris", schema_uris)
146
+ if schemas is not None:
147
+ pulumi.set(__self__, "schemas", schemas)
148
+ if secondary_contacts is not None:
149
+ pulumi.set(__self__, "secondary_contacts", secondary_contacts)
150
+
151
+ @property
152
+ @pulumi.getter
153
+ def pipeline(self) -> pulumi.Input[str]:
154
+ """
155
+ Pipeline to use to transfer data
156
+ """
157
+ return pulumi.get(self, "pipeline")
158
+
159
+ @pipeline.setter
160
+ def pipeline(self, value: pulumi.Input[str]):
161
+ pulumi.set(self, "pipeline", value)
162
+
163
+ @property
164
+ @pulumi.getter
165
+ def direction(self) -> Optional[pulumi.Input[Union[str, 'Direction']]]:
166
+ """
167
+ Direction of data movement
168
+ """
169
+ return pulumi.get(self, "direction")
170
+
171
+ @direction.setter
172
+ def direction(self, value: Optional[pulumi.Input[Union[str, 'Direction']]]):
173
+ pulumi.set(self, "direction", value)
174
+
175
+ @property
176
+ @pulumi.getter(name="flowTypes")
177
+ def flow_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]]]:
178
+ """
179
+ The flow types being requested for this connection
180
+ """
181
+ return pulumi.get(self, "flow_types")
182
+
183
+ @flow_types.setter
184
+ def flow_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]]]):
185
+ pulumi.set(self, "flow_types", value)
186
+
187
+ @property
188
+ @pulumi.getter
189
+ def justification(self) -> Optional[pulumi.Input[str]]:
190
+ """
191
+ Justification for the connection request
192
+ """
193
+ return pulumi.get(self, "justification")
194
+
195
+ @justification.setter
196
+ def justification(self, value: Optional[pulumi.Input[str]]):
197
+ pulumi.set(self, "justification", value)
198
+
199
+ @property
200
+ @pulumi.getter
201
+ def pin(self) -> Optional[pulumi.Input[str]]:
202
+ """
203
+ PIN to link requests together
204
+ """
205
+ return pulumi.get(self, "pin")
206
+
207
+ @pin.setter
208
+ def pin(self, value: Optional[pulumi.Input[str]]):
209
+ pulumi.set(self, "pin", value)
210
+
211
+ @property
212
+ @pulumi.getter
213
+ def policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
214
+ """
215
+ The policies for this connection
216
+ """
217
+ return pulumi.get(self, "policies")
218
+
219
+ @policies.setter
220
+ def policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
221
+ pulumi.set(self, "policies", value)
222
+
223
+ @property
224
+ @pulumi.getter(name="primaryContact")
225
+ def primary_contact(self) -> Optional[pulumi.Input[str]]:
226
+ """
227
+ The primary contact for this connection request
228
+ """
229
+ return pulumi.get(self, "primary_contact")
230
+
231
+ @primary_contact.setter
232
+ def primary_contact(self, value: Optional[pulumi.Input[str]]):
233
+ pulumi.set(self, "primary_contact", value)
234
+
235
+ @property
236
+ @pulumi.getter(name="remoteSubscriptionId")
237
+ def remote_subscription_id(self) -> Optional[pulumi.Input[str]]:
238
+ """
239
+ Subscription ID to link cloud subscriptions together
240
+ """
241
+ return pulumi.get(self, "remote_subscription_id")
242
+
243
+ @remote_subscription_id.setter
244
+ def remote_subscription_id(self, value: Optional[pulumi.Input[str]]):
245
+ pulumi.set(self, "remote_subscription_id", value)
246
+
247
+ @property
248
+ @pulumi.getter(name="requirementId")
249
+ def requirement_id(self) -> Optional[pulumi.Input[str]]:
250
+ """
251
+ Requirement ID of the connection
252
+ """
253
+ return pulumi.get(self, "requirement_id")
254
+
255
+ @requirement_id.setter
256
+ def requirement_id(self, value: Optional[pulumi.Input[str]]):
257
+ pulumi.set(self, "requirement_id", value)
258
+
259
+ @property
260
+ @pulumi.getter(name="schemaUris")
261
+ def schema_uris(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
262
+ """
263
+ The schema URIs for this connection
264
+ """
265
+ return pulumi.get(self, "schema_uris")
266
+
267
+ @schema_uris.setter
268
+ def schema_uris(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
269
+ pulumi.set(self, "schema_uris", value)
270
+
271
+ @property
272
+ @pulumi.getter
273
+ def schemas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SchemaArgs']]]]:
274
+ """
275
+ The schemas for this connection
276
+ """
277
+ return pulumi.get(self, "schemas")
278
+
279
+ @schemas.setter
280
+ def schemas(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SchemaArgs']]]]):
281
+ pulumi.set(self, "schemas", value)
282
+
283
+ @property
284
+ @pulumi.getter(name="secondaryContacts")
285
+ def secondary_contacts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
286
+ """
287
+ The secondary contacts for this connection request
288
+ """
289
+ return pulumi.get(self, "secondary_contacts")
290
+
291
+ @secondary_contacts.setter
292
+ def secondary_contacts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
293
+ pulumi.set(self, "secondary_contacts", value)
294
+
295
+
296
+ if not MYPY:
297
+ class FlowPropertiesArgsDict(TypedDict):
298
+ """
299
+ Properties of flow
300
+ """
301
+ connection: NotRequired[pulumi.Input['SelectedResourceArgsDict']]
302
+ """
303
+ The connection associated with this flow
304
+ """
305
+ customer_managed_key_vault_uri: NotRequired[pulumi.Input[str]]
306
+ """
307
+ The URI to the customer managed key for this flow
308
+ """
309
+ data_type: NotRequired[pulumi.Input[Union[str, 'DataType']]]
310
+ """
311
+ Transfer Storage Blobs or Tables
312
+ """
313
+ flow_type: NotRequired[pulumi.Input[Union[str, 'FlowType']]]
314
+ """
315
+ The flow type for this flow
316
+ """
317
+ key_vault_uri: NotRequired[pulumi.Input[str]]
318
+ """
319
+ AME, PME, or TORUS only! AKV Chain Containing SAS Token
320
+ """
321
+ messaging_options: NotRequired[pulumi.Input['MessagingOptionsArgsDict']]
322
+ """
323
+ The messaging options for this flow
324
+ """
325
+ policies: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
326
+ """
327
+ The policies for this flow
328
+ """
329
+ schema: NotRequired[pulumi.Input['SchemaArgsDict']]
330
+ """
331
+ The selected schema for this flow
332
+ """
333
+ service_bus_queue_id: NotRequired[pulumi.Input[str]]
334
+ """
335
+ Service Bus Queue ID
336
+ """
337
+ status: NotRequired[pulumi.Input[Union[str, 'FlowStatus']]]
338
+ """
339
+ Status of the current flow
340
+ """
341
+ storage_account_id: NotRequired[pulumi.Input[str]]
342
+ """
343
+ Storage Account ID
344
+ """
345
+ storage_account_name: NotRequired[pulumi.Input[str]]
346
+ """
347
+ Storage Account
348
+ """
349
+ storage_container_name: NotRequired[pulumi.Input[str]]
350
+ """
351
+ Storage Container Name
352
+ """
353
+ elif False:
354
+ FlowPropertiesArgsDict: TypeAlias = Mapping[str, Any]
355
+
356
+ @pulumi.input_type
357
+ class FlowPropertiesArgs:
358
+ def __init__(__self__, *,
359
+ connection: Optional[pulumi.Input['SelectedResourceArgs']] = None,
360
+ customer_managed_key_vault_uri: Optional[pulumi.Input[str]] = None,
361
+ data_type: Optional[pulumi.Input[Union[str, 'DataType']]] = None,
362
+ flow_type: Optional[pulumi.Input[Union[str, 'FlowType']]] = None,
363
+ key_vault_uri: Optional[pulumi.Input[str]] = None,
364
+ messaging_options: Optional[pulumi.Input['MessagingOptionsArgs']] = None,
365
+ policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
366
+ schema: Optional[pulumi.Input['SchemaArgs']] = None,
367
+ service_bus_queue_id: Optional[pulumi.Input[str]] = None,
368
+ status: Optional[pulumi.Input[Union[str, 'FlowStatus']]] = None,
369
+ storage_account_id: Optional[pulumi.Input[str]] = None,
370
+ storage_account_name: Optional[pulumi.Input[str]] = None,
371
+ storage_container_name: Optional[pulumi.Input[str]] = None):
372
+ """
373
+ Properties of flow
374
+ :param pulumi.Input['SelectedResourceArgs'] connection: The connection associated with this flow
375
+ :param pulumi.Input[str] customer_managed_key_vault_uri: The URI to the customer managed key for this flow
376
+ :param pulumi.Input[Union[str, 'DataType']] data_type: Transfer Storage Blobs or Tables
377
+ :param pulumi.Input[Union[str, 'FlowType']] flow_type: The flow type for this flow
378
+ :param pulumi.Input[str] key_vault_uri: AME, PME, or TORUS only! AKV Chain Containing SAS Token
379
+ :param pulumi.Input['MessagingOptionsArgs'] messaging_options: The messaging options for this flow
380
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] policies: The policies for this flow
381
+ :param pulumi.Input['SchemaArgs'] schema: The selected schema for this flow
382
+ :param pulumi.Input[str] service_bus_queue_id: Service Bus Queue ID
383
+ :param pulumi.Input[Union[str, 'FlowStatus']] status: Status of the current flow
384
+ :param pulumi.Input[str] storage_account_id: Storage Account ID
385
+ :param pulumi.Input[str] storage_account_name: Storage Account
386
+ :param pulumi.Input[str] storage_container_name: Storage Container Name
387
+ """
388
+ if connection is not None:
389
+ pulumi.set(__self__, "connection", connection)
390
+ if customer_managed_key_vault_uri is not None:
391
+ pulumi.set(__self__, "customer_managed_key_vault_uri", customer_managed_key_vault_uri)
392
+ if data_type is not None:
393
+ pulumi.set(__self__, "data_type", data_type)
394
+ if flow_type is not None:
395
+ pulumi.set(__self__, "flow_type", flow_type)
396
+ if key_vault_uri is not None:
397
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
398
+ if messaging_options is not None:
399
+ pulumi.set(__self__, "messaging_options", messaging_options)
400
+ if policies is not None:
401
+ pulumi.set(__self__, "policies", policies)
402
+ if schema is not None:
403
+ pulumi.set(__self__, "schema", schema)
404
+ if service_bus_queue_id is not None:
405
+ pulumi.set(__self__, "service_bus_queue_id", service_bus_queue_id)
406
+ if status is not None:
407
+ pulumi.set(__self__, "status", status)
408
+ if storage_account_id is not None:
409
+ pulumi.set(__self__, "storage_account_id", storage_account_id)
410
+ if storage_account_name is not None:
411
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
412
+ if storage_container_name is not None:
413
+ pulumi.set(__self__, "storage_container_name", storage_container_name)
414
+
415
+ @property
416
+ @pulumi.getter
417
+ def connection(self) -> Optional[pulumi.Input['SelectedResourceArgs']]:
418
+ """
419
+ The connection associated with this flow
420
+ """
421
+ return pulumi.get(self, "connection")
422
+
423
+ @connection.setter
424
+ def connection(self, value: Optional[pulumi.Input['SelectedResourceArgs']]):
425
+ pulumi.set(self, "connection", value)
426
+
427
+ @property
428
+ @pulumi.getter(name="customerManagedKeyVaultUri")
429
+ def customer_managed_key_vault_uri(self) -> Optional[pulumi.Input[str]]:
430
+ """
431
+ The URI to the customer managed key for this flow
432
+ """
433
+ return pulumi.get(self, "customer_managed_key_vault_uri")
434
+
435
+ @customer_managed_key_vault_uri.setter
436
+ def customer_managed_key_vault_uri(self, value: Optional[pulumi.Input[str]]):
437
+ pulumi.set(self, "customer_managed_key_vault_uri", value)
438
+
439
+ @property
440
+ @pulumi.getter(name="dataType")
441
+ def data_type(self) -> Optional[pulumi.Input[Union[str, 'DataType']]]:
442
+ """
443
+ Transfer Storage Blobs or Tables
444
+ """
445
+ return pulumi.get(self, "data_type")
446
+
447
+ @data_type.setter
448
+ def data_type(self, value: Optional[pulumi.Input[Union[str, 'DataType']]]):
449
+ pulumi.set(self, "data_type", value)
450
+
451
+ @property
452
+ @pulumi.getter(name="flowType")
453
+ def flow_type(self) -> Optional[pulumi.Input[Union[str, 'FlowType']]]:
454
+ """
455
+ The flow type for this flow
456
+ """
457
+ return pulumi.get(self, "flow_type")
458
+
459
+ @flow_type.setter
460
+ def flow_type(self, value: Optional[pulumi.Input[Union[str, 'FlowType']]]):
461
+ pulumi.set(self, "flow_type", value)
462
+
463
+ @property
464
+ @pulumi.getter(name="keyVaultUri")
465
+ def key_vault_uri(self) -> Optional[pulumi.Input[str]]:
466
+ """
467
+ AME, PME, or TORUS only! AKV Chain Containing SAS Token
468
+ """
469
+ return pulumi.get(self, "key_vault_uri")
470
+
471
+ @key_vault_uri.setter
472
+ def key_vault_uri(self, value: Optional[pulumi.Input[str]]):
473
+ pulumi.set(self, "key_vault_uri", value)
474
+
475
+ @property
476
+ @pulumi.getter(name="messagingOptions")
477
+ def messaging_options(self) -> Optional[pulumi.Input['MessagingOptionsArgs']]:
478
+ """
479
+ The messaging options for this flow
480
+ """
481
+ return pulumi.get(self, "messaging_options")
482
+
483
+ @messaging_options.setter
484
+ def messaging_options(self, value: Optional[pulumi.Input['MessagingOptionsArgs']]):
485
+ pulumi.set(self, "messaging_options", value)
486
+
487
+ @property
488
+ @pulumi.getter
489
+ def policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
490
+ """
491
+ The policies for this flow
492
+ """
493
+ return pulumi.get(self, "policies")
494
+
495
+ @policies.setter
496
+ def policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
497
+ pulumi.set(self, "policies", value)
498
+
499
+ @property
500
+ @pulumi.getter
501
+ def schema(self) -> Optional[pulumi.Input['SchemaArgs']]:
502
+ """
503
+ The selected schema for this flow
504
+ """
505
+ return pulumi.get(self, "schema")
506
+
507
+ @schema.setter
508
+ def schema(self, value: Optional[pulumi.Input['SchemaArgs']]):
509
+ pulumi.set(self, "schema", value)
510
+
511
+ @property
512
+ @pulumi.getter(name="serviceBusQueueId")
513
+ def service_bus_queue_id(self) -> Optional[pulumi.Input[str]]:
514
+ """
515
+ Service Bus Queue ID
516
+ """
517
+ return pulumi.get(self, "service_bus_queue_id")
518
+
519
+ @service_bus_queue_id.setter
520
+ def service_bus_queue_id(self, value: Optional[pulumi.Input[str]]):
521
+ pulumi.set(self, "service_bus_queue_id", value)
522
+
523
+ @property
524
+ @pulumi.getter
525
+ def status(self) -> Optional[pulumi.Input[Union[str, 'FlowStatus']]]:
526
+ """
527
+ Status of the current flow
528
+ """
529
+ return pulumi.get(self, "status")
530
+
531
+ @status.setter
532
+ def status(self, value: Optional[pulumi.Input[Union[str, 'FlowStatus']]]):
533
+ pulumi.set(self, "status", value)
534
+
535
+ @property
536
+ @pulumi.getter(name="storageAccountId")
537
+ def storage_account_id(self) -> Optional[pulumi.Input[str]]:
538
+ """
539
+ Storage Account ID
540
+ """
541
+ return pulumi.get(self, "storage_account_id")
542
+
543
+ @storage_account_id.setter
544
+ def storage_account_id(self, value: Optional[pulumi.Input[str]]):
545
+ pulumi.set(self, "storage_account_id", value)
546
+
547
+ @property
548
+ @pulumi.getter(name="storageAccountName")
549
+ def storage_account_name(self) -> Optional[pulumi.Input[str]]:
550
+ """
551
+ Storage Account
552
+ """
553
+ return pulumi.get(self, "storage_account_name")
554
+
555
+ @storage_account_name.setter
556
+ def storage_account_name(self, value: Optional[pulumi.Input[str]]):
557
+ pulumi.set(self, "storage_account_name", value)
558
+
559
+ @property
560
+ @pulumi.getter(name="storageContainerName")
561
+ def storage_container_name(self) -> Optional[pulumi.Input[str]]:
562
+ """
563
+ Storage Container Name
564
+ """
565
+ return pulumi.get(self, "storage_container_name")
566
+
567
+ @storage_container_name.setter
568
+ def storage_container_name(self, value: Optional[pulumi.Input[str]]):
569
+ pulumi.set(self, "storage_container_name", value)
570
+
571
+
572
+ if not MYPY:
573
+ class ManagedServiceIdentityArgsDict(TypedDict):
574
+ """
575
+ Managed service identity (system assigned and/or user assigned identities)
576
+ """
577
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]
578
+ """
579
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
580
+ """
581
+ user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
582
+ """
583
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
584
+ """
585
+ elif False:
586
+ ManagedServiceIdentityArgsDict: TypeAlias = Mapping[str, Any]
587
+
588
+ @pulumi.input_type
589
+ class ManagedServiceIdentityArgs:
590
+ def __init__(__self__, *,
591
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
592
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
593
+ """
594
+ Managed service identity (system assigned and/or user assigned identities)
595
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
596
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
597
+ """
598
+ pulumi.set(__self__, "type", type)
599
+ if user_assigned_identities is not None:
600
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
601
+
602
+ @property
603
+ @pulumi.getter
604
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
605
+ """
606
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
607
+ """
608
+ return pulumi.get(self, "type")
609
+
610
+ @type.setter
611
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
612
+ pulumi.set(self, "type", value)
613
+
614
+ @property
615
+ @pulumi.getter(name="userAssignedIdentities")
616
+ def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
617
+ """
618
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
619
+ """
620
+ return pulumi.get(self, "user_assigned_identities")
621
+
622
+ @user_assigned_identities.setter
623
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
624
+ pulumi.set(self, "user_assigned_identities", value)
625
+
626
+
627
+ if not MYPY:
628
+ class MessagingOptionsArgsDict(TypedDict):
629
+ """
630
+ The option associated with messaging flows.
631
+ """
632
+ billing_tier: NotRequired[pulumi.Input[Union[str, 'FlowBillingTier']]]
633
+ """
634
+ Billing tier for this messaging flow
635
+ """
636
+ elif False:
637
+ MessagingOptionsArgsDict: TypeAlias = Mapping[str, Any]
638
+
639
+ @pulumi.input_type
640
+ class MessagingOptionsArgs:
641
+ def __init__(__self__, *,
642
+ billing_tier: Optional[pulumi.Input[Union[str, 'FlowBillingTier']]] = None):
643
+ """
644
+ The option associated with messaging flows.
645
+ :param pulumi.Input[Union[str, 'FlowBillingTier']] billing_tier: Billing tier for this messaging flow
646
+ """
647
+ if billing_tier is not None:
648
+ pulumi.set(__self__, "billing_tier", billing_tier)
649
+
650
+ @property
651
+ @pulumi.getter(name="billingTier")
652
+ def billing_tier(self) -> Optional[pulumi.Input[Union[str, 'FlowBillingTier']]]:
653
+ """
654
+ Billing tier for this messaging flow
655
+ """
656
+ return pulumi.get(self, "billing_tier")
657
+
658
+ @billing_tier.setter
659
+ def billing_tier(self, value: Optional[pulumi.Input[Union[str, 'FlowBillingTier']]]):
660
+ pulumi.set(self, "billing_tier", value)
661
+
662
+
663
+ if not MYPY:
664
+ class PipelinePropertiesArgsDict(TypedDict):
665
+ """
666
+ Properties of pipeline
667
+ """
668
+ remote_cloud: pulumi.Input[str]
669
+ """
670
+ Remote cloud of the data to be transferred or received
671
+ """
672
+ display_name: NotRequired[pulumi.Input[str]]
673
+ """
674
+ Display name of this pipeline
675
+ """
676
+ flow_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]]]
677
+ """
678
+ The flow types allowed for this pipeline
679
+ """
680
+ policies: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
681
+ """
682
+ The policies for this pipeline
683
+ """
684
+ subscribers: NotRequired[pulumi.Input[Sequence[pulumi.Input['SubscriberArgsDict']]]]
685
+ """
686
+ Subscribers of this resource
687
+ """
688
+ elif False:
689
+ PipelinePropertiesArgsDict: TypeAlias = Mapping[str, Any]
690
+
691
+ @pulumi.input_type
692
+ class PipelinePropertiesArgs:
693
+ def __init__(__self__, *,
694
+ remote_cloud: pulumi.Input[str],
695
+ display_name: Optional[pulumi.Input[str]] = None,
696
+ flow_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]]] = None,
697
+ policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
698
+ subscribers: Optional[pulumi.Input[Sequence[pulumi.Input['SubscriberArgs']]]] = None):
699
+ """
700
+ Properties of pipeline
701
+ :param pulumi.Input[str] remote_cloud: Remote cloud of the data to be transferred or received
702
+ :param pulumi.Input[str] display_name: Display name of this pipeline
703
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]] flow_types: The flow types allowed for this pipeline
704
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] policies: The policies for this pipeline
705
+ :param pulumi.Input[Sequence[pulumi.Input['SubscriberArgs']]] subscribers: Subscribers of this resource
706
+ """
707
+ pulumi.set(__self__, "remote_cloud", remote_cloud)
708
+ if display_name is not None:
709
+ pulumi.set(__self__, "display_name", display_name)
710
+ if flow_types is not None:
711
+ pulumi.set(__self__, "flow_types", flow_types)
712
+ if policies is not None:
713
+ pulumi.set(__self__, "policies", policies)
714
+ if subscribers is not None:
715
+ pulumi.set(__self__, "subscribers", subscribers)
716
+
717
+ @property
718
+ @pulumi.getter(name="remoteCloud")
719
+ def remote_cloud(self) -> pulumi.Input[str]:
720
+ """
721
+ Remote cloud of the data to be transferred or received
722
+ """
723
+ return pulumi.get(self, "remote_cloud")
724
+
725
+ @remote_cloud.setter
726
+ def remote_cloud(self, value: pulumi.Input[str]):
727
+ pulumi.set(self, "remote_cloud", value)
728
+
729
+ @property
730
+ @pulumi.getter(name="displayName")
731
+ def display_name(self) -> Optional[pulumi.Input[str]]:
732
+ """
733
+ Display name of this pipeline
734
+ """
735
+ return pulumi.get(self, "display_name")
736
+
737
+ @display_name.setter
738
+ def display_name(self, value: Optional[pulumi.Input[str]]):
739
+ pulumi.set(self, "display_name", value)
740
+
741
+ @property
742
+ @pulumi.getter(name="flowTypes")
743
+ def flow_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]]]:
744
+ """
745
+ The flow types allowed for this pipeline
746
+ """
747
+ return pulumi.get(self, "flow_types")
748
+
749
+ @flow_types.setter
750
+ def flow_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'FlowType']]]]]):
751
+ pulumi.set(self, "flow_types", value)
752
+
753
+ @property
754
+ @pulumi.getter
755
+ def policies(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
756
+ """
757
+ The policies for this pipeline
758
+ """
759
+ return pulumi.get(self, "policies")
760
+
761
+ @policies.setter
762
+ def policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
763
+ pulumi.set(self, "policies", value)
764
+
765
+ @property
766
+ @pulumi.getter
767
+ def subscribers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubscriberArgs']]]]:
768
+ """
769
+ Subscribers of this resource
770
+ """
771
+ return pulumi.get(self, "subscribers")
772
+
773
+ @subscribers.setter
774
+ def subscribers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SubscriberArgs']]]]):
775
+ pulumi.set(self, "subscribers", value)
776
+
777
+
778
+ if not MYPY:
779
+ class PlanArgsDict(TypedDict):
780
+ """
781
+ Plan for the resource.
782
+ """
783
+ name: pulumi.Input[str]
784
+ """
785
+ A user defined name of the 3rd Party Artifact that is being procured.
786
+ """
787
+ product: pulumi.Input[str]
788
+ """
789
+ The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
790
+ """
791
+ publisher: pulumi.Input[str]
792
+ """
793
+ The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
794
+ """
795
+ promotion_code: NotRequired[pulumi.Input[str]]
796
+ """
797
+ A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
798
+ """
799
+ version: NotRequired[pulumi.Input[str]]
800
+ """
801
+ The version of the desired product/artifact.
802
+ """
803
+ elif False:
804
+ PlanArgsDict: TypeAlias = Mapping[str, Any]
805
+
806
+ @pulumi.input_type
807
+ class PlanArgs:
808
+ def __init__(__self__, *,
809
+ name: pulumi.Input[str],
810
+ product: pulumi.Input[str],
811
+ publisher: pulumi.Input[str],
812
+ promotion_code: Optional[pulumi.Input[str]] = None,
813
+ version: Optional[pulumi.Input[str]] = None):
814
+ """
815
+ Plan for the resource.
816
+ :param pulumi.Input[str] name: A user defined name of the 3rd Party Artifact that is being procured.
817
+ :param pulumi.Input[str] product: The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
818
+ :param pulumi.Input[str] publisher: The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
819
+ :param pulumi.Input[str] promotion_code: A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
820
+ :param pulumi.Input[str] version: The version of the desired product/artifact.
821
+ """
822
+ pulumi.set(__self__, "name", name)
823
+ pulumi.set(__self__, "product", product)
824
+ pulumi.set(__self__, "publisher", publisher)
825
+ if promotion_code is not None:
826
+ pulumi.set(__self__, "promotion_code", promotion_code)
827
+ if version is not None:
828
+ pulumi.set(__self__, "version", version)
829
+
830
+ @property
831
+ @pulumi.getter
832
+ def name(self) -> pulumi.Input[str]:
833
+ """
834
+ A user defined name of the 3rd Party Artifact that is being procured.
835
+ """
836
+ return pulumi.get(self, "name")
837
+
838
+ @name.setter
839
+ def name(self, value: pulumi.Input[str]):
840
+ pulumi.set(self, "name", value)
841
+
842
+ @property
843
+ @pulumi.getter
844
+ def product(self) -> pulumi.Input[str]:
845
+ """
846
+ The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding.
847
+ """
848
+ return pulumi.get(self, "product")
849
+
850
+ @product.setter
851
+ def product(self, value: pulumi.Input[str]):
852
+ pulumi.set(self, "product", value)
853
+
854
+ @property
855
+ @pulumi.getter
856
+ def publisher(self) -> pulumi.Input[str]:
857
+ """
858
+ The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic
859
+ """
860
+ return pulumi.get(self, "publisher")
861
+
862
+ @publisher.setter
863
+ def publisher(self, value: pulumi.Input[str]):
864
+ pulumi.set(self, "publisher", value)
865
+
866
+ @property
867
+ @pulumi.getter(name="promotionCode")
868
+ def promotion_code(self) -> Optional[pulumi.Input[str]]:
869
+ """
870
+ A publisher provided promotion code as provisioned in Data Market for the said product/artifact.
871
+ """
872
+ return pulumi.get(self, "promotion_code")
873
+
874
+ @promotion_code.setter
875
+ def promotion_code(self, value: Optional[pulumi.Input[str]]):
876
+ pulumi.set(self, "promotion_code", value)
877
+
878
+ @property
879
+ @pulumi.getter
880
+ def version(self) -> Optional[pulumi.Input[str]]:
881
+ """
882
+ The version of the desired product/artifact.
883
+ """
884
+ return pulumi.get(self, "version")
885
+
886
+ @version.setter
887
+ def version(self, value: Optional[pulumi.Input[str]]):
888
+ pulumi.set(self, "version", value)
889
+
890
+
891
+ if not MYPY:
892
+ class SchemaArgsDict(TypedDict):
893
+ """
894
+ The schema object.
895
+ """
896
+ connection_id: NotRequired[pulumi.Input[str]]
897
+ """
898
+ Connection ID associated with this schema
899
+ """
900
+ content: NotRequired[pulumi.Input[str]]
901
+ """
902
+ Content of the schema
903
+ """
904
+ direction: NotRequired[pulumi.Input[Union[str, 'SchemaDirection']]]
905
+ """
906
+ The direction of the schema.
907
+ """
908
+ id: NotRequired[pulumi.Input[str]]
909
+ """
910
+ ID associated with this schema
911
+ """
912
+ name: NotRequired[pulumi.Input[str]]
913
+ """
914
+ Name of the schema
915
+ """
916
+ schema_type: NotRequired[pulumi.Input[Union[str, 'SchemaType']]]
917
+ """
918
+ The Schema Type
919
+ """
920
+ schema_uri: NotRequired[pulumi.Input[str]]
921
+ """
922
+ Uri containing SAS token for the zipped schema
923
+ """
924
+ status: NotRequired[pulumi.Input[Union[str, 'SchemaStatus']]]
925
+ """
926
+ Status of the schema
927
+ """
928
+ elif False:
929
+ SchemaArgsDict: TypeAlias = Mapping[str, Any]
930
+
931
+ @pulumi.input_type
932
+ class SchemaArgs:
933
+ def __init__(__self__, *,
934
+ connection_id: Optional[pulumi.Input[str]] = None,
935
+ content: Optional[pulumi.Input[str]] = None,
936
+ direction: Optional[pulumi.Input[Union[str, 'SchemaDirection']]] = None,
937
+ id: Optional[pulumi.Input[str]] = None,
938
+ name: Optional[pulumi.Input[str]] = None,
939
+ schema_type: Optional[pulumi.Input[Union[str, 'SchemaType']]] = None,
940
+ schema_uri: Optional[pulumi.Input[str]] = None,
941
+ status: Optional[pulumi.Input[Union[str, 'SchemaStatus']]] = None):
942
+ """
943
+ The schema object.
944
+ :param pulumi.Input[str] connection_id: Connection ID associated with this schema
945
+ :param pulumi.Input[str] content: Content of the schema
946
+ :param pulumi.Input[Union[str, 'SchemaDirection']] direction: The direction of the schema.
947
+ :param pulumi.Input[str] id: ID associated with this schema
948
+ :param pulumi.Input[str] name: Name of the schema
949
+ :param pulumi.Input[Union[str, 'SchemaType']] schema_type: The Schema Type
950
+ :param pulumi.Input[str] schema_uri: Uri containing SAS token for the zipped schema
951
+ :param pulumi.Input[Union[str, 'SchemaStatus']] status: Status of the schema
952
+ """
953
+ if connection_id is not None:
954
+ pulumi.set(__self__, "connection_id", connection_id)
955
+ if content is not None:
956
+ pulumi.set(__self__, "content", content)
957
+ if direction is not None:
958
+ pulumi.set(__self__, "direction", direction)
959
+ if id is not None:
960
+ pulumi.set(__self__, "id", id)
961
+ if name is not None:
962
+ pulumi.set(__self__, "name", name)
963
+ if schema_type is not None:
964
+ pulumi.set(__self__, "schema_type", schema_type)
965
+ if schema_uri is not None:
966
+ pulumi.set(__self__, "schema_uri", schema_uri)
967
+ if status is not None:
968
+ pulumi.set(__self__, "status", status)
969
+
970
+ @property
971
+ @pulumi.getter(name="connectionId")
972
+ def connection_id(self) -> Optional[pulumi.Input[str]]:
973
+ """
974
+ Connection ID associated with this schema
975
+ """
976
+ return pulumi.get(self, "connection_id")
977
+
978
+ @connection_id.setter
979
+ def connection_id(self, value: Optional[pulumi.Input[str]]):
980
+ pulumi.set(self, "connection_id", value)
981
+
982
+ @property
983
+ @pulumi.getter
984
+ def content(self) -> Optional[pulumi.Input[str]]:
985
+ """
986
+ Content of the schema
987
+ """
988
+ return pulumi.get(self, "content")
989
+
990
+ @content.setter
991
+ def content(self, value: Optional[pulumi.Input[str]]):
992
+ pulumi.set(self, "content", value)
993
+
994
+ @property
995
+ @pulumi.getter
996
+ def direction(self) -> Optional[pulumi.Input[Union[str, 'SchemaDirection']]]:
997
+ """
998
+ The direction of the schema.
999
+ """
1000
+ return pulumi.get(self, "direction")
1001
+
1002
+ @direction.setter
1003
+ def direction(self, value: Optional[pulumi.Input[Union[str, 'SchemaDirection']]]):
1004
+ pulumi.set(self, "direction", value)
1005
+
1006
+ @property
1007
+ @pulumi.getter
1008
+ def id(self) -> Optional[pulumi.Input[str]]:
1009
+ """
1010
+ ID associated with this schema
1011
+ """
1012
+ return pulumi.get(self, "id")
1013
+
1014
+ @id.setter
1015
+ def id(self, value: Optional[pulumi.Input[str]]):
1016
+ pulumi.set(self, "id", value)
1017
+
1018
+ @property
1019
+ @pulumi.getter
1020
+ def name(self) -> Optional[pulumi.Input[str]]:
1021
+ """
1022
+ Name of the schema
1023
+ """
1024
+ return pulumi.get(self, "name")
1025
+
1026
+ @name.setter
1027
+ def name(self, value: Optional[pulumi.Input[str]]):
1028
+ pulumi.set(self, "name", value)
1029
+
1030
+ @property
1031
+ @pulumi.getter(name="schemaType")
1032
+ def schema_type(self) -> Optional[pulumi.Input[Union[str, 'SchemaType']]]:
1033
+ """
1034
+ The Schema Type
1035
+ """
1036
+ return pulumi.get(self, "schema_type")
1037
+
1038
+ @schema_type.setter
1039
+ def schema_type(self, value: Optional[pulumi.Input[Union[str, 'SchemaType']]]):
1040
+ pulumi.set(self, "schema_type", value)
1041
+
1042
+ @property
1043
+ @pulumi.getter(name="schemaUri")
1044
+ def schema_uri(self) -> Optional[pulumi.Input[str]]:
1045
+ """
1046
+ Uri containing SAS token for the zipped schema
1047
+ """
1048
+ return pulumi.get(self, "schema_uri")
1049
+
1050
+ @schema_uri.setter
1051
+ def schema_uri(self, value: Optional[pulumi.Input[str]]):
1052
+ pulumi.set(self, "schema_uri", value)
1053
+
1054
+ @property
1055
+ @pulumi.getter
1056
+ def status(self) -> Optional[pulumi.Input[Union[str, 'SchemaStatus']]]:
1057
+ """
1058
+ Status of the schema
1059
+ """
1060
+ return pulumi.get(self, "status")
1061
+
1062
+ @status.setter
1063
+ def status(self, value: Optional[pulumi.Input[Union[str, 'SchemaStatus']]]):
1064
+ pulumi.set(self, "status", value)
1065
+
1066
+
1067
+ if not MYPY:
1068
+ class SelectedResourceArgsDict(TypedDict):
1069
+ """
1070
+ A resource selected from ARM
1071
+ """
1072
+ id: pulumi.Input[str]
1073
+ """
1074
+ Id of the connection
1075
+ """
1076
+ location: NotRequired[pulumi.Input[str]]
1077
+ """
1078
+ Location of the connection
1079
+ """
1080
+ name: NotRequired[pulumi.Input[str]]
1081
+ """
1082
+ Name of the connection
1083
+ """
1084
+ subscription_name: NotRequired[pulumi.Input[str]]
1085
+ """
1086
+ Name of the subscription with the connection
1087
+ """
1088
+ elif False:
1089
+ SelectedResourceArgsDict: TypeAlias = Mapping[str, Any]
1090
+
1091
+ @pulumi.input_type
1092
+ class SelectedResourceArgs:
1093
+ def __init__(__self__, *,
1094
+ id: pulumi.Input[str],
1095
+ location: Optional[pulumi.Input[str]] = None,
1096
+ name: Optional[pulumi.Input[str]] = None,
1097
+ subscription_name: Optional[pulumi.Input[str]] = None):
1098
+ """
1099
+ A resource selected from ARM
1100
+ :param pulumi.Input[str] id: Id of the connection
1101
+ :param pulumi.Input[str] location: Location of the connection
1102
+ :param pulumi.Input[str] name: Name of the connection
1103
+ :param pulumi.Input[str] subscription_name: Name of the subscription with the connection
1104
+ """
1105
+ pulumi.set(__self__, "id", id)
1106
+ if location is not None:
1107
+ pulumi.set(__self__, "location", location)
1108
+ if name is not None:
1109
+ pulumi.set(__self__, "name", name)
1110
+ if subscription_name is not None:
1111
+ pulumi.set(__self__, "subscription_name", subscription_name)
1112
+
1113
+ @property
1114
+ @pulumi.getter
1115
+ def id(self) -> pulumi.Input[str]:
1116
+ """
1117
+ Id of the connection
1118
+ """
1119
+ return pulumi.get(self, "id")
1120
+
1121
+ @id.setter
1122
+ def id(self, value: pulumi.Input[str]):
1123
+ pulumi.set(self, "id", value)
1124
+
1125
+ @property
1126
+ @pulumi.getter
1127
+ def location(self) -> Optional[pulumi.Input[str]]:
1128
+ """
1129
+ Location of the connection
1130
+ """
1131
+ return pulumi.get(self, "location")
1132
+
1133
+ @location.setter
1134
+ def location(self, value: Optional[pulumi.Input[str]]):
1135
+ pulumi.set(self, "location", value)
1136
+
1137
+ @property
1138
+ @pulumi.getter
1139
+ def name(self) -> Optional[pulumi.Input[str]]:
1140
+ """
1141
+ Name of the connection
1142
+ """
1143
+ return pulumi.get(self, "name")
1144
+
1145
+ @name.setter
1146
+ def name(self, value: Optional[pulumi.Input[str]]):
1147
+ pulumi.set(self, "name", value)
1148
+
1149
+ @property
1150
+ @pulumi.getter(name="subscriptionName")
1151
+ def subscription_name(self) -> Optional[pulumi.Input[str]]:
1152
+ """
1153
+ Name of the subscription with the connection
1154
+ """
1155
+ return pulumi.get(self, "subscription_name")
1156
+
1157
+ @subscription_name.setter
1158
+ def subscription_name(self, value: Optional[pulumi.Input[str]]):
1159
+ pulumi.set(self, "subscription_name", value)
1160
+
1161
+
1162
+ if not MYPY:
1163
+ class SubscriberArgsDict(TypedDict):
1164
+ email: NotRequired[pulumi.Input[str]]
1165
+ """
1166
+ Email of the subscriber
1167
+ """
1168
+ notifications: NotRequired[pulumi.Input[float]]
1169
+ """
1170
+ Number specifying what notifications to receive
1171
+ """
1172
+ elif False:
1173
+ SubscriberArgsDict: TypeAlias = Mapping[str, Any]
1174
+
1175
+ @pulumi.input_type
1176
+ class SubscriberArgs:
1177
+ def __init__(__self__, *,
1178
+ email: Optional[pulumi.Input[str]] = None,
1179
+ notifications: Optional[pulumi.Input[float]] = None):
1180
+ """
1181
+ :param pulumi.Input[str] email: Email of the subscriber
1182
+ :param pulumi.Input[float] notifications: Number specifying what notifications to receive
1183
+ """
1184
+ if email is not None:
1185
+ pulumi.set(__self__, "email", email)
1186
+ if notifications is not None:
1187
+ pulumi.set(__self__, "notifications", notifications)
1188
+
1189
+ @property
1190
+ @pulumi.getter
1191
+ def email(self) -> Optional[pulumi.Input[str]]:
1192
+ """
1193
+ Email of the subscriber
1194
+ """
1195
+ return pulumi.get(self, "email")
1196
+
1197
+ @email.setter
1198
+ def email(self, value: Optional[pulumi.Input[str]]):
1199
+ pulumi.set(self, "email", value)
1200
+
1201
+ @property
1202
+ @pulumi.getter
1203
+ def notifications(self) -> Optional[pulumi.Input[float]]:
1204
+ """
1205
+ Number specifying what notifications to receive
1206
+ """
1207
+ return pulumi.get(self, "notifications")
1208
+
1209
+ @notifications.setter
1210
+ def notifications(self, value: Optional[pulumi.Input[float]]):
1211
+ pulumi.set(self, "notifications", value)
1212
+
1213
+