pulumi-azure-native 2.42.0a1716008169__py3-none-any.whl → 2.42.0a1716205654__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.0a1716205654.dist-info}/METADATA +1 -1
  418. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716205654.dist-info}/RECORD +420 -320
  419. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716205654.dist-info}/WHEEL +0 -0
  420. {pulumi_azure_native-2.42.0a1716008169.dist-info → pulumi_azure_native-2.42.0a1716205654.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,912 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'ManagedServiceIdentityResponse',
16
+ 'PrivateEndpointConnectionResponse',
17
+ 'PrivateEndpointResponse',
18
+ 'PrivateLinkServiceConnectionStateResponse',
19
+ 'RedisAccessKeysResponse',
20
+ 'RedisCommonPropertiesResponseRedisConfiguration',
21
+ 'RedisInstanceDetailsResponse',
22
+ 'RedisLinkedServerResponse',
23
+ 'ScheduleEntryResponse',
24
+ 'SkuResponse',
25
+ 'UserAssignedIdentityResponse',
26
+ ]
27
+
28
+ @pulumi.output_type
29
+ class ManagedServiceIdentityResponse(dict):
30
+ """
31
+ Managed service identity (system assigned and/or user assigned identities)
32
+ """
33
+ @staticmethod
34
+ def __key_warning(key: str):
35
+ suggest = None
36
+ if key == "principalId":
37
+ suggest = "principal_id"
38
+ elif key == "tenantId":
39
+ suggest = "tenant_id"
40
+ elif key == "userAssignedIdentities":
41
+ suggest = "user_assigned_identities"
42
+
43
+ if suggest:
44
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
45
+
46
+ def __getitem__(self, key: str) -> Any:
47
+ ManagedServiceIdentityResponse.__key_warning(key)
48
+ return super().__getitem__(key)
49
+
50
+ def get(self, key: str, default = None) -> Any:
51
+ ManagedServiceIdentityResponse.__key_warning(key)
52
+ return super().get(key, default)
53
+
54
+ def __init__(__self__, *,
55
+ principal_id: str,
56
+ tenant_id: str,
57
+ type: str,
58
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
59
+ """
60
+ Managed service identity (system assigned and/or user assigned identities)
61
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
62
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
63
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
64
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
65
+ """
66
+ pulumi.set(__self__, "principal_id", principal_id)
67
+ pulumi.set(__self__, "tenant_id", tenant_id)
68
+ pulumi.set(__self__, "type", type)
69
+ if user_assigned_identities is not None:
70
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
71
+
72
+ @property
73
+ @pulumi.getter(name="principalId")
74
+ def principal_id(self) -> str:
75
+ """
76
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
77
+ """
78
+ return pulumi.get(self, "principal_id")
79
+
80
+ @property
81
+ @pulumi.getter(name="tenantId")
82
+ def tenant_id(self) -> str:
83
+ """
84
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
85
+ """
86
+ return pulumi.get(self, "tenant_id")
87
+
88
+ @property
89
+ @pulumi.getter
90
+ def type(self) -> str:
91
+ """
92
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
93
+ """
94
+ return pulumi.get(self, "type")
95
+
96
+ @property
97
+ @pulumi.getter(name="userAssignedIdentities")
98
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
99
+ """
100
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
101
+ """
102
+ return pulumi.get(self, "user_assigned_identities")
103
+
104
+
105
+ @pulumi.output_type
106
+ class PrivateEndpointConnectionResponse(dict):
107
+ """
108
+ The Private Endpoint Connection resource.
109
+ """
110
+ @staticmethod
111
+ def __key_warning(key: str):
112
+ suggest = None
113
+ if key == "privateLinkServiceConnectionState":
114
+ suggest = "private_link_service_connection_state"
115
+ elif key == "provisioningState":
116
+ suggest = "provisioning_state"
117
+ elif key == "privateEndpoint":
118
+ suggest = "private_endpoint"
119
+
120
+ if suggest:
121
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
122
+
123
+ def __getitem__(self, key: str) -> Any:
124
+ PrivateEndpointConnectionResponse.__key_warning(key)
125
+ return super().__getitem__(key)
126
+
127
+ def get(self, key: str, default = None) -> Any:
128
+ PrivateEndpointConnectionResponse.__key_warning(key)
129
+ return super().get(key, default)
130
+
131
+ def __init__(__self__, *,
132
+ id: str,
133
+ name: str,
134
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
135
+ provisioning_state: str,
136
+ type: str,
137
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
138
+ """
139
+ The Private Endpoint Connection resource.
140
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
141
+ :param str name: The name of the resource
142
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
143
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
144
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
145
+ :param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
146
+ """
147
+ pulumi.set(__self__, "id", id)
148
+ pulumi.set(__self__, "name", name)
149
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
150
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
151
+ pulumi.set(__self__, "type", type)
152
+ if private_endpoint is not None:
153
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
154
+
155
+ @property
156
+ @pulumi.getter
157
+ def id(self) -> str:
158
+ """
159
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
160
+ """
161
+ return pulumi.get(self, "id")
162
+
163
+ @property
164
+ @pulumi.getter
165
+ def name(self) -> str:
166
+ """
167
+ The name of the resource
168
+ """
169
+ return pulumi.get(self, "name")
170
+
171
+ @property
172
+ @pulumi.getter(name="privateLinkServiceConnectionState")
173
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
174
+ """
175
+ A collection of information about the state of the connection between service consumer and provider.
176
+ """
177
+ return pulumi.get(self, "private_link_service_connection_state")
178
+
179
+ @property
180
+ @pulumi.getter(name="provisioningState")
181
+ def provisioning_state(self) -> str:
182
+ """
183
+ The provisioning state of the private endpoint connection resource.
184
+ """
185
+ return pulumi.get(self, "provisioning_state")
186
+
187
+ @property
188
+ @pulumi.getter
189
+ def type(self) -> str:
190
+ """
191
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
192
+ """
193
+ return pulumi.get(self, "type")
194
+
195
+ @property
196
+ @pulumi.getter(name="privateEndpoint")
197
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
198
+ """
199
+ The resource of private end point.
200
+ """
201
+ return pulumi.get(self, "private_endpoint")
202
+
203
+
204
+ @pulumi.output_type
205
+ class PrivateEndpointResponse(dict):
206
+ """
207
+ The Private Endpoint resource.
208
+ """
209
+ def __init__(__self__, *,
210
+ id: str):
211
+ """
212
+ The Private Endpoint resource.
213
+ :param str id: The ARM identifier for Private Endpoint
214
+ """
215
+ pulumi.set(__self__, "id", id)
216
+
217
+ @property
218
+ @pulumi.getter
219
+ def id(self) -> str:
220
+ """
221
+ The ARM identifier for Private Endpoint
222
+ """
223
+ return pulumi.get(self, "id")
224
+
225
+
226
+ @pulumi.output_type
227
+ class PrivateLinkServiceConnectionStateResponse(dict):
228
+ """
229
+ A collection of information about the state of the connection between service consumer and provider.
230
+ """
231
+ @staticmethod
232
+ def __key_warning(key: str):
233
+ suggest = None
234
+ if key == "actionsRequired":
235
+ suggest = "actions_required"
236
+
237
+ if suggest:
238
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
239
+
240
+ def __getitem__(self, key: str) -> Any:
241
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
242
+ return super().__getitem__(key)
243
+
244
+ def get(self, key: str, default = None) -> Any:
245
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
246
+ return super().get(key, default)
247
+
248
+ def __init__(__self__, *,
249
+ actions_required: Optional[str] = None,
250
+ description: Optional[str] = None,
251
+ status: Optional[str] = None):
252
+ """
253
+ A collection of information about the state of the connection between service consumer and provider.
254
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
255
+ :param str description: The reason for approval/rejection of the connection.
256
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
257
+ """
258
+ if actions_required is not None:
259
+ pulumi.set(__self__, "actions_required", actions_required)
260
+ if description is not None:
261
+ pulumi.set(__self__, "description", description)
262
+ if status is not None:
263
+ pulumi.set(__self__, "status", status)
264
+
265
+ @property
266
+ @pulumi.getter(name="actionsRequired")
267
+ def actions_required(self) -> Optional[str]:
268
+ """
269
+ A message indicating if changes on the service provider require any updates on the consumer.
270
+ """
271
+ return pulumi.get(self, "actions_required")
272
+
273
+ @property
274
+ @pulumi.getter
275
+ def description(self) -> Optional[str]:
276
+ """
277
+ The reason for approval/rejection of the connection.
278
+ """
279
+ return pulumi.get(self, "description")
280
+
281
+ @property
282
+ @pulumi.getter
283
+ def status(self) -> Optional[str]:
284
+ """
285
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
286
+ """
287
+ return pulumi.get(self, "status")
288
+
289
+
290
+ @pulumi.output_type
291
+ class RedisAccessKeysResponse(dict):
292
+ """
293
+ Redis cache access keys.
294
+ """
295
+ @staticmethod
296
+ def __key_warning(key: str):
297
+ suggest = None
298
+ if key == "primaryKey":
299
+ suggest = "primary_key"
300
+ elif key == "secondaryKey":
301
+ suggest = "secondary_key"
302
+
303
+ if suggest:
304
+ pulumi.log.warn(f"Key '{key}' not found in RedisAccessKeysResponse. Access the value via the '{suggest}' property getter instead.")
305
+
306
+ def __getitem__(self, key: str) -> Any:
307
+ RedisAccessKeysResponse.__key_warning(key)
308
+ return super().__getitem__(key)
309
+
310
+ def get(self, key: str, default = None) -> Any:
311
+ RedisAccessKeysResponse.__key_warning(key)
312
+ return super().get(key, default)
313
+
314
+ def __init__(__self__, *,
315
+ primary_key: str,
316
+ secondary_key: str):
317
+ """
318
+ Redis cache access keys.
319
+ :param str primary_key: The current primary key that clients can use to authenticate with Redis cache.
320
+ :param str secondary_key: The current secondary key that clients can use to authenticate with Redis cache.
321
+ """
322
+ pulumi.set(__self__, "primary_key", primary_key)
323
+ pulumi.set(__self__, "secondary_key", secondary_key)
324
+
325
+ @property
326
+ @pulumi.getter(name="primaryKey")
327
+ def primary_key(self) -> str:
328
+ """
329
+ The current primary key that clients can use to authenticate with Redis cache.
330
+ """
331
+ return pulumi.get(self, "primary_key")
332
+
333
+ @property
334
+ @pulumi.getter(name="secondaryKey")
335
+ def secondary_key(self) -> str:
336
+ """
337
+ The current secondary key that clients can use to authenticate with Redis cache.
338
+ """
339
+ return pulumi.get(self, "secondary_key")
340
+
341
+
342
+ @pulumi.output_type
343
+ class RedisCommonPropertiesResponseRedisConfiguration(dict):
344
+ """
345
+ All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta, maxmemory-policy,notify-keyspace-events, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
346
+ """
347
+ @staticmethod
348
+ def __key_warning(key: str):
349
+ suggest = None
350
+ if key == "preferredDataArchiveAuthMethod":
351
+ suggest = "preferred_data_archive_auth_method"
352
+ elif key == "zonalConfiguration":
353
+ suggest = "zonal_configuration"
354
+ elif key == "aadEnabled":
355
+ suggest = "aad_enabled"
356
+ elif key == "aofBackupEnabled":
357
+ suggest = "aof_backup_enabled"
358
+ elif key == "aofStorageConnectionString0":
359
+ suggest = "aof_storage_connection_string0"
360
+ elif key == "aofStorageConnectionString1":
361
+ suggest = "aof_storage_connection_string1"
362
+ elif key == "maxfragmentationmemoryReserved":
363
+ suggest = "maxfragmentationmemory_reserved"
364
+ elif key == "maxmemoryDelta":
365
+ suggest = "maxmemory_delta"
366
+ elif key == "maxmemoryPolicy":
367
+ suggest = "maxmemory_policy"
368
+ elif key == "maxmemoryReserved":
369
+ suggest = "maxmemory_reserved"
370
+ elif key == "notifyKeyspaceEvents":
371
+ suggest = "notify_keyspace_events"
372
+ elif key == "preferredDataPersistenceAuthMethod":
373
+ suggest = "preferred_data_persistence_auth_method"
374
+ elif key == "rdbBackupEnabled":
375
+ suggest = "rdb_backup_enabled"
376
+ elif key == "rdbBackupFrequency":
377
+ suggest = "rdb_backup_frequency"
378
+ elif key == "rdbBackupMaxSnapshotCount":
379
+ suggest = "rdb_backup_max_snapshot_count"
380
+ elif key == "rdbStorageConnectionString":
381
+ suggest = "rdb_storage_connection_string"
382
+ elif key == "storageSubscriptionId":
383
+ suggest = "storage_subscription_id"
384
+
385
+ if suggest:
386
+ pulumi.log.warn(f"Key '{key}' not found in RedisCommonPropertiesResponseRedisConfiguration. Access the value via the '{suggest}' property getter instead.")
387
+
388
+ def __getitem__(self, key: str) -> Any:
389
+ RedisCommonPropertiesResponseRedisConfiguration.__key_warning(key)
390
+ return super().__getitem__(key)
391
+
392
+ def get(self, key: str, default = None) -> Any:
393
+ RedisCommonPropertiesResponseRedisConfiguration.__key_warning(key)
394
+ return super().get(key, default)
395
+
396
+ def __init__(__self__, *,
397
+ maxclients: str,
398
+ preferred_data_archive_auth_method: str,
399
+ zonal_configuration: str,
400
+ aad_enabled: Optional[str] = None,
401
+ aof_backup_enabled: Optional[str] = None,
402
+ aof_storage_connection_string0: Optional[str] = None,
403
+ aof_storage_connection_string1: Optional[str] = None,
404
+ authnotrequired: Optional[str] = None,
405
+ maxfragmentationmemory_reserved: Optional[str] = None,
406
+ maxmemory_delta: Optional[str] = None,
407
+ maxmemory_policy: Optional[str] = None,
408
+ maxmemory_reserved: Optional[str] = None,
409
+ notify_keyspace_events: Optional[str] = None,
410
+ preferred_data_persistence_auth_method: Optional[str] = None,
411
+ rdb_backup_enabled: Optional[str] = None,
412
+ rdb_backup_frequency: Optional[str] = None,
413
+ rdb_backup_max_snapshot_count: Optional[str] = None,
414
+ rdb_storage_connection_string: Optional[str] = None,
415
+ storage_subscription_id: Optional[str] = None):
416
+ """
417
+ All Redis Settings. Few possible keys: rdb-backup-enabled,rdb-storage-connection-string,rdb-backup-frequency,maxmemory-delta, maxmemory-policy,notify-keyspace-events, aof-backup-enabled, aof-storage-connection-string-0, aof-storage-connection-string-1 etc.
418
+ :param str maxclients: The max clients config
419
+ :param str preferred_data_archive_auth_method: Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
420
+ :param str zonal_configuration: Zonal Configuration
421
+ :param str aad_enabled: Specifies whether AAD based authentication has been enabled or disabled for the cache
422
+ :param str aof_backup_enabled: Specifies whether the aof backup is enabled
423
+ :param str aof_storage_connection_string0: First storage account connection string
424
+ :param str aof_storage_connection_string1: Second storage account connection string
425
+ :param str authnotrequired: Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
426
+ :param str maxfragmentationmemory_reserved: Value in megabytes reserved for fragmentation per shard
427
+ :param str maxmemory_delta: Value in megabytes reserved for non-cache usage per shard e.g. failover.
428
+ :param str maxmemory_policy: The eviction strategy used when your data won't fit within its memory limit.
429
+ :param str maxmemory_reserved: Value in megabytes reserved for non-cache usage per shard e.g. failover.
430
+ :param str notify_keyspace_events: The keyspace events which should be monitored.
431
+ :param str preferred_data_persistence_auth_method: Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
432
+ :param str rdb_backup_enabled: Specifies whether the rdb backup is enabled
433
+ :param str rdb_backup_frequency: Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
434
+ :param str rdb_backup_max_snapshot_count: Specifies the maximum number of snapshots for rdb backup
435
+ :param str rdb_storage_connection_string: The storage account connection string for storing rdb file
436
+ :param str storage_subscription_id: SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
437
+ """
438
+ pulumi.set(__self__, "maxclients", maxclients)
439
+ pulumi.set(__self__, "preferred_data_archive_auth_method", preferred_data_archive_auth_method)
440
+ pulumi.set(__self__, "zonal_configuration", zonal_configuration)
441
+ if aad_enabled is not None:
442
+ pulumi.set(__self__, "aad_enabled", aad_enabled)
443
+ if aof_backup_enabled is not None:
444
+ pulumi.set(__self__, "aof_backup_enabled", aof_backup_enabled)
445
+ if aof_storage_connection_string0 is not None:
446
+ pulumi.set(__self__, "aof_storage_connection_string0", aof_storage_connection_string0)
447
+ if aof_storage_connection_string1 is not None:
448
+ pulumi.set(__self__, "aof_storage_connection_string1", aof_storage_connection_string1)
449
+ if authnotrequired is not None:
450
+ pulumi.set(__self__, "authnotrequired", authnotrequired)
451
+ if maxfragmentationmemory_reserved is not None:
452
+ pulumi.set(__self__, "maxfragmentationmemory_reserved", maxfragmentationmemory_reserved)
453
+ if maxmemory_delta is not None:
454
+ pulumi.set(__self__, "maxmemory_delta", maxmemory_delta)
455
+ if maxmemory_policy is not None:
456
+ pulumi.set(__self__, "maxmemory_policy", maxmemory_policy)
457
+ if maxmemory_reserved is not None:
458
+ pulumi.set(__self__, "maxmemory_reserved", maxmemory_reserved)
459
+ if notify_keyspace_events is not None:
460
+ pulumi.set(__self__, "notify_keyspace_events", notify_keyspace_events)
461
+ if preferred_data_persistence_auth_method is not None:
462
+ pulumi.set(__self__, "preferred_data_persistence_auth_method", preferred_data_persistence_auth_method)
463
+ if rdb_backup_enabled is not None:
464
+ pulumi.set(__self__, "rdb_backup_enabled", rdb_backup_enabled)
465
+ if rdb_backup_frequency is not None:
466
+ pulumi.set(__self__, "rdb_backup_frequency", rdb_backup_frequency)
467
+ if rdb_backup_max_snapshot_count is not None:
468
+ pulumi.set(__self__, "rdb_backup_max_snapshot_count", rdb_backup_max_snapshot_count)
469
+ if rdb_storage_connection_string is not None:
470
+ pulumi.set(__self__, "rdb_storage_connection_string", rdb_storage_connection_string)
471
+ if storage_subscription_id is not None:
472
+ pulumi.set(__self__, "storage_subscription_id", storage_subscription_id)
473
+
474
+ @property
475
+ @pulumi.getter
476
+ def maxclients(self) -> str:
477
+ """
478
+ The max clients config
479
+ """
480
+ return pulumi.get(self, "maxclients")
481
+
482
+ @property
483
+ @pulumi.getter(name="preferredDataArchiveAuthMethod")
484
+ def preferred_data_archive_auth_method(self) -> str:
485
+ """
486
+ Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS
487
+ """
488
+ return pulumi.get(self, "preferred_data_archive_auth_method")
489
+
490
+ @property
491
+ @pulumi.getter(name="zonalConfiguration")
492
+ def zonal_configuration(self) -> str:
493
+ """
494
+ Zonal Configuration
495
+ """
496
+ return pulumi.get(self, "zonal_configuration")
497
+
498
+ @property
499
+ @pulumi.getter(name="aadEnabled")
500
+ def aad_enabled(self) -> Optional[str]:
501
+ """
502
+ Specifies whether AAD based authentication has been enabled or disabled for the cache
503
+ """
504
+ return pulumi.get(self, "aad_enabled")
505
+
506
+ @property
507
+ @pulumi.getter(name="aofBackupEnabled")
508
+ def aof_backup_enabled(self) -> Optional[str]:
509
+ """
510
+ Specifies whether the aof backup is enabled
511
+ """
512
+ return pulumi.get(self, "aof_backup_enabled")
513
+
514
+ @property
515
+ @pulumi.getter(name="aofStorageConnectionString0")
516
+ def aof_storage_connection_string0(self) -> Optional[str]:
517
+ """
518
+ First storage account connection string
519
+ """
520
+ return pulumi.get(self, "aof_storage_connection_string0")
521
+
522
+ @property
523
+ @pulumi.getter(name="aofStorageConnectionString1")
524
+ def aof_storage_connection_string1(self) -> Optional[str]:
525
+ """
526
+ Second storage account connection string
527
+ """
528
+ return pulumi.get(self, "aof_storage_connection_string1")
529
+
530
+ @property
531
+ @pulumi.getter
532
+ def authnotrequired(self) -> Optional[str]:
533
+ """
534
+ Specifies whether the authentication is disabled. Setting this property is highly discouraged from security point of view.
535
+ """
536
+ return pulumi.get(self, "authnotrequired")
537
+
538
+ @property
539
+ @pulumi.getter(name="maxfragmentationmemoryReserved")
540
+ def maxfragmentationmemory_reserved(self) -> Optional[str]:
541
+ """
542
+ Value in megabytes reserved for fragmentation per shard
543
+ """
544
+ return pulumi.get(self, "maxfragmentationmemory_reserved")
545
+
546
+ @property
547
+ @pulumi.getter(name="maxmemoryDelta")
548
+ def maxmemory_delta(self) -> Optional[str]:
549
+ """
550
+ Value in megabytes reserved for non-cache usage per shard e.g. failover.
551
+ """
552
+ return pulumi.get(self, "maxmemory_delta")
553
+
554
+ @property
555
+ @pulumi.getter(name="maxmemoryPolicy")
556
+ def maxmemory_policy(self) -> Optional[str]:
557
+ """
558
+ The eviction strategy used when your data won't fit within its memory limit.
559
+ """
560
+ return pulumi.get(self, "maxmemory_policy")
561
+
562
+ @property
563
+ @pulumi.getter(name="maxmemoryReserved")
564
+ def maxmemory_reserved(self) -> Optional[str]:
565
+ """
566
+ Value in megabytes reserved for non-cache usage per shard e.g. failover.
567
+ """
568
+ return pulumi.get(self, "maxmemory_reserved")
569
+
570
+ @property
571
+ @pulumi.getter(name="notifyKeyspaceEvents")
572
+ def notify_keyspace_events(self) -> Optional[str]:
573
+ """
574
+ The keyspace events which should be monitored.
575
+ """
576
+ return pulumi.get(self, "notify_keyspace_events")
577
+
578
+ @property
579
+ @pulumi.getter(name="preferredDataPersistenceAuthMethod")
580
+ def preferred_data_persistence_auth_method(self) -> Optional[str]:
581
+ """
582
+ Preferred auth method to communicate to storage account used for data persistence, specify SAS or ManagedIdentity, default value is SAS
583
+ """
584
+ return pulumi.get(self, "preferred_data_persistence_auth_method")
585
+
586
+ @property
587
+ @pulumi.getter(name="rdbBackupEnabled")
588
+ def rdb_backup_enabled(self) -> Optional[str]:
589
+ """
590
+ Specifies whether the rdb backup is enabled
591
+ """
592
+ return pulumi.get(self, "rdb_backup_enabled")
593
+
594
+ @property
595
+ @pulumi.getter(name="rdbBackupFrequency")
596
+ def rdb_backup_frequency(self) -> Optional[str]:
597
+ """
598
+ Specifies the frequency for creating rdb backup in minutes. Valid values: (15, 30, 60, 360, 720, 1440)
599
+ """
600
+ return pulumi.get(self, "rdb_backup_frequency")
601
+
602
+ @property
603
+ @pulumi.getter(name="rdbBackupMaxSnapshotCount")
604
+ def rdb_backup_max_snapshot_count(self) -> Optional[str]:
605
+ """
606
+ Specifies the maximum number of snapshots for rdb backup
607
+ """
608
+ return pulumi.get(self, "rdb_backup_max_snapshot_count")
609
+
610
+ @property
611
+ @pulumi.getter(name="rdbStorageConnectionString")
612
+ def rdb_storage_connection_string(self) -> Optional[str]:
613
+ """
614
+ The storage account connection string for storing rdb file
615
+ """
616
+ return pulumi.get(self, "rdb_storage_connection_string")
617
+
618
+ @property
619
+ @pulumi.getter(name="storageSubscriptionId")
620
+ def storage_subscription_id(self) -> Optional[str]:
621
+ """
622
+ SubscriptionId of the storage account for persistence (aof/rdb) using ManagedIdentity.
623
+ """
624
+ return pulumi.get(self, "storage_subscription_id")
625
+
626
+
627
+ @pulumi.output_type
628
+ class RedisInstanceDetailsResponse(dict):
629
+ """
630
+ Details of single instance of redis.
631
+ """
632
+ @staticmethod
633
+ def __key_warning(key: str):
634
+ suggest = None
635
+ if key == "isMaster":
636
+ suggest = "is_master"
637
+ elif key == "isPrimary":
638
+ suggest = "is_primary"
639
+ elif key == "nonSslPort":
640
+ suggest = "non_ssl_port"
641
+ elif key == "shardId":
642
+ suggest = "shard_id"
643
+ elif key == "sslPort":
644
+ suggest = "ssl_port"
645
+
646
+ if suggest:
647
+ pulumi.log.warn(f"Key '{key}' not found in RedisInstanceDetailsResponse. Access the value via the '{suggest}' property getter instead.")
648
+
649
+ def __getitem__(self, key: str) -> Any:
650
+ RedisInstanceDetailsResponse.__key_warning(key)
651
+ return super().__getitem__(key)
652
+
653
+ def get(self, key: str, default = None) -> Any:
654
+ RedisInstanceDetailsResponse.__key_warning(key)
655
+ return super().get(key, default)
656
+
657
+ def __init__(__self__, *,
658
+ is_master: bool,
659
+ is_primary: bool,
660
+ non_ssl_port: int,
661
+ shard_id: int,
662
+ ssl_port: int,
663
+ zone: str):
664
+ """
665
+ Details of single instance of redis.
666
+ :param bool is_master: Specifies whether the instance is a primary node.
667
+ :param bool is_primary: Specifies whether the instance is a primary node.
668
+ :param int non_ssl_port: If enableNonSslPort is true, provides Redis instance Non-SSL port.
669
+ :param int shard_id: If clustering is enabled, the Shard ID of Redis Instance
670
+ :param int ssl_port: Redis instance SSL port.
671
+ :param str zone: If the Cache uses availability zones, specifies availability zone where this instance is located.
672
+ """
673
+ pulumi.set(__self__, "is_master", is_master)
674
+ pulumi.set(__self__, "is_primary", is_primary)
675
+ pulumi.set(__self__, "non_ssl_port", non_ssl_port)
676
+ pulumi.set(__self__, "shard_id", shard_id)
677
+ pulumi.set(__self__, "ssl_port", ssl_port)
678
+ pulumi.set(__self__, "zone", zone)
679
+
680
+ @property
681
+ @pulumi.getter(name="isMaster")
682
+ def is_master(self) -> bool:
683
+ """
684
+ Specifies whether the instance is a primary node.
685
+ """
686
+ return pulumi.get(self, "is_master")
687
+
688
+ @property
689
+ @pulumi.getter(name="isPrimary")
690
+ def is_primary(self) -> bool:
691
+ """
692
+ Specifies whether the instance is a primary node.
693
+ """
694
+ return pulumi.get(self, "is_primary")
695
+
696
+ @property
697
+ @pulumi.getter(name="nonSslPort")
698
+ def non_ssl_port(self) -> int:
699
+ """
700
+ If enableNonSslPort is true, provides Redis instance Non-SSL port.
701
+ """
702
+ return pulumi.get(self, "non_ssl_port")
703
+
704
+ @property
705
+ @pulumi.getter(name="shardId")
706
+ def shard_id(self) -> int:
707
+ """
708
+ If clustering is enabled, the Shard ID of Redis Instance
709
+ """
710
+ return pulumi.get(self, "shard_id")
711
+
712
+ @property
713
+ @pulumi.getter(name="sslPort")
714
+ def ssl_port(self) -> int:
715
+ """
716
+ Redis instance SSL port.
717
+ """
718
+ return pulumi.get(self, "ssl_port")
719
+
720
+ @property
721
+ @pulumi.getter
722
+ def zone(self) -> str:
723
+ """
724
+ If the Cache uses availability zones, specifies availability zone where this instance is located.
725
+ """
726
+ return pulumi.get(self, "zone")
727
+
728
+
729
+ @pulumi.output_type
730
+ class RedisLinkedServerResponse(dict):
731
+ """
732
+ Linked server Id
733
+ """
734
+ def __init__(__self__, *,
735
+ id: str):
736
+ """
737
+ Linked server Id
738
+ :param str id: Linked server Id.
739
+ """
740
+ pulumi.set(__self__, "id", id)
741
+
742
+ @property
743
+ @pulumi.getter
744
+ def id(self) -> str:
745
+ """
746
+ Linked server Id.
747
+ """
748
+ return pulumi.get(self, "id")
749
+
750
+
751
+ @pulumi.output_type
752
+ class ScheduleEntryResponse(dict):
753
+ """
754
+ Patch schedule entry for a Premium Redis Cache.
755
+ """
756
+ @staticmethod
757
+ def __key_warning(key: str):
758
+ suggest = None
759
+ if key == "dayOfWeek":
760
+ suggest = "day_of_week"
761
+ elif key == "startHourUtc":
762
+ suggest = "start_hour_utc"
763
+ elif key == "maintenanceWindow":
764
+ suggest = "maintenance_window"
765
+
766
+ if suggest:
767
+ pulumi.log.warn(f"Key '{key}' not found in ScheduleEntryResponse. Access the value via the '{suggest}' property getter instead.")
768
+
769
+ def __getitem__(self, key: str) -> Any:
770
+ ScheduleEntryResponse.__key_warning(key)
771
+ return super().__getitem__(key)
772
+
773
+ def get(self, key: str, default = None) -> Any:
774
+ ScheduleEntryResponse.__key_warning(key)
775
+ return super().get(key, default)
776
+
777
+ def __init__(__self__, *,
778
+ day_of_week: str,
779
+ start_hour_utc: int,
780
+ maintenance_window: Optional[str] = None):
781
+ """
782
+ Patch schedule entry for a Premium Redis Cache.
783
+ :param str day_of_week: Day of the week when a cache can be patched.
784
+ :param int start_hour_utc: Start hour after which cache patching can start.
785
+ :param str maintenance_window: ISO8601 timespan specifying how much time cache patching can take.
786
+ """
787
+ pulumi.set(__self__, "day_of_week", day_of_week)
788
+ pulumi.set(__self__, "start_hour_utc", start_hour_utc)
789
+ if maintenance_window is not None:
790
+ pulumi.set(__self__, "maintenance_window", maintenance_window)
791
+
792
+ @property
793
+ @pulumi.getter(name="dayOfWeek")
794
+ def day_of_week(self) -> str:
795
+ """
796
+ Day of the week when a cache can be patched.
797
+ """
798
+ return pulumi.get(self, "day_of_week")
799
+
800
+ @property
801
+ @pulumi.getter(name="startHourUtc")
802
+ def start_hour_utc(self) -> int:
803
+ """
804
+ Start hour after which cache patching can start.
805
+ """
806
+ return pulumi.get(self, "start_hour_utc")
807
+
808
+ @property
809
+ @pulumi.getter(name="maintenanceWindow")
810
+ def maintenance_window(self) -> Optional[str]:
811
+ """
812
+ ISO8601 timespan specifying how much time cache patching can take.
813
+ """
814
+ return pulumi.get(self, "maintenance_window")
815
+
816
+
817
+ @pulumi.output_type
818
+ class SkuResponse(dict):
819
+ """
820
+ SKU parameters supplied to the create Redis operation.
821
+ """
822
+ def __init__(__self__, *,
823
+ capacity: int,
824
+ family: str,
825
+ name: str):
826
+ """
827
+ SKU parameters supplied to the create Redis operation.
828
+ :param int capacity: The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
829
+ :param str family: The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
830
+ :param str name: The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
831
+ """
832
+ pulumi.set(__self__, "capacity", capacity)
833
+ pulumi.set(__self__, "family", family)
834
+ pulumi.set(__self__, "name", name)
835
+
836
+ @property
837
+ @pulumi.getter
838
+ def capacity(self) -> int:
839
+ """
840
+ The size of the Redis cache to deploy. Valid values: for C (Basic/Standard) family (0, 1, 2, 3, 4, 5, 6), for P (Premium) family (1, 2, 3, 4).
841
+ """
842
+ return pulumi.get(self, "capacity")
843
+
844
+ @property
845
+ @pulumi.getter
846
+ def family(self) -> str:
847
+ """
848
+ The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
849
+ """
850
+ return pulumi.get(self, "family")
851
+
852
+ @property
853
+ @pulumi.getter
854
+ def name(self) -> str:
855
+ """
856
+ The type of Redis cache to deploy. Valid values: (Basic, Standard, Premium)
857
+ """
858
+ return pulumi.get(self, "name")
859
+
860
+
861
+ @pulumi.output_type
862
+ class UserAssignedIdentityResponse(dict):
863
+ """
864
+ User assigned identity properties
865
+ """
866
+ @staticmethod
867
+ def __key_warning(key: str):
868
+ suggest = None
869
+ if key == "clientId":
870
+ suggest = "client_id"
871
+ elif key == "principalId":
872
+ suggest = "principal_id"
873
+
874
+ if suggest:
875
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
876
+
877
+ def __getitem__(self, key: str) -> Any:
878
+ UserAssignedIdentityResponse.__key_warning(key)
879
+ return super().__getitem__(key)
880
+
881
+ def get(self, key: str, default = None) -> Any:
882
+ UserAssignedIdentityResponse.__key_warning(key)
883
+ return super().get(key, default)
884
+
885
+ def __init__(__self__, *,
886
+ client_id: str,
887
+ principal_id: str):
888
+ """
889
+ User assigned identity properties
890
+ :param str client_id: The client ID of the assigned identity.
891
+ :param str principal_id: The principal ID of the assigned identity.
892
+ """
893
+ pulumi.set(__self__, "client_id", client_id)
894
+ pulumi.set(__self__, "principal_id", principal_id)
895
+
896
+ @property
897
+ @pulumi.getter(name="clientId")
898
+ def client_id(self) -> str:
899
+ """
900
+ The client ID of the assigned identity.
901
+ """
902
+ return pulumi.get(self, "client_id")
903
+
904
+ @property
905
+ @pulumi.getter(name="principalId")
906
+ def principal_id(self) -> str:
907
+ """
908
+ The principal ID of the assigned identity.
909
+ """
910
+ return pulumi.get(self, "principal_id")
911
+
912
+