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,655 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from ._enums import *
12
+
13
+ __all__ = [
14
+ 'DatadogOrganizationPropertiesArgs',
15
+ 'FilteringTagArgs',
16
+ 'IdentityPropertiesArgs',
17
+ 'LogRulesArgs',
18
+ 'MetricRulesArgs',
19
+ 'MonitorPropertiesArgs',
20
+ 'MonitoredSubscriptionArgs',
21
+ 'MonitoringTagRulesPropertiesArgs',
22
+ 'ResourceSkuArgs',
23
+ 'SubscriptionListArgs',
24
+ 'UserInfoArgs',
25
+ ]
26
+
27
+ @pulumi.input_type
28
+ class DatadogOrganizationPropertiesArgs:
29
+ def __init__(__self__, *,
30
+ api_key: Optional[pulumi.Input[str]] = None,
31
+ application_key: Optional[pulumi.Input[str]] = None,
32
+ cspm: Optional[pulumi.Input[bool]] = None,
33
+ enterprise_app_id: Optional[pulumi.Input[str]] = None,
34
+ id: Optional[pulumi.Input[str]] = None,
35
+ linking_auth_code: Optional[pulumi.Input[str]] = None,
36
+ linking_client_id: Optional[pulumi.Input[str]] = None,
37
+ name: Optional[pulumi.Input[str]] = None,
38
+ redirect_uri: Optional[pulumi.Input[str]] = None):
39
+ """
40
+ Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
41
+ :param pulumi.Input[str] api_key: Api key associated to the Datadog organization.
42
+ :param pulumi.Input[str] application_key: Application key associated to the Datadog organization.
43
+ :param pulumi.Input[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.
44
+ :param pulumi.Input[str] enterprise_app_id: The Id of the Enterprise App used for Single sign on.
45
+ :param pulumi.Input[str] id: Id of the Datadog organization.
46
+ :param pulumi.Input[str] linking_auth_code: The auth code used to linking to an existing Datadog organization.
47
+ :param pulumi.Input[str] linking_client_id: The client_id from an existing in exchange for an auth token to link organization.
48
+ :param pulumi.Input[str] name: Name of the Datadog organization.
49
+ :param pulumi.Input[str] redirect_uri: The redirect URI for linking.
50
+ """
51
+ if api_key is not None:
52
+ pulumi.set(__self__, "api_key", api_key)
53
+ if application_key is not None:
54
+ pulumi.set(__self__, "application_key", application_key)
55
+ if cspm is not None:
56
+ pulumi.set(__self__, "cspm", cspm)
57
+ if enterprise_app_id is not None:
58
+ pulumi.set(__self__, "enterprise_app_id", enterprise_app_id)
59
+ if id is not None:
60
+ pulumi.set(__self__, "id", id)
61
+ if linking_auth_code is not None:
62
+ pulumi.set(__self__, "linking_auth_code", linking_auth_code)
63
+ if linking_client_id is not None:
64
+ pulumi.set(__self__, "linking_client_id", linking_client_id)
65
+ if name is not None:
66
+ pulumi.set(__self__, "name", name)
67
+ if redirect_uri is not None:
68
+ pulumi.set(__self__, "redirect_uri", redirect_uri)
69
+
70
+ @property
71
+ @pulumi.getter(name="apiKey")
72
+ def api_key(self) -> Optional[pulumi.Input[str]]:
73
+ """
74
+ Api key associated to the Datadog organization.
75
+ """
76
+ return pulumi.get(self, "api_key")
77
+
78
+ @api_key.setter
79
+ def api_key(self, value: Optional[pulumi.Input[str]]):
80
+ pulumi.set(self, "api_key", value)
81
+
82
+ @property
83
+ @pulumi.getter(name="applicationKey")
84
+ def application_key(self) -> Optional[pulumi.Input[str]]:
85
+ """
86
+ Application key associated to the Datadog organization.
87
+ """
88
+ return pulumi.get(self, "application_key")
89
+
90
+ @application_key.setter
91
+ def application_key(self, value: Optional[pulumi.Input[str]]):
92
+ pulumi.set(self, "application_key", value)
93
+
94
+ @property
95
+ @pulumi.getter
96
+ def cspm(self) -> Optional[pulumi.Input[bool]]:
97
+ """
98
+ 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.
99
+ """
100
+ return pulumi.get(self, "cspm")
101
+
102
+ @cspm.setter
103
+ def cspm(self, value: Optional[pulumi.Input[bool]]):
104
+ pulumi.set(self, "cspm", value)
105
+
106
+ @property
107
+ @pulumi.getter(name="enterpriseAppId")
108
+ def enterprise_app_id(self) -> Optional[pulumi.Input[str]]:
109
+ """
110
+ The Id of the Enterprise App used for Single sign on.
111
+ """
112
+ return pulumi.get(self, "enterprise_app_id")
113
+
114
+ @enterprise_app_id.setter
115
+ def enterprise_app_id(self, value: Optional[pulumi.Input[str]]):
116
+ pulumi.set(self, "enterprise_app_id", value)
117
+
118
+ @property
119
+ @pulumi.getter
120
+ def id(self) -> Optional[pulumi.Input[str]]:
121
+ """
122
+ Id of the Datadog organization.
123
+ """
124
+ return pulumi.get(self, "id")
125
+
126
+ @id.setter
127
+ def id(self, value: Optional[pulumi.Input[str]]):
128
+ pulumi.set(self, "id", value)
129
+
130
+ @property
131
+ @pulumi.getter(name="linkingAuthCode")
132
+ def linking_auth_code(self) -> Optional[pulumi.Input[str]]:
133
+ """
134
+ The auth code used to linking to an existing Datadog organization.
135
+ """
136
+ return pulumi.get(self, "linking_auth_code")
137
+
138
+ @linking_auth_code.setter
139
+ def linking_auth_code(self, value: Optional[pulumi.Input[str]]):
140
+ pulumi.set(self, "linking_auth_code", value)
141
+
142
+ @property
143
+ @pulumi.getter(name="linkingClientId")
144
+ def linking_client_id(self) -> Optional[pulumi.Input[str]]:
145
+ """
146
+ The client_id from an existing in exchange for an auth token to link organization.
147
+ """
148
+ return pulumi.get(self, "linking_client_id")
149
+
150
+ @linking_client_id.setter
151
+ def linking_client_id(self, value: Optional[pulumi.Input[str]]):
152
+ pulumi.set(self, "linking_client_id", value)
153
+
154
+ @property
155
+ @pulumi.getter
156
+ def name(self) -> Optional[pulumi.Input[str]]:
157
+ """
158
+ Name of the Datadog organization.
159
+ """
160
+ return pulumi.get(self, "name")
161
+
162
+ @name.setter
163
+ def name(self, value: Optional[pulumi.Input[str]]):
164
+ pulumi.set(self, "name", value)
165
+
166
+ @property
167
+ @pulumi.getter(name="redirectUri")
168
+ def redirect_uri(self) -> Optional[pulumi.Input[str]]:
169
+ """
170
+ The redirect URI for linking.
171
+ """
172
+ return pulumi.get(self, "redirect_uri")
173
+
174
+ @redirect_uri.setter
175
+ def redirect_uri(self, value: Optional[pulumi.Input[str]]):
176
+ pulumi.set(self, "redirect_uri", value)
177
+
178
+
179
+ @pulumi.input_type
180
+ class FilteringTagArgs:
181
+ def __init__(__self__, *,
182
+ action: Optional[pulumi.Input[Union[str, 'TagAction']]] = None,
183
+ name: Optional[pulumi.Input[str]] = None,
184
+ value: Optional[pulumi.Input[str]] = None):
185
+ """
186
+ The definition of a filtering tag. Filtering tags are used for capturing resources and include/exclude them from being monitored.
187
+ :param pulumi.Input[Union[str, 'TagAction']] action: Valid actions for a filtering tag. Exclusion takes priority over inclusion.
188
+ :param pulumi.Input[str] name: The name (also known as the key) of the tag.
189
+ :param pulumi.Input[str] value: The value of the tag.
190
+ """
191
+ if action is not None:
192
+ pulumi.set(__self__, "action", action)
193
+ if name is not None:
194
+ pulumi.set(__self__, "name", name)
195
+ if value is not None:
196
+ pulumi.set(__self__, "value", value)
197
+
198
+ @property
199
+ @pulumi.getter
200
+ def action(self) -> Optional[pulumi.Input[Union[str, 'TagAction']]]:
201
+ """
202
+ Valid actions for a filtering tag. Exclusion takes priority over inclusion.
203
+ """
204
+ return pulumi.get(self, "action")
205
+
206
+ @action.setter
207
+ def action(self, value: Optional[pulumi.Input[Union[str, 'TagAction']]]):
208
+ pulumi.set(self, "action", value)
209
+
210
+ @property
211
+ @pulumi.getter
212
+ def name(self) -> Optional[pulumi.Input[str]]:
213
+ """
214
+ The name (also known as the key) of the tag.
215
+ """
216
+ return pulumi.get(self, "name")
217
+
218
+ @name.setter
219
+ def name(self, value: Optional[pulumi.Input[str]]):
220
+ pulumi.set(self, "name", value)
221
+
222
+ @property
223
+ @pulumi.getter
224
+ def value(self) -> Optional[pulumi.Input[str]]:
225
+ """
226
+ The value of the tag.
227
+ """
228
+ return pulumi.get(self, "value")
229
+
230
+ @value.setter
231
+ def value(self, value: Optional[pulumi.Input[str]]):
232
+ pulumi.set(self, "value", value)
233
+
234
+
235
+ @pulumi.input_type
236
+ class IdentityPropertiesArgs:
237
+ def __init__(__self__, *,
238
+ type: Optional[pulumi.Input[Union[str, 'ManagedIdentityTypes']]] = None):
239
+ """
240
+ :param pulumi.Input[Union[str, 'ManagedIdentityTypes']] type: Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
241
+ """
242
+ if type is not None:
243
+ pulumi.set(__self__, "type", type)
244
+
245
+ @property
246
+ @pulumi.getter
247
+ def type(self) -> Optional[pulumi.Input[Union[str, 'ManagedIdentityTypes']]]:
248
+ """
249
+ Specifies the identity type of the Datadog Monitor. At this time the only allowed value is 'SystemAssigned'.
250
+ """
251
+ return pulumi.get(self, "type")
252
+
253
+ @type.setter
254
+ def type(self, value: Optional[pulumi.Input[Union[str, 'ManagedIdentityTypes']]]):
255
+ pulumi.set(self, "type", value)
256
+
257
+
258
+ @pulumi.input_type
259
+ class LogRulesArgs:
260
+ def __init__(__self__, *,
261
+ filtering_tags: Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]] = None,
262
+ send_aad_logs: Optional[pulumi.Input[bool]] = None,
263
+ send_resource_logs: Optional[pulumi.Input[bool]] = None,
264
+ send_subscription_logs: Optional[pulumi.Input[bool]] = None):
265
+ """
266
+ Set of rules for sending logs for the Monitor resource.
267
+ :param pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]] 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.
268
+ :param pulumi.Input[bool] send_aad_logs: Flag specifying if AAD logs should be sent for the Monitor resource.
269
+ :param pulumi.Input[bool] send_resource_logs: Flag specifying if Azure resource logs should be sent for the Monitor resource.
270
+ :param pulumi.Input[bool] send_subscription_logs: Flag specifying if Azure subscription logs should be sent for the Monitor resource.
271
+ """
272
+ if filtering_tags is not None:
273
+ pulumi.set(__self__, "filtering_tags", filtering_tags)
274
+ if send_aad_logs is not None:
275
+ pulumi.set(__self__, "send_aad_logs", send_aad_logs)
276
+ if send_resource_logs is not None:
277
+ pulumi.set(__self__, "send_resource_logs", send_resource_logs)
278
+ if send_subscription_logs is not None:
279
+ pulumi.set(__self__, "send_subscription_logs", send_subscription_logs)
280
+
281
+ @property
282
+ @pulumi.getter(name="filteringTags")
283
+ def filtering_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]]:
284
+ """
285
+ 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.
286
+ """
287
+ return pulumi.get(self, "filtering_tags")
288
+
289
+ @filtering_tags.setter
290
+ def filtering_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]]):
291
+ pulumi.set(self, "filtering_tags", value)
292
+
293
+ @property
294
+ @pulumi.getter(name="sendAadLogs")
295
+ def send_aad_logs(self) -> Optional[pulumi.Input[bool]]:
296
+ """
297
+ Flag specifying if AAD logs should be sent for the Monitor resource.
298
+ """
299
+ return pulumi.get(self, "send_aad_logs")
300
+
301
+ @send_aad_logs.setter
302
+ def send_aad_logs(self, value: Optional[pulumi.Input[bool]]):
303
+ pulumi.set(self, "send_aad_logs", value)
304
+
305
+ @property
306
+ @pulumi.getter(name="sendResourceLogs")
307
+ def send_resource_logs(self) -> Optional[pulumi.Input[bool]]:
308
+ """
309
+ Flag specifying if Azure resource logs should be sent for the Monitor resource.
310
+ """
311
+ return pulumi.get(self, "send_resource_logs")
312
+
313
+ @send_resource_logs.setter
314
+ def send_resource_logs(self, value: Optional[pulumi.Input[bool]]):
315
+ pulumi.set(self, "send_resource_logs", value)
316
+
317
+ @property
318
+ @pulumi.getter(name="sendSubscriptionLogs")
319
+ def send_subscription_logs(self) -> Optional[pulumi.Input[bool]]:
320
+ """
321
+ Flag specifying if Azure subscription logs should be sent for the Monitor resource.
322
+ """
323
+ return pulumi.get(self, "send_subscription_logs")
324
+
325
+ @send_subscription_logs.setter
326
+ def send_subscription_logs(self, value: Optional[pulumi.Input[bool]]):
327
+ pulumi.set(self, "send_subscription_logs", value)
328
+
329
+
330
+ @pulumi.input_type
331
+ class MetricRulesArgs:
332
+ def __init__(__self__, *,
333
+ filtering_tags: Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]] = None):
334
+ """
335
+ Set of rules for sending metrics for the Monitor resource.
336
+ :param pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]] 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.
337
+ """
338
+ if filtering_tags is not None:
339
+ pulumi.set(__self__, "filtering_tags", filtering_tags)
340
+
341
+ @property
342
+ @pulumi.getter(name="filteringTags")
343
+ def filtering_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]]:
344
+ """
345
+ 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.
346
+ """
347
+ return pulumi.get(self, "filtering_tags")
348
+
349
+ @filtering_tags.setter
350
+ def filtering_tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FilteringTagArgs']]]]):
351
+ pulumi.set(self, "filtering_tags", value)
352
+
353
+
354
+ @pulumi.input_type
355
+ class MonitorPropertiesArgs:
356
+ def __init__(__self__, *,
357
+ datadog_organization_properties: Optional[pulumi.Input['DatadogOrganizationPropertiesArgs']] = None,
358
+ monitoring_status: Optional[pulumi.Input[Union[str, 'MonitoringStatus']]] = None,
359
+ user_info: Optional[pulumi.Input['UserInfoArgs']] = None):
360
+ """
361
+ Properties specific to the monitor resource.
362
+ :param pulumi.Input['DatadogOrganizationPropertiesArgs'] datadog_organization_properties: Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
363
+ :param pulumi.Input[Union[str, 'MonitoringStatus']] monitoring_status: Flag specifying if the resource monitoring is enabled or disabled.
364
+ :param pulumi.Input['UserInfoArgs'] user_info: Includes name, email and optionally, phone number. User Information can't be null.
365
+ """
366
+ if datadog_organization_properties is not None:
367
+ pulumi.set(__self__, "datadog_organization_properties", datadog_organization_properties)
368
+ if monitoring_status is not None:
369
+ pulumi.set(__self__, "monitoring_status", monitoring_status)
370
+ if user_info is not None:
371
+ pulumi.set(__self__, "user_info", user_info)
372
+
373
+ @property
374
+ @pulumi.getter(name="datadogOrganizationProperties")
375
+ def datadog_organization_properties(self) -> Optional[pulumi.Input['DatadogOrganizationPropertiesArgs']]:
376
+ """
377
+ Specify the Datadog organization name. In the case of linking to existing organizations, Id, ApiKey, and Applicationkey is required as well.
378
+ """
379
+ return pulumi.get(self, "datadog_organization_properties")
380
+
381
+ @datadog_organization_properties.setter
382
+ def datadog_organization_properties(self, value: Optional[pulumi.Input['DatadogOrganizationPropertiesArgs']]):
383
+ pulumi.set(self, "datadog_organization_properties", value)
384
+
385
+ @property
386
+ @pulumi.getter(name="monitoringStatus")
387
+ def monitoring_status(self) -> Optional[pulumi.Input[Union[str, 'MonitoringStatus']]]:
388
+ """
389
+ Flag specifying if the resource monitoring is enabled or disabled.
390
+ """
391
+ return pulumi.get(self, "monitoring_status")
392
+
393
+ @monitoring_status.setter
394
+ def monitoring_status(self, value: Optional[pulumi.Input[Union[str, 'MonitoringStatus']]]):
395
+ pulumi.set(self, "monitoring_status", value)
396
+
397
+ @property
398
+ @pulumi.getter(name="userInfo")
399
+ def user_info(self) -> Optional[pulumi.Input['UserInfoArgs']]:
400
+ """
401
+ Includes name, email and optionally, phone number. User Information can't be null.
402
+ """
403
+ return pulumi.get(self, "user_info")
404
+
405
+ @user_info.setter
406
+ def user_info(self, value: Optional[pulumi.Input['UserInfoArgs']]):
407
+ pulumi.set(self, "user_info", value)
408
+
409
+
410
+ @pulumi.input_type
411
+ class MonitoredSubscriptionArgs:
412
+ def __init__(__self__, *,
413
+ error: Optional[pulumi.Input[str]] = None,
414
+ status: Optional[pulumi.Input[Union[str, 'Status']]] = None,
415
+ subscription_id: Optional[pulumi.Input[str]] = None,
416
+ tag_rules: Optional[pulumi.Input['MonitoringTagRulesPropertiesArgs']] = None):
417
+ """
418
+ The list of subscriptions and it's monitoring status by current Datadog monitor.
419
+ :param pulumi.Input[str] error: The reason of not monitoring the subscription.
420
+ :param pulumi.Input[Union[str, 'Status']] status: The state of monitoring.
421
+ :param pulumi.Input[str] subscription_id: The subscriptionId to be monitored.
422
+ :param pulumi.Input['MonitoringTagRulesPropertiesArgs'] tag_rules: Definition of the properties for a TagRules resource.
423
+ """
424
+ if error is not None:
425
+ pulumi.set(__self__, "error", error)
426
+ if status is not None:
427
+ pulumi.set(__self__, "status", status)
428
+ if subscription_id is not None:
429
+ pulumi.set(__self__, "subscription_id", subscription_id)
430
+ if tag_rules is not None:
431
+ pulumi.set(__self__, "tag_rules", tag_rules)
432
+
433
+ @property
434
+ @pulumi.getter
435
+ def error(self) -> Optional[pulumi.Input[str]]:
436
+ """
437
+ The reason of not monitoring the subscription.
438
+ """
439
+ return pulumi.get(self, "error")
440
+
441
+ @error.setter
442
+ def error(self, value: Optional[pulumi.Input[str]]):
443
+ pulumi.set(self, "error", value)
444
+
445
+ @property
446
+ @pulumi.getter
447
+ def status(self) -> Optional[pulumi.Input[Union[str, 'Status']]]:
448
+ """
449
+ The state of monitoring.
450
+ """
451
+ return pulumi.get(self, "status")
452
+
453
+ @status.setter
454
+ def status(self, value: Optional[pulumi.Input[Union[str, 'Status']]]):
455
+ pulumi.set(self, "status", value)
456
+
457
+ @property
458
+ @pulumi.getter(name="subscriptionId")
459
+ def subscription_id(self) -> Optional[pulumi.Input[str]]:
460
+ """
461
+ The subscriptionId to be monitored.
462
+ """
463
+ return pulumi.get(self, "subscription_id")
464
+
465
+ @subscription_id.setter
466
+ def subscription_id(self, value: Optional[pulumi.Input[str]]):
467
+ pulumi.set(self, "subscription_id", value)
468
+
469
+ @property
470
+ @pulumi.getter(name="tagRules")
471
+ def tag_rules(self) -> Optional[pulumi.Input['MonitoringTagRulesPropertiesArgs']]:
472
+ """
473
+ Definition of the properties for a TagRules resource.
474
+ """
475
+ return pulumi.get(self, "tag_rules")
476
+
477
+ @tag_rules.setter
478
+ def tag_rules(self, value: Optional[pulumi.Input['MonitoringTagRulesPropertiesArgs']]):
479
+ pulumi.set(self, "tag_rules", value)
480
+
481
+
482
+ @pulumi.input_type
483
+ class MonitoringTagRulesPropertiesArgs:
484
+ def __init__(__self__, *,
485
+ automuting: Optional[pulumi.Input[bool]] = None,
486
+ log_rules: Optional[pulumi.Input['LogRulesArgs']] = None,
487
+ metric_rules: Optional[pulumi.Input['MetricRulesArgs']] = None):
488
+ """
489
+ Definition of the properties for a TagRules resource.
490
+ :param pulumi.Input[bool] automuting: Configuration to enable/disable auto-muting flag
491
+ :param pulumi.Input['LogRulesArgs'] log_rules: Set of rules for sending logs for the Monitor resource.
492
+ :param pulumi.Input['MetricRulesArgs'] metric_rules: Set of rules for sending metrics for the Monitor resource.
493
+ """
494
+ if automuting is not None:
495
+ pulumi.set(__self__, "automuting", automuting)
496
+ if log_rules is not None:
497
+ pulumi.set(__self__, "log_rules", log_rules)
498
+ if metric_rules is not None:
499
+ pulumi.set(__self__, "metric_rules", metric_rules)
500
+
501
+ @property
502
+ @pulumi.getter
503
+ def automuting(self) -> Optional[pulumi.Input[bool]]:
504
+ """
505
+ Configuration to enable/disable auto-muting flag
506
+ """
507
+ return pulumi.get(self, "automuting")
508
+
509
+ @automuting.setter
510
+ def automuting(self, value: Optional[pulumi.Input[bool]]):
511
+ pulumi.set(self, "automuting", value)
512
+
513
+ @property
514
+ @pulumi.getter(name="logRules")
515
+ def log_rules(self) -> Optional[pulumi.Input['LogRulesArgs']]:
516
+ """
517
+ Set of rules for sending logs for the Monitor resource.
518
+ """
519
+ return pulumi.get(self, "log_rules")
520
+
521
+ @log_rules.setter
522
+ def log_rules(self, value: Optional[pulumi.Input['LogRulesArgs']]):
523
+ pulumi.set(self, "log_rules", value)
524
+
525
+ @property
526
+ @pulumi.getter(name="metricRules")
527
+ def metric_rules(self) -> Optional[pulumi.Input['MetricRulesArgs']]:
528
+ """
529
+ Set of rules for sending metrics for the Monitor resource.
530
+ """
531
+ return pulumi.get(self, "metric_rules")
532
+
533
+ @metric_rules.setter
534
+ def metric_rules(self, value: Optional[pulumi.Input['MetricRulesArgs']]):
535
+ pulumi.set(self, "metric_rules", value)
536
+
537
+
538
+ @pulumi.input_type
539
+ class ResourceSkuArgs:
540
+ def __init__(__self__, *,
541
+ name: pulumi.Input[str]):
542
+ """
543
+ :param pulumi.Input[str] name: Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
544
+ """
545
+ pulumi.set(__self__, "name", name)
546
+
547
+ @property
548
+ @pulumi.getter
549
+ def name(self) -> pulumi.Input[str]:
550
+ """
551
+ Name of the SKU in {PlanId} format. For Terraform, the only allowed value is 'linking'.
552
+ """
553
+ return pulumi.get(self, "name")
554
+
555
+ @name.setter
556
+ def name(self, value: pulumi.Input[str]):
557
+ pulumi.set(self, "name", value)
558
+
559
+
560
+ @pulumi.input_type
561
+ class SubscriptionListArgs:
562
+ def __init__(__self__, *,
563
+ monitored_subscription_list: Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredSubscriptionArgs']]]] = None,
564
+ operation: Optional[pulumi.Input[Union[str, 'Operation']]] = None):
565
+ """
566
+ The request to update subscriptions needed to be monitored by the Datadog monitor resource.
567
+ :param pulumi.Input[Sequence[pulumi.Input['MonitoredSubscriptionArgs']]] monitored_subscription_list: List of subscriptions and the state of the monitoring.
568
+ :param pulumi.Input[Union[str, 'Operation']] operation: The operation for the patch on the resource.
569
+ """
570
+ if monitored_subscription_list is not None:
571
+ pulumi.set(__self__, "monitored_subscription_list", monitored_subscription_list)
572
+ if operation is not None:
573
+ pulumi.set(__self__, "operation", operation)
574
+
575
+ @property
576
+ @pulumi.getter(name="monitoredSubscriptionList")
577
+ def monitored_subscription_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredSubscriptionArgs']]]]:
578
+ """
579
+ List of subscriptions and the state of the monitoring.
580
+ """
581
+ return pulumi.get(self, "monitored_subscription_list")
582
+
583
+ @monitored_subscription_list.setter
584
+ def monitored_subscription_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MonitoredSubscriptionArgs']]]]):
585
+ pulumi.set(self, "monitored_subscription_list", value)
586
+
587
+ @property
588
+ @pulumi.getter
589
+ def operation(self) -> Optional[pulumi.Input[Union[str, 'Operation']]]:
590
+ """
591
+ The operation for the patch on the resource.
592
+ """
593
+ return pulumi.get(self, "operation")
594
+
595
+ @operation.setter
596
+ def operation(self, value: Optional[pulumi.Input[Union[str, 'Operation']]]):
597
+ pulumi.set(self, "operation", value)
598
+
599
+
600
+ @pulumi.input_type
601
+ class UserInfoArgs:
602
+ def __init__(__self__, *,
603
+ email_address: Optional[pulumi.Input[str]] = None,
604
+ name: Optional[pulumi.Input[str]] = None,
605
+ phone_number: Optional[pulumi.Input[str]] = None):
606
+ """
607
+ Includes name, email and optionally, phone number. User Information can't be null.
608
+ :param pulumi.Input[str] email_address: Email of the user used by Datadog for contacting them if needed
609
+ :param pulumi.Input[str] name: Name of the user
610
+ :param pulumi.Input[str] phone_number: Phone number of the user used by Datadog for contacting them if needed
611
+ """
612
+ if email_address is not None:
613
+ pulumi.set(__self__, "email_address", email_address)
614
+ if name is not None:
615
+ pulumi.set(__self__, "name", name)
616
+ if phone_number is not None:
617
+ pulumi.set(__self__, "phone_number", phone_number)
618
+
619
+ @property
620
+ @pulumi.getter(name="emailAddress")
621
+ def email_address(self) -> Optional[pulumi.Input[str]]:
622
+ """
623
+ Email of the user used by Datadog for contacting them if needed
624
+ """
625
+ return pulumi.get(self, "email_address")
626
+
627
+ @email_address.setter
628
+ def email_address(self, value: Optional[pulumi.Input[str]]):
629
+ pulumi.set(self, "email_address", value)
630
+
631
+ @property
632
+ @pulumi.getter
633
+ def name(self) -> Optional[pulumi.Input[str]]:
634
+ """
635
+ Name of the user
636
+ """
637
+ return pulumi.get(self, "name")
638
+
639
+ @name.setter
640
+ def name(self, value: Optional[pulumi.Input[str]]):
641
+ pulumi.set(self, "name", value)
642
+
643
+ @property
644
+ @pulumi.getter(name="phoneNumber")
645
+ def phone_number(self) -> Optional[pulumi.Input[str]]:
646
+ """
647
+ Phone number of the user used by Datadog for contacting them if needed
648
+ """
649
+ return pulumi.get(self, "phone_number")
650
+
651
+ @phone_number.setter
652
+ def phone_number(self, value: Optional[pulumi.Input[str]]):
653
+ pulumi.set(self, "phone_number", value)
654
+
655
+