pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.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 (317) hide show
  1. pulumi_azure_native/__init__.py +133 -1
  2. pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
  3. pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
  4. pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
  5. pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
  6. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
  7. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
  8. pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
  9. pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
  10. pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
  11. pulumi_azure_native/chaos/__init__.py +3 -0
  12. pulumi_azure_native/chaos/capability.py +1 -1
  13. pulumi_azure_native/chaos/experiment.py +1 -1
  14. pulumi_azure_native/chaos/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20230901preview/__init__.py +16 -0
  19. pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
  20. pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
  21. pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
  22. pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
  23. pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
  24. pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
  25. pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
  26. pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
  27. pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
  28. pulumi_azure_native/containerservice/__init__.py +3 -0
  29. pulumi_azure_native/containerservice/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
  33. pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/containerservice/snapshot.py +1 -1
  35. pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
  36. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  37. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  38. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  39. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  40. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  42. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  43. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  44. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  45. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  47. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  48. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  49. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  50. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  53. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  54. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  55. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  56. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  57. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  58. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  59. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  60. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  61. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  62. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  63. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  65. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  66. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  67. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  68. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  69. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  71. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  72. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  73. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  74. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  77. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  78. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  79. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  80. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  81. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  83. pulumi_azure_native/containerservice/v20230802preview/__init__.py +27 -0
  84. pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
  85. pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
  86. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
  87. pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
  88. pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
  89. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
  90. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
  91. pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
  92. pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
  93. pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
  94. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
  95. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  96. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
  97. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
  98. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
  99. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
  100. pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
  101. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
  102. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
  103. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
  104. pulumi_azure_native/dashboard/__init__.py +5 -0
  105. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
  106. pulumi_azure_native/dashboard/grafana.py +1 -1
  107. pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
  108. pulumi_azure_native/dashboard/outputs.py +34 -0
  109. pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
  110. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  111. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  112. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
  114. pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
  115. pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
  116. pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
  117. pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
  118. pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
  119. pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
  120. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
  121. pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
  122. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
  123. pulumi_azure_native/datadog/__init__.py +8 -0
  124. pulumi_azure_native/datadog/_enums.py +32 -0
  125. pulumi_azure_native/datadog/_inputs.py +326 -0
  126. pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
  127. pulumi_azure_native/datadog/monitor.py +1 -1
  128. pulumi_azure_native/datadog/monitored_subscription.py +208 -0
  129. pulumi_azure_native/datadog/outputs.py +368 -0
  130. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  131. pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
  132. pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
  133. pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
  134. pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
  135. pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
  136. pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
  137. pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
  138. pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
  139. pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
  140. pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
  141. pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
  142. pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
  143. pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
  144. pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
  145. pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
  146. pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
  147. pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
  148. pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
  149. pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
  150. pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
  151. pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
  152. pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
  153. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
  154. pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
  155. pulumi_azure_native/datafactory/_inputs.py +16 -0
  156. pulumi_azure_native/datafactory/outputs.py +12 -0
  157. pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
  158. pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
  159. pulumi_azure_native/migrate/__init__.py +8 -0
  160. pulumi_azure_native/migrate/_enums.py +69 -5
  161. pulumi_azure_native/migrate/_inputs.py +20 -20
  162. pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
  163. pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
  164. pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
  165. pulumi_azure_native/migrate/migrate_project.py +1 -1
  166. pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
  167. pulumi_azure_native/migrate/outputs.py +471 -3
  168. pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
  170. pulumi_azure_native/migrate/solution.py +2 -1
  171. pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
  172. pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
  173. pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
  174. pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
  175. pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  176. pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
  177. pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
  178. pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
  179. pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
  180. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
  181. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
  182. pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
  183. pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
  184. pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
  185. pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
  186. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
  187. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
  188. pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
  189. pulumi_azure_native/networkanalytics/__init__.py +23 -0
  190. pulumi_azure_native/networkanalytics/_enums.py +64 -0
  191. pulumi_azure_native/networkanalytics/_inputs.py +313 -0
  192. pulumi_azure_native/networkanalytics/data_product.py +715 -0
  193. pulumi_azure_native/networkanalytics/data_type.py +334 -0
  194. pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
  195. pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
  196. pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
  197. pulumi_azure_native/networkanalytics/outputs.py +679 -0
  198. pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
  199. pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
  200. pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
  201. pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
  202. pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
  203. pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
  204. pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
  205. pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
  206. pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
  207. pulumi_azure_native/redhatopenshift/__init__.py +3 -0
  208. pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
  209. pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
  210. pulumi_azure_native/redhatopenshift/secret.py +1 -1
  211. pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
  212. pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
  213. pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
  214. pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
  215. pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
  216. pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
  217. pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
  218. pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
  219. pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
  220. pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
  221. pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
  222. pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
  223. pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
  224. pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
  225. pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
  226. pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
  227. pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
  228. pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
  229. pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
  230. pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
  231. pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
  232. pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
  233. pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
  234. pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
  235. pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
  236. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
  237. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
  238. pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
  239. pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
  240. pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
  241. pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
  242. pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
  243. pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
  244. pulumi_azure_native/servicefabric/__init__.py +3 -0
  245. pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
  246. pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
  247. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
  248. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
  249. pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
  250. pulumi_azure_native/servicefabric/node_type.py +1 -1
  251. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  252. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  253. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  254. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  255. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  256. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  257. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  258. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  259. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  260. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  261. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  262. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  263. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  264. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  265. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  266. pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
  267. pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
  268. pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
  269. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
  270. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
  271. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
  272. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
  273. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
  274. pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
  275. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
  276. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
  277. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
  278. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
  279. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
  280. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
  281. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
  282. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
  283. pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
  284. pulumi_azure_native/storagemover/__init__.py +3 -0
  285. pulumi_azure_native/storagemover/agent.py +1 -1
  286. pulumi_azure_native/storagemover/endpoint.py +1 -1
  287. pulumi_azure_native/storagemover/job_definition.py +1 -1
  288. pulumi_azure_native/storagemover/project.py +1 -1
  289. pulumi_azure_native/storagemover/storage_mover.py +1 -1
  290. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  291. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  292. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  293. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  294. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  295. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  296. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  297. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  298. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  299. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  300. pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
  301. pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
  302. pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
  303. pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
  304. pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
  305. pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
  306. pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
  307. pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
  308. pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
  309. pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
  310. pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
  311. pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
  312. pulumi_azure_native/storagemover/v20231001/project.py +224 -0
  313. pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
  314. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
  315. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
  316. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
  317. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,619 @@
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 . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'AgentPropertiesResponseErrorDetails',
16
+ 'AzureKeyVaultSmbCredentialsResponse',
17
+ 'AzureStorageBlobContainerEndpointPropertiesResponse',
18
+ 'AzureStorageSmbFileShareEndpointPropertiesResponse',
19
+ 'NfsMountEndpointPropertiesResponse',
20
+ 'SmbMountEndpointPropertiesResponse',
21
+ 'SystemDataResponse',
22
+ ]
23
+
24
+ @pulumi.output_type
25
+ class AgentPropertiesResponseErrorDetails(dict):
26
+ def __init__(__self__, *,
27
+ code: Optional[str] = None,
28
+ message: Optional[str] = None):
29
+ """
30
+ :param str code: Error code reported by Agent
31
+ :param str message: Expanded description of reported error code
32
+ """
33
+ if code is not None:
34
+ pulumi.set(__self__, "code", code)
35
+ if message is not None:
36
+ pulumi.set(__self__, "message", message)
37
+
38
+ @property
39
+ @pulumi.getter
40
+ def code(self) -> Optional[str]:
41
+ """
42
+ Error code reported by Agent
43
+ """
44
+ return pulumi.get(self, "code")
45
+
46
+ @property
47
+ @pulumi.getter
48
+ def message(self) -> Optional[str]:
49
+ """
50
+ Expanded description of reported error code
51
+ """
52
+ return pulumi.get(self, "message")
53
+
54
+
55
+ @pulumi.output_type
56
+ class AzureKeyVaultSmbCredentialsResponse(dict):
57
+ """
58
+ The Azure Key Vault secret URIs which store the credentials.
59
+ """
60
+ @staticmethod
61
+ def __key_warning(key: str):
62
+ suggest = None
63
+ if key == "passwordUri":
64
+ suggest = "password_uri"
65
+ elif key == "usernameUri":
66
+ suggest = "username_uri"
67
+
68
+ if suggest:
69
+ pulumi.log.warn(f"Key '{key}' not found in AzureKeyVaultSmbCredentialsResponse. Access the value via the '{suggest}' property getter instead.")
70
+
71
+ def __getitem__(self, key: str) -> Any:
72
+ AzureKeyVaultSmbCredentialsResponse.__key_warning(key)
73
+ return super().__getitem__(key)
74
+
75
+ def get(self, key: str, default = None) -> Any:
76
+ AzureKeyVaultSmbCredentialsResponse.__key_warning(key)
77
+ return super().get(key, default)
78
+
79
+ def __init__(__self__, *,
80
+ type: str,
81
+ password_uri: Optional[str] = None,
82
+ username_uri: Optional[str] = None):
83
+ """
84
+ The Azure Key Vault secret URIs which store the credentials.
85
+ :param str type: The Credentials type.
86
+ Expected value is 'AzureKeyVaultSmb'.
87
+ :param str password_uri: The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value.
88
+ :param str username_uri: The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value.
89
+ """
90
+ pulumi.set(__self__, "type", 'AzureKeyVaultSmb')
91
+ if password_uri is not None:
92
+ pulumi.set(__self__, "password_uri", password_uri)
93
+ if username_uri is not None:
94
+ pulumi.set(__self__, "username_uri", username_uri)
95
+
96
+ @property
97
+ @pulumi.getter
98
+ def type(self) -> str:
99
+ """
100
+ The Credentials type.
101
+ Expected value is 'AzureKeyVaultSmb'.
102
+ """
103
+ return pulumi.get(self, "type")
104
+
105
+ @property
106
+ @pulumi.getter(name="passwordUri")
107
+ def password_uri(self) -> Optional[str]:
108
+ """
109
+ The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value.
110
+ """
111
+ return pulumi.get(self, "password_uri")
112
+
113
+ @property
114
+ @pulumi.getter(name="usernameUri")
115
+ def username_uri(self) -> Optional[str]:
116
+ """
117
+ The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value.
118
+ """
119
+ return pulumi.get(self, "username_uri")
120
+
121
+
122
+ @pulumi.output_type
123
+ class AzureStorageBlobContainerEndpointPropertiesResponse(dict):
124
+ """
125
+ The properties of Azure Storage blob container endpoint.
126
+ """
127
+ @staticmethod
128
+ def __key_warning(key: str):
129
+ suggest = None
130
+ if key == "blobContainerName":
131
+ suggest = "blob_container_name"
132
+ elif key == "endpointType":
133
+ suggest = "endpoint_type"
134
+ elif key == "provisioningState":
135
+ suggest = "provisioning_state"
136
+ elif key == "storageAccountResourceId":
137
+ suggest = "storage_account_resource_id"
138
+
139
+ if suggest:
140
+ pulumi.log.warn(f"Key '{key}' not found in AzureStorageBlobContainerEndpointPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
141
+
142
+ def __getitem__(self, key: str) -> Any:
143
+ AzureStorageBlobContainerEndpointPropertiesResponse.__key_warning(key)
144
+ return super().__getitem__(key)
145
+
146
+ def get(self, key: str, default = None) -> Any:
147
+ AzureStorageBlobContainerEndpointPropertiesResponse.__key_warning(key)
148
+ return super().get(key, default)
149
+
150
+ def __init__(__self__, *,
151
+ blob_container_name: str,
152
+ endpoint_type: str,
153
+ provisioning_state: str,
154
+ storage_account_resource_id: str,
155
+ description: Optional[str] = None):
156
+ """
157
+ The properties of Azure Storage blob container endpoint.
158
+ :param str blob_container_name: The name of the Storage blob container that is the target destination.
159
+ :param str endpoint_type: The Endpoint resource type.
160
+ Expected value is 'AzureStorageBlobContainer'.
161
+ :param str provisioning_state: The provisioning state of this resource.
162
+ :param str storage_account_resource_id: The Azure Resource ID of the storage account that is the target destination.
163
+ :param str description: A description for the Endpoint.
164
+ """
165
+ pulumi.set(__self__, "blob_container_name", blob_container_name)
166
+ pulumi.set(__self__, "endpoint_type", 'AzureStorageBlobContainer')
167
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
168
+ pulumi.set(__self__, "storage_account_resource_id", storage_account_resource_id)
169
+ if description is not None:
170
+ pulumi.set(__self__, "description", description)
171
+
172
+ @property
173
+ @pulumi.getter(name="blobContainerName")
174
+ def blob_container_name(self) -> str:
175
+ """
176
+ The name of the Storage blob container that is the target destination.
177
+ """
178
+ return pulumi.get(self, "blob_container_name")
179
+
180
+ @property
181
+ @pulumi.getter(name="endpointType")
182
+ def endpoint_type(self) -> str:
183
+ """
184
+ The Endpoint resource type.
185
+ Expected value is 'AzureStorageBlobContainer'.
186
+ """
187
+ return pulumi.get(self, "endpoint_type")
188
+
189
+ @property
190
+ @pulumi.getter(name="provisioningState")
191
+ def provisioning_state(self) -> str:
192
+ """
193
+ The provisioning state of this resource.
194
+ """
195
+ return pulumi.get(self, "provisioning_state")
196
+
197
+ @property
198
+ @pulumi.getter(name="storageAccountResourceId")
199
+ def storage_account_resource_id(self) -> str:
200
+ """
201
+ The Azure Resource ID of the storage account that is the target destination.
202
+ """
203
+ return pulumi.get(self, "storage_account_resource_id")
204
+
205
+ @property
206
+ @pulumi.getter
207
+ def description(self) -> Optional[str]:
208
+ """
209
+ A description for the Endpoint.
210
+ """
211
+ return pulumi.get(self, "description")
212
+
213
+
214
+ @pulumi.output_type
215
+ class AzureStorageSmbFileShareEndpointPropertiesResponse(dict):
216
+ """
217
+ The properties of Azure Storage SMB file share endpoint.
218
+ """
219
+ @staticmethod
220
+ def __key_warning(key: str):
221
+ suggest = None
222
+ if key == "endpointType":
223
+ suggest = "endpoint_type"
224
+ elif key == "fileShareName":
225
+ suggest = "file_share_name"
226
+ elif key == "provisioningState":
227
+ suggest = "provisioning_state"
228
+ elif key == "storageAccountResourceId":
229
+ suggest = "storage_account_resource_id"
230
+
231
+ if suggest:
232
+ pulumi.log.warn(f"Key '{key}' not found in AzureStorageSmbFileShareEndpointPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
233
+
234
+ def __getitem__(self, key: str) -> Any:
235
+ AzureStorageSmbFileShareEndpointPropertiesResponse.__key_warning(key)
236
+ return super().__getitem__(key)
237
+
238
+ def get(self, key: str, default = None) -> Any:
239
+ AzureStorageSmbFileShareEndpointPropertiesResponse.__key_warning(key)
240
+ return super().get(key, default)
241
+
242
+ def __init__(__self__, *,
243
+ endpoint_type: str,
244
+ file_share_name: str,
245
+ provisioning_state: str,
246
+ storage_account_resource_id: str,
247
+ description: Optional[str] = None):
248
+ """
249
+ The properties of Azure Storage SMB file share endpoint.
250
+ :param str endpoint_type: The Endpoint resource type.
251
+ Expected value is 'AzureStorageSmbFileShare'.
252
+ :param str file_share_name: The name of the Azure Storage file share.
253
+ :param str provisioning_state: The provisioning state of this resource.
254
+ :param str storage_account_resource_id: The Azure Resource ID of the storage account.
255
+ :param str description: A description for the Endpoint.
256
+ """
257
+ pulumi.set(__self__, "endpoint_type", 'AzureStorageSmbFileShare')
258
+ pulumi.set(__self__, "file_share_name", file_share_name)
259
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
260
+ pulumi.set(__self__, "storage_account_resource_id", storage_account_resource_id)
261
+ if description is not None:
262
+ pulumi.set(__self__, "description", description)
263
+
264
+ @property
265
+ @pulumi.getter(name="endpointType")
266
+ def endpoint_type(self) -> str:
267
+ """
268
+ The Endpoint resource type.
269
+ Expected value is 'AzureStorageSmbFileShare'.
270
+ """
271
+ return pulumi.get(self, "endpoint_type")
272
+
273
+ @property
274
+ @pulumi.getter(name="fileShareName")
275
+ def file_share_name(self) -> str:
276
+ """
277
+ The name of the Azure Storage file share.
278
+ """
279
+ return pulumi.get(self, "file_share_name")
280
+
281
+ @property
282
+ @pulumi.getter(name="provisioningState")
283
+ def provisioning_state(self) -> str:
284
+ """
285
+ The provisioning state of this resource.
286
+ """
287
+ return pulumi.get(self, "provisioning_state")
288
+
289
+ @property
290
+ @pulumi.getter(name="storageAccountResourceId")
291
+ def storage_account_resource_id(self) -> str:
292
+ """
293
+ The Azure Resource ID of the storage account.
294
+ """
295
+ return pulumi.get(self, "storage_account_resource_id")
296
+
297
+ @property
298
+ @pulumi.getter
299
+ def description(self) -> Optional[str]:
300
+ """
301
+ A description for the Endpoint.
302
+ """
303
+ return pulumi.get(self, "description")
304
+
305
+
306
+ @pulumi.output_type
307
+ class NfsMountEndpointPropertiesResponse(dict):
308
+ """
309
+ The properties of NFS share endpoint.
310
+ """
311
+ @staticmethod
312
+ def __key_warning(key: str):
313
+ suggest = None
314
+ if key == "endpointType":
315
+ suggest = "endpoint_type"
316
+ elif key == "provisioningState":
317
+ suggest = "provisioning_state"
318
+ elif key == "nfsVersion":
319
+ suggest = "nfs_version"
320
+
321
+ if suggest:
322
+ pulumi.log.warn(f"Key '{key}' not found in NfsMountEndpointPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
323
+
324
+ def __getitem__(self, key: str) -> Any:
325
+ NfsMountEndpointPropertiesResponse.__key_warning(key)
326
+ return super().__getitem__(key)
327
+
328
+ def get(self, key: str, default = None) -> Any:
329
+ NfsMountEndpointPropertiesResponse.__key_warning(key)
330
+ return super().get(key, default)
331
+
332
+ def __init__(__self__, *,
333
+ endpoint_type: str,
334
+ export: str,
335
+ host: str,
336
+ provisioning_state: str,
337
+ description: Optional[str] = None,
338
+ nfs_version: Optional[str] = None):
339
+ """
340
+ The properties of NFS share endpoint.
341
+ :param str endpoint_type: The Endpoint resource type.
342
+ Expected value is 'NfsMount'.
343
+ :param str export: The directory being exported from the server.
344
+ :param str host: The host name or IP address of the server exporting the file system.
345
+ :param str provisioning_state: The provisioning state of this resource.
346
+ :param str description: A description for the Endpoint.
347
+ :param str nfs_version: The NFS protocol version.
348
+ """
349
+ pulumi.set(__self__, "endpoint_type", 'NfsMount')
350
+ pulumi.set(__self__, "export", export)
351
+ pulumi.set(__self__, "host", host)
352
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
353
+ if description is not None:
354
+ pulumi.set(__self__, "description", description)
355
+ if nfs_version is not None:
356
+ pulumi.set(__self__, "nfs_version", nfs_version)
357
+
358
+ @property
359
+ @pulumi.getter(name="endpointType")
360
+ def endpoint_type(self) -> str:
361
+ """
362
+ The Endpoint resource type.
363
+ Expected value is 'NfsMount'.
364
+ """
365
+ return pulumi.get(self, "endpoint_type")
366
+
367
+ @property
368
+ @pulumi.getter
369
+ def export(self) -> str:
370
+ """
371
+ The directory being exported from the server.
372
+ """
373
+ return pulumi.get(self, "export")
374
+
375
+ @property
376
+ @pulumi.getter
377
+ def host(self) -> str:
378
+ """
379
+ The host name or IP address of the server exporting the file system.
380
+ """
381
+ return pulumi.get(self, "host")
382
+
383
+ @property
384
+ @pulumi.getter(name="provisioningState")
385
+ def provisioning_state(self) -> str:
386
+ """
387
+ The provisioning state of this resource.
388
+ """
389
+ return pulumi.get(self, "provisioning_state")
390
+
391
+ @property
392
+ @pulumi.getter
393
+ def description(self) -> Optional[str]:
394
+ """
395
+ A description for the Endpoint.
396
+ """
397
+ return pulumi.get(self, "description")
398
+
399
+ @property
400
+ @pulumi.getter(name="nfsVersion")
401
+ def nfs_version(self) -> Optional[str]:
402
+ """
403
+ The NFS protocol version.
404
+ """
405
+ return pulumi.get(self, "nfs_version")
406
+
407
+
408
+ @pulumi.output_type
409
+ class SmbMountEndpointPropertiesResponse(dict):
410
+ """
411
+ The properties of SMB share endpoint.
412
+ """
413
+ @staticmethod
414
+ def __key_warning(key: str):
415
+ suggest = None
416
+ if key == "endpointType":
417
+ suggest = "endpoint_type"
418
+ elif key == "provisioningState":
419
+ suggest = "provisioning_state"
420
+ elif key == "shareName":
421
+ suggest = "share_name"
422
+
423
+ if suggest:
424
+ pulumi.log.warn(f"Key '{key}' not found in SmbMountEndpointPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
425
+
426
+ def __getitem__(self, key: str) -> Any:
427
+ SmbMountEndpointPropertiesResponse.__key_warning(key)
428
+ return super().__getitem__(key)
429
+
430
+ def get(self, key: str, default = None) -> Any:
431
+ SmbMountEndpointPropertiesResponse.__key_warning(key)
432
+ return super().get(key, default)
433
+
434
+ def __init__(__self__, *,
435
+ endpoint_type: str,
436
+ host: str,
437
+ provisioning_state: str,
438
+ share_name: str,
439
+ credentials: Optional['outputs.AzureKeyVaultSmbCredentialsResponse'] = None,
440
+ description: Optional[str] = None):
441
+ """
442
+ The properties of SMB share endpoint.
443
+ :param str endpoint_type: The Endpoint resource type.
444
+ Expected value is 'SmbMount'.
445
+ :param str host: The host name or IP address of the server exporting the file system.
446
+ :param str provisioning_state: The provisioning state of this resource.
447
+ :param str share_name: The name of the SMB share being exported from the server.
448
+ :param 'AzureKeyVaultSmbCredentialsResponse' credentials: The Azure Key Vault secret URIs which store the required credentials to access the SMB share.
449
+ :param str description: A description for the Endpoint.
450
+ """
451
+ pulumi.set(__self__, "endpoint_type", 'SmbMount')
452
+ pulumi.set(__self__, "host", host)
453
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
454
+ pulumi.set(__self__, "share_name", share_name)
455
+ if credentials is not None:
456
+ pulumi.set(__self__, "credentials", credentials)
457
+ if description is not None:
458
+ pulumi.set(__self__, "description", description)
459
+
460
+ @property
461
+ @pulumi.getter(name="endpointType")
462
+ def endpoint_type(self) -> str:
463
+ """
464
+ The Endpoint resource type.
465
+ Expected value is 'SmbMount'.
466
+ """
467
+ return pulumi.get(self, "endpoint_type")
468
+
469
+ @property
470
+ @pulumi.getter
471
+ def host(self) -> str:
472
+ """
473
+ The host name or IP address of the server exporting the file system.
474
+ """
475
+ return pulumi.get(self, "host")
476
+
477
+ @property
478
+ @pulumi.getter(name="provisioningState")
479
+ def provisioning_state(self) -> str:
480
+ """
481
+ The provisioning state of this resource.
482
+ """
483
+ return pulumi.get(self, "provisioning_state")
484
+
485
+ @property
486
+ @pulumi.getter(name="shareName")
487
+ def share_name(self) -> str:
488
+ """
489
+ The name of the SMB share being exported from the server.
490
+ """
491
+ return pulumi.get(self, "share_name")
492
+
493
+ @property
494
+ @pulumi.getter
495
+ def credentials(self) -> Optional['outputs.AzureKeyVaultSmbCredentialsResponse']:
496
+ """
497
+ The Azure Key Vault secret URIs which store the required credentials to access the SMB share.
498
+ """
499
+ return pulumi.get(self, "credentials")
500
+
501
+ @property
502
+ @pulumi.getter
503
+ def description(self) -> Optional[str]:
504
+ """
505
+ A description for the Endpoint.
506
+ """
507
+ return pulumi.get(self, "description")
508
+
509
+
510
+ @pulumi.output_type
511
+ class SystemDataResponse(dict):
512
+ """
513
+ Metadata pertaining to creation and last modification of the resource.
514
+ """
515
+ @staticmethod
516
+ def __key_warning(key: str):
517
+ suggest = None
518
+ if key == "createdAt":
519
+ suggest = "created_at"
520
+ elif key == "createdBy":
521
+ suggest = "created_by"
522
+ elif key == "createdByType":
523
+ suggest = "created_by_type"
524
+ elif key == "lastModifiedAt":
525
+ suggest = "last_modified_at"
526
+ elif key == "lastModifiedBy":
527
+ suggest = "last_modified_by"
528
+ elif key == "lastModifiedByType":
529
+ suggest = "last_modified_by_type"
530
+
531
+ if suggest:
532
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
533
+
534
+ def __getitem__(self, key: str) -> Any:
535
+ SystemDataResponse.__key_warning(key)
536
+ return super().__getitem__(key)
537
+
538
+ def get(self, key: str, default = None) -> Any:
539
+ SystemDataResponse.__key_warning(key)
540
+ return super().get(key, default)
541
+
542
+ def __init__(__self__, *,
543
+ created_at: Optional[str] = None,
544
+ created_by: Optional[str] = None,
545
+ created_by_type: Optional[str] = None,
546
+ last_modified_at: Optional[str] = None,
547
+ last_modified_by: Optional[str] = None,
548
+ last_modified_by_type: Optional[str] = None):
549
+ """
550
+ Metadata pertaining to creation and last modification of the resource.
551
+ :param str created_at: The timestamp of resource creation (UTC).
552
+ :param str created_by: The identity that created the resource.
553
+ :param str created_by_type: The type of identity that created the resource.
554
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
555
+ :param str last_modified_by: The identity that last modified the resource.
556
+ :param str last_modified_by_type: The type of identity that last modified the resource.
557
+ """
558
+ if created_at is not None:
559
+ pulumi.set(__self__, "created_at", created_at)
560
+ if created_by is not None:
561
+ pulumi.set(__self__, "created_by", created_by)
562
+ if created_by_type is not None:
563
+ pulumi.set(__self__, "created_by_type", created_by_type)
564
+ if last_modified_at is not None:
565
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
566
+ if last_modified_by is not None:
567
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
568
+ if last_modified_by_type is not None:
569
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
570
+
571
+ @property
572
+ @pulumi.getter(name="createdAt")
573
+ def created_at(self) -> Optional[str]:
574
+ """
575
+ The timestamp of resource creation (UTC).
576
+ """
577
+ return pulumi.get(self, "created_at")
578
+
579
+ @property
580
+ @pulumi.getter(name="createdBy")
581
+ def created_by(self) -> Optional[str]:
582
+ """
583
+ The identity that created the resource.
584
+ """
585
+ return pulumi.get(self, "created_by")
586
+
587
+ @property
588
+ @pulumi.getter(name="createdByType")
589
+ def created_by_type(self) -> Optional[str]:
590
+ """
591
+ The type of identity that created the resource.
592
+ """
593
+ return pulumi.get(self, "created_by_type")
594
+
595
+ @property
596
+ @pulumi.getter(name="lastModifiedAt")
597
+ def last_modified_at(self) -> Optional[str]:
598
+ """
599
+ The timestamp of resource last modification (UTC)
600
+ """
601
+ return pulumi.get(self, "last_modified_at")
602
+
603
+ @property
604
+ @pulumi.getter(name="lastModifiedBy")
605
+ def last_modified_by(self) -> Optional[str]:
606
+ """
607
+ The identity that last modified the resource.
608
+ """
609
+ return pulumi.get(self, "last_modified_by")
610
+
611
+ @property
612
+ @pulumi.getter(name="lastModifiedByType")
613
+ def last_modified_by_type(self) -> Optional[str]:
614
+ """
615
+ The type of identity that last modified the resource.
616
+ """
617
+ return pulumi.get(self, "last_modified_by_type")
618
+
619
+