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,1106 @@
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
+ 'DatadogApiKeyResponse',
16
+ 'DatadogHostMetadataResponse',
17
+ 'DatadogHostResponse',
18
+ 'DatadogInstallMethodResponse',
19
+ 'DatadogLogsAgentResponse',
20
+ 'DatadogOrganizationPropertiesResponse',
21
+ 'FilteringTagResponse',
22
+ 'IdentityPropertiesResponse',
23
+ 'LinkedResourceResponse',
24
+ 'LogRulesResponse',
25
+ 'MetricRulesResponse',
26
+ 'MonitorPropertiesResponse',
27
+ 'MonitoredResourceResponse',
28
+ 'MonitoredSubscriptionResponse',
29
+ 'MonitoringTagRulesPropertiesResponse',
30
+ 'ResourceSkuResponse',
31
+ 'SubscriptionListResponse',
32
+ 'SystemDataResponse',
33
+ 'UserInfoResponse',
34
+ ]
35
+
36
+ @pulumi.output_type
37
+ class DatadogApiKeyResponse(dict):
38
+ def __init__(__self__, *,
39
+ key: str,
40
+ created: Optional[str] = None,
41
+ created_by: Optional[str] = None,
42
+ name: Optional[str] = None):
43
+ """
44
+ :param str key: The value of the API key.
45
+ :param str created: The time of creation of the API key.
46
+ :param str created_by: The user that created the API key.
47
+ :param str name: The name of the API key.
48
+ """
49
+ pulumi.set(__self__, "key", key)
50
+ if created is not None:
51
+ pulumi.set(__self__, "created", created)
52
+ if created_by is not None:
53
+ pulumi.set(__self__, "created_by", created_by)
54
+ if name is not None:
55
+ pulumi.set(__self__, "name", name)
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def key(self) -> str:
60
+ """
61
+ The value of the API key.
62
+ """
63
+ return pulumi.get(self, "key")
64
+
65
+ @property
66
+ @pulumi.getter
67
+ def created(self) -> Optional[str]:
68
+ """
69
+ The time of creation of the API key.
70
+ """
71
+ return pulumi.get(self, "created")
72
+
73
+ @property
74
+ @pulumi.getter(name="createdBy")
75
+ def created_by(self) -> Optional[str]:
76
+ """
77
+ The user that created the API key.
78
+ """
79
+ return pulumi.get(self, "created_by")
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def name(self) -> Optional[str]:
84
+ """
85
+ The name of the API key.
86
+ """
87
+ return pulumi.get(self, "name")
88
+
89
+
90
+ @pulumi.output_type
91
+ class DatadogHostMetadataResponse(dict):
92
+ def __init__(__self__, *,
93
+ agent_version: Optional[str] = None,
94
+ install_method: Optional['outputs.DatadogInstallMethodResponse'] = None,
95
+ logs_agent: Optional['outputs.DatadogLogsAgentResponse'] = None):
96
+ """
97
+ :param str agent_version: The agent version.
98
+ """
99
+ if agent_version is not None:
100
+ pulumi.set(__self__, "agent_version", agent_version)
101
+ if install_method is not None:
102
+ pulumi.set(__self__, "install_method", install_method)
103
+ if logs_agent is not None:
104
+ pulumi.set(__self__, "logs_agent", logs_agent)
105
+
106
+ @property
107
+ @pulumi.getter(name="agentVersion")
108
+ def agent_version(self) -> Optional[str]:
109
+ """
110
+ The agent version.
111
+ """
112
+ return pulumi.get(self, "agent_version")
113
+
114
+ @property
115
+ @pulumi.getter(name="installMethod")
116
+ def install_method(self) -> Optional['outputs.DatadogInstallMethodResponse']:
117
+ return pulumi.get(self, "install_method")
118
+
119
+ @property
120
+ @pulumi.getter(name="logsAgent")
121
+ def logs_agent(self) -> Optional['outputs.DatadogLogsAgentResponse']:
122
+ return pulumi.get(self, "logs_agent")
123
+
124
+
125
+ @pulumi.output_type
126
+ class DatadogHostResponse(dict):
127
+ def __init__(__self__, *,
128
+ aliases: Optional[Sequence[str]] = None,
129
+ apps: Optional[Sequence[str]] = None,
130
+ meta: Optional['outputs.DatadogHostMetadataResponse'] = None,
131
+ name: Optional[str] = None):
132
+ """
133
+ :param Sequence[str] aliases: The aliases for the host installed via the Datadog agent.
134
+ :param Sequence[str] apps: The Datadog integrations reporting metrics for the host.
135
+ :param str name: The name of the host.
136
+ """
137
+ if aliases is not None:
138
+ pulumi.set(__self__, "aliases", aliases)
139
+ if apps is not None:
140
+ pulumi.set(__self__, "apps", apps)
141
+ if meta is not None:
142
+ pulumi.set(__self__, "meta", meta)
143
+ if name is not None:
144
+ pulumi.set(__self__, "name", name)
145
+
146
+ @property
147
+ @pulumi.getter
148
+ def aliases(self) -> Optional[Sequence[str]]:
149
+ """
150
+ The aliases for the host installed via the Datadog agent.
151
+ """
152
+ return pulumi.get(self, "aliases")
153
+
154
+ @property
155
+ @pulumi.getter
156
+ def apps(self) -> Optional[Sequence[str]]:
157
+ """
158
+ The Datadog integrations reporting metrics for the host.
159
+ """
160
+ return pulumi.get(self, "apps")
161
+
162
+ @property
163
+ @pulumi.getter
164
+ def meta(self) -> Optional['outputs.DatadogHostMetadataResponse']:
165
+ return pulumi.get(self, "meta")
166
+
167
+ @property
168
+ @pulumi.getter
169
+ def name(self) -> Optional[str]:
170
+ """
171
+ The name of the host.
172
+ """
173
+ return pulumi.get(self, "name")
174
+
175
+
176
+ @pulumi.output_type
177
+ class DatadogInstallMethodResponse(dict):
178
+ def __init__(__self__, *,
179
+ installer_version: Optional[str] = None,
180
+ tool: Optional[str] = None,
181
+ tool_version: Optional[str] = None):
182
+ """
183
+ :param str installer_version: The installer version.
184
+ :param str tool: The tool.
185
+ :param str tool_version: The tool version.
186
+ """
187
+ if installer_version is not None:
188
+ pulumi.set(__self__, "installer_version", installer_version)
189
+ if tool is not None:
190
+ pulumi.set(__self__, "tool", tool)
191
+ if tool_version is not None:
192
+ pulumi.set(__self__, "tool_version", tool_version)
193
+
194
+ @property
195
+ @pulumi.getter(name="installerVersion")
196
+ def installer_version(self) -> Optional[str]:
197
+ """
198
+ The installer version.
199
+ """
200
+ return pulumi.get(self, "installer_version")
201
+
202
+ @property
203
+ @pulumi.getter
204
+ def tool(self) -> Optional[str]:
205
+ """
206
+ The tool.
207
+ """
208
+ return pulumi.get(self, "tool")
209
+
210
+ @property
211
+ @pulumi.getter(name="toolVersion")
212
+ def tool_version(self) -> Optional[str]:
213
+ """
214
+ The tool version.
215
+ """
216
+ return pulumi.get(self, "tool_version")
217
+
218
+
219
+ @pulumi.output_type
220
+ class DatadogLogsAgentResponse(dict):
221
+ def __init__(__self__, *,
222
+ transport: Optional[str] = None):
223
+ """
224
+ :param str transport: The transport.
225
+ """
226
+ if transport is not None:
227
+ pulumi.set(__self__, "transport", transport)
228
+
229
+ @property
230
+ @pulumi.getter
231
+ def transport(self) -> Optional[str]:
232
+ """
233
+ The transport.
234
+ """
235
+ return pulumi.get(self, "transport")
236
+
237
+
238
+ @pulumi.output_type
239
+ class DatadogOrganizationPropertiesResponse(dict):
240
+ """
241
+ Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
242
+ """
243
+ def __init__(__self__, *,
244
+ cspm: Optional[bool] = None,
245
+ id: Optional[str] = None,
246
+ name: Optional[str] = None):
247
+ """
248
+ Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
249
+ :param bool cspm: The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks.
250
+ :param str id: Id of the Datadog organization.
251
+ :param str name: Name of the Datadog organization.
252
+ """
253
+ if cspm is not None:
254
+ pulumi.set(__self__, "cspm", cspm)
255
+ if id is not None:
256
+ pulumi.set(__self__, "id", id)
257
+ if name is not None:
258
+ pulumi.set(__self__, "name", name)
259
+
260
+ @property
261
+ @pulumi.getter
262
+ def cspm(self) -> Optional[bool]:
263
+ """
264
+ The configuration which describes the state of cloud security posture management. This collects configuration information for all resources in a subscription and track conformance to industry benchmarks.
265
+ """
266
+ return pulumi.get(self, "cspm")
267
+
268
+ @property
269
+ @pulumi.getter
270
+ def id(self) -> Optional[str]:
271
+ """
272
+ Id of the Datadog organization.
273
+ """
274
+ return pulumi.get(self, "id")
275
+
276
+ @property
277
+ @pulumi.getter
278
+ def name(self) -> Optional[str]:
279
+ """
280
+ Name of the Datadog organization.
281
+ """
282
+ return pulumi.get(self, "name")
283
+
284
+
285
+ @pulumi.output_type
286
+ class FilteringTagResponse(dict):
287
+ """
288
+ The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
289
+ """
290
+ def __init__(__self__, *,
291
+ action: Optional[str] = None,
292
+ name: Optional[str] = None,
293
+ value: Optional[str] = None):
294
+ """
295
+ The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
296
+ :param str action: Valid actions for a filtering tag. Exclusion takes priority over inclusion.
297
+ :param str name: The name (also known as the key) of the tag.
298
+ :param str value: The value of the tag.
299
+ """
300
+ if action is not None:
301
+ pulumi.set(__self__, "action", action)
302
+ if name is not None:
303
+ pulumi.set(__self__, "name", name)
304
+ if value is not None:
305
+ pulumi.set(__self__, "value", value)
306
+
307
+ @property
308
+ @pulumi.getter
309
+ def action(self) -> Optional[str]:
310
+ """
311
+ Valid actions for a filtering tag. Exclusion takes priority over inclusion.
312
+ """
313
+ return pulumi.get(self, "action")
314
+
315
+ @property
316
+ @pulumi.getter
317
+ def name(self) -> Optional[str]:
318
+ """
319
+ The name (also known as the key) of the tag.
320
+ """
321
+ return pulumi.get(self, "name")
322
+
323
+ @property
324
+ @pulumi.getter
325
+ def value(self) -> Optional[str]:
326
+ """
327
+ The value of the tag.
328
+ """
329
+ return pulumi.get(self, "value")
330
+
331
+
332
+ @pulumi.output_type
333
+ class IdentityPropertiesResponse(dict):
334
+ @staticmethod
335
+ def __key_warning(key: str):
336
+ suggest = None
337
+ if key == "principalId":
338
+ suggest = "principal_id"
339
+ elif key == "tenantId":
340
+ suggest = "tenant_id"
341
+
342
+ if suggest:
343
+ pulumi.log.warn(f"Key '{key}' not found in IdentityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
344
+
345
+ def __getitem__(self, key: str) -> Any:
346
+ IdentityPropertiesResponse.__key_warning(key)
347
+ return super().__getitem__(key)
348
+
349
+ def get(self, key: str, default = None) -> Any:
350
+ IdentityPropertiesResponse.__key_warning(key)
351
+ return super().get(key, default)
352
+
353
+ def __init__(__self__, *,
354
+ principal_id: str,
355
+ tenant_id: str,
356
+ type: Optional[str] = None):
357
+ """
358
+ :param str principal_id: The identity ID.
359
+ :param str tenant_id: The tenant ID of resource.
360
+ :param str type: Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
361
+ """
362
+ pulumi.set(__self__, "principal_id", principal_id)
363
+ pulumi.set(__self__, "tenant_id", tenant_id)
364
+ if type is not None:
365
+ pulumi.set(__self__, "type", type)
366
+
367
+ @property
368
+ @pulumi.getter(name="principalId")
369
+ def principal_id(self) -> str:
370
+ """
371
+ The identity ID.
372
+ """
373
+ return pulumi.get(self, "principal_id")
374
+
375
+ @property
376
+ @pulumi.getter(name="tenantId")
377
+ def tenant_id(self) -> str:
378
+ """
379
+ The tenant ID of resource.
380
+ """
381
+ return pulumi.get(self, "tenant_id")
382
+
383
+ @property
384
+ @pulumi.getter
385
+ def type(self) -> Optional[str]:
386
+ """
387
+ Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
388
+ """
389
+ return pulumi.get(self, "type")
390
+
391
+
392
+ @pulumi.output_type
393
+ class LinkedResourceResponse(dict):
394
+ """
395
+ The definition of a linked resource.
396
+ """
397
+ def __init__(__self__, *,
398
+ id: Optional[str] = None):
399
+ """
400
+ The definition of a linked resource.
401
+ :param str id: The ARM id of the linked resource.
402
+ """
403
+ if id is not None:
404
+ pulumi.set(__self__, "id", id)
405
+
406
+ @property
407
+ @pulumi.getter
408
+ def id(self) -> Optional[str]:
409
+ """
410
+ The ARM id of the linked resource.
411
+ """
412
+ return pulumi.get(self, "id")
413
+
414
+
415
+ @pulumi.output_type
416
+ class LogRulesResponse(dict):
417
+ """
418
+ Set of rules for sending logs for the Monitor resource.
419
+ """
420
+ @staticmethod
421
+ def __key_warning(key: str):
422
+ suggest = None
423
+ if key == "filteringTags":
424
+ suggest = "filtering_tags"
425
+ elif key == "sendAadLogs":
426
+ suggest = "send_aad_logs"
427
+ elif key == "sendResourceLogs":
428
+ suggest = "send_resource_logs"
429
+ elif key == "sendSubscriptionLogs":
430
+ suggest = "send_subscription_logs"
431
+
432
+ if suggest:
433
+ pulumi.log.warn(f"Key '{key}' not found in LogRulesResponse. Access the value via the '{suggest}' property getter instead.")
434
+
435
+ def __getitem__(self, key: str) -> Any:
436
+ LogRulesResponse.__key_warning(key)
437
+ return super().__getitem__(key)
438
+
439
+ def get(self, key: str, default = None) -> Any:
440
+ LogRulesResponse.__key_warning(key)
441
+ return super().get(key, default)
442
+
443
+ def __init__(__self__, *,
444
+ filtering_tags: Optional[Sequence['outputs.FilteringTagResponse']] = None,
445
+ send_aad_logs: Optional[bool] = None,
446
+ send_resource_logs: Optional[bool] = None,
447
+ send_subscription_logs: Optional[bool] = None):
448
+ """
449
+ Set of rules for sending logs for the Monitor resource.
450
+ :param Sequence['FilteringTagResponse'] filtering_tags: List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
451
+ :param bool send_aad_logs: Flag specifying if AAD logs should be sent for the Monitor resource.
452
+ :param bool send_resource_logs: Flag specifying if Azure resource logs should be sent for the Monitor resource.
453
+ :param bool send_subscription_logs: Flag specifying if Azure subscription logs should be sent for the Monitor resource.
454
+ """
455
+ if filtering_tags is not None:
456
+ pulumi.set(__self__, "filtering_tags", filtering_tags)
457
+ if send_aad_logs is not None:
458
+ pulumi.set(__self__, "send_aad_logs", send_aad_logs)
459
+ if send_resource_logs is not None:
460
+ pulumi.set(__self__, "send_resource_logs", send_resource_logs)
461
+ if send_subscription_logs is not None:
462
+ pulumi.set(__self__, "send_subscription_logs", send_subscription_logs)
463
+
464
+ @property
465
+ @pulumi.getter(name="filteringTags")
466
+ def filtering_tags(self) -> Optional[Sequence['outputs.FilteringTagResponse']]:
467
+ """
468
+ List of filtering tags to be used for capturing logs. This only takes effect if SendResourceLogs flag is enabled. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
469
+ """
470
+ return pulumi.get(self, "filtering_tags")
471
+
472
+ @property
473
+ @pulumi.getter(name="sendAadLogs")
474
+ def send_aad_logs(self) -> Optional[bool]:
475
+ """
476
+ Flag specifying if AAD logs should be sent for the Monitor resource.
477
+ """
478
+ return pulumi.get(self, "send_aad_logs")
479
+
480
+ @property
481
+ @pulumi.getter(name="sendResourceLogs")
482
+ def send_resource_logs(self) -> Optional[bool]:
483
+ """
484
+ Flag specifying if Azure resource logs should be sent for the Monitor resource.
485
+ """
486
+ return pulumi.get(self, "send_resource_logs")
487
+
488
+ @property
489
+ @pulumi.getter(name="sendSubscriptionLogs")
490
+ def send_subscription_logs(self) -> Optional[bool]:
491
+ """
492
+ Flag specifying if Azure subscription logs should be sent for the Monitor resource.
493
+ """
494
+ return pulumi.get(self, "send_subscription_logs")
495
+
496
+
497
+ @pulumi.output_type
498
+ class MetricRulesResponse(dict):
499
+ """
500
+ Set of rules for sending metrics for the Monitor resource.
501
+ """
502
+ @staticmethod
503
+ def __key_warning(key: str):
504
+ suggest = None
505
+ if key == "filteringTags":
506
+ suggest = "filtering_tags"
507
+
508
+ if suggest:
509
+ pulumi.log.warn(f"Key '{key}' not found in MetricRulesResponse. Access the value via the '{suggest}' property getter instead.")
510
+
511
+ def __getitem__(self, key: str) -> Any:
512
+ MetricRulesResponse.__key_warning(key)
513
+ return super().__getitem__(key)
514
+
515
+ def get(self, key: str, default = None) -> Any:
516
+ MetricRulesResponse.__key_warning(key)
517
+ return super().get(key, default)
518
+
519
+ def __init__(__self__, *,
520
+ filtering_tags: Optional[Sequence['outputs.FilteringTagResponse']] = None):
521
+ """
522
+ Set of rules for sending metrics for the Monitor resource.
523
+ :param Sequence['FilteringTagResponse'] filtering_tags: List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
524
+ """
525
+ if filtering_tags is not None:
526
+ pulumi.set(__self__, "filtering_tags", filtering_tags)
527
+
528
+ @property
529
+ @pulumi.getter(name="filteringTags")
530
+ def filtering_tags(self) -> Optional[Sequence['outputs.FilteringTagResponse']]:
531
+ """
532
+ List of filtering tags to be used for capturing metrics. If empty, all resources will be captured. If only Exclude action is specified, the rules will apply to the list of all available resources. If Include actions are specified, the rules will only include resources with the associated tags.
533
+ """
534
+ return pulumi.get(self, "filtering_tags")
535
+
536
+
537
+ @pulumi.output_type
538
+ class MonitorPropertiesResponse(dict):
539
+ """
540
+ Properties specific to the monitor resource.
541
+ """
542
+ @staticmethod
543
+ def __key_warning(key: str):
544
+ suggest = None
545
+ if key == "liftrResourceCategory":
546
+ suggest = "liftr_resource_category"
547
+ elif key == "liftrResourcePreference":
548
+ suggest = "liftr_resource_preference"
549
+ elif key == "marketplaceSubscriptionStatus":
550
+ suggest = "marketplace_subscription_status"
551
+ elif key == "provisioningState":
552
+ suggest = "provisioning_state"
553
+ elif key == "datadogOrganizationProperties":
554
+ suggest = "datadog_organization_properties"
555
+ elif key == "monitoringStatus":
556
+ suggest = "monitoring_status"
557
+ elif key == "userInfo":
558
+ suggest = "user_info"
559
+
560
+ if suggest:
561
+ pulumi.log.warn(f"Key '{key}' not found in MonitorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
562
+
563
+ def __getitem__(self, key: str) -> Any:
564
+ MonitorPropertiesResponse.__key_warning(key)
565
+ return super().__getitem__(key)
566
+
567
+ def get(self, key: str, default = None) -> Any:
568
+ MonitorPropertiesResponse.__key_warning(key)
569
+ return super().get(key, default)
570
+
571
+ def __init__(__self__, *,
572
+ liftr_resource_category: str,
573
+ liftr_resource_preference: int,
574
+ marketplace_subscription_status: str,
575
+ provisioning_state: str,
576
+ datadog_organization_properties: Optional['outputs.DatadogOrganizationPropertiesResponse'] = None,
577
+ monitoring_status: Optional[str] = None,
578
+ user_info: Optional['outputs.UserInfoResponse'] = None):
579
+ """
580
+ Properties specific to the monitor resource.
581
+ :param int liftr_resource_preference: The priority of the resource.
582
+ :param str marketplace_subscription_status: Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
583
+ :param 'DatadogOrganizationPropertiesResponse' datadog_organization_properties: Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
584
+ :param str monitoring_status: Flag specifying if the resource monitoring is enabled or disabled.
585
+ :param 'UserInfoResponse' user_info: Includes name, email and optionally, phone number. User Information can't be null.
586
+ """
587
+ pulumi.set(__self__, "liftr_resource_category", liftr_resource_category)
588
+ pulumi.set(__self__, "liftr_resource_preference", liftr_resource_preference)
589
+ pulumi.set(__self__, "marketplace_subscription_status", marketplace_subscription_status)
590
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
591
+ if datadog_organization_properties is not None:
592
+ pulumi.set(__self__, "datadog_organization_properties", datadog_organization_properties)
593
+ if monitoring_status is not None:
594
+ pulumi.set(__self__, "monitoring_status", monitoring_status)
595
+ if user_info is not None:
596
+ pulumi.set(__self__, "user_info", user_info)
597
+
598
+ @property
599
+ @pulumi.getter(name="liftrResourceCategory")
600
+ def liftr_resource_category(self) -> str:
601
+ return pulumi.get(self, "liftr_resource_category")
602
+
603
+ @property
604
+ @pulumi.getter(name="liftrResourcePreference")
605
+ def liftr_resource_preference(self) -> int:
606
+ """
607
+ The priority of the resource.
608
+ """
609
+ return pulumi.get(self, "liftr_resource_preference")
610
+
611
+ @property
612
+ @pulumi.getter(name="marketplaceSubscriptionStatus")
613
+ def marketplace_subscription_status(self) -> str:
614
+ """
615
+ Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.
616
+ """
617
+ return pulumi.get(self, "marketplace_subscription_status")
618
+
619
+ @property
620
+ @pulumi.getter(name="provisioningState")
621
+ def provisioning_state(self) -> str:
622
+ return pulumi.get(self, "provisioning_state")
623
+
624
+ @property
625
+ @pulumi.getter(name="datadogOrganizationProperties")
626
+ def datadog_organization_properties(self) -> Optional['outputs.DatadogOrganizationPropertiesResponse']:
627
+ """
628
+ Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
629
+ """
630
+ return pulumi.get(self, "datadog_organization_properties")
631
+
632
+ @property
633
+ @pulumi.getter(name="monitoringStatus")
634
+ def monitoring_status(self) -> Optional[str]:
635
+ """
636
+ Flag specifying if the resource monitoring is enabled or disabled.
637
+ """
638
+ return pulumi.get(self, "monitoring_status")
639
+
640
+ @property
641
+ @pulumi.getter(name="userInfo")
642
+ def user_info(self) -> Optional['outputs.UserInfoResponse']:
643
+ """
644
+ Includes name, email and optionally, phone number. User Information can't be null.
645
+ """
646
+ return pulumi.get(self, "user_info")
647
+
648
+
649
+ @pulumi.output_type
650
+ class MonitoredResourceResponse(dict):
651
+ """
652
+ The properties of a resource currently being monitored by the Datadog monitor resource.
653
+ """
654
+ def __init__(__self__, *,
655
+ id: Optional[str] = None,
656
+ reason_for_logs_status: Optional[str] = None,
657
+ reason_for_metrics_status: Optional[str] = None,
658
+ sending_logs: Optional[bool] = None,
659
+ sending_metrics: Optional[bool] = None):
660
+ """
661
+ The properties of a resource currently being monitored by the Datadog monitor resource.
662
+ :param str id: The ARM id of the resource.
663
+ :param str reason_for_logs_status: Reason for why the resource is sending logs (or why it is not sending).
664
+ :param str reason_for_metrics_status: Reason for why the resource is sending metrics (or why it is not sending).
665
+ :param bool sending_logs: Flag indicating if resource is sending logs to Datadog.
666
+ :param bool sending_metrics: Flag indicating if resource is sending metrics to Datadog.
667
+ """
668
+ if id is not None:
669
+ pulumi.set(__self__, "id", id)
670
+ if reason_for_logs_status is not None:
671
+ pulumi.set(__self__, "reason_for_logs_status", reason_for_logs_status)
672
+ if reason_for_metrics_status is not None:
673
+ pulumi.set(__self__, "reason_for_metrics_status", reason_for_metrics_status)
674
+ if sending_logs is not None:
675
+ pulumi.set(__self__, "sending_logs", sending_logs)
676
+ if sending_metrics is not None:
677
+ pulumi.set(__self__, "sending_metrics", sending_metrics)
678
+
679
+ @property
680
+ @pulumi.getter
681
+ def id(self) -> Optional[str]:
682
+ """
683
+ The ARM id of the resource.
684
+ """
685
+ return pulumi.get(self, "id")
686
+
687
+ @property
688
+ @pulumi.getter(name="reasonForLogsStatus")
689
+ def reason_for_logs_status(self) -> Optional[str]:
690
+ """
691
+ Reason for why the resource is sending logs (or why it is not sending).
692
+ """
693
+ return pulumi.get(self, "reason_for_logs_status")
694
+
695
+ @property
696
+ @pulumi.getter(name="reasonForMetricsStatus")
697
+ def reason_for_metrics_status(self) -> Optional[str]:
698
+ """
699
+ Reason for why the resource is sending metrics (or why it is not sending).
700
+ """
701
+ return pulumi.get(self, "reason_for_metrics_status")
702
+
703
+ @property
704
+ @pulumi.getter(name="sendingLogs")
705
+ def sending_logs(self) -> Optional[bool]:
706
+ """
707
+ Flag indicating if resource is sending logs to Datadog.
708
+ """
709
+ return pulumi.get(self, "sending_logs")
710
+
711
+ @property
712
+ @pulumi.getter(name="sendingMetrics")
713
+ def sending_metrics(self) -> Optional[bool]:
714
+ """
715
+ Flag indicating if resource is sending metrics to Datadog.
716
+ """
717
+ return pulumi.get(self, "sending_metrics")
718
+
719
+
720
+ @pulumi.output_type
721
+ class MonitoredSubscriptionResponse(dict):
722
+ """
723
+ The list of subscriptions and it's monitoring status by current Datadog monitor.
724
+ """
725
+ @staticmethod
726
+ def __key_warning(key: str):
727
+ suggest = None
728
+ if key == "subscriptionId":
729
+ suggest = "subscription_id"
730
+ elif key == "tagRules":
731
+ suggest = "tag_rules"
732
+
733
+ if suggest:
734
+ pulumi.log.warn(f"Key '{key}' not found in MonitoredSubscriptionResponse. Access the value via the '{suggest}' property getter instead.")
735
+
736
+ def __getitem__(self, key: str) -> Any:
737
+ MonitoredSubscriptionResponse.__key_warning(key)
738
+ return super().__getitem__(key)
739
+
740
+ def get(self, key: str, default = None) -> Any:
741
+ MonitoredSubscriptionResponse.__key_warning(key)
742
+ return super().get(key, default)
743
+
744
+ def __init__(__self__, *,
745
+ error: Optional[str] = None,
746
+ status: Optional[str] = None,
747
+ subscription_id: Optional[str] = None,
748
+ tag_rules: Optional['outputs.MonitoringTagRulesPropertiesResponse'] = None):
749
+ """
750
+ The list of subscriptions and it's monitoring status by current Datadog monitor.
751
+ :param str error: The reason of not monitoring the subscription.
752
+ :param str status: The state of monitoring.
753
+ :param str subscription_id: The subscriptionId to be monitored.
754
+ :param 'MonitoringTagRulesPropertiesResponse' tag_rules: Definition of the properties for a TagRules resource.
755
+ """
756
+ if error is not None:
757
+ pulumi.set(__self__, "error", error)
758
+ if status is not None:
759
+ pulumi.set(__self__, "status", status)
760
+ if subscription_id is not None:
761
+ pulumi.set(__self__, "subscription_id", subscription_id)
762
+ if tag_rules is not None:
763
+ pulumi.set(__self__, "tag_rules", tag_rules)
764
+
765
+ @property
766
+ @pulumi.getter
767
+ def error(self) -> Optional[str]:
768
+ """
769
+ The reason of not monitoring the subscription.
770
+ """
771
+ return pulumi.get(self, "error")
772
+
773
+ @property
774
+ @pulumi.getter
775
+ def status(self) -> Optional[str]:
776
+ """
777
+ The state of monitoring.
778
+ """
779
+ return pulumi.get(self, "status")
780
+
781
+ @property
782
+ @pulumi.getter(name="subscriptionId")
783
+ def subscription_id(self) -> Optional[str]:
784
+ """
785
+ The subscriptionId to be monitored.
786
+ """
787
+ return pulumi.get(self, "subscription_id")
788
+
789
+ @property
790
+ @pulumi.getter(name="tagRules")
791
+ def tag_rules(self) -> Optional['outputs.MonitoringTagRulesPropertiesResponse']:
792
+ """
793
+ Definition of the properties for a TagRules resource.
794
+ """
795
+ return pulumi.get(self, "tag_rules")
796
+
797
+
798
+ @pulumi.output_type
799
+ class MonitoringTagRulesPropertiesResponse(dict):
800
+ """
801
+ Definition of the properties for a TagRules resource.
802
+ """
803
+ @staticmethod
804
+ def __key_warning(key: str):
805
+ suggest = None
806
+ if key == "provisioningState":
807
+ suggest = "provisioning_state"
808
+ elif key == "logRules":
809
+ suggest = "log_rules"
810
+ elif key == "metricRules":
811
+ suggest = "metric_rules"
812
+
813
+ if suggest:
814
+ pulumi.log.warn(f"Key '{key}' not found in MonitoringTagRulesPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
815
+
816
+ def __getitem__(self, key: str) -> Any:
817
+ MonitoringTagRulesPropertiesResponse.__key_warning(key)
818
+ return super().__getitem__(key)
819
+
820
+ def get(self, key: str, default = None) -> Any:
821
+ MonitoringTagRulesPropertiesResponse.__key_warning(key)
822
+ return super().get(key, default)
823
+
824
+ def __init__(__self__, *,
825
+ provisioning_state: str,
826
+ automuting: Optional[bool] = None,
827
+ log_rules: Optional['outputs.LogRulesResponse'] = None,
828
+ metric_rules: Optional['outputs.MetricRulesResponse'] = None):
829
+ """
830
+ Definition of the properties for a TagRules resource.
831
+ :param bool automuting: Configuration to enable/disable auto-muting flag
832
+ :param 'LogRulesResponse' log_rules: Set of rules for sending logs for the Monitor resource.
833
+ :param 'MetricRulesResponse' metric_rules: Set of rules for sending metrics for the Monitor resource.
834
+ """
835
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
836
+ if automuting is not None:
837
+ pulumi.set(__self__, "automuting", automuting)
838
+ if log_rules is not None:
839
+ pulumi.set(__self__, "log_rules", log_rules)
840
+ if metric_rules is not None:
841
+ pulumi.set(__self__, "metric_rules", metric_rules)
842
+
843
+ @property
844
+ @pulumi.getter(name="provisioningState")
845
+ def provisioning_state(self) -> str:
846
+ return pulumi.get(self, "provisioning_state")
847
+
848
+ @property
849
+ @pulumi.getter
850
+ def automuting(self) -> Optional[bool]:
851
+ """
852
+ Configuration to enable/disable auto-muting flag
853
+ """
854
+ return pulumi.get(self, "automuting")
855
+
856
+ @property
857
+ @pulumi.getter(name="logRules")
858
+ def log_rules(self) -> Optional['outputs.LogRulesResponse']:
859
+ """
860
+ Set of rules for sending logs for the Monitor resource.
861
+ """
862
+ return pulumi.get(self, "log_rules")
863
+
864
+ @property
865
+ @pulumi.getter(name="metricRules")
866
+ def metric_rules(self) -> Optional['outputs.MetricRulesResponse']:
867
+ """
868
+ Set of rules for sending metrics for the Monitor resource.
869
+ """
870
+ return pulumi.get(self, "metric_rules")
871
+
872
+
873
+ @pulumi.output_type
874
+ class ResourceSkuResponse(dict):
875
+ def __init__(__self__, *,
876
+ name: str):
877
+ """
878
+ :param str name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
879
+ """
880
+ pulumi.set(__self__, "name", name)
881
+
882
+ @property
883
+ @pulumi.getter
884
+ def name(self) -> str:
885
+ """
886
+ Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
887
+ """
888
+ return pulumi.get(self, "name")
889
+
890
+
891
+ @pulumi.output_type
892
+ class SubscriptionListResponse(dict):
893
+ """
894
+ The request to update subscriptions needed to be monitored by the Datadog monitor resource.
895
+ """
896
+ @staticmethod
897
+ def __key_warning(key: str):
898
+ suggest = None
899
+ if key == "monitoredSubscriptionList":
900
+ suggest = "monitored_subscription_list"
901
+
902
+ if suggest:
903
+ pulumi.log.warn(f"Key '{key}' not found in SubscriptionListResponse. Access the value via the '{suggest}' property getter instead.")
904
+
905
+ def __getitem__(self, key: str) -> Any:
906
+ SubscriptionListResponse.__key_warning(key)
907
+ return super().__getitem__(key)
908
+
909
+ def get(self, key: str, default = None) -> Any:
910
+ SubscriptionListResponse.__key_warning(key)
911
+ return super().get(key, default)
912
+
913
+ def __init__(__self__, *,
914
+ monitored_subscription_list: Optional[Sequence['outputs.MonitoredSubscriptionResponse']] = None):
915
+ """
916
+ The request to update subscriptions needed to be monitored by the Datadog monitor resource.
917
+ :param Sequence['MonitoredSubscriptionResponse'] monitored_subscription_list: List of subscriptions and the state of the monitoring.
918
+ """
919
+ if monitored_subscription_list is not None:
920
+ pulumi.set(__self__, "monitored_subscription_list", monitored_subscription_list)
921
+
922
+ @property
923
+ @pulumi.getter(name="monitoredSubscriptionList")
924
+ def monitored_subscription_list(self) -> Optional[Sequence['outputs.MonitoredSubscriptionResponse']]:
925
+ """
926
+ List of subscriptions and the state of the monitoring.
927
+ """
928
+ return pulumi.get(self, "monitored_subscription_list")
929
+
930
+
931
+ @pulumi.output_type
932
+ class SystemDataResponse(dict):
933
+ """
934
+ Metadata pertaining to creation and last modification of the resource.
935
+ """
936
+ @staticmethod
937
+ def __key_warning(key: str):
938
+ suggest = None
939
+ if key == "createdAt":
940
+ suggest = "created_at"
941
+ elif key == "createdBy":
942
+ suggest = "created_by"
943
+ elif key == "createdByType":
944
+ suggest = "created_by_type"
945
+ elif key == "lastModifiedAt":
946
+ suggest = "last_modified_at"
947
+ elif key == "lastModifiedBy":
948
+ suggest = "last_modified_by"
949
+ elif key == "lastModifiedByType":
950
+ suggest = "last_modified_by_type"
951
+
952
+ if suggest:
953
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
954
+
955
+ def __getitem__(self, key: str) -> Any:
956
+ SystemDataResponse.__key_warning(key)
957
+ return super().__getitem__(key)
958
+
959
+ def get(self, key: str, default = None) -> Any:
960
+ SystemDataResponse.__key_warning(key)
961
+ return super().get(key, default)
962
+
963
+ def __init__(__self__, *,
964
+ created_at: Optional[str] = None,
965
+ created_by: Optional[str] = None,
966
+ created_by_type: Optional[str] = None,
967
+ last_modified_at: Optional[str] = None,
968
+ last_modified_by: Optional[str] = None,
969
+ last_modified_by_type: Optional[str] = None):
970
+ """
971
+ Metadata pertaining to creation and last modification of the resource.
972
+ :param str created_at: The timestamp of resource creation (UTC).
973
+ :param str created_by: The identity that created the resource.
974
+ :param str created_by_type: The type of identity that created the resource.
975
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
976
+ :param str last_modified_by: The identity that last modified the resource.
977
+ :param str last_modified_by_type: The type of identity that last modified the resource.
978
+ """
979
+ if created_at is not None:
980
+ pulumi.set(__self__, "created_at", created_at)
981
+ if created_by is not None:
982
+ pulumi.set(__self__, "created_by", created_by)
983
+ if created_by_type is not None:
984
+ pulumi.set(__self__, "created_by_type", created_by_type)
985
+ if last_modified_at is not None:
986
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
987
+ if last_modified_by is not None:
988
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
989
+ if last_modified_by_type is not None:
990
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
991
+
992
+ @property
993
+ @pulumi.getter(name="createdAt")
994
+ def created_at(self) -> Optional[str]:
995
+ """
996
+ The timestamp of resource creation (UTC).
997
+ """
998
+ return pulumi.get(self, "created_at")
999
+
1000
+ @property
1001
+ @pulumi.getter(name="createdBy")
1002
+ def created_by(self) -> Optional[str]:
1003
+ """
1004
+ The identity that created the resource.
1005
+ """
1006
+ return pulumi.get(self, "created_by")
1007
+
1008
+ @property
1009
+ @pulumi.getter(name="createdByType")
1010
+ def created_by_type(self) -> Optional[str]:
1011
+ """
1012
+ The type of identity that created the resource.
1013
+ """
1014
+ return pulumi.get(self, "created_by_type")
1015
+
1016
+ @property
1017
+ @pulumi.getter(name="lastModifiedAt")
1018
+ def last_modified_at(self) -> Optional[str]:
1019
+ """
1020
+ The timestamp of resource last modification (UTC)
1021
+ """
1022
+ return pulumi.get(self, "last_modified_at")
1023
+
1024
+ @property
1025
+ @pulumi.getter(name="lastModifiedBy")
1026
+ def last_modified_by(self) -> Optional[str]:
1027
+ """
1028
+ The identity that last modified the resource.
1029
+ """
1030
+ return pulumi.get(self, "last_modified_by")
1031
+
1032
+ @property
1033
+ @pulumi.getter(name="lastModifiedByType")
1034
+ def last_modified_by_type(self) -> Optional[str]:
1035
+ """
1036
+ The type of identity that last modified the resource.
1037
+ """
1038
+ return pulumi.get(self, "last_modified_by_type")
1039
+
1040
+
1041
+ @pulumi.output_type
1042
+ class UserInfoResponse(dict):
1043
+ """
1044
+ Includes name, email and optionally, phone number. User Information can't be null.
1045
+ """
1046
+ @staticmethod
1047
+ def __key_warning(key: str):
1048
+ suggest = None
1049
+ if key == "emailAddress":
1050
+ suggest = "email_address"
1051
+ elif key == "phoneNumber":
1052
+ suggest = "phone_number"
1053
+
1054
+ if suggest:
1055
+ pulumi.log.warn(f"Key '{key}' not found in UserInfoResponse. Access the value via the '{suggest}' property getter instead.")
1056
+
1057
+ def __getitem__(self, key: str) -> Any:
1058
+ UserInfoResponse.__key_warning(key)
1059
+ return super().__getitem__(key)
1060
+
1061
+ def get(self, key: str, default = None) -> Any:
1062
+ UserInfoResponse.__key_warning(key)
1063
+ return super().get(key, default)
1064
+
1065
+ def __init__(__self__, *,
1066
+ email_address: Optional[str] = None,
1067
+ name: Optional[str] = None,
1068
+ phone_number: Optional[str] = None):
1069
+ """
1070
+ Includes name, email and optionally, phone number. User Information can't be null.
1071
+ :param str email_address: Email of the user used by Datadog for contacting them if needed
1072
+ :param str name: Name of the user
1073
+ :param str phone_number: Phone number of the user used by Datadog for contacting them if needed
1074
+ """
1075
+ if email_address is not None:
1076
+ pulumi.set(__self__, "email_address", email_address)
1077
+ if name is not None:
1078
+ pulumi.set(__self__, "name", name)
1079
+ if phone_number is not None:
1080
+ pulumi.set(__self__, "phone_number", phone_number)
1081
+
1082
+ @property
1083
+ @pulumi.getter(name="emailAddress")
1084
+ def email_address(self) -> Optional[str]:
1085
+ """
1086
+ Email of the user used by Datadog for contacting them if needed
1087
+ """
1088
+ return pulumi.get(self, "email_address")
1089
+
1090
+ @property
1091
+ @pulumi.getter
1092
+ def name(self) -> Optional[str]:
1093
+ """
1094
+ Name of the user
1095
+ """
1096
+ return pulumi.get(self, "name")
1097
+
1098
+ @property
1099
+ @pulumi.getter(name="phoneNumber")
1100
+ def phone_number(self) -> Optional[str]:
1101
+ """
1102
+ Phone number of the user used by Datadog for contacting them if needed
1103
+ """
1104
+ return pulumi.get(self, "phone_number")
1105
+
1106
+