pulumi-azure-native 2.42.0a1716008169__py3-none-any.whl → 2.42.0a1716208947__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 (420) hide show
  1. pulumi_azure_native/__init__.py +63 -0
  2. pulumi_azure_native/alertsmanagement/__init__.py +3 -0
  3. pulumi_azure_native/alertsmanagement/action_rule_by_name.py +1 -1
  4. pulumi_azure_native/alertsmanagement/alert_processing_rule_by_name.py +3 -3
  5. pulumi_azure_native/alertsmanagement/get_alert_processing_rule_by_name.py +2 -2
  6. pulumi_azure_native/alertsmanagement/v20190505preview/action_rule_by_name.py +1 -1
  7. pulumi_azure_native/alertsmanagement/v20210808/alert_processing_rule_by_name.py +1 -1
  8. pulumi_azure_native/alertsmanagement/v20230501preview/alert_processing_rule_by_name.py +1 -1
  9. pulumi_azure_native/alertsmanagement/v20240301preview/__init__.py +12 -0
  10. pulumi_azure_native/alertsmanagement/v20240301preview/_enums.py +88 -0
  11. pulumi_azure_native/alertsmanagement/v20240301preview/_inputs.py +705 -0
  12. pulumi_azure_native/alertsmanagement/v20240301preview/alert_processing_rule_by_name.py +253 -0
  13. pulumi_azure_native/alertsmanagement/v20240301preview/get_alert_processing_rule_by_name.py +157 -0
  14. pulumi_azure_native/alertsmanagement/v20240301preview/outputs.py +872 -0
  15. pulumi_azure_native/cache/__init__.py +3 -0
  16. pulumi_azure_native/cache/access_policy.py +3 -3
  17. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  18. pulumi_azure_native/cache/firewall_rule.py +3 -3
  19. pulumi_azure_native/cache/get_access_policy.py +2 -2
  20. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  21. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  22. pulumi_azure_native/cache/get_linked_server.py +2 -2
  23. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  24. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  25. pulumi_azure_native/cache/get_redis.py +2 -2
  26. pulumi_azure_native/cache/linked_server.py +3 -3
  27. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  28. pulumi_azure_native/cache/patch_schedule.py +3 -3
  29. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  30. pulumi_azure_native/cache/redis.py +3 -3
  31. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  32. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  33. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  34. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  35. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  36. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  37. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  38. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  39. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  40. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  41. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  42. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  43. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  44. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  45. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  46. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  47. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  48. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  49. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  51. pulumi_azure_native/cache/v20240301/__init__.py +25 -0
  52. pulumi_azure_native/cache/v20240301/_enums.py +101 -0
  53. pulumi_azure_native/cache/v20240301/_inputs.py +486 -0
  54. pulumi_azure_native/cache/v20240301/access_policy.py +214 -0
  55. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +274 -0
  56. pulumi_azure_native/cache/v20240301/firewall_rule.py +234 -0
  57. pulumi_azure_native/cache/v20240301/get_access_policy.py +135 -0
  58. pulumi_azure_native/cache/v20240301/get_access_policy_assignment.py +161 -0
  59. pulumi_azure_native/cache/v20240301/get_firewall_rule.py +135 -0
  60. pulumi_azure_native/cache/v20240301/get_linked_server.py +187 -0
  61. pulumi_azure_native/cache/v20240301/get_patch_schedule.py +136 -0
  62. pulumi_azure_native/cache/v20240301/get_private_endpoint_connection.py +149 -0
  63. pulumi_azure_native/cache/v20240301/get_redis.py +443 -0
  64. pulumi_azure_native/cache/v20240301/linked_server.py +294 -0
  65. pulumi_azure_native/cache/v20240301/list_redis_keys.py +91 -0
  66. pulumi_azure_native/cache/v20240301/outputs.py +912 -0
  67. pulumi_azure_native/cache/v20240301/patch_schedule.py +216 -0
  68. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +227 -0
  69. pulumi_azure_native/cache/v20240301/redis.py +770 -0
  70. pulumi_azure_native/documentdb/__init__.py +3 -0
  71. pulumi_azure_native/documentdb/cassandra_cluster.py +3 -3
  72. pulumi_azure_native/documentdb/cassandra_data_center.py +3 -3
  73. pulumi_azure_native/documentdb/cassandra_resource_cassandra_keyspace.py +3 -3
  74. pulumi_azure_native/documentdb/cassandra_resource_cassandra_table.py +3 -3
  75. pulumi_azure_native/documentdb/database_account.py +3 -3
  76. pulumi_azure_native/documentdb/get_cassandra_cluster.py +2 -2
  77. pulumi_azure_native/documentdb/get_cassandra_data_center.py +2 -2
  78. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_keyspace.py +2 -2
  79. pulumi_azure_native/documentdb/get_cassandra_resource_cassandra_table.py +2 -2
  80. pulumi_azure_native/documentdb/get_database_account.py +2 -2
  81. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_database.py +2 -2
  82. pulumi_azure_native/documentdb/get_gremlin_resource_gremlin_graph.py +2 -2
  83. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_collection.py +2 -2
  84. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_db_database.py +2 -2
  85. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_role_definition.py +2 -2
  86. pulumi_azure_native/documentdb/get_mongo_db_resource_mongo_user_definition.py +2 -2
  87. pulumi_azure_native/documentdb/get_notebook_workspace.py +2 -2
  88. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  89. pulumi_azure_native/documentdb/get_service.py +2 -2
  90. pulumi_azure_native/documentdb/get_sql_resource_sql_container.py +2 -2
  91. pulumi_azure_native/documentdb/get_sql_resource_sql_database.py +2 -2
  92. pulumi_azure_native/documentdb/get_sql_resource_sql_role_assignment.py +2 -2
  93. pulumi_azure_native/documentdb/get_sql_resource_sql_role_definition.py +2 -2
  94. pulumi_azure_native/documentdb/get_sql_resource_sql_stored_procedure.py +2 -2
  95. pulumi_azure_native/documentdb/get_sql_resource_sql_trigger.py +2 -2
  96. pulumi_azure_native/documentdb/get_sql_resource_sql_user_defined_function.py +2 -2
  97. pulumi_azure_native/documentdb/get_table_resource_table.py +2 -2
  98. pulumi_azure_native/documentdb/gremlin_resource_gremlin_database.py +3 -3
  99. pulumi_azure_native/documentdb/gremlin_resource_gremlin_graph.py +3 -3
  100. pulumi_azure_native/documentdb/list_database_account_connection_strings.py +2 -2
  101. pulumi_azure_native/documentdb/list_database_account_keys.py +2 -2
  102. pulumi_azure_native/documentdb/list_notebook_workspace_connection_info.py +2 -2
  103. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_collection.py +3 -3
  104. pulumi_azure_native/documentdb/mongo_db_resource_mongo_db_database.py +3 -3
  105. pulumi_azure_native/documentdb/mongo_db_resource_mongo_role_definition.py +3 -3
  106. pulumi_azure_native/documentdb/mongo_db_resource_mongo_user_definition.py +3 -3
  107. pulumi_azure_native/documentdb/notebook_workspace.py +3 -3
  108. pulumi_azure_native/documentdb/private_endpoint_connection.py +3 -3
  109. pulumi_azure_native/documentdb/service.py +3 -3
  110. pulumi_azure_native/documentdb/sql_resource_sql_container.py +3 -3
  111. pulumi_azure_native/documentdb/sql_resource_sql_database.py +3 -3
  112. pulumi_azure_native/documentdb/sql_resource_sql_role_assignment.py +3 -3
  113. pulumi_azure_native/documentdb/sql_resource_sql_role_definition.py +3 -3
  114. pulumi_azure_native/documentdb/sql_resource_sql_stored_procedure.py +3 -3
  115. pulumi_azure_native/documentdb/sql_resource_sql_trigger.py +3 -3
  116. pulumi_azure_native/documentdb/sql_resource_sql_user_defined_function.py +3 -3
  117. pulumi_azure_native/documentdb/table_resource_table.py +3 -3
  118. pulumi_azure_native/documentdb/v20210401preview/database_account.py +1 -1
  119. pulumi_azure_native/documentdb/v20210701preview/cassandra_cluster.py +1 -1
  120. pulumi_azure_native/documentdb/v20230301preview/mongo_db_resource_mongo_role_definition.py +1 -1
  121. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_keyspace.py +1 -1
  122. pulumi_azure_native/documentdb/v20230315preview/cassandra_resource_cassandra_table.py +1 -1
  123. pulumi_azure_native/documentdb/v20230315preview/database_account.py +1 -1
  124. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_database.py +1 -1
  125. pulumi_azure_native/documentdb/v20230315preview/gremlin_resource_gremlin_graph.py +1 -1
  126. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_collection.py +1 -1
  127. pulumi_azure_native/documentdb/v20230315preview/mongo_db_resource_mongo_db_database.py +1 -1
  128. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_container.py +1 -1
  129. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_database.py +1 -1
  130. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_stored_procedure.py +1 -1
  131. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_trigger.py +1 -1
  132. pulumi_azure_native/documentdb/v20230315preview/sql_resource_sql_user_defined_function.py +1 -1
  133. pulumi_azure_native/documentdb/v20230315preview/table_resource_table.py +1 -1
  134. pulumi_azure_native/documentdb/v20230415/cassandra_cluster.py +1 -1
  135. pulumi_azure_native/documentdb/v20230415/cassandra_data_center.py +1 -1
  136. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_keyspace.py +1 -1
  137. pulumi_azure_native/documentdb/v20230415/cassandra_resource_cassandra_table.py +1 -1
  138. pulumi_azure_native/documentdb/v20230415/database_account.py +1 -1
  139. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_database.py +1 -1
  140. pulumi_azure_native/documentdb/v20230415/gremlin_resource_gremlin_graph.py +1 -1
  141. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_collection.py +1 -1
  142. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_db_database.py +1 -1
  143. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_role_definition.py +1 -1
  144. pulumi_azure_native/documentdb/v20230415/mongo_db_resource_mongo_user_definition.py +1 -1
  145. pulumi_azure_native/documentdb/v20230415/notebook_workspace.py +1 -1
  146. pulumi_azure_native/documentdb/v20230415/private_endpoint_connection.py +1 -1
  147. pulumi_azure_native/documentdb/v20230415/service.py +1 -1
  148. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_container.py +1 -1
  149. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_database.py +1 -1
  150. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_assignment.py +1 -1
  151. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_role_definition.py +1 -1
  152. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_stored_procedure.py +1 -1
  153. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_trigger.py +1 -1
  154. pulumi_azure_native/documentdb/v20230415/sql_resource_sql_user_defined_function.py +1 -1
  155. pulumi_azure_native/documentdb/v20230415/table_resource_table.py +1 -1
  156. pulumi_azure_native/documentdb/v20230915/cassandra_cluster.py +1 -1
  157. pulumi_azure_native/documentdb/v20230915/cassandra_data_center.py +1 -1
  158. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_keyspace.py +1 -1
  159. pulumi_azure_native/documentdb/v20230915/cassandra_resource_cassandra_table.py +1 -1
  160. pulumi_azure_native/documentdb/v20230915/database_account.py +1 -1
  161. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_database.py +1 -1
  162. pulumi_azure_native/documentdb/v20230915/gremlin_resource_gremlin_graph.py +1 -1
  163. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_collection.py +1 -1
  164. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_db_database.py +1 -1
  165. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_role_definition.py +1 -1
  166. pulumi_azure_native/documentdb/v20230915/mongo_db_resource_mongo_user_definition.py +1 -1
  167. pulumi_azure_native/documentdb/v20230915/notebook_workspace.py +1 -1
  168. pulumi_azure_native/documentdb/v20230915/private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/documentdb/v20230915/service.py +1 -1
  170. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_container.py +1 -1
  171. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_database.py +1 -1
  172. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_assignment.py +1 -1
  173. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_role_definition.py +1 -1
  174. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_stored_procedure.py +1 -1
  175. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_trigger.py +1 -1
  176. pulumi_azure_native/documentdb/v20230915/sql_resource_sql_user_defined_function.py +1 -1
  177. pulumi_azure_native/documentdb/v20230915/table_resource_table.py +1 -1
  178. pulumi_azure_native/documentdb/v20230915preview/cassandra_cluster.py +1 -1
  179. pulumi_azure_native/documentdb/v20230915preview/cassandra_data_center.py +1 -1
  180. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_keyspace.py +1 -1
  181. pulumi_azure_native/documentdb/v20230915preview/cassandra_resource_cassandra_table.py +1 -1
  182. pulumi_azure_native/documentdb/v20230915preview/database_account.py +1 -1
  183. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_database.py +1 -1
  184. pulumi_azure_native/documentdb/v20230915preview/gremlin_resource_gremlin_graph.py +1 -1
  185. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_collection.py +1 -1
  186. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_db_database.py +1 -1
  187. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_role_definition.py +1 -1
  188. pulumi_azure_native/documentdb/v20230915preview/mongo_db_resource_mongo_user_definition.py +1 -1
  189. pulumi_azure_native/documentdb/v20230915preview/notebook_workspace.py +1 -1
  190. pulumi_azure_native/documentdb/v20230915preview/private_endpoint_connection.py +1 -1
  191. pulumi_azure_native/documentdb/v20230915preview/service.py +1 -1
  192. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_container.py +1 -1
  193. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_database.py +1 -1
  194. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_assignment.py +1 -1
  195. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_role_definition.py +1 -1
  196. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_stored_procedure.py +1 -1
  197. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_trigger.py +1 -1
  198. pulumi_azure_native/documentdb/v20230915preview/sql_resource_sql_user_defined_function.py +1 -1
  199. pulumi_azure_native/documentdb/v20230915preview/table_resource_table.py +1 -1
  200. pulumi_azure_native/documentdb/v20231115/cassandra_cluster.py +1 -1
  201. pulumi_azure_native/documentdb/v20231115/cassandra_data_center.py +1 -1
  202. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_keyspace.py +1 -1
  203. pulumi_azure_native/documentdb/v20231115/cassandra_resource_cassandra_table.py +1 -1
  204. pulumi_azure_native/documentdb/v20231115/database_account.py +1 -1
  205. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_database.py +1 -1
  206. pulumi_azure_native/documentdb/v20231115/gremlin_resource_gremlin_graph.py +1 -1
  207. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_collection.py +1 -1
  208. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_db_database.py +1 -1
  209. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_role_definition.py +1 -1
  210. pulumi_azure_native/documentdb/v20231115/mongo_db_resource_mongo_user_definition.py +1 -1
  211. pulumi_azure_native/documentdb/v20231115/notebook_workspace.py +1 -1
  212. pulumi_azure_native/documentdb/v20231115/private_endpoint_connection.py +1 -1
  213. pulumi_azure_native/documentdb/v20231115/service.py +1 -1
  214. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_container.py +1 -1
  215. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_database.py +1 -1
  216. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_assignment.py +1 -1
  217. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_role_definition.py +1 -1
  218. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_stored_procedure.py +1 -1
  219. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_trigger.py +1 -1
  220. pulumi_azure_native/documentdb/v20231115/sql_resource_sql_user_defined_function.py +1 -1
  221. pulumi_azure_native/documentdb/v20231115/table_resource_table.py +1 -1
  222. pulumi_azure_native/documentdb/v20231115preview/cassandra_cluster.py +1 -1
  223. pulumi_azure_native/documentdb/v20231115preview/cassandra_data_center.py +1 -1
  224. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_keyspace.py +1 -1
  225. pulumi_azure_native/documentdb/v20231115preview/cassandra_resource_cassandra_table.py +1 -1
  226. pulumi_azure_native/documentdb/v20231115preview/database_account.py +1 -1
  227. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_database.py +1 -1
  228. pulumi_azure_native/documentdb/v20231115preview/gremlin_resource_gremlin_graph.py +1 -1
  229. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_collection.py +1 -1
  230. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_db_database.py +1 -1
  231. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_role_definition.py +1 -1
  232. pulumi_azure_native/documentdb/v20231115preview/mongo_db_resource_mongo_user_definition.py +1 -1
  233. pulumi_azure_native/documentdb/v20231115preview/notebook_workspace.py +1 -1
  234. pulumi_azure_native/documentdb/v20231115preview/private_endpoint_connection.py +1 -1
  235. pulumi_azure_native/documentdb/v20231115preview/service.py +1 -1
  236. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_container.py +1 -1
  237. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_database.py +1 -1
  238. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_assignment.py +1 -1
  239. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_role_definition.py +1 -1
  240. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_stored_procedure.py +1 -1
  241. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_trigger.py +1 -1
  242. pulumi_azure_native/documentdb/v20231115preview/sql_resource_sql_user_defined_function.py +1 -1
  243. pulumi_azure_native/documentdb/v20231115preview/table_resource_table.py +1 -1
  244. pulumi_azure_native/documentdb/v20240215preview/cassandra_cluster.py +1 -1
  245. pulumi_azure_native/documentdb/v20240215preview/cassandra_data_center.py +1 -1
  246. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_keyspace.py +1 -1
  247. pulumi_azure_native/documentdb/v20240215preview/cassandra_resource_cassandra_table.py +1 -1
  248. pulumi_azure_native/documentdb/v20240215preview/database_account.py +1 -1
  249. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_database.py +1 -1
  250. pulumi_azure_native/documentdb/v20240215preview/gremlin_resource_gremlin_graph.py +1 -1
  251. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_collection.py +1 -1
  252. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_db_database.py +1 -1
  253. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_role_definition.py +1 -1
  254. pulumi_azure_native/documentdb/v20240215preview/mongo_db_resource_mongo_user_definition.py +1 -1
  255. pulumi_azure_native/documentdb/v20240215preview/notebook_workspace.py +1 -1
  256. pulumi_azure_native/documentdb/v20240215preview/private_endpoint_connection.py +1 -1
  257. pulumi_azure_native/documentdb/v20240215preview/service.py +1 -1
  258. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_container.py +1 -1
  259. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_database.py +1 -1
  260. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_assignment.py +1 -1
  261. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_role_definition.py +1 -1
  262. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_stored_procedure.py +1 -1
  263. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_trigger.py +1 -1
  264. pulumi_azure_native/documentdb/v20240215preview/sql_resource_sql_user_defined_function.py +1 -1
  265. pulumi_azure_native/documentdb/v20240215preview/table_resource_table.py +1 -1
  266. pulumi_azure_native/documentdb/v20240515/__init__.py +57 -0
  267. pulumi_azure_native/documentdb/v20240515/_enums.py +337 -0
  268. pulumi_azure_native/documentdb/v20240515/_inputs.py +3821 -0
  269. pulumi_azure_native/documentdb/v20240515/cassandra_cluster.py +272 -0
  270. pulumi_azure_native/documentdb/v20240515/cassandra_data_center.py +206 -0
  271. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_keyspace.py +287 -0
  272. pulumi_azure_native/documentdb/v20240515/cassandra_resource_cassandra_table.py +308 -0
  273. pulumi_azure_native/documentdb/v20240515/database_account.py +1271 -0
  274. pulumi_azure_native/documentdb/v20240515/get_cassandra_cluster.py +157 -0
  275. pulumi_azure_native/documentdb/v20240515/get_cassandra_data_center.py +123 -0
  276. pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_keyspace.py +156 -0
  277. pulumi_azure_native/documentdb/v20240515/get_cassandra_resource_cassandra_table.py +161 -0
  278. pulumi_azure_native/documentdb/v20240515/get_database_account.py +677 -0
  279. pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_database.py +156 -0
  280. pulumi_azure_native/documentdb/v20240515/get_gremlin_resource_gremlin_graph.py +161 -0
  281. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_collection.py +161 -0
  282. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_db_database.py +156 -0
  283. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_role_definition.py +162 -0
  284. pulumi_azure_native/documentdb/v20240515/get_mongo_db_resource_mongo_user_definition.py +188 -0
  285. pulumi_azure_native/documentdb/v20240515/get_notebook_workspace.py +135 -0
  286. pulumi_azure_native/documentdb/v20240515/get_private_endpoint_connection.py +162 -0
  287. pulumi_azure_native/documentdb/v20240515/get_service.py +123 -0
  288. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_container.py +161 -0
  289. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_database.py +156 -0
  290. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_assignment.py +148 -0
  291. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_role_definition.py +149 -0
  292. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_stored_procedure.py +156 -0
  293. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_trigger.py +156 -0
  294. pulumi_azure_native/documentdb/v20240515/get_sql_resource_sql_user_defined_function.py +156 -0
  295. pulumi_azure_native/documentdb/v20240515/get_table_resource_table.py +156 -0
  296. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_database.py +288 -0
  297. pulumi_azure_native/documentdb/v20240515/gremlin_resource_gremlin_graph.py +309 -0
  298. pulumi_azure_native/documentdb/v20240515/list_database_account_connection_strings.py +79 -0
  299. pulumi_azure_native/documentdb/v20240515/list_database_account_keys.py +117 -0
  300. pulumi_azure_native/documentdb/v20240515/list_notebook_workspace_connection_info.py +96 -0
  301. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_collection.py +309 -0
  302. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_db_database.py +288 -0
  303. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_role_definition.py +312 -0
  304. pulumi_azure_native/documentdb/v20240515/mongo_db_resource_mongo_user_definition.py +350 -0
  305. pulumi_azure_native/documentdb/v20240515/notebook_workspace.py +194 -0
  306. pulumi_azure_native/documentdb/v20240515/outputs.py +6258 -0
  307. pulumi_azure_native/documentdb/v20240515/private_endpoint_connection.py +292 -0
  308. pulumi_azure_native/documentdb/v20240515/service.py +247 -0
  309. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_container.py +309 -0
  310. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_database.py +288 -0
  311. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_assignment.py +261 -0
  312. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_role_definition.py +283 -0
  313. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_stored_procedure.py +323 -0
  314. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_trigger.py +324 -0
  315. pulumi_azure_native/documentdb/v20240515/sql_resource_sql_user_defined_function.py +323 -0
  316. pulumi_azure_native/documentdb/v20240515/table_resource_table.py +288 -0
  317. pulumi_azure_native/eventhub/v20240501preview/_enums.py +4 -4
  318. pulumi_azure_native/eventhub/v20240501preview/_inputs.py +31 -6
  319. pulumi_azure_native/eventhub/v20240501preview/event_hub.py +20 -20
  320. pulumi_azure_native/eventhub/v20240501preview/get_event_hub.py +10 -10
  321. pulumi_azure_native/eventhub/v20240501preview/outputs.py +47 -6
  322. pulumi_azure_native/pulumi-plugin.json +1 -1
  323. pulumi_azure_native/recoveryservices/__init__.py +2 -0
  324. pulumi_azure_native/recoveryservices/_enums.py +27 -0
  325. pulumi_azure_native/recoveryservices/_inputs.py +10445 -8193
  326. pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
  327. pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
  328. pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
  329. pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
  330. pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
  331. pulumi_azure_native/recoveryservices/get_replication_protection_cluster.py +135 -0
  332. pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
  333. pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
  334. pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
  335. pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
  336. pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
  337. pulumi_azure_native/recoveryservices/outputs.py +7969 -6691
  338. pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
  339. pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
  340. pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
  341. pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
  342. pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
  343. pulumi_azure_native/recoveryservices/replication_protection_cluster.py +250 -0
  344. pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
  345. pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
  346. pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
  347. pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
  348. pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
  349. pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
  350. pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
  351. pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
  352. pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
  353. pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
  354. pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
  355. pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
  356. pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
  357. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
  358. pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
  359. pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
  360. pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
  361. pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
  362. pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
  363. pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
  364. pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
  365. pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
  366. pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
  367. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
  368. pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
  369. pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
  370. pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
  371. pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
  372. pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
  373. pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
  374. pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
  375. pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
  376. pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
  377. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
  378. pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
  379. pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
  380. pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
  381. pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +1 -1
  382. pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +1 -1
  383. pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +1 -1
  384. pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +1 -1
  385. pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +1 -1
  386. pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +1 -1
  387. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +1 -1
  388. pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +1 -1
  389. pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +1 -1
  390. pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +1 -1
  391. pulumi_azure_native/recoveryservices/v20240201/__init__.py +22 -0
  392. pulumi_azure_native/recoveryservices/v20240201/_enums.py +179 -0
  393. pulumi_azure_native/recoveryservices/v20240201/_inputs.py +15590 -7231
  394. pulumi_azure_native/recoveryservices/v20240201/get_replication_fabric.py +141 -0
  395. pulumi_azure_native/recoveryservices/v20240201/get_replication_migration_item.py +146 -0
  396. pulumi_azure_native/recoveryservices/v20240201/get_replication_network_mapping.py +146 -0
  397. pulumi_azure_native/recoveryservices/v20240201/get_replication_policy.py +136 -0
  398. pulumi_azure_native/recoveryservices/v20240201/get_replication_protected_item.py +146 -0
  399. pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_cluster.py +133 -0
  400. pulumi_azure_native/recoveryservices/v20240201/get_replication_protection_container_mapping.py +146 -0
  401. pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_plan.py +136 -0
  402. pulumi_azure_native/recoveryservices/v20240201/get_replication_recovery_services_provider.py +141 -0
  403. pulumi_azure_native/recoveryservices/v20240201/get_replication_storage_classification_mapping.py +146 -0
  404. pulumi_azure_native/recoveryservices/v20240201/get_replicationv_center.py +141 -0
  405. pulumi_azure_native/recoveryservices/v20240201/outputs.py +30462 -8186
  406. pulumi_azure_native/recoveryservices/v20240201/replication_fabric.py +215 -0
  407. pulumi_azure_native/recoveryservices/v20240201/replication_migration_item.py +259 -0
  408. pulumi_azure_native/recoveryservices/v20240201/replication_network_mapping.py +258 -0
  409. pulumi_azure_native/recoveryservices/v20240201/replication_policy.py +216 -0
  410. pulumi_azure_native/recoveryservices/v20240201/replication_protected_item.py +258 -0
  411. pulumi_azure_native/recoveryservices/v20240201/replication_protection_cluster.py +248 -0
  412. pulumi_azure_native/recoveryservices/v20240201/replication_protection_container_mapping.py +258 -0
  413. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_plan.py +217 -0
  414. pulumi_azure_native/recoveryservices/v20240201/replication_recovery_services_provider.py +237 -0
  415. pulumi_azure_native/recoveryservices/v20240201/replication_storage_classification_mapping.py +257 -0
  416. pulumi_azure_native/recoveryservices/v20240201/replicationv_center.py +236 -0
  417. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716208947.dist-info}/METADATA +1 -1
  418. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716208947.dist-info}/RECORD +420 -320
  419. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716208947.dist-info}/WHEEL +0 -0
  420. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716208947.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,677 @@
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
+
13
+ __all__ = [
14
+ 'GetDatabaseAccountResult',
15
+ 'AwaitableGetDatabaseAccountResult',
16
+ 'get_database_account',
17
+ 'get_database_account_output',
18
+ ]
19
+
20
+ @pulumi.output_type
21
+ class GetDatabaseAccountResult:
22
+ """
23
+ An Azure Cosmos DB database account.
24
+ """
25
+ def __init__(__self__, analytical_storage_configuration=None, api_properties=None, backup_policy=None, capabilities=None, capacity=None, connector_offer=None, consistency_policy=None, cors=None, create_mode=None, customer_managed_key_status=None, database_account_offer_type=None, default_identity=None, disable_key_based_metadata_write_access=None, disable_local_auth=None, document_endpoint=None, enable_analytical_storage=None, enable_automatic_failover=None, enable_burst_capacity=None, enable_cassandra_connector=None, enable_free_tier=None, enable_multiple_write_locations=None, enable_partition_merge=None, failover_policies=None, id=None, identity=None, instance_id=None, ip_rules=None, is_virtual_network_filter_enabled=None, key_vault_key_uri=None, keys_metadata=None, kind=None, location=None, locations=None, minimal_tls_version=None, name=None, network_acl_bypass=None, network_acl_bypass_resource_ids=None, private_endpoint_connections=None, provisioning_state=None, public_network_access=None, read_locations=None, restore_parameters=None, system_data=None, tags=None, type=None, virtual_network_rules=None, write_locations=None):
26
+ if analytical_storage_configuration and not isinstance(analytical_storage_configuration, dict):
27
+ raise TypeError("Expected argument 'analytical_storage_configuration' to be a dict")
28
+ pulumi.set(__self__, "analytical_storage_configuration", analytical_storage_configuration)
29
+ if api_properties and not isinstance(api_properties, dict):
30
+ raise TypeError("Expected argument 'api_properties' to be a dict")
31
+ pulumi.set(__self__, "api_properties", api_properties)
32
+ if backup_policy and not isinstance(backup_policy, dict):
33
+ raise TypeError("Expected argument 'backup_policy' to be a dict")
34
+ pulumi.set(__self__, "backup_policy", backup_policy)
35
+ if capabilities and not isinstance(capabilities, list):
36
+ raise TypeError("Expected argument 'capabilities' to be a list")
37
+ pulumi.set(__self__, "capabilities", capabilities)
38
+ if capacity and not isinstance(capacity, dict):
39
+ raise TypeError("Expected argument 'capacity' to be a dict")
40
+ pulumi.set(__self__, "capacity", capacity)
41
+ if connector_offer and not isinstance(connector_offer, str):
42
+ raise TypeError("Expected argument 'connector_offer' to be a str")
43
+ pulumi.set(__self__, "connector_offer", connector_offer)
44
+ if consistency_policy and not isinstance(consistency_policy, dict):
45
+ raise TypeError("Expected argument 'consistency_policy' to be a dict")
46
+ pulumi.set(__self__, "consistency_policy", consistency_policy)
47
+ if cors and not isinstance(cors, list):
48
+ raise TypeError("Expected argument 'cors' to be a list")
49
+ pulumi.set(__self__, "cors", cors)
50
+ if create_mode and not isinstance(create_mode, str):
51
+ raise TypeError("Expected argument 'create_mode' to be a str")
52
+ pulumi.set(__self__, "create_mode", create_mode)
53
+ if customer_managed_key_status and not isinstance(customer_managed_key_status, str):
54
+ raise TypeError("Expected argument 'customer_managed_key_status' to be a str")
55
+ pulumi.set(__self__, "customer_managed_key_status", customer_managed_key_status)
56
+ if database_account_offer_type and not isinstance(database_account_offer_type, str):
57
+ raise TypeError("Expected argument 'database_account_offer_type' to be a str")
58
+ pulumi.set(__self__, "database_account_offer_type", database_account_offer_type)
59
+ if default_identity and not isinstance(default_identity, str):
60
+ raise TypeError("Expected argument 'default_identity' to be a str")
61
+ pulumi.set(__self__, "default_identity", default_identity)
62
+ if disable_key_based_metadata_write_access and not isinstance(disable_key_based_metadata_write_access, bool):
63
+ raise TypeError("Expected argument 'disable_key_based_metadata_write_access' to be a bool")
64
+ pulumi.set(__self__, "disable_key_based_metadata_write_access", disable_key_based_metadata_write_access)
65
+ if disable_local_auth and not isinstance(disable_local_auth, bool):
66
+ raise TypeError("Expected argument 'disable_local_auth' to be a bool")
67
+ pulumi.set(__self__, "disable_local_auth", disable_local_auth)
68
+ if document_endpoint and not isinstance(document_endpoint, str):
69
+ raise TypeError("Expected argument 'document_endpoint' to be a str")
70
+ pulumi.set(__self__, "document_endpoint", document_endpoint)
71
+ if enable_analytical_storage and not isinstance(enable_analytical_storage, bool):
72
+ raise TypeError("Expected argument 'enable_analytical_storage' to be a bool")
73
+ pulumi.set(__self__, "enable_analytical_storage", enable_analytical_storage)
74
+ if enable_automatic_failover and not isinstance(enable_automatic_failover, bool):
75
+ raise TypeError("Expected argument 'enable_automatic_failover' to be a bool")
76
+ pulumi.set(__self__, "enable_automatic_failover", enable_automatic_failover)
77
+ if enable_burst_capacity and not isinstance(enable_burst_capacity, bool):
78
+ raise TypeError("Expected argument 'enable_burst_capacity' to be a bool")
79
+ pulumi.set(__self__, "enable_burst_capacity", enable_burst_capacity)
80
+ if enable_cassandra_connector and not isinstance(enable_cassandra_connector, bool):
81
+ raise TypeError("Expected argument 'enable_cassandra_connector' to be a bool")
82
+ pulumi.set(__self__, "enable_cassandra_connector", enable_cassandra_connector)
83
+ if enable_free_tier and not isinstance(enable_free_tier, bool):
84
+ raise TypeError("Expected argument 'enable_free_tier' to be a bool")
85
+ pulumi.set(__self__, "enable_free_tier", enable_free_tier)
86
+ if enable_multiple_write_locations and not isinstance(enable_multiple_write_locations, bool):
87
+ raise TypeError("Expected argument 'enable_multiple_write_locations' to be a bool")
88
+ pulumi.set(__self__, "enable_multiple_write_locations", enable_multiple_write_locations)
89
+ if enable_partition_merge and not isinstance(enable_partition_merge, bool):
90
+ raise TypeError("Expected argument 'enable_partition_merge' to be a bool")
91
+ pulumi.set(__self__, "enable_partition_merge", enable_partition_merge)
92
+ if failover_policies and not isinstance(failover_policies, list):
93
+ raise TypeError("Expected argument 'failover_policies' to be a list")
94
+ pulumi.set(__self__, "failover_policies", failover_policies)
95
+ if id and not isinstance(id, str):
96
+ raise TypeError("Expected argument 'id' to be a str")
97
+ pulumi.set(__self__, "id", id)
98
+ if identity and not isinstance(identity, dict):
99
+ raise TypeError("Expected argument 'identity' to be a dict")
100
+ pulumi.set(__self__, "identity", identity)
101
+ if instance_id and not isinstance(instance_id, str):
102
+ raise TypeError("Expected argument 'instance_id' to be a str")
103
+ pulumi.set(__self__, "instance_id", instance_id)
104
+ if ip_rules and not isinstance(ip_rules, list):
105
+ raise TypeError("Expected argument 'ip_rules' to be a list")
106
+ pulumi.set(__self__, "ip_rules", ip_rules)
107
+ if is_virtual_network_filter_enabled and not isinstance(is_virtual_network_filter_enabled, bool):
108
+ raise TypeError("Expected argument 'is_virtual_network_filter_enabled' to be a bool")
109
+ pulumi.set(__self__, "is_virtual_network_filter_enabled", is_virtual_network_filter_enabled)
110
+ if key_vault_key_uri and not isinstance(key_vault_key_uri, str):
111
+ raise TypeError("Expected argument 'key_vault_key_uri' to be a str")
112
+ pulumi.set(__self__, "key_vault_key_uri", key_vault_key_uri)
113
+ if keys_metadata and not isinstance(keys_metadata, dict):
114
+ raise TypeError("Expected argument 'keys_metadata' to be a dict")
115
+ pulumi.set(__self__, "keys_metadata", keys_metadata)
116
+ if kind and not isinstance(kind, str):
117
+ raise TypeError("Expected argument 'kind' to be a str")
118
+ pulumi.set(__self__, "kind", kind)
119
+ if location and not isinstance(location, str):
120
+ raise TypeError("Expected argument 'location' to be a str")
121
+ pulumi.set(__self__, "location", location)
122
+ if locations and not isinstance(locations, list):
123
+ raise TypeError("Expected argument 'locations' to be a list")
124
+ pulumi.set(__self__, "locations", locations)
125
+ if minimal_tls_version and not isinstance(minimal_tls_version, str):
126
+ raise TypeError("Expected argument 'minimal_tls_version' to be a str")
127
+ pulumi.set(__self__, "minimal_tls_version", minimal_tls_version)
128
+ if name and not isinstance(name, str):
129
+ raise TypeError("Expected argument 'name' to be a str")
130
+ pulumi.set(__self__, "name", name)
131
+ if network_acl_bypass and not isinstance(network_acl_bypass, str):
132
+ raise TypeError("Expected argument 'network_acl_bypass' to be a str")
133
+ pulumi.set(__self__, "network_acl_bypass", network_acl_bypass)
134
+ if network_acl_bypass_resource_ids and not isinstance(network_acl_bypass_resource_ids, list):
135
+ raise TypeError("Expected argument 'network_acl_bypass_resource_ids' to be a list")
136
+ pulumi.set(__self__, "network_acl_bypass_resource_ids", network_acl_bypass_resource_ids)
137
+ if private_endpoint_connections and not isinstance(private_endpoint_connections, list):
138
+ raise TypeError("Expected argument 'private_endpoint_connections' to be a list")
139
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
140
+ if provisioning_state and not isinstance(provisioning_state, str):
141
+ raise TypeError("Expected argument 'provisioning_state' to be a str")
142
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
143
+ if public_network_access and not isinstance(public_network_access, str):
144
+ raise TypeError("Expected argument 'public_network_access' to be a str")
145
+ pulumi.set(__self__, "public_network_access", public_network_access)
146
+ if read_locations and not isinstance(read_locations, list):
147
+ raise TypeError("Expected argument 'read_locations' to be a list")
148
+ pulumi.set(__self__, "read_locations", read_locations)
149
+ if restore_parameters and not isinstance(restore_parameters, dict):
150
+ raise TypeError("Expected argument 'restore_parameters' to be a dict")
151
+ pulumi.set(__self__, "restore_parameters", restore_parameters)
152
+ if system_data and not isinstance(system_data, dict):
153
+ raise TypeError("Expected argument 'system_data' to be a dict")
154
+ pulumi.set(__self__, "system_data", system_data)
155
+ if tags and not isinstance(tags, dict):
156
+ raise TypeError("Expected argument 'tags' to be a dict")
157
+ pulumi.set(__self__, "tags", tags)
158
+ if type and not isinstance(type, str):
159
+ raise TypeError("Expected argument 'type' to be a str")
160
+ pulumi.set(__self__, "type", type)
161
+ if virtual_network_rules and not isinstance(virtual_network_rules, list):
162
+ raise TypeError("Expected argument 'virtual_network_rules' to be a list")
163
+ pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
164
+ if write_locations and not isinstance(write_locations, list):
165
+ raise TypeError("Expected argument 'write_locations' to be a list")
166
+ pulumi.set(__self__, "write_locations", write_locations)
167
+
168
+ @property
169
+ @pulumi.getter(name="analyticalStorageConfiguration")
170
+ def analytical_storage_configuration(self) -> Optional['outputs.AnalyticalStorageConfigurationResponse']:
171
+ """
172
+ Analytical storage specific properties.
173
+ """
174
+ return pulumi.get(self, "analytical_storage_configuration")
175
+
176
+ @property
177
+ @pulumi.getter(name="apiProperties")
178
+ def api_properties(self) -> Optional['outputs.ApiPropertiesResponse']:
179
+ """
180
+ API specific properties.
181
+ """
182
+ return pulumi.get(self, "api_properties")
183
+
184
+ @property
185
+ @pulumi.getter(name="backupPolicy")
186
+ def backup_policy(self) -> Optional[Any]:
187
+ """
188
+ The object representing the policy for taking backups on an account.
189
+ """
190
+ return pulumi.get(self, "backup_policy")
191
+
192
+ @property
193
+ @pulumi.getter
194
+ def capabilities(self) -> Optional[Sequence['outputs.CapabilityResponse']]:
195
+ """
196
+ List of Cosmos DB capabilities for the account
197
+ """
198
+ return pulumi.get(self, "capabilities")
199
+
200
+ @property
201
+ @pulumi.getter
202
+ def capacity(self) -> Optional['outputs.CapacityResponse']:
203
+ """
204
+ The object that represents all properties related to capacity enforcement on an account.
205
+ """
206
+ return pulumi.get(self, "capacity")
207
+
208
+ @property
209
+ @pulumi.getter(name="connectorOffer")
210
+ def connector_offer(self) -> Optional[str]:
211
+ """
212
+ The cassandra connector offer type for the Cosmos DB database C* account.
213
+ """
214
+ return pulumi.get(self, "connector_offer")
215
+
216
+ @property
217
+ @pulumi.getter(name="consistencyPolicy")
218
+ def consistency_policy(self) -> Optional['outputs.ConsistencyPolicyResponse']:
219
+ """
220
+ The consistency policy for the Cosmos DB database account.
221
+ """
222
+ return pulumi.get(self, "consistency_policy")
223
+
224
+ @property
225
+ @pulumi.getter
226
+ def cors(self) -> Optional[Sequence['outputs.CorsPolicyResponse']]:
227
+ """
228
+ The CORS policy for the Cosmos DB database account.
229
+ """
230
+ return pulumi.get(self, "cors")
231
+
232
+ @property
233
+ @pulumi.getter(name="createMode")
234
+ def create_mode(self) -> Optional[str]:
235
+ """
236
+ Enum to indicate the mode of account creation.
237
+ """
238
+ return pulumi.get(self, "create_mode")
239
+
240
+ @property
241
+ @pulumi.getter(name="customerManagedKeyStatus")
242
+ def customer_managed_key_status(self) -> Optional[str]:
243
+ """
244
+ Indicates the status of the Customer Managed Key feature on the account. In case there are errors, the property provides troubleshooting guidance.
245
+ """
246
+ return pulumi.get(self, "customer_managed_key_status")
247
+
248
+ @property
249
+ @pulumi.getter(name="databaseAccountOfferType")
250
+ def database_account_offer_type(self) -> str:
251
+ """
252
+ The offer type for the Cosmos DB database account. Default value: Standard.
253
+ """
254
+ return pulumi.get(self, "database_account_offer_type")
255
+
256
+ @property
257
+ @pulumi.getter(name="defaultIdentity")
258
+ def default_identity(self) -> Optional[str]:
259
+ """
260
+ The default identity for accessing key vault used in features like customer managed keys. The default identity needs to be explicitly set by the users. It can be "FirstPartyIdentity", "SystemAssignedIdentity" and more.
261
+ """
262
+ return pulumi.get(self, "default_identity")
263
+
264
+ @property
265
+ @pulumi.getter(name="disableKeyBasedMetadataWriteAccess")
266
+ def disable_key_based_metadata_write_access(self) -> Optional[bool]:
267
+ """
268
+ Disable write operations on metadata resources (databases, containers, throughput) via account keys
269
+ """
270
+ return pulumi.get(self, "disable_key_based_metadata_write_access")
271
+
272
+ @property
273
+ @pulumi.getter(name="disableLocalAuth")
274
+ def disable_local_auth(self) -> Optional[bool]:
275
+ """
276
+ Opt-out of local authentication and ensure only MSI and AAD can be used exclusively for authentication.
277
+ """
278
+ return pulumi.get(self, "disable_local_auth")
279
+
280
+ @property
281
+ @pulumi.getter(name="documentEndpoint")
282
+ def document_endpoint(self) -> str:
283
+ """
284
+ The connection endpoint for the Cosmos DB database account.
285
+ """
286
+ return pulumi.get(self, "document_endpoint")
287
+
288
+ @property
289
+ @pulumi.getter(name="enableAnalyticalStorage")
290
+ def enable_analytical_storage(self) -> Optional[bool]:
291
+ """
292
+ Flag to indicate whether to enable storage analytics.
293
+ """
294
+ return pulumi.get(self, "enable_analytical_storage")
295
+
296
+ @property
297
+ @pulumi.getter(name="enableAutomaticFailover")
298
+ def enable_automatic_failover(self) -> Optional[bool]:
299
+ """
300
+ Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
301
+ """
302
+ return pulumi.get(self, "enable_automatic_failover")
303
+
304
+ @property
305
+ @pulumi.getter(name="enableBurstCapacity")
306
+ def enable_burst_capacity(self) -> Optional[bool]:
307
+ """
308
+ Flag to indicate enabling/disabling of Burst Capacity Preview feature on the account
309
+ """
310
+ return pulumi.get(self, "enable_burst_capacity")
311
+
312
+ @property
313
+ @pulumi.getter(name="enableCassandraConnector")
314
+ def enable_cassandra_connector(self) -> Optional[bool]:
315
+ """
316
+ Enables the cassandra connector on the Cosmos DB C* account
317
+ """
318
+ return pulumi.get(self, "enable_cassandra_connector")
319
+
320
+ @property
321
+ @pulumi.getter(name="enableFreeTier")
322
+ def enable_free_tier(self) -> Optional[bool]:
323
+ """
324
+ Flag to indicate whether Free Tier is enabled.
325
+ """
326
+ return pulumi.get(self, "enable_free_tier")
327
+
328
+ @property
329
+ @pulumi.getter(name="enableMultipleWriteLocations")
330
+ def enable_multiple_write_locations(self) -> Optional[bool]:
331
+ """
332
+ Enables the account to write in multiple locations
333
+ """
334
+ return pulumi.get(self, "enable_multiple_write_locations")
335
+
336
+ @property
337
+ @pulumi.getter(name="enablePartitionMerge")
338
+ def enable_partition_merge(self) -> Optional[bool]:
339
+ """
340
+ Flag to indicate enabling/disabling of Partition Merge feature on the account
341
+ """
342
+ return pulumi.get(self, "enable_partition_merge")
343
+
344
+ @property
345
+ @pulumi.getter(name="failoverPolicies")
346
+ def failover_policies(self) -> Sequence['outputs.FailoverPolicyResponse']:
347
+ """
348
+ An array that contains the regions ordered by their failover priorities.
349
+ """
350
+ return pulumi.get(self, "failover_policies")
351
+
352
+ @property
353
+ @pulumi.getter
354
+ def id(self) -> str:
355
+ """
356
+ The unique resource identifier of the ARM resource.
357
+ """
358
+ return pulumi.get(self, "id")
359
+
360
+ @property
361
+ @pulumi.getter
362
+ def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
363
+ """
364
+ Identity for the resource.
365
+ """
366
+ return pulumi.get(self, "identity")
367
+
368
+ @property
369
+ @pulumi.getter(name="instanceId")
370
+ def instance_id(self) -> str:
371
+ """
372
+ A unique identifier assigned to the database account
373
+ """
374
+ return pulumi.get(self, "instance_id")
375
+
376
+ @property
377
+ @pulumi.getter(name="ipRules")
378
+ def ip_rules(self) -> Optional[Sequence['outputs.IpAddressOrRangeResponse']]:
379
+ """
380
+ List of IpRules.
381
+ """
382
+ return pulumi.get(self, "ip_rules")
383
+
384
+ @property
385
+ @pulumi.getter(name="isVirtualNetworkFilterEnabled")
386
+ def is_virtual_network_filter_enabled(self) -> Optional[bool]:
387
+ """
388
+ Flag to indicate whether to enable/disable Virtual Network ACL rules.
389
+ """
390
+ return pulumi.get(self, "is_virtual_network_filter_enabled")
391
+
392
+ @property
393
+ @pulumi.getter(name="keyVaultKeyUri")
394
+ def key_vault_key_uri(self) -> Optional[str]:
395
+ """
396
+ The URI of the key vault
397
+ """
398
+ return pulumi.get(self, "key_vault_key_uri")
399
+
400
+ @property
401
+ @pulumi.getter(name="keysMetadata")
402
+ def keys_metadata(self) -> 'outputs.DatabaseAccountKeysMetadataResponse':
403
+ """
404
+ The object that represents the metadata for the Account Keys of the Cosmos DB account.
405
+ """
406
+ return pulumi.get(self, "keys_metadata")
407
+
408
+ @property
409
+ @pulumi.getter
410
+ def kind(self) -> Optional[str]:
411
+ """
412
+ Indicates the type of database account. This can only be set at database account creation.
413
+ """
414
+ return pulumi.get(self, "kind")
415
+
416
+ @property
417
+ @pulumi.getter
418
+ def location(self) -> Optional[str]:
419
+ """
420
+ The location of the resource group to which the resource belongs.
421
+ """
422
+ return pulumi.get(self, "location")
423
+
424
+ @property
425
+ @pulumi.getter
426
+ def locations(self) -> Sequence['outputs.LocationResponse']:
427
+ """
428
+ An array that contains all of the locations enabled for the Cosmos DB account.
429
+ """
430
+ return pulumi.get(self, "locations")
431
+
432
+ @property
433
+ @pulumi.getter(name="minimalTlsVersion")
434
+ def minimal_tls_version(self) -> Optional[str]:
435
+ """
436
+ Indicates the minimum allowed Tls version. The default value is Tls 1.2. Cassandra and Mongo APIs only work with Tls 1.2.
437
+ """
438
+ return pulumi.get(self, "minimal_tls_version")
439
+
440
+ @property
441
+ @pulumi.getter
442
+ def name(self) -> str:
443
+ """
444
+ The name of the ARM resource.
445
+ """
446
+ return pulumi.get(self, "name")
447
+
448
+ @property
449
+ @pulumi.getter(name="networkAclBypass")
450
+ def network_acl_bypass(self) -> Optional[str]:
451
+ """
452
+ Indicates what services are allowed to bypass firewall checks.
453
+ """
454
+ return pulumi.get(self, "network_acl_bypass")
455
+
456
+ @property
457
+ @pulumi.getter(name="networkAclBypassResourceIds")
458
+ def network_acl_bypass_resource_ids(self) -> Optional[Sequence[str]]:
459
+ """
460
+ An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.
461
+ """
462
+ return pulumi.get(self, "network_acl_bypass_resource_ids")
463
+
464
+ @property
465
+ @pulumi.getter(name="privateEndpointConnections")
466
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
467
+ """
468
+ List of Private Endpoint Connections configured for the Cosmos DB account.
469
+ """
470
+ return pulumi.get(self, "private_endpoint_connections")
471
+
472
+ @property
473
+ @pulumi.getter(name="provisioningState")
474
+ def provisioning_state(self) -> str:
475
+ """
476
+ The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.
477
+ """
478
+ return pulumi.get(self, "provisioning_state")
479
+
480
+ @property
481
+ @pulumi.getter(name="publicNetworkAccess")
482
+ def public_network_access(self) -> Optional[str]:
483
+ """
484
+ Whether requests from Public Network are allowed
485
+ """
486
+ return pulumi.get(self, "public_network_access")
487
+
488
+ @property
489
+ @pulumi.getter(name="readLocations")
490
+ def read_locations(self) -> Sequence['outputs.LocationResponse']:
491
+ """
492
+ An array that contains of the read locations enabled for the Cosmos DB account.
493
+ """
494
+ return pulumi.get(self, "read_locations")
495
+
496
+ @property
497
+ @pulumi.getter(name="restoreParameters")
498
+ def restore_parameters(self) -> Optional['outputs.RestoreParametersResponse']:
499
+ """
500
+ Parameters to indicate the information about the restore.
501
+ """
502
+ return pulumi.get(self, "restore_parameters")
503
+
504
+ @property
505
+ @pulumi.getter(name="systemData")
506
+ def system_data(self) -> 'outputs.SystemDataResponse':
507
+ """
508
+ The system meta data relating to this resource.
509
+ """
510
+ return pulumi.get(self, "system_data")
511
+
512
+ @property
513
+ @pulumi.getter
514
+ def tags(self) -> Optional[Mapping[str, str]]:
515
+ """
516
+ Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".
517
+ """
518
+ return pulumi.get(self, "tags")
519
+
520
+ @property
521
+ @pulumi.getter
522
+ def type(self) -> str:
523
+ """
524
+ The type of Azure resource.
525
+ """
526
+ return pulumi.get(self, "type")
527
+
528
+ @property
529
+ @pulumi.getter(name="virtualNetworkRules")
530
+ def virtual_network_rules(self) -> Optional[Sequence['outputs.VirtualNetworkRuleResponse']]:
531
+ """
532
+ List of Virtual Network ACL rules configured for the Cosmos DB account.
533
+ """
534
+ return pulumi.get(self, "virtual_network_rules")
535
+
536
+ @property
537
+ @pulumi.getter(name="writeLocations")
538
+ def write_locations(self) -> Sequence['outputs.LocationResponse']:
539
+ """
540
+ An array that contains the write location for the Cosmos DB account.
541
+ """
542
+ return pulumi.get(self, "write_locations")
543
+
544
+
545
+ class AwaitableGetDatabaseAccountResult(GetDatabaseAccountResult):
546
+ # pylint: disable=using-constant-test
547
+ def __await__(self):
548
+ if False:
549
+ yield self
550
+ return GetDatabaseAccountResult(
551
+ analytical_storage_configuration=self.analytical_storage_configuration,
552
+ api_properties=self.api_properties,
553
+ backup_policy=self.backup_policy,
554
+ capabilities=self.capabilities,
555
+ capacity=self.capacity,
556
+ connector_offer=self.connector_offer,
557
+ consistency_policy=self.consistency_policy,
558
+ cors=self.cors,
559
+ create_mode=self.create_mode,
560
+ customer_managed_key_status=self.customer_managed_key_status,
561
+ database_account_offer_type=self.database_account_offer_type,
562
+ default_identity=self.default_identity,
563
+ disable_key_based_metadata_write_access=self.disable_key_based_metadata_write_access,
564
+ disable_local_auth=self.disable_local_auth,
565
+ document_endpoint=self.document_endpoint,
566
+ enable_analytical_storage=self.enable_analytical_storage,
567
+ enable_automatic_failover=self.enable_automatic_failover,
568
+ enable_burst_capacity=self.enable_burst_capacity,
569
+ enable_cassandra_connector=self.enable_cassandra_connector,
570
+ enable_free_tier=self.enable_free_tier,
571
+ enable_multiple_write_locations=self.enable_multiple_write_locations,
572
+ enable_partition_merge=self.enable_partition_merge,
573
+ failover_policies=self.failover_policies,
574
+ id=self.id,
575
+ identity=self.identity,
576
+ instance_id=self.instance_id,
577
+ ip_rules=self.ip_rules,
578
+ is_virtual_network_filter_enabled=self.is_virtual_network_filter_enabled,
579
+ key_vault_key_uri=self.key_vault_key_uri,
580
+ keys_metadata=self.keys_metadata,
581
+ kind=self.kind,
582
+ location=self.location,
583
+ locations=self.locations,
584
+ minimal_tls_version=self.minimal_tls_version,
585
+ name=self.name,
586
+ network_acl_bypass=self.network_acl_bypass,
587
+ network_acl_bypass_resource_ids=self.network_acl_bypass_resource_ids,
588
+ private_endpoint_connections=self.private_endpoint_connections,
589
+ provisioning_state=self.provisioning_state,
590
+ public_network_access=self.public_network_access,
591
+ read_locations=self.read_locations,
592
+ restore_parameters=self.restore_parameters,
593
+ system_data=self.system_data,
594
+ tags=self.tags,
595
+ type=self.type,
596
+ virtual_network_rules=self.virtual_network_rules,
597
+ write_locations=self.write_locations)
598
+
599
+
600
+ def get_database_account(account_name: Optional[str] = None,
601
+ resource_group_name: Optional[str] = None,
602
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseAccountResult:
603
+ """
604
+ Retrieves the properties of an existing Azure Cosmos DB database account.
605
+
606
+
607
+ :param str account_name: Cosmos DB database account name.
608
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
609
+ """
610
+ __args__ = dict()
611
+ __args__['accountName'] = account_name
612
+ __args__['resourceGroupName'] = resource_group_name
613
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
614
+ __ret__ = pulumi.runtime.invoke('azure-native:documentdb/v20240515:getDatabaseAccount', __args__, opts=opts, typ=GetDatabaseAccountResult).value
615
+
616
+ return AwaitableGetDatabaseAccountResult(
617
+ analytical_storage_configuration=pulumi.get(__ret__, 'analytical_storage_configuration'),
618
+ api_properties=pulumi.get(__ret__, 'api_properties'),
619
+ backup_policy=pulumi.get(__ret__, 'backup_policy'),
620
+ capabilities=pulumi.get(__ret__, 'capabilities'),
621
+ capacity=pulumi.get(__ret__, 'capacity'),
622
+ connector_offer=pulumi.get(__ret__, 'connector_offer'),
623
+ consistency_policy=pulumi.get(__ret__, 'consistency_policy'),
624
+ cors=pulumi.get(__ret__, 'cors'),
625
+ create_mode=pulumi.get(__ret__, 'create_mode'),
626
+ customer_managed_key_status=pulumi.get(__ret__, 'customer_managed_key_status'),
627
+ database_account_offer_type=pulumi.get(__ret__, 'database_account_offer_type'),
628
+ default_identity=pulumi.get(__ret__, 'default_identity'),
629
+ disable_key_based_metadata_write_access=pulumi.get(__ret__, 'disable_key_based_metadata_write_access'),
630
+ disable_local_auth=pulumi.get(__ret__, 'disable_local_auth'),
631
+ document_endpoint=pulumi.get(__ret__, 'document_endpoint'),
632
+ enable_analytical_storage=pulumi.get(__ret__, 'enable_analytical_storage'),
633
+ enable_automatic_failover=pulumi.get(__ret__, 'enable_automatic_failover'),
634
+ enable_burst_capacity=pulumi.get(__ret__, 'enable_burst_capacity'),
635
+ enable_cassandra_connector=pulumi.get(__ret__, 'enable_cassandra_connector'),
636
+ enable_free_tier=pulumi.get(__ret__, 'enable_free_tier'),
637
+ enable_multiple_write_locations=pulumi.get(__ret__, 'enable_multiple_write_locations'),
638
+ enable_partition_merge=pulumi.get(__ret__, 'enable_partition_merge'),
639
+ failover_policies=pulumi.get(__ret__, 'failover_policies'),
640
+ id=pulumi.get(__ret__, 'id'),
641
+ identity=pulumi.get(__ret__, 'identity'),
642
+ instance_id=pulumi.get(__ret__, 'instance_id'),
643
+ ip_rules=pulumi.get(__ret__, 'ip_rules'),
644
+ is_virtual_network_filter_enabled=pulumi.get(__ret__, 'is_virtual_network_filter_enabled'),
645
+ key_vault_key_uri=pulumi.get(__ret__, 'key_vault_key_uri'),
646
+ keys_metadata=pulumi.get(__ret__, 'keys_metadata'),
647
+ kind=pulumi.get(__ret__, 'kind'),
648
+ location=pulumi.get(__ret__, 'location'),
649
+ locations=pulumi.get(__ret__, 'locations'),
650
+ minimal_tls_version=pulumi.get(__ret__, 'minimal_tls_version'),
651
+ name=pulumi.get(__ret__, 'name'),
652
+ network_acl_bypass=pulumi.get(__ret__, 'network_acl_bypass'),
653
+ network_acl_bypass_resource_ids=pulumi.get(__ret__, 'network_acl_bypass_resource_ids'),
654
+ private_endpoint_connections=pulumi.get(__ret__, 'private_endpoint_connections'),
655
+ provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
656
+ public_network_access=pulumi.get(__ret__, 'public_network_access'),
657
+ read_locations=pulumi.get(__ret__, 'read_locations'),
658
+ restore_parameters=pulumi.get(__ret__, 'restore_parameters'),
659
+ system_data=pulumi.get(__ret__, 'system_data'),
660
+ tags=pulumi.get(__ret__, 'tags'),
661
+ type=pulumi.get(__ret__, 'type'),
662
+ virtual_network_rules=pulumi.get(__ret__, 'virtual_network_rules'),
663
+ write_locations=pulumi.get(__ret__, 'write_locations'))
664
+
665
+
666
+ @_utilities.lift_output_func(get_database_account)
667
+ def get_database_account_output(account_name: Optional[pulumi.Input[str]] = None,
668
+ resource_group_name: Optional[pulumi.Input[str]] = None,
669
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDatabaseAccountResult]:
670
+ """
671
+ Retrieves the properties of an existing Azure Cosmos DB database account.
672
+
673
+
674
+ :param str account_name: Cosmos DB database account name.
675
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
676
+ """
677
+ ...