pulumi-azure-native 2.40.0a1714979708__py3-none-any.whl → 2.41.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 (746) hide show
  1. pulumi_azure_native/__init__.py +153 -0
  2. pulumi_azure_native/chaos/__init__.py +3 -0
  3. pulumi_azure_native/chaos/capability.py +3 -3
  4. pulumi_azure_native/chaos/experiment.py +3 -3
  5. pulumi_azure_native/chaos/get_capability.py +2 -2
  6. pulumi_azure_native/chaos/get_experiment.py +2 -2
  7. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  8. pulumi_azure_native/chaos/get_private_access.py +4 -0
  9. pulumi_azure_native/chaos/get_target.py +2 -2
  10. pulumi_azure_native/chaos/private_access.py +5 -1
  11. pulumi_azure_native/chaos/target.py +3 -3
  12. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  13. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  14. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  19. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  20. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  21. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  22. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  23. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  24. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  25. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  26. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  27. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  28. pulumi_azure_native/chaos/v20240322preview/__init__.py +19 -0
  29. pulumi_azure_native/chaos/v20240322preview/_enums.py +53 -0
  30. pulumi_azure_native/chaos/v20240322preview/_inputs.py +746 -0
  31. pulumi_azure_native/chaos/v20240322preview/capability.py +258 -0
  32. pulumi_azure_native/chaos/v20240322preview/experiment.py +283 -0
  33. pulumi_azure_native/chaos/v20240322preview/get_capability.py +151 -0
  34. pulumi_azure_native/chaos/v20240322preview/get_experiment.py +170 -0
  35. pulumi_azure_native/chaos/v20240322preview/get_experiment_execution_details.py +188 -0
  36. pulumi_azure_native/chaos/v20240322preview/get_private_access.py +183 -0
  37. pulumi_azure_native/chaos/v20240322preview/get_target.py +159 -0
  38. pulumi_azure_native/chaos/v20240322preview/outputs.py +1556 -0
  39. pulumi_azure_native/chaos/v20240322preview/private_access.py +272 -0
  40. pulumi_azure_native/chaos/v20240322preview/target.py +286 -0
  41. pulumi_azure_native/cognitiveservices/__init__.py +3 -0
  42. pulumi_azure_native/cognitiveservices/account.py +3 -3
  43. pulumi_azure_native/cognitiveservices/commitment_plan.py +3 -3
  44. pulumi_azure_native/cognitiveservices/commitment_plan_association.py +3 -3
  45. pulumi_azure_native/cognitiveservices/deployment.py +3 -3
  46. pulumi_azure_native/cognitiveservices/encryption_scope.py +5 -1
  47. pulumi_azure_native/cognitiveservices/get_account.py +2 -2
  48. pulumi_azure_native/cognitiveservices/get_commitment_plan.py +2 -2
  49. pulumi_azure_native/cognitiveservices/get_commitment_plan_association.py +2 -2
  50. pulumi_azure_native/cognitiveservices/get_deployment.py +2 -2
  51. pulumi_azure_native/cognitiveservices/get_encryption_scope.py +4 -0
  52. pulumi_azure_native/cognitiveservices/get_private_endpoint_connection.py +2 -2
  53. pulumi_azure_native/cognitiveservices/get_rai_blocklist.py +4 -0
  54. pulumi_azure_native/cognitiveservices/get_rai_blocklist_item.py +4 -0
  55. pulumi_azure_native/cognitiveservices/get_rai_policy.py +4 -0
  56. pulumi_azure_native/cognitiveservices/get_shared_commitment_plan.py +2 -2
  57. pulumi_azure_native/cognitiveservices/list_account_keys.py +2 -2
  58. pulumi_azure_native/cognitiveservices/private_endpoint_connection.py +3 -3
  59. pulumi_azure_native/cognitiveservices/rai_blocklist.py +5 -1
  60. pulumi_azure_native/cognitiveservices/rai_blocklist_item.py +5 -1
  61. pulumi_azure_native/cognitiveservices/rai_policy.py +5 -1
  62. pulumi_azure_native/cognitiveservices/shared_commitment_plan.py +3 -3
  63. pulumi_azure_native/cognitiveservices/v20170418/account.py +1 -1
  64. pulumi_azure_native/cognitiveservices/v20230501/account.py +1 -1
  65. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan.py +1 -1
  66. pulumi_azure_native/cognitiveservices/v20230501/commitment_plan_association.py +1 -1
  67. pulumi_azure_native/cognitiveservices/v20230501/deployment.py +1 -1
  68. pulumi_azure_native/cognitiveservices/v20230501/private_endpoint_connection.py +1 -1
  69. pulumi_azure_native/cognitiveservices/v20230501/shared_commitment_plan.py +1 -1
  70. pulumi_azure_native/cognitiveservices/v20231001preview/account.py +1 -1
  71. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan.py +1 -1
  72. pulumi_azure_native/cognitiveservices/v20231001preview/commitment_plan_association.py +1 -1
  73. pulumi_azure_native/cognitiveservices/v20231001preview/deployment.py +1 -1
  74. pulumi_azure_native/cognitiveservices/v20231001preview/encryption_scope.py +1 -1
  75. pulumi_azure_native/cognitiveservices/v20231001preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist.py +1 -1
  77. pulumi_azure_native/cognitiveservices/v20231001preview/rai_blocklist_item.py +1 -1
  78. pulumi_azure_native/cognitiveservices/v20231001preview/rai_policy.py +1 -1
  79. pulumi_azure_native/cognitiveservices/v20231001preview/shared_commitment_plan.py +1 -1
  80. pulumi_azure_native/cognitiveservices/v20240401preview/__init__.py +31 -0
  81. pulumi_azure_native/cognitiveservices/v20240401preview/_enums.py +155 -0
  82. pulumi_azure_native/cognitiveservices/v20240401preview/_inputs.py +1871 -0
  83. pulumi_azure_native/cognitiveservices/v20240401preview/account.py +350 -0
  84. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan.py +342 -0
  85. pulumi_azure_native/cognitiveservices/v20240401preview/commitment_plan_association.py +253 -0
  86. pulumi_azure_native/cognitiveservices/v20240401preview/deployment.py +284 -0
  87. pulumi_azure_native/cognitiveservices/v20240401preview/encryption_scope.py +255 -0
  88. pulumi_azure_native/cognitiveservices/v20240401preview/get_account.py +209 -0
  89. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan.py +201 -0
  90. pulumi_azure_native/cognitiveservices/v20240401preview/get_commitment_plan_association.py +162 -0
  91. pulumi_azure_native/cognitiveservices/v20240401preview/get_deployment.py +175 -0
  92. pulumi_azure_native/cognitiveservices/v20240401preview/get_encryption_scope.py +162 -0
  93. pulumi_azure_native/cognitiveservices/v20240401preview/get_private_endpoint_connection.py +162 -0
  94. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist.py +162 -0
  95. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_blocklist_item.py +167 -0
  96. pulumi_azure_native/cognitiveservices/v20240401preview/get_rai_policy.py +162 -0
  97. pulumi_azure_native/cognitiveservices/v20240401preview/get_shared_commitment_plan.py +196 -0
  98. pulumi_azure_native/cognitiveservices/v20240401preview/list_account_keys.py +91 -0
  99. pulumi_azure_native/cognitiveservices/v20240401preview/outputs.py +3208 -0
  100. pulumi_azure_native/cognitiveservices/v20240401preview/private_endpoint_connection.py +255 -0
  101. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist.py +254 -0
  102. pulumi_azure_native/cognitiveservices/v20240401preview/rai_blocklist_item.py +275 -0
  103. pulumi_azure_native/cognitiveservices/v20240401preview/rai_policy.py +255 -0
  104. pulumi_azure_native/cognitiveservices/v20240401preview/shared_commitment_plan.py +321 -0
  105. pulumi_azure_native/communication/domain.py +4 -0
  106. pulumi_azure_native/databricks/__init__.py +3 -0
  107. pulumi_azure_native/databricks/access_connector.py +3 -3
  108. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  109. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  110. pulumi_azure_native/databricks/get_workspace.py +2 -2
  111. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  112. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  113. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  114. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  115. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  116. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  117. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  118. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  119. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  120. pulumi_azure_native/databricks/v20240501/__init__.py +18 -0
  121. pulumi_azure_native/databricks/v20240501/_enums.py +121 -0
  122. pulumi_azure_native/databricks/v20240501/_inputs.py +1228 -0
  123. pulumi_azure_native/databricks/v20240501/access_connector.py +263 -0
  124. pulumi_azure_native/databricks/v20240501/get_access_connector.py +170 -0
  125. pulumi_azure_native/databricks/v20240501/get_private_endpoint_connection.py +123 -0
  126. pulumi_azure_native/databricks/v20240501/get_v_net_peering.py +240 -0
  127. pulumi_azure_native/databricks/v20240501/get_workspace.py +443 -0
  128. pulumi_azure_native/databricks/v20240501/outputs.py +1949 -0
  129. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +207 -0
  130. pulumi_azure_native/databricks/v20240501/v_net_peering.py +429 -0
  131. pulumi_azure_native/databricks/v20240501/workspace.py +683 -0
  132. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  133. pulumi_azure_native/databricks/workspace.py +3 -3
  134. pulumi_azure_native/datafactory/_enums.py +1 -0
  135. pulumi_azure_native/datafactory/_inputs.py +46 -14
  136. pulumi_azure_native/datafactory/outputs.py +35 -11
  137. pulumi_azure_native/datafactory/v20180601/_enums.py +1 -0
  138. pulumi_azure_native/datafactory/v20180601/_inputs.py +46 -14
  139. pulumi_azure_native/datafactory/v20180601/outputs.py +35 -11
  140. pulumi_azure_native/dbforpostgresql/v20230302preview/_enums.py +12 -0
  141. pulumi_azure_native/dbforpostgresql/v20230302preview/_inputs.py +90 -0
  142. pulumi_azure_native/dbforpostgresql/v20230302preview/cluster.py +78 -0
  143. pulumi_azure_native/dbforpostgresql/v20230302preview/get_cluster.py +53 -1
  144. pulumi_azure_native/dbforpostgresql/v20230302preview/outputs.py +165 -0
  145. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  146. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  147. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  148. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  149. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  150. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  151. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  152. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  153. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  154. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  155. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  156. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  157. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  158. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  159. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  160. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  161. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  162. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  163. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  164. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  165. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  166. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  167. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  168. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  169. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  170. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  171. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  172. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  173. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  174. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  175. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  176. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  177. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  178. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  179. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  180. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  181. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  182. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  183. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  184. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  185. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  186. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  187. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  188. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  189. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  190. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  191. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  192. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  193. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  194. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  195. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  196. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  197. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  198. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  199. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  200. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  201. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  202. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  203. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  204. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  205. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  206. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  207. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  208. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  209. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  210. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  211. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  212. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  213. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  214. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  215. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  216. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  217. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  218. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  219. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  220. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  221. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  222. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  223. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  224. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  225. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  226. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  227. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  228. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  229. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
  230. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
  231. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
  232. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
  233. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
  234. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
  235. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
  236. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
  237. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
  238. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
  239. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
  240. pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +1 -1
  241. pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +1 -1
  242. pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +1 -1
  243. pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1 -1
  244. pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +1 -1
  245. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +1 -1
  246. pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +1 -1
  247. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +1 -1
  248. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +1 -1
  249. pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +1 -1
  250. pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +1 -1
  251. pulumi_azure_native/desktopvirtualization/v20240403/__init__.py +32 -0
  252. pulumi_azure_native/desktopvirtualization/v20240403/_enums.py +265 -0
  253. pulumi_azure_native/desktopvirtualization/v20240403/_inputs.py +1332 -0
  254. pulumi_azure_native/desktopvirtualization/v20240403/app_attach_package.py +254 -0
  255. pulumi_azure_native/desktopvirtualization/v20240403/application.py +536 -0
  256. pulumi_azure_native/desktopvirtualization/v20240403/application_group.py +532 -0
  257. pulumi_azure_native/desktopvirtualization/v20240403/get_app_attach_package.py +157 -0
  258. pulumi_azure_native/desktopvirtualization/v20240403/get_application.py +305 -0
  259. pulumi_azure_native/desktopvirtualization/v20240403/get_application_group.py +317 -0
  260. pulumi_azure_native/desktopvirtualization/v20240403/get_host_pool.py +525 -0
  261. pulumi_azure_native/desktopvirtualization/v20240403/get_msix_package.py +266 -0
  262. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_host_pool.py +175 -0
  263. pulumi_azure_native/desktopvirtualization/v20240403/get_private_endpoint_connection_by_workspace.py +175 -0
  264. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan.py +317 -0
  265. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_personal_schedule.py +461 -0
  266. pulumi_azure_native/desktopvirtualization/v20240403/get_scaling_plan_pooled_schedule.py +344 -0
  267. pulumi_azure_native/desktopvirtualization/v20240403/get_workspace.py +304 -0
  268. pulumi_azure_native/desktopvirtualization/v20240403/host_pool.py +959 -0
  269. pulumi_azure_native/desktopvirtualization/v20240403/msix_package.py +505 -0
  270. pulumi_azure_native/desktopvirtualization/v20240403/outputs.py +1651 -0
  271. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_host_pool.py +247 -0
  272. pulumi_azure_native/desktopvirtualization/v20240403/private_endpoint_connection_by_workspace.py +247 -0
  273. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan.py +573 -0
  274. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_personal_schedule.py +957 -0
  275. pulumi_azure_native/desktopvirtualization/v20240403/scaling_plan_pooled_schedule.py +680 -0
  276. pulumi_azure_native/desktopvirtualization/v20240403/workspace.py +501 -0
  277. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  278. pulumi_azure_native/documentdb/__init__.py +5 -0
  279. pulumi_azure_native/documentdb/firewall_rule.py +257 -0
  280. pulumi_azure_native/documentdb/get_firewall_rule.py +164 -0
  281. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  282. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  283. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  284. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  285. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  286. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  287. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  288. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  289. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  290. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  291. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  292. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  293. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  294. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  295. pulumi_azure_native/documentdb/v20240301preview/__init__.py +17 -0
  296. pulumi_azure_native/documentdb/v20240301preview/_enums.py +59 -0
  297. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +202 -0
  298. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +255 -0
  299. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +162 -0
  300. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +261 -0
  301. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +175 -0
  302. pulumi_azure_native/documentdb/v20240301preview/list_mongo_cluster_connection_strings.py +79 -0
  303. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +450 -0
  304. pulumi_azure_native/documentdb/v20240301preview/outputs.py +507 -0
  305. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +245 -0
  306. pulumi_azure_native/hybridcompute/__init__.py +5 -0
  307. pulumi_azure_native/hybridcompute/_enums.py +8 -0
  308. pulumi_azure_native/hybridcompute/gateway.py +313 -0
  309. pulumi_azure_native/hybridcompute/get_gateway.py +211 -0
  310. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  311. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  312. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  313. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  314. pulumi_azure_native/hybridcompute/get_machine_run_command.py +4 -0
  315. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  316. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  317. pulumi_azure_native/hybridcompute/license.py +3 -3
  318. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  319. pulumi_azure_native/hybridcompute/machine.py +3 -3
  320. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  321. pulumi_azure_native/hybridcompute/machine_run_command.py +5 -1
  322. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  323. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  324. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  325. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  326. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  327. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  328. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  329. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  330. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  331. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  332. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  333. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  334. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  335. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  336. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  337. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  338. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  339. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  340. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  341. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  342. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  343. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  344. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  345. pulumi_azure_native/hybridcompute/v20231003preview/machine_run_command.py +1 -1
  346. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  347. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  348. pulumi_azure_native/hybridcompute/v20240331preview/__init__.py +26 -0
  349. pulumi_azure_native/hybridcompute/v20240331preview/_enums.py +170 -0
  350. pulumi_azure_native/hybridcompute/v20240331preview/_inputs.py +1376 -0
  351. pulumi_azure_native/hybridcompute/v20240331preview/gateway.py +311 -0
  352. pulumi_azure_native/hybridcompute/v20240331preview/get_gateway.py +209 -0
  353. pulumi_azure_native/hybridcompute/v20240331preview/get_license.py +196 -0
  354. pulumi_azure_native/hybridcompute/v20240331preview/get_license_profile.py +331 -0
  355. pulumi_azure_native/hybridcompute/v20240331preview/get_machine.py +591 -0
  356. pulumi_azure_native/hybridcompute/v20240331preview/get_machine_extension.py +162 -0
  357. pulumi_azure_native/hybridcompute/v20240331preview/get_machine_run_command.py +318 -0
  358. pulumi_azure_native/hybridcompute/v20240331preview/get_private_endpoint_connection.py +136 -0
  359. pulumi_azure_native/hybridcompute/v20240331preview/get_private_link_scope.py +157 -0
  360. pulumi_azure_native/hybridcompute/v20240331preview/license.py +321 -0
  361. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +480 -0
  362. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +850 -0
  363. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +274 -0
  364. pulumi_azure_native/hybridcompute/v20240331preview/machine_run_command.py +587 -0
  365. pulumi_azure_native/hybridcompute/v20240331preview/outputs.py +3054 -0
  366. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +215 -0
  367. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +253 -0
  368. pulumi_azure_native/mobilenetwork/__init__.py +4 -0
  369. pulumi_azure_native/mobilenetwork/attached_data_network.py +3 -3
  370. pulumi_azure_native/mobilenetwork/data_network.py +3 -3
  371. pulumi_azure_native/mobilenetwork/diagnostics_package.py +3 -3
  372. pulumi_azure_native/mobilenetwork/get_attached_data_network.py +2 -2
  373. pulumi_azure_native/mobilenetwork/get_data_network.py +2 -2
  374. pulumi_azure_native/mobilenetwork/get_diagnostics_package.py +2 -2
  375. pulumi_azure_native/mobilenetwork/get_mobile_network.py +2 -2
  376. pulumi_azure_native/mobilenetwork/get_packet_capture.py +2 -2
  377. pulumi_azure_native/mobilenetwork/get_packet_core_control_plane.py +2 -2
  378. pulumi_azure_native/mobilenetwork/get_packet_core_data_plane.py +2 -2
  379. pulumi_azure_native/mobilenetwork/get_service.py +2 -2
  380. pulumi_azure_native/mobilenetwork/get_sim.py +2 -2
  381. pulumi_azure_native/mobilenetwork/get_sim_group.py +2 -2
  382. pulumi_azure_native/mobilenetwork/get_sim_policy.py +2 -2
  383. pulumi_azure_native/mobilenetwork/get_site.py +2 -2
  384. pulumi_azure_native/mobilenetwork/get_slice.py +2 -2
  385. pulumi_azure_native/mobilenetwork/list_mobile_network_sim_groups.py +94 -0
  386. pulumi_azure_native/mobilenetwork/mobile_network.py +3 -3
  387. pulumi_azure_native/mobilenetwork/outputs.py +126 -0
  388. pulumi_azure_native/mobilenetwork/packet_capture.py +3 -3
  389. pulumi_azure_native/mobilenetwork/packet_core_control_plane.py +3 -3
  390. pulumi_azure_native/mobilenetwork/packet_core_data_plane.py +3 -3
  391. pulumi_azure_native/mobilenetwork/service.py +3 -3
  392. pulumi_azure_native/mobilenetwork/sim.py +3 -3
  393. pulumi_azure_native/mobilenetwork/sim_group.py +3 -3
  394. pulumi_azure_native/mobilenetwork/sim_policy.py +3 -3
  395. pulumi_azure_native/mobilenetwork/site.py +3 -3
  396. pulumi_azure_native/mobilenetwork/slice.py +3 -3
  397. pulumi_azure_native/mobilenetwork/v20220301preview/packet_core_control_plane.py +1 -1
  398. pulumi_azure_native/mobilenetwork/v20220401preview/attached_data_network.py +1 -1
  399. pulumi_azure_native/mobilenetwork/v20220401preview/data_network.py +1 -1
  400. pulumi_azure_native/mobilenetwork/v20220401preview/mobile_network.py +1 -1
  401. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_control_plane.py +1 -1
  402. pulumi_azure_native/mobilenetwork/v20220401preview/packet_core_data_plane.py +1 -1
  403. pulumi_azure_native/mobilenetwork/v20220401preview/service.py +1 -1
  404. pulumi_azure_native/mobilenetwork/v20220401preview/sim.py +1 -1
  405. pulumi_azure_native/mobilenetwork/v20220401preview/sim_group.py +1 -1
  406. pulumi_azure_native/mobilenetwork/v20220401preview/sim_policy.py +1 -1
  407. pulumi_azure_native/mobilenetwork/v20220401preview/site.py +1 -1
  408. pulumi_azure_native/mobilenetwork/v20220401preview/slice.py +1 -1
  409. pulumi_azure_native/mobilenetwork/v20221101/attached_data_network.py +1 -1
  410. pulumi_azure_native/mobilenetwork/v20221101/data_network.py +1 -1
  411. pulumi_azure_native/mobilenetwork/v20221101/mobile_network.py +1 -1
  412. pulumi_azure_native/mobilenetwork/v20221101/packet_core_control_plane.py +1 -1
  413. pulumi_azure_native/mobilenetwork/v20221101/packet_core_data_plane.py +1 -1
  414. pulumi_azure_native/mobilenetwork/v20221101/service.py +1 -1
  415. pulumi_azure_native/mobilenetwork/v20221101/sim.py +1 -1
  416. pulumi_azure_native/mobilenetwork/v20221101/sim_group.py +1 -1
  417. pulumi_azure_native/mobilenetwork/v20221101/sim_policy.py +1 -1
  418. pulumi_azure_native/mobilenetwork/v20221101/site.py +1 -1
  419. pulumi_azure_native/mobilenetwork/v20221101/slice.py +1 -1
  420. pulumi_azure_native/mobilenetwork/v20230601/attached_data_network.py +1 -1
  421. pulumi_azure_native/mobilenetwork/v20230601/data_network.py +1 -1
  422. pulumi_azure_native/mobilenetwork/v20230601/diagnostics_package.py +1 -1
  423. pulumi_azure_native/mobilenetwork/v20230601/mobile_network.py +1 -1
  424. pulumi_azure_native/mobilenetwork/v20230601/packet_capture.py +1 -1
  425. pulumi_azure_native/mobilenetwork/v20230601/packet_core_control_plane.py +1 -1
  426. pulumi_azure_native/mobilenetwork/v20230601/packet_core_data_plane.py +1 -1
  427. pulumi_azure_native/mobilenetwork/v20230601/service.py +1 -1
  428. pulumi_azure_native/mobilenetwork/v20230601/sim.py +1 -1
  429. pulumi_azure_native/mobilenetwork/v20230601/sim_group.py +1 -1
  430. pulumi_azure_native/mobilenetwork/v20230601/sim_policy.py +1 -1
  431. pulumi_azure_native/mobilenetwork/v20230601/site.py +1 -1
  432. pulumi_azure_native/mobilenetwork/v20230601/slice.py +1 -1
  433. pulumi_azure_native/mobilenetwork/v20230901/attached_data_network.py +1 -1
  434. pulumi_azure_native/mobilenetwork/v20230901/data_network.py +1 -1
  435. pulumi_azure_native/mobilenetwork/v20230901/diagnostics_package.py +1 -1
  436. pulumi_azure_native/mobilenetwork/v20230901/mobile_network.py +1 -1
  437. pulumi_azure_native/mobilenetwork/v20230901/packet_capture.py +1 -1
  438. pulumi_azure_native/mobilenetwork/v20230901/packet_core_control_plane.py +1 -1
  439. pulumi_azure_native/mobilenetwork/v20230901/packet_core_data_plane.py +1 -1
  440. pulumi_azure_native/mobilenetwork/v20230901/service.py +1 -1
  441. pulumi_azure_native/mobilenetwork/v20230901/sim.py +1 -1
  442. pulumi_azure_native/mobilenetwork/v20230901/sim_group.py +1 -1
  443. pulumi_azure_native/mobilenetwork/v20230901/sim_policy.py +1 -1
  444. pulumi_azure_native/mobilenetwork/v20230901/site.py +1 -1
  445. pulumi_azure_native/mobilenetwork/v20230901/slice.py +1 -1
  446. pulumi_azure_native/mobilenetwork/v20240201/attached_data_network.py +1 -1
  447. pulumi_azure_native/mobilenetwork/v20240201/data_network.py +1 -1
  448. pulumi_azure_native/mobilenetwork/v20240201/diagnostics_package.py +1 -1
  449. pulumi_azure_native/mobilenetwork/v20240201/mobile_network.py +1 -1
  450. pulumi_azure_native/mobilenetwork/v20240201/packet_capture.py +1 -1
  451. pulumi_azure_native/mobilenetwork/v20240201/packet_core_control_plane.py +1 -1
  452. pulumi_azure_native/mobilenetwork/v20240201/packet_core_data_plane.py +1 -1
  453. pulumi_azure_native/mobilenetwork/v20240201/service.py +1 -1
  454. pulumi_azure_native/mobilenetwork/v20240201/sim.py +1 -1
  455. pulumi_azure_native/mobilenetwork/v20240201/sim_group.py +1 -1
  456. pulumi_azure_native/mobilenetwork/v20240201/sim_policy.py +1 -1
  457. pulumi_azure_native/mobilenetwork/v20240201/site.py +1 -1
  458. pulumi_azure_native/mobilenetwork/v20240201/slice.py +1 -1
  459. pulumi_azure_native/mobilenetwork/v20240401/__init__.py +37 -0
  460. pulumi_azure_native/mobilenetwork/v20240401/_enums.py +215 -0
  461. pulumi_azure_native/mobilenetwork/v20240401/_inputs.py +1998 -0
  462. pulumi_azure_native/mobilenetwork/v20240401/attached_data_network.py +443 -0
  463. pulumi_azure_native/mobilenetwork/v20240401/data_network.py +282 -0
  464. pulumi_azure_native/mobilenetwork/v20240401/diagnostics_package.py +215 -0
  465. pulumi_azure_native/mobilenetwork/v20240401/get_attached_data_network.py +237 -0
  466. pulumi_azure_native/mobilenetwork/v20240401/get_data_network.py +175 -0
  467. pulumi_azure_native/mobilenetwork/v20240401/get_diagnostics_package.py +162 -0
  468. pulumi_azure_native/mobilenetwork/v20240401/get_mobile_network.py +209 -0
  469. pulumi_azure_native/mobilenetwork/v20240401/get_packet_capture.py +240 -0
  470. pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_control_plane.py +404 -0
  471. pulumi_azure_native/mobilenetwork/v20240401/get_packet_core_data_plane.py +188 -0
  472. pulumi_azure_native/mobilenetwork/v20240401/get_service.py +201 -0
  473. pulumi_azure_native/mobilenetwork/v20240401/get_sim.py +253 -0
  474. pulumi_azure_native/mobilenetwork/v20240401/get_sim_group.py +196 -0
  475. pulumi_azure_native/mobilenetwork/v20240401/get_sim_policy.py +240 -0
  476. pulumi_azure_native/mobilenetwork/v20240401/get_site.py +175 -0
  477. pulumi_azure_native/mobilenetwork/v20240401/get_slice.py +188 -0
  478. pulumi_azure_native/mobilenetwork/v20240401/list_mobile_network_sim_groups.py +92 -0
  479. pulumi_azure_native/mobilenetwork/v20240401/mobile_network.py +332 -0
  480. pulumi_azure_native/mobilenetwork/v20240401/outputs.py +2668 -0
  481. pulumi_azure_native/mobilenetwork/v20240401/packet_capture.py +363 -0
  482. pulumi_azure_native/mobilenetwork/v20240401/packet_core_control_plane.py +737 -0
  483. pulumi_azure_native/mobilenetwork/v20240401/packet_core_data_plane.py +313 -0
  484. pulumi_azure_native/mobilenetwork/v20240401/service.py +344 -0
  485. pulumi_azure_native/mobilenetwork/v20240401/sim.py +422 -0
  486. pulumi_azure_native/mobilenetwork/v20240401/sim_group.py +321 -0
  487. pulumi_azure_native/mobilenetwork/v20240401/sim_policy.py +417 -0
  488. pulumi_azure_native/mobilenetwork/v20240401/site.py +263 -0
  489. pulumi_azure_native/mobilenetwork/v20240401/slice.py +313 -0
  490. pulumi_azure_native/monitor/_enums.py +9 -0
  491. pulumi_azure_native/monitor/azure_monitor_workspace.py +22 -2
  492. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +1 -1
  493. pulumi_azure_native/monitor/v20230403/__init__.py +1 -0
  494. pulumi_azure_native/monitor/v20230403/_enums.py +17 -0
  495. pulumi_azure_native/monitor/v20230403/azure_monitor_workspace.py +22 -2
  496. pulumi_azure_native/monitor/v20230403/get_azure_monitor_workspace.py +1 -1
  497. pulumi_azure_native/monitor/v20230403/outputs.py +1 -0
  498. pulumi_azure_native/network/v20231101/flow_log.py +0 -29
  499. pulumi_azure_native/network/v20231101/get_flow_log.py +1 -14
  500. pulumi_azure_native/network/v20231101/outputs.py +0 -12
  501. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  502. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  503. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  504. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  505. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  506. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  507. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  508. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  509. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  510. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  511. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  512. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  513. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  514. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  515. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  516. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  517. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  518. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  519. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  520. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  521. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  522. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  523. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  524. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  525. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  526. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  527. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  528. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  529. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  530. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  531. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  532. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  533. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  534. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  535. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  536. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  537. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  538. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  539. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  540. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  541. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  542. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  543. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  544. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +1 -1
  545. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +1 -1
  546. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +1 -1
  547. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +1 -1
  548. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +1 -1
  549. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +1 -1
  550. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  551. pulumi_azure_native/recoveryservices/v20240401/private_endpoint_connection.py +1 -1
  552. pulumi_azure_native/recoveryservices/v20240401/protected_item.py +1 -1
  553. pulumi_azure_native/recoveryservices/v20240401/protection_container.py +1 -1
  554. pulumi_azure_native/recoveryservices/v20240401/protection_intent.py +1 -1
  555. pulumi_azure_native/recoveryservices/v20240401/protection_policy.py +1 -1
  556. pulumi_azure_native/recoveryservices/v20240401/resource_guard_proxy.py +1 -1
  557. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  558. pulumi_azure_native/recoveryservices/v20240430preview/__init__.py +24 -0
  559. pulumi_azure_native/recoveryservices/v20240430preview/_enums.py +470 -0
  560. pulumi_azure_native/recoveryservices/v20240430preview/_inputs.py +12162 -0
  561. pulumi_azure_native/recoveryservices/v20240430preview/get_private_endpoint_connection.py +162 -0
  562. pulumi_azure_native/recoveryservices/v20240430preview/get_protected_item.py +179 -0
  563. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_container.py +167 -0
  564. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_intent.py +169 -0
  565. pulumi_azure_native/recoveryservices/v20240430preview/get_protection_policy.py +164 -0
  566. pulumi_azure_native/recoveryservices/v20240430preview/get_resource_guard_proxy.py +157 -0
  567. pulumi_azure_native/recoveryservices/v20240430preview/get_vault.py +196 -0
  568. pulumi_azure_native/recoveryservices/v20240430preview/outputs.py +14409 -0
  569. pulumi_azure_native/recoveryservices/v20240430preview/private_endpoint_connection.py +293 -0
  570. pulumi_azure_native/recoveryservices/v20240430preview/protected_item.py +335 -0
  571. pulumi_azure_native/recoveryservices/v20240430preview/protection_container.py +314 -0
  572. pulumi_azure_native/recoveryservices/v20240430preview/protection_intent.py +314 -0
  573. pulumi_azure_native/recoveryservices/v20240430preview/protection_policy.py +293 -0
  574. pulumi_azure_native/recoveryservices/v20240430preview/resource_guard_proxy.py +285 -0
  575. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +321 -0
  576. pulumi_azure_native/recoveryservices/vault.py +3 -3
  577. pulumi_azure_native/security/v20231201preview/_inputs.py +1 -1
  578. pulumi_azure_native/security/v20231201preview/outputs.py +2 -2
  579. pulumi_azure_native/storage/__init__.py +5 -0
  580. pulumi_azure_native/storage/_enums.py +17 -0
  581. pulumi_azure_native/storage/_inputs.py +315 -0
  582. pulumi_azure_native/storage/blob_container.py +3 -3
  583. pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
  584. pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
  585. pulumi_azure_native/storage/blob_service_properties.py +3 -3
  586. pulumi_azure_native/storage/encryption_scope.py +3 -3
  587. pulumi_azure_native/storage/file_service_properties.py +3 -3
  588. pulumi_azure_native/storage/file_share.py +3 -3
  589. pulumi_azure_native/storage/get_blob_container.py +2 -2
  590. pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
  591. pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
  592. pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
  593. pulumi_azure_native/storage/get_encryption_scope.py +2 -2
  594. pulumi_azure_native/storage/get_file_service_properties.py +2 -2
  595. pulumi_azure_native/storage/get_file_share.py +2 -2
  596. pulumi_azure_native/storage/get_local_user.py +2 -2
  597. pulumi_azure_native/storage/get_management_policy.py +2 -2
  598. pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
  599. pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
  600. pulumi_azure_native/storage/get_queue.py +2 -2
  601. pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
  602. pulumi_azure_native/storage/get_storage_account.py +2 -2
  603. pulumi_azure_native/storage/get_storage_task_assignment.py +138 -0
  604. pulumi_azure_native/storage/get_table.py +2 -2
  605. pulumi_azure_native/storage/get_table_service_properties.py +2 -2
  606. pulumi_azure_native/storage/list_local_user_keys.py +2 -2
  607. pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
  608. pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
  609. pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
  610. pulumi_azure_native/storage/local_user.py +3 -3
  611. pulumi_azure_native/storage/management_policy.py +3 -3
  612. pulumi_azure_native/storage/object_replication_policy.py +3 -3
  613. pulumi_azure_native/storage/outputs.py +560 -0
  614. pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
  615. pulumi_azure_native/storage/queue.py +3 -3
  616. pulumi_azure_native/storage/queue_service_properties.py +3 -3
  617. pulumi_azure_native/storage/storage_account.py +3 -3
  618. pulumi_azure_native/storage/storage_task_assignment.py +218 -0
  619. pulumi_azure_native/storage/table.py +3 -3
  620. pulumi_azure_native/storage/table_service_properties.py +3 -3
  621. pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
  622. pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
  623. pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
  624. pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
  625. pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
  626. pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
  627. pulumi_azure_native/storage/v20220901/file_share.py +1 -1
  628. pulumi_azure_native/storage/v20220901/local_user.py +1 -1
  629. pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
  630. pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
  631. pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
  632. pulumi_azure_native/storage/v20220901/queue.py +1 -1
  633. pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
  634. pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
  635. pulumi_azure_native/storage/v20220901/table.py +1 -1
  636. pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
  637. pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
  638. pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
  639. pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
  640. pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
  641. pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
  642. pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
  643. pulumi_azure_native/storage/v20230101/file_share.py +1 -1
  644. pulumi_azure_native/storage/v20230101/local_user.py +1 -1
  645. pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
  646. pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
  647. pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
  648. pulumi_azure_native/storage/v20230101/queue.py +1 -1
  649. pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
  650. pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
  651. pulumi_azure_native/storage/v20230101/table.py +1 -1
  652. pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
  653. pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
  654. pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
  655. pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
  656. pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
  657. pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
  658. pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
  659. pulumi_azure_native/storage/v20230401/file_share.py +1 -1
  660. pulumi_azure_native/storage/v20230401/local_user.py +1 -1
  661. pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
  662. pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
  663. pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
  664. pulumi_azure_native/storage/v20230401/queue.py +1 -1
  665. pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
  666. pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
  667. pulumi_azure_native/storage/v20230401/table.py +1 -1
  668. pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
  669. pulumi_azure_native/storage/v20230501/__init__.py +48 -0
  670. pulumi_azure_native/storage/v20230501/_enums.py +434 -0
  671. pulumi_azure_native/storage/v20230501/_inputs.py +3435 -0
  672. pulumi_azure_native/storage/v20230501/blob_container.py +510 -0
  673. pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +302 -0
  674. pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +227 -0
  675. pulumi_azure_native/storage/v20230501/blob_service_properties.py +448 -0
  676. pulumi_azure_native/storage/v20230501/encryption_scope.py +313 -0
  677. pulumi_azure_native/storage/v20230501/file_service_properties.py +274 -0
  678. pulumi_azure_native/storage/v20230501/file_share.py +501 -0
  679. pulumi_azure_native/storage/v20230501/get_blob_container.py +370 -0
  680. pulumi_azure_native/storage/v20230501/get_blob_container_immutability_policy.py +179 -0
  681. pulumi_azure_native/storage/v20230501/get_blob_inventory_policy.py +149 -0
  682. pulumi_azure_native/storage/v20230501/get_blob_service_properties.py +240 -0
  683. pulumi_azure_native/storage/v20230501/get_encryption_scope.py +188 -0
  684. pulumi_azure_native/storage/v20230501/get_file_service_properties.py +162 -0
  685. pulumi_azure_native/storage/v20230501/get_file_share.py +362 -0
  686. pulumi_azure_native/storage/v20230501/get_local_user.py +279 -0
  687. pulumi_azure_native/storage/v20230501/get_management_policy.py +136 -0
  688. pulumi_azure_native/storage/v20230501/get_object_replication_policy.py +175 -0
  689. pulumi_azure_native/storage/v20230501/get_private_endpoint_connection.py +149 -0
  690. pulumi_azure_native/storage/v20230501/get_queue.py +132 -0
  691. pulumi_azure_native/storage/v20230501/get_queue_service_properties.py +123 -0
  692. pulumi_azure_native/storage/v20230501/get_storage_account.py +708 -0
  693. pulumi_azure_native/storage/v20230501/get_storage_task_assignment.py +136 -0
  694. pulumi_azure_native/storage/v20230501/get_table.py +136 -0
  695. pulumi_azure_native/storage/v20230501/get_table_service_properties.py +123 -0
  696. pulumi_azure_native/storage/v20230501/list_local_user_keys.py +97 -0
  697. pulumi_azure_native/storage/v20230501/list_storage_account_keys.py +84 -0
  698. pulumi_azure_native/storage/v20230501/list_storage_account_sas.py +119 -0
  699. pulumi_azure_native/storage/v20230501/list_storage_account_service_sas.py +169 -0
  700. pulumi_azure_native/storage/v20230501/local_user.py +496 -0
  701. pulumi_azure_native/storage/v20230501/management_policy.py +217 -0
  702. pulumi_azure_native/storage/v20230501/object_replication_policy.py +285 -0
  703. pulumi_azure_native/storage/v20230501/outputs.py +5640 -0
  704. pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +227 -0
  705. pulumi_azure_native/storage/v20230501/queue.py +211 -0
  706. pulumi_azure_native/storage/v20230501/queue_service_properties.py +206 -0
  707. pulumi_azure_native/storage/v20230501/storage_account.py +1169 -0
  708. pulumi_azure_native/storage/v20230501/storage_task_assignment.py +216 -0
  709. pulumi_azure_native/storage/v20230501/table.py +214 -0
  710. pulumi_azure_native/storage/v20230501/table_service_properties.py +206 -0
  711. pulumi_azure_native/storageactions/_inputs.py +2 -2
  712. pulumi_azure_native/storageactions/get_storage_task.py +1 -1
  713. pulumi_azure_native/storageactions/outputs.py +2 -2
  714. pulumi_azure_native/storageactions/storage_task.py +18 -17
  715. pulumi_azure_native/storageactions/v20230101/_inputs.py +2 -2
  716. pulumi_azure_native/storageactions/v20230101/get_storage_task.py +1 -1
  717. pulumi_azure_native/storageactions/v20230101/outputs.py +2 -2
  718. pulumi_azure_native/storageactions/v20230101/storage_task.py +18 -17
  719. pulumi_azure_native/workloads/__init__.py +3 -0
  720. pulumi_azure_native/workloads/_enums.py +15 -0
  721. pulumi_azure_native/workloads/get_monitor.py +4 -0
  722. pulumi_azure_native/workloads/get_provider_instance.py +2 -2
  723. pulumi_azure_native/workloads/get_sap_landscape_monitor.py +2 -2
  724. pulumi_azure_native/workloads/monitor.py +5 -1
  725. pulumi_azure_native/workloads/provider_instance.py +3 -3
  726. pulumi_azure_native/workloads/sap_landscape_monitor.py +3 -3
  727. pulumi_azure_native/workloads/v20230401/monitor.py +1 -1
  728. pulumi_azure_native/workloads/v20230401/provider_instance.py +1 -1
  729. pulumi_azure_native/workloads/v20230401/sap_landscape_monitor.py +1 -1
  730. pulumi_azure_native/workloads/v20231001preview/monitor.py +1 -1
  731. pulumi_azure_native/workloads/v20231001preview/provider_instance.py +1 -1
  732. pulumi_azure_native/workloads/v20231001preview/sap_landscape_monitor.py +1 -1
  733. pulumi_azure_native/workloads/v20231201preview/__init__.py +16 -0
  734. pulumi_azure_native/workloads/v20231201preview/_enums.py +68 -0
  735. pulumi_azure_native/workloads/v20231201preview/_inputs.py +1216 -0
  736. pulumi_azure_native/workloads/v20231201preview/get_monitor.py +300 -0
  737. pulumi_azure_native/workloads/v20231201preview/get_provider_instance.py +175 -0
  738. pulumi_azure_native/workloads/v20231201preview/get_sap_landscape_monitor.py +157 -0
  739. pulumi_azure_native/workloads/v20231201preview/monitor.py +496 -0
  740. pulumi_azure_native/workloads/v20231201preview/outputs.py +1583 -0
  741. pulumi_azure_native/workloads/v20231201preview/provider_instance.py +246 -0
  742. pulumi_azure_native/workloads/v20231201preview/sap_landscape_monitor.py +234 -0
  743. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/METADATA +1 -1
  744. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/RECORD +746 -530
  745. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/WHEEL +0 -0
  746. {pulumi_azure_native-2.40.0a1714979708.dist-info → pulumi_azure_native-2.41.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1228 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from ._enums import *
12
+
13
+ __all__ = [
14
+ 'AddressSpaceArgs',
15
+ 'AutomaticClusterUpdateDefinitionArgs',
16
+ 'ComplianceSecurityProfileDefinitionArgs',
17
+ 'DefaultCatalogPropertiesArgs',
18
+ 'EncryptionEntitiesDefinitionArgs',
19
+ 'EncryptionV2KeyVaultPropertiesArgs',
20
+ 'EncryptionV2Args',
21
+ 'EncryptionArgs',
22
+ 'EnhancedSecurityComplianceDefinitionArgs',
23
+ 'EnhancedSecurityMonitoringDefinitionArgs',
24
+ 'ManagedDiskEncryptionKeyVaultPropertiesArgs',
25
+ 'ManagedDiskEncryptionArgs',
26
+ 'ManagedServiceIdentityArgs',
27
+ 'PrivateEndpointConnectionPropertiesArgs',
28
+ 'PrivateLinkServiceConnectionStateArgs',
29
+ 'SkuArgs',
30
+ 'VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs',
31
+ 'VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs',
32
+ 'WorkspaceCustomBooleanParameterArgs',
33
+ 'WorkspaceCustomParametersArgs',
34
+ 'WorkspaceCustomStringParameterArgs',
35
+ 'WorkspaceEncryptionParameterArgs',
36
+ 'WorkspaceNoPublicIPBooleanParameterArgs',
37
+ 'WorkspacePropertiesAccessConnectorArgs',
38
+ 'WorkspacePropertiesEncryptionArgs',
39
+ 'WorkspaceProviderAuthorizationArgs',
40
+ ]
41
+
42
+ @pulumi.input_type
43
+ class AddressSpaceArgs:
44
+ def __init__(__self__, *,
45
+ address_prefixes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
46
+ """
47
+ AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
48
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] address_prefixes: A list of address blocks reserved for this virtual network in CIDR notation.
49
+ """
50
+ if address_prefixes is not None:
51
+ pulumi.set(__self__, "address_prefixes", address_prefixes)
52
+
53
+ @property
54
+ @pulumi.getter(name="addressPrefixes")
55
+ def address_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
56
+ """
57
+ A list of address blocks reserved for this virtual network in CIDR notation.
58
+ """
59
+ return pulumi.get(self, "address_prefixes")
60
+
61
+ @address_prefixes.setter
62
+ def address_prefixes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
63
+ pulumi.set(self, "address_prefixes", value)
64
+
65
+
66
+ @pulumi.input_type
67
+ class AutomaticClusterUpdateDefinitionArgs:
68
+ def __init__(__self__, *,
69
+ value: Optional[pulumi.Input[Union[str, 'AutomaticClusterUpdateValue']]] = None):
70
+ """
71
+ Status of automated cluster updates feature.
72
+ """
73
+ if value is not None:
74
+ pulumi.set(__self__, "value", value)
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def value(self) -> Optional[pulumi.Input[Union[str, 'AutomaticClusterUpdateValue']]]:
79
+ return pulumi.get(self, "value")
80
+
81
+ @value.setter
82
+ def value(self, value: Optional[pulumi.Input[Union[str, 'AutomaticClusterUpdateValue']]]):
83
+ pulumi.set(self, "value", value)
84
+
85
+
86
+ @pulumi.input_type
87
+ class ComplianceSecurityProfileDefinitionArgs:
88
+ def __init__(__self__, *,
89
+ compliance_standards: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ComplianceStandard']]]]] = None,
90
+ value: Optional[pulumi.Input[Union[str, 'ComplianceSecurityProfileValue']]] = None):
91
+ """
92
+ Status of Compliance Security Profile feature.
93
+ :param pulumi.Input[Sequence[pulumi.Input[Union[str, 'ComplianceStandard']]]] compliance_standards: Compliance standards associated with the workspace.
94
+ """
95
+ if compliance_standards is not None:
96
+ pulumi.set(__self__, "compliance_standards", compliance_standards)
97
+ if value is not None:
98
+ pulumi.set(__self__, "value", value)
99
+
100
+ @property
101
+ @pulumi.getter(name="complianceStandards")
102
+ def compliance_standards(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ComplianceStandard']]]]]:
103
+ """
104
+ Compliance standards associated with the workspace.
105
+ """
106
+ return pulumi.get(self, "compliance_standards")
107
+
108
+ @compliance_standards.setter
109
+ def compliance_standards(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'ComplianceStandard']]]]]):
110
+ pulumi.set(self, "compliance_standards", value)
111
+
112
+ @property
113
+ @pulumi.getter
114
+ def value(self) -> Optional[pulumi.Input[Union[str, 'ComplianceSecurityProfileValue']]]:
115
+ return pulumi.get(self, "value")
116
+
117
+ @value.setter
118
+ def value(self, value: Optional[pulumi.Input[Union[str, 'ComplianceSecurityProfileValue']]]):
119
+ pulumi.set(self, "value", value)
120
+
121
+
122
+ @pulumi.input_type
123
+ class DefaultCatalogPropertiesArgs:
124
+ def __init__(__self__, *,
125
+ initial_name: Optional[pulumi.Input[str]] = None,
126
+ initial_type: Optional[pulumi.Input[Union[str, 'InitialType']]] = None):
127
+ """
128
+ These properties lets user specify default catalog properties during workspace creation.
129
+ :param pulumi.Input[str] initial_name: Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
130
+ :param pulumi.Input[Union[str, 'InitialType']] initial_type: Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog
131
+ """
132
+ if initial_name is not None:
133
+ pulumi.set(__self__, "initial_name", initial_name)
134
+ if initial_type is None:
135
+ initial_type = 'HiveMetastore'
136
+ if initial_type is not None:
137
+ pulumi.set(__self__, "initial_type", initial_type)
138
+
139
+ @property
140
+ @pulumi.getter(name="initialName")
141
+ def initial_name(self) -> Optional[pulumi.Input[str]]:
142
+ """
143
+ Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
144
+ """
145
+ return pulumi.get(self, "initial_name")
146
+
147
+ @initial_name.setter
148
+ def initial_name(self, value: Optional[pulumi.Input[str]]):
149
+ pulumi.set(self, "initial_name", value)
150
+
151
+ @property
152
+ @pulumi.getter(name="initialType")
153
+ def initial_type(self) -> Optional[pulumi.Input[Union[str, 'InitialType']]]:
154
+ """
155
+ Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog
156
+ """
157
+ return pulumi.get(self, "initial_type")
158
+
159
+ @initial_type.setter
160
+ def initial_type(self, value: Optional[pulumi.Input[Union[str, 'InitialType']]]):
161
+ pulumi.set(self, "initial_type", value)
162
+
163
+
164
+ @pulumi.input_type
165
+ class EncryptionEntitiesDefinitionArgs:
166
+ def __init__(__self__, *,
167
+ managed_disk: Optional[pulumi.Input['ManagedDiskEncryptionArgs']] = None,
168
+ managed_services: Optional[pulumi.Input['EncryptionV2Args']] = None):
169
+ """
170
+ Encryption entities for databricks workspace resource.
171
+ :param pulumi.Input['ManagedDiskEncryptionArgs'] managed_disk: Encryption properties for the databricks managed disks.
172
+ :param pulumi.Input['EncryptionV2Args'] managed_services: Encryption properties for the databricks managed services.
173
+ """
174
+ if managed_disk is not None:
175
+ pulumi.set(__self__, "managed_disk", managed_disk)
176
+ if managed_services is not None:
177
+ pulumi.set(__self__, "managed_services", managed_services)
178
+
179
+ @property
180
+ @pulumi.getter(name="managedDisk")
181
+ def managed_disk(self) -> Optional[pulumi.Input['ManagedDiskEncryptionArgs']]:
182
+ """
183
+ Encryption properties for the databricks managed disks.
184
+ """
185
+ return pulumi.get(self, "managed_disk")
186
+
187
+ @managed_disk.setter
188
+ def managed_disk(self, value: Optional[pulumi.Input['ManagedDiskEncryptionArgs']]):
189
+ pulumi.set(self, "managed_disk", value)
190
+
191
+ @property
192
+ @pulumi.getter(name="managedServices")
193
+ def managed_services(self) -> Optional[pulumi.Input['EncryptionV2Args']]:
194
+ """
195
+ Encryption properties for the databricks managed services.
196
+ """
197
+ return pulumi.get(self, "managed_services")
198
+
199
+ @managed_services.setter
200
+ def managed_services(self, value: Optional[pulumi.Input['EncryptionV2Args']]):
201
+ pulumi.set(self, "managed_services", value)
202
+
203
+
204
+ @pulumi.input_type
205
+ class EncryptionV2KeyVaultPropertiesArgs:
206
+ def __init__(__self__, *,
207
+ key_name: pulumi.Input[str],
208
+ key_vault_uri: pulumi.Input[str],
209
+ key_version: pulumi.Input[str]):
210
+ """
211
+ Key Vault input properties for encryption.
212
+ :param pulumi.Input[str] key_name: The name of KeyVault key.
213
+ :param pulumi.Input[str] key_vault_uri: The Uri of KeyVault.
214
+ :param pulumi.Input[str] key_version: The version of KeyVault key.
215
+ """
216
+ pulumi.set(__self__, "key_name", key_name)
217
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
218
+ pulumi.set(__self__, "key_version", key_version)
219
+
220
+ @property
221
+ @pulumi.getter(name="keyName")
222
+ def key_name(self) -> pulumi.Input[str]:
223
+ """
224
+ The name of KeyVault key.
225
+ """
226
+ return pulumi.get(self, "key_name")
227
+
228
+ @key_name.setter
229
+ def key_name(self, value: pulumi.Input[str]):
230
+ pulumi.set(self, "key_name", value)
231
+
232
+ @property
233
+ @pulumi.getter(name="keyVaultUri")
234
+ def key_vault_uri(self) -> pulumi.Input[str]:
235
+ """
236
+ The Uri of KeyVault.
237
+ """
238
+ return pulumi.get(self, "key_vault_uri")
239
+
240
+ @key_vault_uri.setter
241
+ def key_vault_uri(self, value: pulumi.Input[str]):
242
+ pulumi.set(self, "key_vault_uri", value)
243
+
244
+ @property
245
+ @pulumi.getter(name="keyVersion")
246
+ def key_version(self) -> pulumi.Input[str]:
247
+ """
248
+ The version of KeyVault key.
249
+ """
250
+ return pulumi.get(self, "key_version")
251
+
252
+ @key_version.setter
253
+ def key_version(self, value: pulumi.Input[str]):
254
+ pulumi.set(self, "key_version", value)
255
+
256
+
257
+ @pulumi.input_type
258
+ class EncryptionV2Args:
259
+ def __init__(__self__, *,
260
+ key_source: pulumi.Input[Union[str, 'EncryptionKeySource']],
261
+ key_vault_properties: Optional[pulumi.Input['EncryptionV2KeyVaultPropertiesArgs']] = None):
262
+ """
263
+ The object that contains details of encryption used on the workspace.
264
+ :param pulumi.Input[Union[str, 'EncryptionKeySource']] key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
265
+ :param pulumi.Input['EncryptionV2KeyVaultPropertiesArgs'] key_vault_properties: Key Vault input properties for encryption.
266
+ """
267
+ pulumi.set(__self__, "key_source", key_source)
268
+ if key_vault_properties is not None:
269
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
270
+
271
+ @property
272
+ @pulumi.getter(name="keySource")
273
+ def key_source(self) -> pulumi.Input[Union[str, 'EncryptionKeySource']]:
274
+ """
275
+ The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
276
+ """
277
+ return pulumi.get(self, "key_source")
278
+
279
+ @key_source.setter
280
+ def key_source(self, value: pulumi.Input[Union[str, 'EncryptionKeySource']]):
281
+ pulumi.set(self, "key_source", value)
282
+
283
+ @property
284
+ @pulumi.getter(name="keyVaultProperties")
285
+ def key_vault_properties(self) -> Optional[pulumi.Input['EncryptionV2KeyVaultPropertiesArgs']]:
286
+ """
287
+ Key Vault input properties for encryption.
288
+ """
289
+ return pulumi.get(self, "key_vault_properties")
290
+
291
+ @key_vault_properties.setter
292
+ def key_vault_properties(self, value: Optional[pulumi.Input['EncryptionV2KeyVaultPropertiesArgs']]):
293
+ pulumi.set(self, "key_vault_properties", value)
294
+
295
+
296
+ @pulumi.input_type
297
+ class EncryptionArgs:
298
+ def __init__(__self__, *,
299
+ key_name: Optional[pulumi.Input[str]] = None,
300
+ key_source: Optional[pulumi.Input[Union[str, 'KeySource']]] = None,
301
+ key_vault_uri: Optional[pulumi.Input[str]] = None,
302
+ key_version: Optional[pulumi.Input[str]] = None):
303
+ """
304
+ The object that contains details of encryption used on the workspace.
305
+ :param pulumi.Input[str] key_name: The name of KeyVault key.
306
+ :param pulumi.Input[Union[str, 'KeySource']] key_source: The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
307
+ :param pulumi.Input[str] key_vault_uri: The Uri of KeyVault.
308
+ :param pulumi.Input[str] key_version: The version of KeyVault key.
309
+ """
310
+ if key_name is not None:
311
+ pulumi.set(__self__, "key_name", key_name)
312
+ if key_source is None:
313
+ key_source = 'Default'
314
+ if key_source is not None:
315
+ pulumi.set(__self__, "key_source", key_source)
316
+ if key_vault_uri is not None:
317
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
318
+ if key_version is not None:
319
+ pulumi.set(__self__, "key_version", key_version)
320
+
321
+ @property
322
+ @pulumi.getter(name="keyName")
323
+ def key_name(self) -> Optional[pulumi.Input[str]]:
324
+ """
325
+ The name of KeyVault key.
326
+ """
327
+ return pulumi.get(self, "key_name")
328
+
329
+ @key_name.setter
330
+ def key_name(self, value: Optional[pulumi.Input[str]]):
331
+ pulumi.set(self, "key_name", value)
332
+
333
+ @property
334
+ @pulumi.getter(name="keySource")
335
+ def key_source(self) -> Optional[pulumi.Input[Union[str, 'KeySource']]]:
336
+ """
337
+ The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
338
+ """
339
+ return pulumi.get(self, "key_source")
340
+
341
+ @key_source.setter
342
+ def key_source(self, value: Optional[pulumi.Input[Union[str, 'KeySource']]]):
343
+ pulumi.set(self, "key_source", value)
344
+
345
+ @property
346
+ @pulumi.getter(name="keyVaultUri")
347
+ def key_vault_uri(self) -> Optional[pulumi.Input[str]]:
348
+ """
349
+ The Uri of KeyVault.
350
+ """
351
+ return pulumi.get(self, "key_vault_uri")
352
+
353
+ @key_vault_uri.setter
354
+ def key_vault_uri(self, value: Optional[pulumi.Input[str]]):
355
+ pulumi.set(self, "key_vault_uri", value)
356
+
357
+ @property
358
+ @pulumi.getter(name="keyVersion")
359
+ def key_version(self) -> Optional[pulumi.Input[str]]:
360
+ """
361
+ The version of KeyVault key.
362
+ """
363
+ return pulumi.get(self, "key_version")
364
+
365
+ @key_version.setter
366
+ def key_version(self, value: Optional[pulumi.Input[str]]):
367
+ pulumi.set(self, "key_version", value)
368
+
369
+
370
+ @pulumi.input_type
371
+ class EnhancedSecurityComplianceDefinitionArgs:
372
+ def __init__(__self__, *,
373
+ automatic_cluster_update: Optional[pulumi.Input['AutomaticClusterUpdateDefinitionArgs']] = None,
374
+ compliance_security_profile: Optional[pulumi.Input['ComplianceSecurityProfileDefinitionArgs']] = None,
375
+ enhanced_security_monitoring: Optional[pulumi.Input['EnhancedSecurityMonitoringDefinitionArgs']] = None):
376
+ """
377
+ Status of settings related to the Enhanced Security and Compliance Add-On.
378
+ :param pulumi.Input['AutomaticClusterUpdateDefinitionArgs'] automatic_cluster_update: Status of automated cluster updates feature.
379
+ :param pulumi.Input['ComplianceSecurityProfileDefinitionArgs'] compliance_security_profile: Status of Compliance Security Profile feature.
380
+ :param pulumi.Input['EnhancedSecurityMonitoringDefinitionArgs'] enhanced_security_monitoring: Status of Enhanced Security Monitoring feature.
381
+ """
382
+ if automatic_cluster_update is not None:
383
+ pulumi.set(__self__, "automatic_cluster_update", automatic_cluster_update)
384
+ if compliance_security_profile is not None:
385
+ pulumi.set(__self__, "compliance_security_profile", compliance_security_profile)
386
+ if enhanced_security_monitoring is not None:
387
+ pulumi.set(__self__, "enhanced_security_monitoring", enhanced_security_monitoring)
388
+
389
+ @property
390
+ @pulumi.getter(name="automaticClusterUpdate")
391
+ def automatic_cluster_update(self) -> Optional[pulumi.Input['AutomaticClusterUpdateDefinitionArgs']]:
392
+ """
393
+ Status of automated cluster updates feature.
394
+ """
395
+ return pulumi.get(self, "automatic_cluster_update")
396
+
397
+ @automatic_cluster_update.setter
398
+ def automatic_cluster_update(self, value: Optional[pulumi.Input['AutomaticClusterUpdateDefinitionArgs']]):
399
+ pulumi.set(self, "automatic_cluster_update", value)
400
+
401
+ @property
402
+ @pulumi.getter(name="complianceSecurityProfile")
403
+ def compliance_security_profile(self) -> Optional[pulumi.Input['ComplianceSecurityProfileDefinitionArgs']]:
404
+ """
405
+ Status of Compliance Security Profile feature.
406
+ """
407
+ return pulumi.get(self, "compliance_security_profile")
408
+
409
+ @compliance_security_profile.setter
410
+ def compliance_security_profile(self, value: Optional[pulumi.Input['ComplianceSecurityProfileDefinitionArgs']]):
411
+ pulumi.set(self, "compliance_security_profile", value)
412
+
413
+ @property
414
+ @pulumi.getter(name="enhancedSecurityMonitoring")
415
+ def enhanced_security_monitoring(self) -> Optional[pulumi.Input['EnhancedSecurityMonitoringDefinitionArgs']]:
416
+ """
417
+ Status of Enhanced Security Monitoring feature.
418
+ """
419
+ return pulumi.get(self, "enhanced_security_monitoring")
420
+
421
+ @enhanced_security_monitoring.setter
422
+ def enhanced_security_monitoring(self, value: Optional[pulumi.Input['EnhancedSecurityMonitoringDefinitionArgs']]):
423
+ pulumi.set(self, "enhanced_security_monitoring", value)
424
+
425
+
426
+ @pulumi.input_type
427
+ class EnhancedSecurityMonitoringDefinitionArgs:
428
+ def __init__(__self__, *,
429
+ value: Optional[pulumi.Input[Union[str, 'EnhancedSecurityMonitoringValue']]] = None):
430
+ """
431
+ Status of Enhanced Security Monitoring feature.
432
+ """
433
+ if value is not None:
434
+ pulumi.set(__self__, "value", value)
435
+
436
+ @property
437
+ @pulumi.getter
438
+ def value(self) -> Optional[pulumi.Input[Union[str, 'EnhancedSecurityMonitoringValue']]]:
439
+ return pulumi.get(self, "value")
440
+
441
+ @value.setter
442
+ def value(self, value: Optional[pulumi.Input[Union[str, 'EnhancedSecurityMonitoringValue']]]):
443
+ pulumi.set(self, "value", value)
444
+
445
+
446
+ @pulumi.input_type
447
+ class ManagedDiskEncryptionKeyVaultPropertiesArgs:
448
+ def __init__(__self__, *,
449
+ key_name: pulumi.Input[str],
450
+ key_vault_uri: pulumi.Input[str],
451
+ key_version: pulumi.Input[str]):
452
+ """
453
+ Key Vault input properties for encryption.
454
+ :param pulumi.Input[str] key_name: The name of KeyVault key.
455
+ :param pulumi.Input[str] key_vault_uri: The URI of KeyVault.
456
+ :param pulumi.Input[str] key_version: The version of KeyVault key.
457
+ """
458
+ pulumi.set(__self__, "key_name", key_name)
459
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
460
+ pulumi.set(__self__, "key_version", key_version)
461
+
462
+ @property
463
+ @pulumi.getter(name="keyName")
464
+ def key_name(self) -> pulumi.Input[str]:
465
+ """
466
+ The name of KeyVault key.
467
+ """
468
+ return pulumi.get(self, "key_name")
469
+
470
+ @key_name.setter
471
+ def key_name(self, value: pulumi.Input[str]):
472
+ pulumi.set(self, "key_name", value)
473
+
474
+ @property
475
+ @pulumi.getter(name="keyVaultUri")
476
+ def key_vault_uri(self) -> pulumi.Input[str]:
477
+ """
478
+ The URI of KeyVault.
479
+ """
480
+ return pulumi.get(self, "key_vault_uri")
481
+
482
+ @key_vault_uri.setter
483
+ def key_vault_uri(self, value: pulumi.Input[str]):
484
+ pulumi.set(self, "key_vault_uri", value)
485
+
486
+ @property
487
+ @pulumi.getter(name="keyVersion")
488
+ def key_version(self) -> pulumi.Input[str]:
489
+ """
490
+ The version of KeyVault key.
491
+ """
492
+ return pulumi.get(self, "key_version")
493
+
494
+ @key_version.setter
495
+ def key_version(self, value: pulumi.Input[str]):
496
+ pulumi.set(self, "key_version", value)
497
+
498
+
499
+ @pulumi.input_type
500
+ class ManagedDiskEncryptionArgs:
501
+ def __init__(__self__, *,
502
+ key_source: pulumi.Input[Union[str, 'EncryptionKeySource']],
503
+ key_vault_properties: pulumi.Input['ManagedDiskEncryptionKeyVaultPropertiesArgs'],
504
+ rotation_to_latest_key_version_enabled: Optional[pulumi.Input[bool]] = None):
505
+ """
506
+ The object that contains details of encryption used on the workspace.
507
+ :param pulumi.Input[Union[str, 'EncryptionKeySource']] key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
508
+ :param pulumi.Input['ManagedDiskEncryptionKeyVaultPropertiesArgs'] key_vault_properties: Key Vault input properties for encryption.
509
+ :param pulumi.Input[bool] rotation_to_latest_key_version_enabled: Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
510
+ """
511
+ pulumi.set(__self__, "key_source", key_source)
512
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
513
+ if rotation_to_latest_key_version_enabled is not None:
514
+ pulumi.set(__self__, "rotation_to_latest_key_version_enabled", rotation_to_latest_key_version_enabled)
515
+
516
+ @property
517
+ @pulumi.getter(name="keySource")
518
+ def key_source(self) -> pulumi.Input[Union[str, 'EncryptionKeySource']]:
519
+ """
520
+ The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
521
+ """
522
+ return pulumi.get(self, "key_source")
523
+
524
+ @key_source.setter
525
+ def key_source(self, value: pulumi.Input[Union[str, 'EncryptionKeySource']]):
526
+ pulumi.set(self, "key_source", value)
527
+
528
+ @property
529
+ @pulumi.getter(name="keyVaultProperties")
530
+ def key_vault_properties(self) -> pulumi.Input['ManagedDiskEncryptionKeyVaultPropertiesArgs']:
531
+ """
532
+ Key Vault input properties for encryption.
533
+ """
534
+ return pulumi.get(self, "key_vault_properties")
535
+
536
+ @key_vault_properties.setter
537
+ def key_vault_properties(self, value: pulumi.Input['ManagedDiskEncryptionKeyVaultPropertiesArgs']):
538
+ pulumi.set(self, "key_vault_properties", value)
539
+
540
+ @property
541
+ @pulumi.getter(name="rotationToLatestKeyVersionEnabled")
542
+ def rotation_to_latest_key_version_enabled(self) -> Optional[pulumi.Input[bool]]:
543
+ """
544
+ Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
545
+ """
546
+ return pulumi.get(self, "rotation_to_latest_key_version_enabled")
547
+
548
+ @rotation_to_latest_key_version_enabled.setter
549
+ def rotation_to_latest_key_version_enabled(self, value: Optional[pulumi.Input[bool]]):
550
+ pulumi.set(self, "rotation_to_latest_key_version_enabled", value)
551
+
552
+
553
+ @pulumi.input_type
554
+ class ManagedServiceIdentityArgs:
555
+ def __init__(__self__, *,
556
+ type: pulumi.Input[Union[str, 'ManagedServiceIdentityType']],
557
+ user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
558
+ """
559
+ Managed service identity (system assigned and/or user assigned identities)
560
+ :param pulumi.Input[Union[str, 'ManagedServiceIdentityType']] type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
561
+ :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.
562
+ """
563
+ pulumi.set(__self__, "type", type)
564
+ if user_assigned_identities is not None:
565
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
566
+
567
+ @property
568
+ @pulumi.getter
569
+ def type(self) -> pulumi.Input[Union[str, 'ManagedServiceIdentityType']]:
570
+ """
571
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
572
+ """
573
+ return pulumi.get(self, "type")
574
+
575
+ @type.setter
576
+ def type(self, value: pulumi.Input[Union[str, 'ManagedServiceIdentityType']]):
577
+ pulumi.set(self, "type", value)
578
+
579
+ @property
580
+ @pulumi.getter(name="userAssignedIdentities")
581
+ def user_assigned_identities(self) -> Optional[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
+ return pulumi.get(self, "user_assigned_identities")
586
+
587
+ @user_assigned_identities.setter
588
+ def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
589
+ pulumi.set(self, "user_assigned_identities", value)
590
+
591
+
592
+ @pulumi.input_type
593
+ class PrivateEndpointConnectionPropertiesArgs:
594
+ def __init__(__self__, *,
595
+ private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgs'],
596
+ group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
597
+ """
598
+ The properties of a private endpoint connection
599
+ :param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: Private endpoint connection state
600
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: GroupIds from the private link service resource.
601
+ """
602
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
603
+ if group_ids is not None:
604
+ pulumi.set(__self__, "group_ids", group_ids)
605
+
606
+ @property
607
+ @pulumi.getter(name="privateLinkServiceConnectionState")
608
+ def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
609
+ """
610
+ Private endpoint connection state
611
+ """
612
+ return pulumi.get(self, "private_link_service_connection_state")
613
+
614
+ @private_link_service_connection_state.setter
615
+ def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
616
+ pulumi.set(self, "private_link_service_connection_state", value)
617
+
618
+ @property
619
+ @pulumi.getter(name="groupIds")
620
+ def group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
621
+ """
622
+ GroupIds from the private link service resource.
623
+ """
624
+ return pulumi.get(self, "group_ids")
625
+
626
+ @group_ids.setter
627
+ def group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
628
+ pulumi.set(self, "group_ids", value)
629
+
630
+
631
+ @pulumi.input_type
632
+ class PrivateLinkServiceConnectionStateArgs:
633
+ def __init__(__self__, *,
634
+ status: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']],
635
+ actions_required: Optional[pulumi.Input[str]] = None,
636
+ description: Optional[pulumi.Input[str]] = None):
637
+ """
638
+ The current state of a private endpoint connection
639
+ :param pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']] status: The status of a private endpoint connection
640
+ :param pulumi.Input[str] actions_required: Actions required for a private endpoint connection
641
+ :param pulumi.Input[str] description: The description for the current state of a private endpoint connection
642
+ """
643
+ pulumi.set(__self__, "status", status)
644
+ if actions_required is not None:
645
+ pulumi.set(__self__, "actions_required", actions_required)
646
+ if description is not None:
647
+ pulumi.set(__self__, "description", description)
648
+
649
+ @property
650
+ @pulumi.getter
651
+ def status(self) -> pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]:
652
+ """
653
+ The status of a private endpoint connection
654
+ """
655
+ return pulumi.get(self, "status")
656
+
657
+ @status.setter
658
+ def status(self, value: pulumi.Input[Union[str, 'PrivateLinkServiceConnectionStatus']]):
659
+ pulumi.set(self, "status", value)
660
+
661
+ @property
662
+ @pulumi.getter(name="actionsRequired")
663
+ def actions_required(self) -> Optional[pulumi.Input[str]]:
664
+ """
665
+ Actions required for a private endpoint connection
666
+ """
667
+ return pulumi.get(self, "actions_required")
668
+
669
+ @actions_required.setter
670
+ def actions_required(self, value: Optional[pulumi.Input[str]]):
671
+ pulumi.set(self, "actions_required", value)
672
+
673
+ @property
674
+ @pulumi.getter
675
+ def description(self) -> Optional[pulumi.Input[str]]:
676
+ """
677
+ The description for the current state of a private endpoint connection
678
+ """
679
+ return pulumi.get(self, "description")
680
+
681
+ @description.setter
682
+ def description(self, value: Optional[pulumi.Input[str]]):
683
+ pulumi.set(self, "description", value)
684
+
685
+
686
+ @pulumi.input_type
687
+ class SkuArgs:
688
+ def __init__(__self__, *,
689
+ name: pulumi.Input[str],
690
+ tier: Optional[pulumi.Input[str]] = None):
691
+ """
692
+ SKU for the resource.
693
+ :param pulumi.Input[str] name: The SKU name.
694
+ :param pulumi.Input[str] tier: The SKU tier.
695
+ """
696
+ pulumi.set(__self__, "name", name)
697
+ if tier is not None:
698
+ pulumi.set(__self__, "tier", tier)
699
+
700
+ @property
701
+ @pulumi.getter
702
+ def name(self) -> pulumi.Input[str]:
703
+ """
704
+ The SKU name.
705
+ """
706
+ return pulumi.get(self, "name")
707
+
708
+ @name.setter
709
+ def name(self, value: pulumi.Input[str]):
710
+ pulumi.set(self, "name", value)
711
+
712
+ @property
713
+ @pulumi.getter
714
+ def tier(self) -> Optional[pulumi.Input[str]]:
715
+ """
716
+ The SKU tier.
717
+ """
718
+ return pulumi.get(self, "tier")
719
+
720
+ @tier.setter
721
+ def tier(self, value: Optional[pulumi.Input[str]]):
722
+ pulumi.set(self, "tier", value)
723
+
724
+
725
+ @pulumi.input_type
726
+ class VirtualNetworkPeeringPropertiesFormatDatabricksVirtualNetworkArgs:
727
+ def __init__(__self__, *,
728
+ id: Optional[pulumi.Input[str]] = None):
729
+ """
730
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
731
+ :param pulumi.Input[str] id: The Id of the databricks virtual network.
732
+ """
733
+ if id is not None:
734
+ pulumi.set(__self__, "id", id)
735
+
736
+ @property
737
+ @pulumi.getter
738
+ def id(self) -> Optional[pulumi.Input[str]]:
739
+ """
740
+ The Id of the databricks virtual network.
741
+ """
742
+ return pulumi.get(self, "id")
743
+
744
+ @id.setter
745
+ def id(self, value: Optional[pulumi.Input[str]]):
746
+ pulumi.set(self, "id", value)
747
+
748
+
749
+ @pulumi.input_type
750
+ class VirtualNetworkPeeringPropertiesFormatRemoteVirtualNetworkArgs:
751
+ def __init__(__self__, *,
752
+ id: Optional[pulumi.Input[str]] = None):
753
+ """
754
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
755
+ :param pulumi.Input[str] id: The Id of the remote virtual network.
756
+ """
757
+ if id is not None:
758
+ pulumi.set(__self__, "id", id)
759
+
760
+ @property
761
+ @pulumi.getter
762
+ def id(self) -> Optional[pulumi.Input[str]]:
763
+ """
764
+ The Id of the remote virtual network.
765
+ """
766
+ return pulumi.get(self, "id")
767
+
768
+ @id.setter
769
+ def id(self, value: Optional[pulumi.Input[str]]):
770
+ pulumi.set(self, "id", value)
771
+
772
+
773
+ @pulumi.input_type
774
+ class WorkspaceCustomBooleanParameterArgs:
775
+ def __init__(__self__, *,
776
+ value: pulumi.Input[bool]):
777
+ """
778
+ The value which should be used for this field.
779
+ :param pulumi.Input[bool] value: The value which should be used for this field.
780
+ """
781
+ pulumi.set(__self__, "value", value)
782
+
783
+ @property
784
+ @pulumi.getter
785
+ def value(self) -> pulumi.Input[bool]:
786
+ """
787
+ The value which should be used for this field.
788
+ """
789
+ return pulumi.get(self, "value")
790
+
791
+ @value.setter
792
+ def value(self, value: pulumi.Input[bool]):
793
+ pulumi.set(self, "value", value)
794
+
795
+
796
+ @pulumi.input_type
797
+ class WorkspaceCustomParametersArgs:
798
+ def __init__(__self__, *,
799
+ aml_workspace_id: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
800
+ custom_private_subnet_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
801
+ custom_public_subnet_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
802
+ custom_virtual_network_id: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
803
+ enable_no_public_ip: Optional[pulumi.Input['WorkspaceNoPublicIPBooleanParameterArgs']] = None,
804
+ encryption: Optional[pulumi.Input['WorkspaceEncryptionParameterArgs']] = None,
805
+ load_balancer_backend_pool_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
806
+ load_balancer_id: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
807
+ nat_gateway_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
808
+ prepare_encryption: Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']] = None,
809
+ public_ip_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
810
+ require_infrastructure_encryption: Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']] = None,
811
+ storage_account_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
812
+ storage_account_sku_name: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None,
813
+ vnet_address_prefix: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']] = None):
814
+ """
815
+ Custom Parameters used for Cluster Creation.
816
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] aml_workspace_id: The ID of a Azure Machine Learning workspace to link with Databricks workspace
817
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] custom_private_subnet_name: The name of the Private Subnet within the Virtual Network
818
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] custom_public_subnet_name: The name of a Public Subnet within the Virtual Network
819
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] custom_virtual_network_id: The ID of a Virtual Network where this Databricks Cluster should be created
820
+ :param pulumi.Input['WorkspaceNoPublicIPBooleanParameterArgs'] enable_no_public_ip: Boolean indicating whether the public IP should be disabled. Default value is true
821
+ :param pulumi.Input['WorkspaceEncryptionParameterArgs'] encryption: Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
822
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] load_balancer_backend_pool_name: Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
823
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] load_balancer_id: Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
824
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] nat_gateway_name: Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
825
+ :param pulumi.Input['WorkspaceCustomBooleanParameterArgs'] prepare_encryption: Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
826
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] public_ip_name: Name of the Public IP for No Public IP workspace with managed vNet.
827
+ :param pulumi.Input['WorkspaceCustomBooleanParameterArgs'] require_infrastructure_encryption: A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.
828
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] storage_account_name: Default DBFS storage account name.
829
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] storage_account_sku_name: Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
830
+ :param pulumi.Input['WorkspaceCustomStringParameterArgs'] vnet_address_prefix: Address prefix for Managed virtual network. Default value for this input is 10.139.
831
+ """
832
+ if aml_workspace_id is not None:
833
+ pulumi.set(__self__, "aml_workspace_id", aml_workspace_id)
834
+ if custom_private_subnet_name is not None:
835
+ pulumi.set(__self__, "custom_private_subnet_name", custom_private_subnet_name)
836
+ if custom_public_subnet_name is not None:
837
+ pulumi.set(__self__, "custom_public_subnet_name", custom_public_subnet_name)
838
+ if custom_virtual_network_id is not None:
839
+ pulumi.set(__self__, "custom_virtual_network_id", custom_virtual_network_id)
840
+ if enable_no_public_ip is not None:
841
+ pulumi.set(__self__, "enable_no_public_ip", enable_no_public_ip)
842
+ if encryption is not None:
843
+ pulumi.set(__self__, "encryption", encryption)
844
+ if load_balancer_backend_pool_name is not None:
845
+ pulumi.set(__self__, "load_balancer_backend_pool_name", load_balancer_backend_pool_name)
846
+ if load_balancer_id is not None:
847
+ pulumi.set(__self__, "load_balancer_id", load_balancer_id)
848
+ if nat_gateway_name is not None:
849
+ pulumi.set(__self__, "nat_gateway_name", nat_gateway_name)
850
+ if prepare_encryption is not None:
851
+ pulumi.set(__self__, "prepare_encryption", prepare_encryption)
852
+ if public_ip_name is not None:
853
+ pulumi.set(__self__, "public_ip_name", public_ip_name)
854
+ if require_infrastructure_encryption is not None:
855
+ pulumi.set(__self__, "require_infrastructure_encryption", require_infrastructure_encryption)
856
+ if storage_account_name is not None:
857
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
858
+ if storage_account_sku_name is not None:
859
+ pulumi.set(__self__, "storage_account_sku_name", storage_account_sku_name)
860
+ if vnet_address_prefix is not None:
861
+ pulumi.set(__self__, "vnet_address_prefix", vnet_address_prefix)
862
+
863
+ @property
864
+ @pulumi.getter(name="amlWorkspaceId")
865
+ def aml_workspace_id(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
866
+ """
867
+ The ID of a Azure Machine Learning workspace to link with Databricks workspace
868
+ """
869
+ return pulumi.get(self, "aml_workspace_id")
870
+
871
+ @aml_workspace_id.setter
872
+ def aml_workspace_id(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
873
+ pulumi.set(self, "aml_workspace_id", value)
874
+
875
+ @property
876
+ @pulumi.getter(name="customPrivateSubnetName")
877
+ def custom_private_subnet_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
878
+ """
879
+ The name of the Private Subnet within the Virtual Network
880
+ """
881
+ return pulumi.get(self, "custom_private_subnet_name")
882
+
883
+ @custom_private_subnet_name.setter
884
+ def custom_private_subnet_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
885
+ pulumi.set(self, "custom_private_subnet_name", value)
886
+
887
+ @property
888
+ @pulumi.getter(name="customPublicSubnetName")
889
+ def custom_public_subnet_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
890
+ """
891
+ The name of a Public Subnet within the Virtual Network
892
+ """
893
+ return pulumi.get(self, "custom_public_subnet_name")
894
+
895
+ @custom_public_subnet_name.setter
896
+ def custom_public_subnet_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
897
+ pulumi.set(self, "custom_public_subnet_name", value)
898
+
899
+ @property
900
+ @pulumi.getter(name="customVirtualNetworkId")
901
+ def custom_virtual_network_id(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
902
+ """
903
+ The ID of a Virtual Network where this Databricks Cluster should be created
904
+ """
905
+ return pulumi.get(self, "custom_virtual_network_id")
906
+
907
+ @custom_virtual_network_id.setter
908
+ def custom_virtual_network_id(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
909
+ pulumi.set(self, "custom_virtual_network_id", value)
910
+
911
+ @property
912
+ @pulumi.getter(name="enableNoPublicIp")
913
+ def enable_no_public_ip(self) -> Optional[pulumi.Input['WorkspaceNoPublicIPBooleanParameterArgs']]:
914
+ """
915
+ Boolean indicating whether the public IP should be disabled. Default value is true
916
+ """
917
+ return pulumi.get(self, "enable_no_public_ip")
918
+
919
+ @enable_no_public_ip.setter
920
+ def enable_no_public_ip(self, value: Optional[pulumi.Input['WorkspaceNoPublicIPBooleanParameterArgs']]):
921
+ pulumi.set(self, "enable_no_public_ip", value)
922
+
923
+ @property
924
+ @pulumi.getter
925
+ def encryption(self) -> Optional[pulumi.Input['WorkspaceEncryptionParameterArgs']]:
926
+ """
927
+ Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
928
+ """
929
+ return pulumi.get(self, "encryption")
930
+
931
+ @encryption.setter
932
+ def encryption(self, value: Optional[pulumi.Input['WorkspaceEncryptionParameterArgs']]):
933
+ pulumi.set(self, "encryption", value)
934
+
935
+ @property
936
+ @pulumi.getter(name="loadBalancerBackendPoolName")
937
+ def load_balancer_backend_pool_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
938
+ """
939
+ Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
940
+ """
941
+ return pulumi.get(self, "load_balancer_backend_pool_name")
942
+
943
+ @load_balancer_backend_pool_name.setter
944
+ def load_balancer_backend_pool_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
945
+ pulumi.set(self, "load_balancer_backend_pool_name", value)
946
+
947
+ @property
948
+ @pulumi.getter(name="loadBalancerId")
949
+ def load_balancer_id(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
950
+ """
951
+ Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
952
+ """
953
+ return pulumi.get(self, "load_balancer_id")
954
+
955
+ @load_balancer_id.setter
956
+ def load_balancer_id(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
957
+ pulumi.set(self, "load_balancer_id", value)
958
+
959
+ @property
960
+ @pulumi.getter(name="natGatewayName")
961
+ def nat_gateway_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
962
+ """
963
+ Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
964
+ """
965
+ return pulumi.get(self, "nat_gateway_name")
966
+
967
+ @nat_gateway_name.setter
968
+ def nat_gateway_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
969
+ pulumi.set(self, "nat_gateway_name", value)
970
+
971
+ @property
972
+ @pulumi.getter(name="prepareEncryption")
973
+ def prepare_encryption(self) -> Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']]:
974
+ """
975
+ Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
976
+ """
977
+ return pulumi.get(self, "prepare_encryption")
978
+
979
+ @prepare_encryption.setter
980
+ def prepare_encryption(self, value: Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']]):
981
+ pulumi.set(self, "prepare_encryption", value)
982
+
983
+ @property
984
+ @pulumi.getter(name="publicIpName")
985
+ def public_ip_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
986
+ """
987
+ Name of the Public IP for No Public IP workspace with managed vNet.
988
+ """
989
+ return pulumi.get(self, "public_ip_name")
990
+
991
+ @public_ip_name.setter
992
+ def public_ip_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
993
+ pulumi.set(self, "public_ip_name", value)
994
+
995
+ @property
996
+ @pulumi.getter(name="requireInfrastructureEncryption")
997
+ def require_infrastructure_encryption(self) -> Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']]:
998
+ """
999
+ A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.
1000
+ """
1001
+ return pulumi.get(self, "require_infrastructure_encryption")
1002
+
1003
+ @require_infrastructure_encryption.setter
1004
+ def require_infrastructure_encryption(self, value: Optional[pulumi.Input['WorkspaceCustomBooleanParameterArgs']]):
1005
+ pulumi.set(self, "require_infrastructure_encryption", value)
1006
+
1007
+ @property
1008
+ @pulumi.getter(name="storageAccountName")
1009
+ def storage_account_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
1010
+ """
1011
+ Default DBFS storage account name.
1012
+ """
1013
+ return pulumi.get(self, "storage_account_name")
1014
+
1015
+ @storage_account_name.setter
1016
+ def storage_account_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
1017
+ pulumi.set(self, "storage_account_name", value)
1018
+
1019
+ @property
1020
+ @pulumi.getter(name="storageAccountSkuName")
1021
+ def storage_account_sku_name(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
1022
+ """
1023
+ Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
1024
+ """
1025
+ return pulumi.get(self, "storage_account_sku_name")
1026
+
1027
+ @storage_account_sku_name.setter
1028
+ def storage_account_sku_name(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
1029
+ pulumi.set(self, "storage_account_sku_name", value)
1030
+
1031
+ @property
1032
+ @pulumi.getter(name="vnetAddressPrefix")
1033
+ def vnet_address_prefix(self) -> Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]:
1034
+ """
1035
+ Address prefix for Managed virtual network. Default value for this input is 10.139.
1036
+ """
1037
+ return pulumi.get(self, "vnet_address_prefix")
1038
+
1039
+ @vnet_address_prefix.setter
1040
+ def vnet_address_prefix(self, value: Optional[pulumi.Input['WorkspaceCustomStringParameterArgs']]):
1041
+ pulumi.set(self, "vnet_address_prefix", value)
1042
+
1043
+
1044
+ @pulumi.input_type
1045
+ class WorkspaceCustomStringParameterArgs:
1046
+ def __init__(__self__, *,
1047
+ value: pulumi.Input[str]):
1048
+ """
1049
+ The Value.
1050
+ :param pulumi.Input[str] value: The value which should be used for this field.
1051
+ """
1052
+ pulumi.set(__self__, "value", value)
1053
+
1054
+ @property
1055
+ @pulumi.getter
1056
+ def value(self) -> pulumi.Input[str]:
1057
+ """
1058
+ The value which should be used for this field.
1059
+ """
1060
+ return pulumi.get(self, "value")
1061
+
1062
+ @value.setter
1063
+ def value(self, value: pulumi.Input[str]):
1064
+ pulumi.set(self, "value", value)
1065
+
1066
+
1067
+ @pulumi.input_type
1068
+ class WorkspaceEncryptionParameterArgs:
1069
+ def __init__(__self__, *,
1070
+ value: Optional[pulumi.Input['EncryptionArgs']] = None):
1071
+ """
1072
+ The object that contains details of encryption used on the workspace.
1073
+ :param pulumi.Input['EncryptionArgs'] value: The value which should be used for this field.
1074
+ """
1075
+ if value is not None:
1076
+ pulumi.set(__self__, "value", value)
1077
+
1078
+ @property
1079
+ @pulumi.getter
1080
+ def value(self) -> Optional[pulumi.Input['EncryptionArgs']]:
1081
+ """
1082
+ The value which should be used for this field.
1083
+ """
1084
+ return pulumi.get(self, "value")
1085
+
1086
+ @value.setter
1087
+ def value(self, value: Optional[pulumi.Input['EncryptionArgs']]):
1088
+ pulumi.set(self, "value", value)
1089
+
1090
+
1091
+ @pulumi.input_type
1092
+ class WorkspaceNoPublicIPBooleanParameterArgs:
1093
+ def __init__(__self__, *,
1094
+ value: pulumi.Input[bool]):
1095
+ """
1096
+ The value which should be used for this field.
1097
+ :param pulumi.Input[bool] value: The value which should be used for this field.
1098
+ """
1099
+ pulumi.set(__self__, "value", value)
1100
+
1101
+ @property
1102
+ @pulumi.getter
1103
+ def value(self) -> pulumi.Input[bool]:
1104
+ """
1105
+ The value which should be used for this field.
1106
+ """
1107
+ return pulumi.get(self, "value")
1108
+
1109
+ @value.setter
1110
+ def value(self, value: pulumi.Input[bool]):
1111
+ pulumi.set(self, "value", value)
1112
+
1113
+
1114
+ @pulumi.input_type
1115
+ class WorkspacePropertiesAccessConnectorArgs:
1116
+ def __init__(__self__, *,
1117
+ id: pulumi.Input[str],
1118
+ identity_type: pulumi.Input[Union[str, 'IdentityType']],
1119
+ user_assigned_identity_id: Optional[pulumi.Input[str]] = None):
1120
+ """
1121
+ Access Connector Resource that is going to be associated with Databricks Workspace
1122
+ :param pulumi.Input[str] id: The resource ID of Azure Databricks Access Connector Resource.
1123
+ :param pulumi.Input[Union[str, 'IdentityType']] identity_type: The identity type of the Access Connector Resource.
1124
+ :param pulumi.Input[str] user_assigned_identity_id: The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.
1125
+ """
1126
+ pulumi.set(__self__, "id", id)
1127
+ pulumi.set(__self__, "identity_type", identity_type)
1128
+ if user_assigned_identity_id is not None:
1129
+ pulumi.set(__self__, "user_assigned_identity_id", user_assigned_identity_id)
1130
+
1131
+ @property
1132
+ @pulumi.getter
1133
+ def id(self) -> pulumi.Input[str]:
1134
+ """
1135
+ The resource ID of Azure Databricks Access Connector Resource.
1136
+ """
1137
+ return pulumi.get(self, "id")
1138
+
1139
+ @id.setter
1140
+ def id(self, value: pulumi.Input[str]):
1141
+ pulumi.set(self, "id", value)
1142
+
1143
+ @property
1144
+ @pulumi.getter(name="identityType")
1145
+ def identity_type(self) -> pulumi.Input[Union[str, 'IdentityType']]:
1146
+ """
1147
+ The identity type of the Access Connector Resource.
1148
+ """
1149
+ return pulumi.get(self, "identity_type")
1150
+
1151
+ @identity_type.setter
1152
+ def identity_type(self, value: pulumi.Input[Union[str, 'IdentityType']]):
1153
+ pulumi.set(self, "identity_type", value)
1154
+
1155
+ @property
1156
+ @pulumi.getter(name="userAssignedIdentityId")
1157
+ def user_assigned_identity_id(self) -> Optional[pulumi.Input[str]]:
1158
+ """
1159
+ The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.
1160
+ """
1161
+ return pulumi.get(self, "user_assigned_identity_id")
1162
+
1163
+ @user_assigned_identity_id.setter
1164
+ def user_assigned_identity_id(self, value: Optional[pulumi.Input[str]]):
1165
+ pulumi.set(self, "user_assigned_identity_id", value)
1166
+
1167
+
1168
+ @pulumi.input_type
1169
+ class WorkspacePropertiesEncryptionArgs:
1170
+ def __init__(__self__, *,
1171
+ entities: pulumi.Input['EncryptionEntitiesDefinitionArgs']):
1172
+ """
1173
+ Encryption properties for databricks workspace
1174
+ :param pulumi.Input['EncryptionEntitiesDefinitionArgs'] entities: Encryption entities definition for the workspace.
1175
+ """
1176
+ pulumi.set(__self__, "entities", entities)
1177
+
1178
+ @property
1179
+ @pulumi.getter
1180
+ def entities(self) -> pulumi.Input['EncryptionEntitiesDefinitionArgs']:
1181
+ """
1182
+ Encryption entities definition for the workspace.
1183
+ """
1184
+ return pulumi.get(self, "entities")
1185
+
1186
+ @entities.setter
1187
+ def entities(self, value: pulumi.Input['EncryptionEntitiesDefinitionArgs']):
1188
+ pulumi.set(self, "entities", value)
1189
+
1190
+
1191
+ @pulumi.input_type
1192
+ class WorkspaceProviderAuthorizationArgs:
1193
+ def __init__(__self__, *,
1194
+ principal_id: pulumi.Input[str],
1195
+ role_definition_id: pulumi.Input[str]):
1196
+ """
1197
+ The workspace provider authorization.
1198
+ :param pulumi.Input[str] principal_id: The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
1199
+ :param pulumi.Input[str] role_definition_id: The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
1200
+ """
1201
+ pulumi.set(__self__, "principal_id", principal_id)
1202
+ pulumi.set(__self__, "role_definition_id", role_definition_id)
1203
+
1204
+ @property
1205
+ @pulumi.getter(name="principalId")
1206
+ def principal_id(self) -> pulumi.Input[str]:
1207
+ """
1208
+ The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
1209
+ """
1210
+ return pulumi.get(self, "principal_id")
1211
+
1212
+ @principal_id.setter
1213
+ def principal_id(self, value: pulumi.Input[str]):
1214
+ pulumi.set(self, "principal_id", value)
1215
+
1216
+ @property
1217
+ @pulumi.getter(name="roleDefinitionId")
1218
+ def role_definition_id(self) -> pulumi.Input[str]:
1219
+ """
1220
+ The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
1221
+ """
1222
+ return pulumi.get(self, "role_definition_id")
1223
+
1224
+ @role_definition_id.setter
1225
+ def role_definition_id(self, value: pulumi.Input[str]):
1226
+ pulumi.set(self, "role_definition_id", value)
1227
+
1228
+