pulumi-azure-native 2.82.0a1736491675__py3-none-any.whl → 2.82.0a1736497599__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 (940) hide show
  1. pulumi_azure_native/__init__.py +102 -1
  2. pulumi_azure_native/azureplaywrightservice/v20241201/account.py +4 -4
  3. pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +1 -1
  4. pulumi_azure_native/chaos/__init__.py +3 -0
  5. pulumi_azure_native/chaos/capability.py +3 -3
  6. pulumi_azure_native/chaos/experiment.py +3 -3
  7. pulumi_azure_native/chaos/get_capability.py +2 -2
  8. pulumi_azure_native/chaos/get_experiment.py +2 -2
  9. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  10. pulumi_azure_native/chaos/get_private_access.py +2 -2
  11. pulumi_azure_native/chaos/get_target.py +2 -2
  12. pulumi_azure_native/chaos/private_access.py +3 -3
  13. pulumi_azure_native/chaos/target.py +3 -3
  14. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  15. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  16. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  17. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  18. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  19. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  20. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  21. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  22. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  23. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  24. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  25. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  26. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  27. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  28. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  29. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  30. pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
  31. pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
  32. pulumi_azure_native/chaos/v20240322preview/private_access.py +1 -1
  33. pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
  34. pulumi_azure_native/chaos/v20241101preview/__init__.py +19 -0
  35. pulumi_azure_native/chaos/v20241101preview/_enums.py +81 -0
  36. pulumi_azure_native/chaos/v20241101preview/_inputs.py +965 -0
  37. pulumi_azure_native/chaos/v20241101preview/capability.py +313 -0
  38. pulumi_azure_native/chaos/v20241101preview/experiment.py +357 -0
  39. pulumi_azure_native/chaos/v20241101preview/get_capability.py +237 -0
  40. pulumi_azure_native/chaos/v20241101preview/get_experiment.py +227 -0
  41. pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py +135 -0
  42. pulumi_azure_native/chaos/v20241101preview/get_private_access.py +199 -0
  43. pulumi_azure_native/chaos/v20241101preview/get_target.py +175 -0
  44. pulumi_azure_native/chaos/v20241101preview/outputs.py +1488 -0
  45. pulumi_azure_native/chaos/v20241101preview/private_access.py +277 -0
  46. pulumi_azure_native/chaos/v20241101preview/target.py +290 -0
  47. pulumi_azure_native/confidentialledger/__init__.py +3 -0
  48. pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
  49. pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
  50. pulumi_azure_native/confidentialledger/ledger.py +3 -3
  51. pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
  52. pulumi_azure_native/confidentialledger/v20220513/ledger.py +1 -1
  53. pulumi_azure_native/confidentialledger/v20230126preview/ledger.py +1 -1
  54. pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py +1 -1
  55. pulumi_azure_native/confidentialledger/v20230628preview/ledger.py +1 -1
  56. pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py +1 -1
  57. pulumi_azure_native/confidentialledger/v20240709preview/ledger.py +1 -1
  58. pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py +1 -1
  59. pulumi_azure_native/confidentialledger/v20240919preview/__init__.py +14 -0
  60. pulumi_azure_native/confidentialledger/v20240919preview/_enums.py +77 -0
  61. pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py +721 -0
  62. pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py +171 -0
  63. pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py +171 -0
  64. pulumi_azure_native/confidentialledger/v20240919preview/ledger.py +258 -0
  65. pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py +258 -0
  66. pulumi_azure_native/confidentialledger/v20240919preview/outputs.py +800 -0
  67. pulumi_azure_native/confluent/__init__.py +9 -0
  68. pulumi_azure_native/confluent/_enums.py +91 -0
  69. pulumi_azure_native/confluent/_inputs.py +2882 -63
  70. pulumi_azure_native/confluent/connector.py +323 -0
  71. pulumi_azure_native/confluent/get_connector.py +191 -0
  72. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +185 -0
  73. pulumi_azure_native/confluent/get_organization_environment_by_id.py +165 -0
  74. pulumi_azure_native/confluent/get_topic.py +261 -0
  75. pulumi_azure_native/confluent/organization_cluster_by_id.py +379 -0
  76. pulumi_azure_native/confluent/organization_environment_by_id.py +329 -0
  77. pulumi_azure_native/confluent/outputs.py +2233 -222
  78. pulumi_azure_native/confluent/topic.py +486 -0
  79. pulumi_azure_native/confluent/v20240701/connector.py +2 -0
  80. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +2 -0
  81. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +2 -0
  82. pulumi_azure_native/confluent/v20240701/topic.py +2 -0
  83. pulumi_azure_native/maintenance/_inputs.py +6 -6
  84. pulumi_azure_native/maintenance/outputs.py +4 -4
  85. pulumi_azure_native/maintenance/v20221101preview/_inputs.py +6 -6
  86. pulumi_azure_native/maintenance/v20221101preview/outputs.py +4 -4
  87. pulumi_azure_native/maintenance/v20230401/_inputs.py +6 -6
  88. pulumi_azure_native/maintenance/v20230401/outputs.py +4 -4
  89. pulumi_azure_native/maintenance/v20230901preview/_inputs.py +6 -6
  90. pulumi_azure_native/maintenance/v20230901preview/outputs.py +4 -4
  91. pulumi_azure_native/maintenance/v20231001preview/_inputs.py +6 -6
  92. pulumi_azure_native/maintenance/v20231001preview/outputs.py +4 -4
  93. pulumi_azure_native/pulumi-plugin.json +1 -1
  94. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  95. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  96. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  97. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  98. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  99. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  100. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  101. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  102. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  103. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  104. pulumi_azure_native/recoveryservices/v20240930preview/__init__.py +12 -0
  105. pulumi_azure_native/recoveryservices/v20240930preview/_enums.py +102 -0
  106. pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py +967 -0
  107. pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py +213 -0
  108. pulumi_azure_native/recoveryservices/v20240930preview/outputs.py +1659 -0
  109. pulumi_azure_native/recoveryservices/v20240930preview/vault.py +326 -0
  110. pulumi_azure_native/recoveryservices/v20241001/vault.py +1 -1
  111. pulumi_azure_native/recoveryservices/vault.py +3 -3
  112. pulumi_azure_native/securityinsights/__init__.py +3 -0
  113. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  114. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  115. pulumi_azure_native/securityinsights/action.py +3 -3
  116. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  117. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  118. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  119. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  120. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  121. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  122. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  123. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  124. pulumi_azure_native/securityinsights/business_application_agent.py +5 -1
  125. pulumi_azure_native/securityinsights/content_package.py +3 -3
  126. pulumi_azure_native/securityinsights/content_template.py +3 -3
  127. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  128. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  129. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  130. pulumi_azure_native/securityinsights/file_import.py +3 -3
  131. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  132. pulumi_azure_native/securityinsights/get_action.py +2 -2
  133. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  134. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  135. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  136. pulumi_azure_native/securityinsights/get_business_application_agent.py +4 -0
  137. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  138. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  139. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  140. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  141. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  142. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  143. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  144. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  145. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  146. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  147. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  148. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  149. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  150. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  151. pulumi_azure_native/securityinsights/get_system.py +4 -0
  152. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  153. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  154. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  155. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  156. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  157. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  158. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  159. pulumi_azure_native/securityinsights/hunt.py +3 -3
  160. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  161. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  162. pulumi_azure_native/securityinsights/incident.py +3 -3
  163. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  164. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  165. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  166. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  167. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  168. pulumi_azure_native/securityinsights/list_system_actions.py +4 -0
  169. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  170. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  171. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  172. pulumi_azure_native/securityinsights/metadata.py +3 -3
  173. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  174. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  175. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  176. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  177. pulumi_azure_native/securityinsights/system.py +5 -1
  178. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  179. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  180. pulumi_azure_native/securityinsights/ueba.py +1 -1
  181. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  182. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  183. pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
  184. pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
  185. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  186. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  187. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  188. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  189. pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
  190. pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
  191. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  192. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  193. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  194. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  195. pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
  196. pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
  197. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  198. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  199. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  200. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  201. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  202. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  203. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  204. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  205. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  206. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  207. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  208. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  209. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  210. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  211. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  212. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  213. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  214. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  215. pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
  216. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  217. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  218. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  219. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  220. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  221. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  222. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  223. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  224. pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
  225. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  226. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  227. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  228. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  229. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  230. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  231. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  232. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  233. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  234. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  235. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  236. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  237. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  238. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  239. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  240. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  241. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  242. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  243. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  244. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  245. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  246. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  247. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  248. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  249. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  250. pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
  251. pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
  252. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  253. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  254. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  255. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  256. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  257. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  258. pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
  259. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  260. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  261. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  262. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  263. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  264. pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
  265. pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
  266. pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
  267. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  268. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  269. pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
  270. pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
  271. pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
  272. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  273. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  274. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  275. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  276. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  277. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  278. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  279. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  280. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  281. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  282. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  283. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  284. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  285. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  286. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  287. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  288. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  289. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  290. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  291. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  292. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  293. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  294. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  295. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  296. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  297. pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
  298. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  299. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  300. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
  301. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
  302. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
  303. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
  304. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  305. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  306. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  307. pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
  308. pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
  309. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  310. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  311. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  312. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  313. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  314. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  315. pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
  316. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  317. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  318. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  319. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  320. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  321. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  322. pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
  323. pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
  324. pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
  325. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  326. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  327. pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
  328. pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
  329. pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
  330. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  331. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  332. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  333. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  334. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  335. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  336. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  337. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  338. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  339. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  340. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  341. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  342. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  343. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  344. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  345. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  346. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  347. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  348. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  349. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  350. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  351. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  352. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  353. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  354. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  355. pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
  356. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  357. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  358. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
  359. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
  360. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
  361. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
  362. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  363. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  364. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  365. pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
  366. pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
  367. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  368. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  369. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  370. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  371. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  372. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  373. pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
  374. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  375. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  376. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  377. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  378. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  379. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  380. pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
  381. pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
  382. pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
  383. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  384. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  385. pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
  386. pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
  387. pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
  388. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  389. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  390. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  391. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  392. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  393. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  394. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  395. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  396. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  397. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  398. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  399. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  400. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  401. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  402. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  403. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  404. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  405. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  406. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  407. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  408. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  409. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  410. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  411. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  412. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  413. pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
  414. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  415. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  416. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
  417. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
  418. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
  419. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
  420. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  421. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  422. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  423. pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
  424. pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
  425. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  426. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  427. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  428. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  429. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  430. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  431. pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
  432. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  433. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  434. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  435. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  436. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  437. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  438. pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
  439. pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
  440. pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
  441. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  442. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  443. pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
  444. pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
  445. pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
  446. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  447. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  448. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  449. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  450. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  451. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  452. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  453. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  454. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  455. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  456. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  457. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  458. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  459. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  460. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  461. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  462. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  463. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  464. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  465. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  466. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  467. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  468. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  469. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  470. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  471. pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
  472. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  473. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  474. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
  475. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
  476. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
  477. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
  478. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
  479. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
  480. pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
  481. pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
  482. pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
  483. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
  484. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
  485. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
  486. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
  487. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
  488. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
  489. pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
  490. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
  491. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
  492. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
  493. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
  494. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
  495. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
  496. pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
  497. pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
  498. pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
  499. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
  500. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
  501. pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
  502. pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
  503. pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
  504. pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
  505. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
  506. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
  507. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
  508. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
  509. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
  510. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
  511. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
  512. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  513. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  514. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
  515. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
  516. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
  517. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
  518. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
  519. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
  520. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
  521. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
  522. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
  523. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
  524. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
  525. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
  526. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
  527. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
  528. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
  529. pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
  530. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
  531. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
  532. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
  533. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
  534. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
  535. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
  536. pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
  537. pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
  538. pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
  539. pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
  540. pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
  541. pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
  542. pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
  543. pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
  544. pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
  545. pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
  546. pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
  547. pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
  548. pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
  549. pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
  550. pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
  551. pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
  552. pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
  553. pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
  554. pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
  555. pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
  556. pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
  557. pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
  558. pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
  559. pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
  560. pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
  561. pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
  562. pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
  563. pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
  564. pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
  565. pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
  566. pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
  567. pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
  568. pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
  569. pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
  570. pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
  571. pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
  572. pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
  573. pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
  574. pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
  575. pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
  576. pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
  577. pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
  578. pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
  579. pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
  580. pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
  581. pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
  582. pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
  583. pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
  584. pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
  585. pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
  586. pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
  587. pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
  588. pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
  589. pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
  590. pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
  591. pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
  592. pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
  593. pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
  594. pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
  595. pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
  596. pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  597. pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
  598. pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
  599. pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
  600. pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
  601. pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
  602. pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
  603. pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
  604. pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
  605. pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
  606. pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
  607. pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
  608. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
  609. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
  610. pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
  611. pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
  612. pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
  613. pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
  614. pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
  615. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
  616. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
  617. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
  618. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
  619. pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
  620. pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
  621. pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
  622. pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
  623. pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
  624. pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
  625. pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
  626. pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
  627. pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
  628. pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
  629. pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
  630. pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
  631. pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
  632. pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
  633. pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
  634. pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
  635. pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
  636. pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
  637. pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
  638. pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
  639. pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
  640. pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
  641. pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
  642. pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
  643. pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
  644. pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
  645. pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
  646. pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
  647. pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
  648. pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
  649. pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
  650. pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
  651. pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
  652. pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
  653. pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
  654. pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  655. pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
  656. pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
  657. pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
  658. pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
  659. pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
  660. pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
  661. pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
  662. pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
  663. pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
  664. pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
  665. pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
  666. pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
  667. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
  668. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
  669. pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
  670. pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
  671. pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
  672. pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
  673. pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
  674. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
  675. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
  676. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
  677. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
  678. pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
  679. pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
  680. pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
  681. pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
  682. pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
  683. pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
  684. pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
  685. pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
  686. pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
  687. pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
  688. pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
  689. pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
  690. pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
  691. pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
  692. pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
  693. pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
  694. pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
  695. pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
  696. pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
  697. pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
  698. pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
  699. pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
  700. pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
  701. pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
  702. pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
  703. pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
  704. pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
  705. pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
  706. pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
  707. pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
  708. pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
  709. pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
  710. pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
  711. pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
  712. pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
  713. pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
  714. pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
  715. pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
  716. pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
  717. pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
  718. pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
  719. pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
  720. pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
  721. pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
  722. pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
  723. pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
  724. pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
  725. pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
  726. pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
  727. pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
  728. pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
  729. pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
  730. pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
  731. pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
  732. pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
  733. pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
  734. pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
  735. pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
  736. pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
  737. pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
  738. pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
  739. pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
  740. pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  741. pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
  742. pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
  743. pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
  744. pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
  745. pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
  746. pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
  747. pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
  748. pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
  749. pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
  750. pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
  751. pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
  752. pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
  753. pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
  754. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
  755. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
  756. pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
  757. pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
  758. pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
  759. pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
  760. pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
  761. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
  762. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
  763. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
  764. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
  765. pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
  766. pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
  767. pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
  768. pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
  769. pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
  770. pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
  771. pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
  772. pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
  773. pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
  774. pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
  775. pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
  776. pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
  777. pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
  778. pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
  779. pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
  780. pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
  781. pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
  782. pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
  783. pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
  784. pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
  785. pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
  786. pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
  787. pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  788. pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
  789. pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
  790. pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
  791. pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
  792. pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
  793. pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
  794. pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
  795. pulumi_azure_native/securityinsights/v20241001preview/__init__.py +140 -0
  796. pulumi_azure_native/securityinsights/v20241001preview/_enums.py +1499 -0
  797. pulumi_azure_native/securityinsights/v20241001preview/_inputs.py +11019 -0
  798. pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +295 -0
  799. pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +295 -0
  800. pulumi_azure_native/securityinsights/v20241001preview/action.py +282 -0
  801. pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +517 -0
  802. pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +244 -0
  803. pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +629 -0
  804. pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +294 -0
  805. pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +360 -0
  806. pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +295 -0
  807. pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +356 -0
  808. pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +668 -0
  809. pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +281 -0
  810. pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +268 -0
  811. pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +294 -0
  812. pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +265 -0
  813. pulumi_azure_native/securityinsights/v20241001preview/content_package.py +874 -0
  814. pulumi_azure_native/securityinsights/v20241001preview/content_template.py +955 -0
  815. pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +353 -0
  816. pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +296 -0
  817. pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +264 -0
  818. pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +244 -0
  819. pulumi_azure_native/securityinsights/v20241001preview/file_import.py +402 -0
  820. pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +424 -0
  821. pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +354 -0
  822. pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py +192 -0
  823. pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py +192 -0
  824. pulumi_azure_native/securityinsights/v20241001preview/get_action.py +183 -0
  825. pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py +318 -0
  826. pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py +178 -0
  827. pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py +360 -0
  828. pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py +192 -0
  829. pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py +258 -0
  830. pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py +192 -0
  831. pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py +220 -0
  832. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py +373 -0
  833. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py +211 -0
  834. pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py +196 -0
  835. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py +192 -0
  836. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py +178 -0
  837. pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py +471 -0
  838. pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py +533 -0
  839. pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py +220 -0
  840. pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py +192 -0
  841. pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py +132 -0
  842. pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py +178 -0
  843. pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py +131 -0
  844. pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py +178 -0
  845. pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py +317 -0
  846. pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py +318 -0
  847. pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py +220 -0
  848. pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py +261 -0
  849. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py +169 -0
  850. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py +225 -0
  851. pulumi_azure_native/securityinsights/v20241001preview/get_incident.py +426 -0
  852. pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py +211 -0
  853. pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py +211 -0
  854. pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py +247 -0
  855. pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py +192 -0
  856. pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py +192 -0
  857. pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py +192 -0
  858. pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py +415 -0
  859. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
  860. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
  861. pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py +290 -0
  862. pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py +192 -0
  863. pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py +206 -0
  864. pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py +430 -0
  865. pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py +192 -0
  866. pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py +192 -0
  867. pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py +192 -0
  868. pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py +192 -0
  869. pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py +192 -0
  870. pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py +234 -0
  871. pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py +290 -0
  872. pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py +486 -0
  873. pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py +163 -0
  874. pulumi_azure_native/securityinsights/v20241001preview/get_system.py +205 -0
  875. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py +290 -0
  876. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py +163 -0
  877. pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py +206 -0
  878. pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py +304 -0
  879. pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py +178 -0
  880. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py +457 -0
  881. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py +295 -0
  882. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py +205 -0
  883. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py +163 -0
  884. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py +191 -0
  885. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py +177 -0
  886. pulumi_azure_native/securityinsights/v20241001preview/hunt.py +444 -0
  887. pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +251 -0
  888. pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +310 -0
  889. pulumi_azure_native/securityinsights/v20241001preview/incident.py +612 -0
  890. pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +281 -0
  891. pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +281 -0
  892. pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +380 -0
  893. pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +294 -0
  894. pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py +322 -0
  895. pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py +138 -0
  896. pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py +113 -0
  897. pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py +169 -0
  898. pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +296 -0
  899. pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +295 -0
  900. pulumi_azure_native/securityinsights/v20241001preview/metadata.py +755 -0
  901. pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +296 -0
  902. pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +480 -0
  903. pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +364 -0
  904. pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +296 -0
  905. pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +325 -0
  906. pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +774 -0
  907. pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +296 -0
  908. pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +295 -0
  909. pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +296 -0
  910. pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +295 -0
  911. pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +296 -0
  912. pulumi_azure_native/securityinsights/v20241001preview/outputs.py +10593 -0
  913. pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +383 -0
  914. pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +500 -0
  915. pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +894 -0
  916. pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +229 -0
  917. pulumi_azure_native/securityinsights/v20241001preview/system.py +311 -0
  918. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +364 -0
  919. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +793 -0
  920. pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +325 -0
  921. pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +529 -0
  922. pulumi_azure_native/securityinsights/v20241001preview/ueba.py +264 -0
  923. pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +804 -0
  924. pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +493 -0
  925. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +281 -0
  926. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +231 -0
  927. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +289 -0
  928. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +260 -0
  929. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  930. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  931. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  932. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  933. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  934. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  935. pulumi_azure_native/synapse/v20210601preview/_inputs.py +197 -1
  936. pulumi_azure_native/synapse/v20210601preview/outputs.py +179 -2
  937. {pulumi_azure_native-2.82.0a1736491675.dist-info → pulumi_azure_native-2.82.0a1736497599.dist-info}/METADATA +1 -1
  938. {pulumi_azure_native-2.82.0a1736491675.dist-info → pulumi_azure_native-2.82.0a1736497599.dist-info}/RECORD +940 -770
  939. {pulumi_azure_native-2.82.0a1736491675.dist-info → pulumi_azure_native-2.82.0a1736497599.dist-info}/WHEEL +0 -0
  940. {pulumi_azure_native-2.82.0a1736491675.dist-info → pulumi_azure_native-2.82.0a1736497599.dist-info}/top_level.txt +0 -0
@@ -14,8 +14,14 @@ else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from .. import _utilities
16
16
  from . import outputs
17
+ from ._enums import *
17
18
 
18
19
  __all__ = [
20
+ 'AzureBlobStorageSinkConnectorServiceInfoResponse',
21
+ 'AzureBlobStorageSourceConnectorServiceInfoResponse',
22
+ 'AzureCosmosDBSinkConnectorServiceInfoResponse',
23
+ 'AzureCosmosDBSourceConnectorServiceInfoResponse',
24
+ 'AzureSynapseAnalyticsSinkConnectorServiceInfoResponse',
19
25
  'ClusterByokEntityResponse',
20
26
  'ClusterConfigEntityResponse',
21
27
  'ClusterEnvironmentEntityResponse',
@@ -24,20 +30,532 @@ __all__ = [
24
30
  'ClusterSpecEntityResponse',
25
31
  'ClusterStatusEntityResponse',
26
32
  'ConfluentListMetadataResponse',
33
+ 'ConnectorInfoBaseResponse',
27
34
  'EnvironmentRecordResponse',
28
35
  'InvitationRecordResponse',
36
+ 'KafkaAzureBlobStorageSinkConnectorInfoResponse',
37
+ 'KafkaAzureBlobStorageSourceConnectorInfoResponse',
38
+ 'KafkaAzureCosmosDBSinkConnectorInfoResponse',
39
+ 'KafkaAzureCosmosDBSourceConnectorInfoResponse',
40
+ 'KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse',
29
41
  'MetadataEntityResponse',
30
42
  'OfferDetailResponse',
31
43
  'RegionRecordResponse',
32
44
  'RegionSpecEntityResponse',
33
45
  'RoleBindingRecordResponse',
46
+ 'SCClusterByokEntityResponse',
47
+ 'SCClusterNetworkEnvironmentEntityResponse',
48
+ 'SCClusterSpecEntityResponse',
34
49
  'SCMetadataEntityResponse',
35
50
  'ServiceAccountRecordResponse',
51
+ 'StreamGovernanceConfigResponse',
36
52
  'SystemDataResponse',
53
+ 'TopicMetadataEntityResponse',
54
+ 'TopicsInputConfigResponse',
55
+ 'TopicsRelatedLinkResponse',
37
56
  'UserDetailResponse',
38
57
  'UserRecordResponse',
39
58
  ]
40
59
 
60
+ @pulumi.output_type
61
+ class AzureBlobStorageSinkConnectorServiceInfoResponse(dict):
62
+ """
63
+ The authentication info when auth_type is azureBlobStorageSinkConnector
64
+ """
65
+ @staticmethod
66
+ def __key_warning(key: str):
67
+ suggest = None
68
+ if key == "connectorServiceType":
69
+ suggest = "connector_service_type"
70
+ elif key == "storageAccountKey":
71
+ suggest = "storage_account_key"
72
+ elif key == "storageAccountName":
73
+ suggest = "storage_account_name"
74
+ elif key == "storageContainerName":
75
+ suggest = "storage_container_name"
76
+
77
+ if suggest:
78
+ pulumi.log.warn(f"Key '{key}' not found in AzureBlobStorageSinkConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
79
+
80
+ def __getitem__(self, key: str) -> Any:
81
+ AzureBlobStorageSinkConnectorServiceInfoResponse.__key_warning(key)
82
+ return super().__getitem__(key)
83
+
84
+ def get(self, key: str, default = None) -> Any:
85
+ AzureBlobStorageSinkConnectorServiceInfoResponse.__key_warning(key)
86
+ return super().get(key, default)
87
+
88
+ def __init__(__self__, *,
89
+ connector_service_type: str,
90
+ storage_account_key: Optional[str] = None,
91
+ storage_account_name: Optional[str] = None,
92
+ storage_container_name: Optional[str] = None):
93
+ """
94
+ The authentication info when auth_type is azureBlobStorageSinkConnector
95
+ :param str connector_service_type: The connector service type.
96
+ Expected value is 'AzureBlobStorageSinkConnector'.
97
+ :param str storage_account_key: Azure Blob Storage Account Key
98
+ :param str storage_account_name: Azure Blob Storage Account Name
99
+ :param str storage_container_name: Azure Blob Storage Account Container Name
100
+ """
101
+ pulumi.set(__self__, "connector_service_type", 'AzureBlobStorageSinkConnector')
102
+ if storage_account_key is not None:
103
+ pulumi.set(__self__, "storage_account_key", storage_account_key)
104
+ if storage_account_name is not None:
105
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
106
+ if storage_container_name is not None:
107
+ pulumi.set(__self__, "storage_container_name", storage_container_name)
108
+
109
+ @property
110
+ @pulumi.getter(name="connectorServiceType")
111
+ def connector_service_type(self) -> str:
112
+ """
113
+ The connector service type.
114
+ Expected value is 'AzureBlobStorageSinkConnector'.
115
+ """
116
+ return pulumi.get(self, "connector_service_type")
117
+
118
+ @property
119
+ @pulumi.getter(name="storageAccountKey")
120
+ def storage_account_key(self) -> Optional[str]:
121
+ """
122
+ Azure Blob Storage Account Key
123
+ """
124
+ return pulumi.get(self, "storage_account_key")
125
+
126
+ @property
127
+ @pulumi.getter(name="storageAccountName")
128
+ def storage_account_name(self) -> Optional[str]:
129
+ """
130
+ Azure Blob Storage Account Name
131
+ """
132
+ return pulumi.get(self, "storage_account_name")
133
+
134
+ @property
135
+ @pulumi.getter(name="storageContainerName")
136
+ def storage_container_name(self) -> Optional[str]:
137
+ """
138
+ Azure Blob Storage Account Container Name
139
+ """
140
+ return pulumi.get(self, "storage_container_name")
141
+
142
+
143
+ @pulumi.output_type
144
+ class AzureBlobStorageSourceConnectorServiceInfoResponse(dict):
145
+ """
146
+ The connector service type is AzureBlobStorageSourceConnector
147
+ """
148
+ @staticmethod
149
+ def __key_warning(key: str):
150
+ suggest = None
151
+ if key == "connectorServiceType":
152
+ suggest = "connector_service_type"
153
+ elif key == "storageAccountKey":
154
+ suggest = "storage_account_key"
155
+ elif key == "storageAccountName":
156
+ suggest = "storage_account_name"
157
+ elif key == "storageContainerName":
158
+ suggest = "storage_container_name"
159
+
160
+ if suggest:
161
+ pulumi.log.warn(f"Key '{key}' not found in AzureBlobStorageSourceConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
162
+
163
+ def __getitem__(self, key: str) -> Any:
164
+ AzureBlobStorageSourceConnectorServiceInfoResponse.__key_warning(key)
165
+ return super().__getitem__(key)
166
+
167
+ def get(self, key: str, default = None) -> Any:
168
+ AzureBlobStorageSourceConnectorServiceInfoResponse.__key_warning(key)
169
+ return super().get(key, default)
170
+
171
+ def __init__(__self__, *,
172
+ connector_service_type: str,
173
+ storage_account_key: Optional[str] = None,
174
+ storage_account_name: Optional[str] = None,
175
+ storage_container_name: Optional[str] = None):
176
+ """
177
+ The connector service type is AzureBlobStorageSourceConnector
178
+ :param str connector_service_type: The connector service type.
179
+ Expected value is 'AzureBlobStorageSourceConnector'.
180
+ :param str storage_account_key: Azure Blob Storage Account Key
181
+ :param str storage_account_name: Azure Blob Storage Account Name
182
+ :param str storage_container_name: Azure Blob Storage Account Container Name
183
+ """
184
+ pulumi.set(__self__, "connector_service_type", 'AzureBlobStorageSourceConnector')
185
+ if storage_account_key is not None:
186
+ pulumi.set(__self__, "storage_account_key", storage_account_key)
187
+ if storage_account_name is not None:
188
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
189
+ if storage_container_name is not None:
190
+ pulumi.set(__self__, "storage_container_name", storage_container_name)
191
+
192
+ @property
193
+ @pulumi.getter(name="connectorServiceType")
194
+ def connector_service_type(self) -> str:
195
+ """
196
+ The connector service type.
197
+ Expected value is 'AzureBlobStorageSourceConnector'.
198
+ """
199
+ return pulumi.get(self, "connector_service_type")
200
+
201
+ @property
202
+ @pulumi.getter(name="storageAccountKey")
203
+ def storage_account_key(self) -> Optional[str]:
204
+ """
205
+ Azure Blob Storage Account Key
206
+ """
207
+ return pulumi.get(self, "storage_account_key")
208
+
209
+ @property
210
+ @pulumi.getter(name="storageAccountName")
211
+ def storage_account_name(self) -> Optional[str]:
212
+ """
213
+ Azure Blob Storage Account Name
214
+ """
215
+ return pulumi.get(self, "storage_account_name")
216
+
217
+ @property
218
+ @pulumi.getter(name="storageContainerName")
219
+ def storage_container_name(self) -> Optional[str]:
220
+ """
221
+ Azure Blob Storage Account Container Name
222
+ """
223
+ return pulumi.get(self, "storage_container_name")
224
+
225
+
226
+ @pulumi.output_type
227
+ class AzureCosmosDBSinkConnectorServiceInfoResponse(dict):
228
+ """
229
+ The authentication info when auth_type is AzureCosmosDBSinkConnector
230
+ """
231
+ @staticmethod
232
+ def __key_warning(key: str):
233
+ suggest = None
234
+ if key == "connectorServiceType":
235
+ suggest = "connector_service_type"
236
+ elif key == "cosmosConnectionEndpoint":
237
+ suggest = "cosmos_connection_endpoint"
238
+ elif key == "cosmosContainersTopicMapping":
239
+ suggest = "cosmos_containers_topic_mapping"
240
+ elif key == "cosmosDatabaseName":
241
+ suggest = "cosmos_database_name"
242
+ elif key == "cosmosIdStrategy":
243
+ suggest = "cosmos_id_strategy"
244
+ elif key == "cosmosMasterKey":
245
+ suggest = "cosmos_master_key"
246
+
247
+ if suggest:
248
+ pulumi.log.warn(f"Key '{key}' not found in AzureCosmosDBSinkConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
249
+
250
+ def __getitem__(self, key: str) -> Any:
251
+ AzureCosmosDBSinkConnectorServiceInfoResponse.__key_warning(key)
252
+ return super().__getitem__(key)
253
+
254
+ def get(self, key: str, default = None) -> Any:
255
+ AzureCosmosDBSinkConnectorServiceInfoResponse.__key_warning(key)
256
+ return super().get(key, default)
257
+
258
+ def __init__(__self__, *,
259
+ connector_service_type: str,
260
+ cosmos_connection_endpoint: Optional[str] = None,
261
+ cosmos_containers_topic_mapping: Optional[str] = None,
262
+ cosmos_database_name: Optional[str] = None,
263
+ cosmos_id_strategy: Optional[str] = None,
264
+ cosmos_master_key: Optional[str] = None):
265
+ """
266
+ The authentication info when auth_type is AzureCosmosDBSinkConnector
267
+ :param str connector_service_type: The connector service type.
268
+ Expected value is 'AzureCosmosDBSinkConnector'.
269
+ :param str cosmos_connection_endpoint: Azure Cosmos Database Connection Endpoint
270
+ :param str cosmos_containers_topic_mapping: Azure Cosmos Database Containers Topic Mapping
271
+ :param str cosmos_database_name: Azure Cosmos Database Name
272
+ :param str cosmos_id_strategy: Azure Cosmos Database Id Strategy
273
+ :param str cosmos_master_key: Azure Cosmos Database Master Key
274
+ """
275
+ pulumi.set(__self__, "connector_service_type", 'AzureCosmosDBSinkConnector')
276
+ if cosmos_connection_endpoint is not None:
277
+ pulumi.set(__self__, "cosmos_connection_endpoint", cosmos_connection_endpoint)
278
+ if cosmos_containers_topic_mapping is not None:
279
+ pulumi.set(__self__, "cosmos_containers_topic_mapping", cosmos_containers_topic_mapping)
280
+ if cosmos_database_name is not None:
281
+ pulumi.set(__self__, "cosmos_database_name", cosmos_database_name)
282
+ if cosmos_id_strategy is not None:
283
+ pulumi.set(__self__, "cosmos_id_strategy", cosmos_id_strategy)
284
+ if cosmos_master_key is not None:
285
+ pulumi.set(__self__, "cosmos_master_key", cosmos_master_key)
286
+
287
+ @property
288
+ @pulumi.getter(name="connectorServiceType")
289
+ def connector_service_type(self) -> str:
290
+ """
291
+ The connector service type.
292
+ Expected value is 'AzureCosmosDBSinkConnector'.
293
+ """
294
+ return pulumi.get(self, "connector_service_type")
295
+
296
+ @property
297
+ @pulumi.getter(name="cosmosConnectionEndpoint")
298
+ def cosmos_connection_endpoint(self) -> Optional[str]:
299
+ """
300
+ Azure Cosmos Database Connection Endpoint
301
+ """
302
+ return pulumi.get(self, "cosmos_connection_endpoint")
303
+
304
+ @property
305
+ @pulumi.getter(name="cosmosContainersTopicMapping")
306
+ def cosmos_containers_topic_mapping(self) -> Optional[str]:
307
+ """
308
+ Azure Cosmos Database Containers Topic Mapping
309
+ """
310
+ return pulumi.get(self, "cosmos_containers_topic_mapping")
311
+
312
+ @property
313
+ @pulumi.getter(name="cosmosDatabaseName")
314
+ def cosmos_database_name(self) -> Optional[str]:
315
+ """
316
+ Azure Cosmos Database Name
317
+ """
318
+ return pulumi.get(self, "cosmos_database_name")
319
+
320
+ @property
321
+ @pulumi.getter(name="cosmosIdStrategy")
322
+ def cosmos_id_strategy(self) -> Optional[str]:
323
+ """
324
+ Azure Cosmos Database Id Strategy
325
+ """
326
+ return pulumi.get(self, "cosmos_id_strategy")
327
+
328
+ @property
329
+ @pulumi.getter(name="cosmosMasterKey")
330
+ def cosmos_master_key(self) -> Optional[str]:
331
+ """
332
+ Azure Cosmos Database Master Key
333
+ """
334
+ return pulumi.get(self, "cosmos_master_key")
335
+
336
+
337
+ @pulumi.output_type
338
+ class AzureCosmosDBSourceConnectorServiceInfoResponse(dict):
339
+ """
340
+ The authentication info when auth_type is AzureCosmosDBSourceConnector
341
+ """
342
+ @staticmethod
343
+ def __key_warning(key: str):
344
+ suggest = None
345
+ if key == "connectorServiceType":
346
+ suggest = "connector_service_type"
347
+ elif key == "cosmosConnectionEndpoint":
348
+ suggest = "cosmos_connection_endpoint"
349
+ elif key == "cosmosContainersTopicMapping":
350
+ suggest = "cosmos_containers_topic_mapping"
351
+ elif key == "cosmosDatabaseName":
352
+ suggest = "cosmos_database_name"
353
+ elif key == "cosmosMasterKey":
354
+ suggest = "cosmos_master_key"
355
+ elif key == "cosmosMessageKeyEnabled":
356
+ suggest = "cosmos_message_key_enabled"
357
+ elif key == "cosmosMessageKeyField":
358
+ suggest = "cosmos_message_key_field"
359
+
360
+ if suggest:
361
+ pulumi.log.warn(f"Key '{key}' not found in AzureCosmosDBSourceConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
362
+
363
+ def __getitem__(self, key: str) -> Any:
364
+ AzureCosmosDBSourceConnectorServiceInfoResponse.__key_warning(key)
365
+ return super().__getitem__(key)
366
+
367
+ def get(self, key: str, default = None) -> Any:
368
+ AzureCosmosDBSourceConnectorServiceInfoResponse.__key_warning(key)
369
+ return super().get(key, default)
370
+
371
+ def __init__(__self__, *,
372
+ connector_service_type: str,
373
+ cosmos_connection_endpoint: Optional[str] = None,
374
+ cosmos_containers_topic_mapping: Optional[str] = None,
375
+ cosmos_database_name: Optional[str] = None,
376
+ cosmos_master_key: Optional[str] = None,
377
+ cosmos_message_key_enabled: Optional[bool] = None,
378
+ cosmos_message_key_field: Optional[str] = None):
379
+ """
380
+ The authentication info when auth_type is AzureCosmosDBSourceConnector
381
+ :param str connector_service_type: The connector service type.
382
+ Expected value is 'AzureCosmosDBSourceConnector'.
383
+ :param str cosmos_connection_endpoint: Azure Cosmos Database Connection Endpoint
384
+ :param str cosmos_containers_topic_mapping: Azure Cosmos Database Containers Topic Mapping
385
+ :param str cosmos_database_name: Azure Cosmos Database Name
386
+ :param str cosmos_master_key: Azure Cosmos Database Master Key
387
+ :param bool cosmos_message_key_enabled: Azure Cosmos Database Message Key Enabled
388
+ :param str cosmos_message_key_field: Azure Cosmos Database Message Key Field
389
+ """
390
+ pulumi.set(__self__, "connector_service_type", 'AzureCosmosDBSourceConnector')
391
+ if cosmos_connection_endpoint is not None:
392
+ pulumi.set(__self__, "cosmos_connection_endpoint", cosmos_connection_endpoint)
393
+ if cosmos_containers_topic_mapping is not None:
394
+ pulumi.set(__self__, "cosmos_containers_topic_mapping", cosmos_containers_topic_mapping)
395
+ if cosmos_database_name is not None:
396
+ pulumi.set(__self__, "cosmos_database_name", cosmos_database_name)
397
+ if cosmos_master_key is not None:
398
+ pulumi.set(__self__, "cosmos_master_key", cosmos_master_key)
399
+ if cosmos_message_key_enabled is not None:
400
+ pulumi.set(__self__, "cosmos_message_key_enabled", cosmos_message_key_enabled)
401
+ if cosmos_message_key_field is not None:
402
+ pulumi.set(__self__, "cosmos_message_key_field", cosmos_message_key_field)
403
+
404
+ @property
405
+ @pulumi.getter(name="connectorServiceType")
406
+ def connector_service_type(self) -> str:
407
+ """
408
+ The connector service type.
409
+ Expected value is 'AzureCosmosDBSourceConnector'.
410
+ """
411
+ return pulumi.get(self, "connector_service_type")
412
+
413
+ @property
414
+ @pulumi.getter(name="cosmosConnectionEndpoint")
415
+ def cosmos_connection_endpoint(self) -> Optional[str]:
416
+ """
417
+ Azure Cosmos Database Connection Endpoint
418
+ """
419
+ return pulumi.get(self, "cosmos_connection_endpoint")
420
+
421
+ @property
422
+ @pulumi.getter(name="cosmosContainersTopicMapping")
423
+ def cosmos_containers_topic_mapping(self) -> Optional[str]:
424
+ """
425
+ Azure Cosmos Database Containers Topic Mapping
426
+ """
427
+ return pulumi.get(self, "cosmos_containers_topic_mapping")
428
+
429
+ @property
430
+ @pulumi.getter(name="cosmosDatabaseName")
431
+ def cosmos_database_name(self) -> Optional[str]:
432
+ """
433
+ Azure Cosmos Database Name
434
+ """
435
+ return pulumi.get(self, "cosmos_database_name")
436
+
437
+ @property
438
+ @pulumi.getter(name="cosmosMasterKey")
439
+ def cosmos_master_key(self) -> Optional[str]:
440
+ """
441
+ Azure Cosmos Database Master Key
442
+ """
443
+ return pulumi.get(self, "cosmos_master_key")
444
+
445
+ @property
446
+ @pulumi.getter(name="cosmosMessageKeyEnabled")
447
+ def cosmos_message_key_enabled(self) -> Optional[bool]:
448
+ """
449
+ Azure Cosmos Database Message Key Enabled
450
+ """
451
+ return pulumi.get(self, "cosmos_message_key_enabled")
452
+
453
+ @property
454
+ @pulumi.getter(name="cosmosMessageKeyField")
455
+ def cosmos_message_key_field(self) -> Optional[str]:
456
+ """
457
+ Azure Cosmos Database Message Key Field
458
+ """
459
+ return pulumi.get(self, "cosmos_message_key_field")
460
+
461
+
462
+ @pulumi.output_type
463
+ class AzureSynapseAnalyticsSinkConnectorServiceInfoResponse(dict):
464
+ """
465
+ The authentication info when auth_type is AzureSynapseAnalyticsSinkConnector
466
+ """
467
+ @staticmethod
468
+ def __key_warning(key: str):
469
+ suggest = None
470
+ if key == "connectorServiceType":
471
+ suggest = "connector_service_type"
472
+ elif key == "synapseSqlDatabaseName":
473
+ suggest = "synapse_sql_database_name"
474
+ elif key == "synapseSqlPassword":
475
+ suggest = "synapse_sql_password"
476
+ elif key == "synapseSqlServerName":
477
+ suggest = "synapse_sql_server_name"
478
+ elif key == "synapseSqlUser":
479
+ suggest = "synapse_sql_user"
480
+
481
+ if suggest:
482
+ pulumi.log.warn(f"Key '{key}' not found in AzureSynapseAnalyticsSinkConnectorServiceInfoResponse. Access the value via the '{suggest}' property getter instead.")
483
+
484
+ def __getitem__(self, key: str) -> Any:
485
+ AzureSynapseAnalyticsSinkConnectorServiceInfoResponse.__key_warning(key)
486
+ return super().__getitem__(key)
487
+
488
+ def get(self, key: str, default = None) -> Any:
489
+ AzureSynapseAnalyticsSinkConnectorServiceInfoResponse.__key_warning(key)
490
+ return super().get(key, default)
491
+
492
+ def __init__(__self__, *,
493
+ connector_service_type: str,
494
+ synapse_sql_database_name: Optional[str] = None,
495
+ synapse_sql_password: Optional[str] = None,
496
+ synapse_sql_server_name: Optional[str] = None,
497
+ synapse_sql_user: Optional[str] = None):
498
+ """
499
+ The authentication info when auth_type is AzureSynapseAnalyticsSinkConnector
500
+ :param str connector_service_type: The connector service type.
501
+ Expected value is 'AzureSynapseAnalyticsSinkConnector'.
502
+ :param str synapse_sql_database_name: Azure Synapse Dedicated SQL Pool Database Name
503
+ :param str synapse_sql_password: Azure Synapse SQL login details
504
+ :param str synapse_sql_server_name: Azure Synapse Analytics SQL Server Name
505
+ :param str synapse_sql_user: Azure Synapse SQL login details
506
+ """
507
+ pulumi.set(__self__, "connector_service_type", 'AzureSynapseAnalyticsSinkConnector')
508
+ if synapse_sql_database_name is not None:
509
+ pulumi.set(__self__, "synapse_sql_database_name", synapse_sql_database_name)
510
+ if synapse_sql_password is not None:
511
+ pulumi.set(__self__, "synapse_sql_password", synapse_sql_password)
512
+ if synapse_sql_server_name is not None:
513
+ pulumi.set(__self__, "synapse_sql_server_name", synapse_sql_server_name)
514
+ if synapse_sql_user is not None:
515
+ pulumi.set(__self__, "synapse_sql_user", synapse_sql_user)
516
+
517
+ @property
518
+ @pulumi.getter(name="connectorServiceType")
519
+ def connector_service_type(self) -> str:
520
+ """
521
+ The connector service type.
522
+ Expected value is 'AzureSynapseAnalyticsSinkConnector'.
523
+ """
524
+ return pulumi.get(self, "connector_service_type")
525
+
526
+ @property
527
+ @pulumi.getter(name="synapseSqlDatabaseName")
528
+ def synapse_sql_database_name(self) -> Optional[str]:
529
+ """
530
+ Azure Synapse Dedicated SQL Pool Database Name
531
+ """
532
+ return pulumi.get(self, "synapse_sql_database_name")
533
+
534
+ @property
535
+ @pulumi.getter(name="synapseSqlPassword")
536
+ def synapse_sql_password(self) -> Optional[str]:
537
+ """
538
+ Azure Synapse SQL login details
539
+ """
540
+ return pulumi.get(self, "synapse_sql_password")
541
+
542
+ @property
543
+ @pulumi.getter(name="synapseSqlServerName")
544
+ def synapse_sql_server_name(self) -> Optional[str]:
545
+ """
546
+ Azure Synapse Analytics SQL Server Name
547
+ """
548
+ return pulumi.get(self, "synapse_sql_server_name")
549
+
550
+ @property
551
+ @pulumi.getter(name="synapseSqlUser")
552
+ def synapse_sql_user(self) -> Optional[str]:
553
+ """
554
+ Azure Synapse SQL login details
555
+ """
556
+ return pulumi.get(self, "synapse_sql_user")
557
+
558
+
41
559
  @pulumi.output_type
42
560
  class ClusterByokEntityResponse(dict):
43
561
  """
@@ -570,6 +1088,102 @@ class ConfluentListMetadataResponse(dict):
570
1088
  return pulumi.get(self, "total_size")
571
1089
 
572
1090
 
1091
+ @pulumi.output_type
1092
+ class ConnectorInfoBaseResponse(dict):
1093
+ """
1094
+ Connector Info Base properties
1095
+ """
1096
+ @staticmethod
1097
+ def __key_warning(key: str):
1098
+ suggest = None
1099
+ if key == "connectorClass":
1100
+ suggest = "connector_class"
1101
+ elif key == "connectorId":
1102
+ suggest = "connector_id"
1103
+ elif key == "connectorName":
1104
+ suggest = "connector_name"
1105
+ elif key == "connectorState":
1106
+ suggest = "connector_state"
1107
+ elif key == "connectorType":
1108
+ suggest = "connector_type"
1109
+
1110
+ if suggest:
1111
+ pulumi.log.warn(f"Key '{key}' not found in ConnectorInfoBaseResponse. Access the value via the '{suggest}' property getter instead.")
1112
+
1113
+ def __getitem__(self, key: str) -> Any:
1114
+ ConnectorInfoBaseResponse.__key_warning(key)
1115
+ return super().__getitem__(key)
1116
+
1117
+ def get(self, key: str, default = None) -> Any:
1118
+ ConnectorInfoBaseResponse.__key_warning(key)
1119
+ return super().get(key, default)
1120
+
1121
+ def __init__(__self__, *,
1122
+ connector_class: Optional[str] = None,
1123
+ connector_id: Optional[str] = None,
1124
+ connector_name: Optional[str] = None,
1125
+ connector_state: Optional[str] = None,
1126
+ connector_type: Optional[str] = None):
1127
+ """
1128
+ Connector Info Base properties
1129
+ :param str connector_class: Connector Class
1130
+ :param str connector_id: Connector Id
1131
+ :param str connector_name: Connector Name
1132
+ :param str connector_state: Connector Status
1133
+ :param str connector_type: Connector Type
1134
+ """
1135
+ if connector_class is not None:
1136
+ pulumi.set(__self__, "connector_class", connector_class)
1137
+ if connector_id is not None:
1138
+ pulumi.set(__self__, "connector_id", connector_id)
1139
+ if connector_name is not None:
1140
+ pulumi.set(__self__, "connector_name", connector_name)
1141
+ if connector_state is not None:
1142
+ pulumi.set(__self__, "connector_state", connector_state)
1143
+ if connector_type is not None:
1144
+ pulumi.set(__self__, "connector_type", connector_type)
1145
+
1146
+ @property
1147
+ @pulumi.getter(name="connectorClass")
1148
+ def connector_class(self) -> Optional[str]:
1149
+ """
1150
+ Connector Class
1151
+ """
1152
+ return pulumi.get(self, "connector_class")
1153
+
1154
+ @property
1155
+ @pulumi.getter(name="connectorId")
1156
+ def connector_id(self) -> Optional[str]:
1157
+ """
1158
+ Connector Id
1159
+ """
1160
+ return pulumi.get(self, "connector_id")
1161
+
1162
+ @property
1163
+ @pulumi.getter(name="connectorName")
1164
+ def connector_name(self) -> Optional[str]:
1165
+ """
1166
+ Connector Name
1167
+ """
1168
+ return pulumi.get(self, "connector_name")
1169
+
1170
+ @property
1171
+ @pulumi.getter(name="connectorState")
1172
+ def connector_state(self) -> Optional[str]:
1173
+ """
1174
+ Connector Status
1175
+ """
1176
+ return pulumi.get(self, "connector_state")
1177
+
1178
+ @property
1179
+ @pulumi.getter(name="connectorType")
1180
+ def connector_type(self) -> Optional[str]:
1181
+ """
1182
+ Connector Type
1183
+ """
1184
+ return pulumi.get(self, "connector_type")
1185
+
1186
+
573
1187
  @pulumi.output_type
574
1188
  class EnvironmentRecordResponse(dict):
575
1189
  """
@@ -737,371 +1351,1612 @@ class InvitationRecordResponse(dict):
737
1351
 
738
1352
 
739
1353
  @pulumi.output_type
740
- class MetadataEntityResponse(dict):
1354
+ class KafkaAzureBlobStorageSinkConnectorInfoResponse(dict):
741
1355
  """
742
- Metadata of the data record
1356
+ The partner connector type is KafkaAzureBlobStorageSink
743
1357
  """
744
- def __init__(__self__, *,
745
- created_at: Optional[str] = None,
746
- deleted_at: Optional[str] = None,
747
- resource_name: Optional[str] = None,
748
- self: Optional[str] = None,
749
- updated_at: Optional[str] = None):
750
- """
751
- Metadata of the data record
752
- :param str created_at: Created Date Time
753
- :param str deleted_at: Deleted Date time
754
- :param str resource_name: Resource name of the record
755
- :param str self: Self lookup url
756
- :param str updated_at: Updated Date time
1358
+ @staticmethod
1359
+ def __key_warning(key: str):
1360
+ suggest = None
1361
+ if key == "partnerConnectorType":
1362
+ suggest = "partner_connector_type"
1363
+ elif key == "apiKey":
1364
+ suggest = "api_key"
1365
+ elif key == "apiSecret":
1366
+ suggest = "api_secret"
1367
+ elif key == "authType":
1368
+ suggest = "auth_type"
1369
+ elif key == "flushSize":
1370
+ suggest = "flush_size"
1371
+ elif key == "inputFormat":
1372
+ suggest = "input_format"
1373
+ elif key == "maxTasks":
1374
+ suggest = "max_tasks"
1375
+ elif key == "outputFormat":
1376
+ suggest = "output_format"
1377
+ elif key == "serviceAccountId":
1378
+ suggest = "service_account_id"
1379
+ elif key == "timeInterval":
1380
+ suggest = "time_interval"
1381
+ elif key == "topicsDir":
1382
+ suggest = "topics_dir"
1383
+
1384
+ if suggest:
1385
+ pulumi.log.warn(f"Key '{key}' not found in KafkaAzureBlobStorageSinkConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
1386
+
1387
+ def __getitem__(self, key: str) -> Any:
1388
+ KafkaAzureBlobStorageSinkConnectorInfoResponse.__key_warning(key)
1389
+ return super().__getitem__(key)
1390
+
1391
+ def get(self, key: str, default = None) -> Any:
1392
+ KafkaAzureBlobStorageSinkConnectorInfoResponse.__key_warning(key)
1393
+ return super().get(key, default)
1394
+
1395
+ def __init__(__self__, *,
1396
+ partner_connector_type: str,
1397
+ api_key: Optional[str] = None,
1398
+ api_secret: Optional[str] = None,
1399
+ auth_type: Optional[str] = None,
1400
+ flush_size: Optional[str] = None,
1401
+ input_format: Optional[str] = None,
1402
+ max_tasks: Optional[str] = None,
1403
+ output_format: Optional[str] = None,
1404
+ service_account_id: Optional[str] = None,
1405
+ time_interval: Optional[str] = None,
1406
+ topics: Optional[Sequence[str]] = None,
1407
+ topics_dir: Optional[str] = None):
1408
+ """
1409
+ The partner connector type is KafkaAzureBlobStorageSink
1410
+ :param str partner_connector_type: Partner Connector type.
1411
+ Expected value is 'KafkaAzureBlobStorageSink'.
1412
+ :param str api_key: Kafka API Key
1413
+ :param str api_secret: Kafka API Key Secret
1414
+ :param str auth_type: Kafka Auth Type
1415
+ :param str flush_size: Flush size
1416
+ :param str input_format: Kafka Input Data Format Type
1417
+ :param str max_tasks: Maximum Tasks
1418
+ :param str output_format: Kafka Output Data Format Type
1419
+ :param str service_account_id: Kafka Service Account Id
1420
+ :param str time_interval: Time Interval
1421
+ :param Sequence[str] topics: Kafka topics list
1422
+ :param str topics_dir: Kafka topics directory
1423
+ """
1424
+ pulumi.set(__self__, "partner_connector_type", 'KafkaAzureBlobStorageSink')
1425
+ if api_key is not None:
1426
+ pulumi.set(__self__, "api_key", api_key)
1427
+ if api_secret is not None:
1428
+ pulumi.set(__self__, "api_secret", api_secret)
1429
+ if auth_type is not None:
1430
+ pulumi.set(__self__, "auth_type", auth_type)
1431
+ if flush_size is not None:
1432
+ pulumi.set(__self__, "flush_size", flush_size)
1433
+ if input_format is not None:
1434
+ pulumi.set(__self__, "input_format", input_format)
1435
+ if max_tasks is not None:
1436
+ pulumi.set(__self__, "max_tasks", max_tasks)
1437
+ if output_format is not None:
1438
+ pulumi.set(__self__, "output_format", output_format)
1439
+ if service_account_id is not None:
1440
+ pulumi.set(__self__, "service_account_id", service_account_id)
1441
+ if time_interval is not None:
1442
+ pulumi.set(__self__, "time_interval", time_interval)
1443
+ if topics is not None:
1444
+ pulumi.set(__self__, "topics", topics)
1445
+ if topics_dir is not None:
1446
+ pulumi.set(__self__, "topics_dir", topics_dir)
1447
+
1448
+ @property
1449
+ @pulumi.getter(name="partnerConnectorType")
1450
+ def partner_connector_type(self) -> str:
757
1451
  """
758
- if created_at is not None:
759
- pulumi.set(__self__, "created_at", created_at)
760
- if deleted_at is not None:
761
- pulumi.set(__self__, "deleted_at", deleted_at)
762
- if resource_name is not None:
763
- pulumi.set(__self__, "resource_name", resource_name)
764
- if self is not None:
765
- pulumi.set(__self__, "self", self)
766
- if updated_at is not None:
767
- pulumi.set(__self__, "updated_at", updated_at)
1452
+ Partner Connector type.
1453
+ Expected value is 'KafkaAzureBlobStorageSink'.
1454
+ """
1455
+ return pulumi.get(self, "partner_connector_type")
768
1456
 
769
1457
  @property
770
- @pulumi.getter(name="createdAt")
771
- def created_at(self) -> Optional[str]:
1458
+ @pulumi.getter(name="apiKey")
1459
+ def api_key(self) -> Optional[str]:
772
1460
  """
773
- Created Date Time
1461
+ Kafka API Key
774
1462
  """
775
- return pulumi.get(self, "created_at")
1463
+ return pulumi.get(self, "api_key")
776
1464
 
777
1465
  @property
778
- @pulumi.getter(name="deletedAt")
779
- def deleted_at(self) -> Optional[str]:
1466
+ @pulumi.getter(name="apiSecret")
1467
+ def api_secret(self) -> Optional[str]:
780
1468
  """
781
- Deleted Date time
1469
+ Kafka API Key Secret
782
1470
  """
783
- return pulumi.get(self, "deleted_at")
1471
+ return pulumi.get(self, "api_secret")
784
1472
 
785
1473
  @property
786
- @pulumi.getter(name="resourceName")
787
- def resource_name(self) -> Optional[str]:
1474
+ @pulumi.getter(name="authType")
1475
+ def auth_type(self) -> Optional[str]:
788
1476
  """
789
- Resource name of the record
1477
+ Kafka Auth Type
790
1478
  """
791
- return pulumi.get(self, "resource_name")
1479
+ return pulumi.get(self, "auth_type")
1480
+
1481
+ @property
1482
+ @pulumi.getter(name="flushSize")
1483
+ def flush_size(self) -> Optional[str]:
1484
+ """
1485
+ Flush size
1486
+ """
1487
+ return pulumi.get(self, "flush_size")
1488
+
1489
+ @property
1490
+ @pulumi.getter(name="inputFormat")
1491
+ def input_format(self) -> Optional[str]:
1492
+ """
1493
+ Kafka Input Data Format Type
1494
+ """
1495
+ return pulumi.get(self, "input_format")
1496
+
1497
+ @property
1498
+ @pulumi.getter(name="maxTasks")
1499
+ def max_tasks(self) -> Optional[str]:
1500
+ """
1501
+ Maximum Tasks
1502
+ """
1503
+ return pulumi.get(self, "max_tasks")
1504
+
1505
+ @property
1506
+ @pulumi.getter(name="outputFormat")
1507
+ def output_format(self) -> Optional[str]:
1508
+ """
1509
+ Kafka Output Data Format Type
1510
+ """
1511
+ return pulumi.get(self, "output_format")
1512
+
1513
+ @property
1514
+ @pulumi.getter(name="serviceAccountId")
1515
+ def service_account_id(self) -> Optional[str]:
1516
+ """
1517
+ Kafka Service Account Id
1518
+ """
1519
+ return pulumi.get(self, "service_account_id")
1520
+
1521
+ @property
1522
+ @pulumi.getter(name="timeInterval")
1523
+ def time_interval(self) -> Optional[str]:
1524
+ """
1525
+ Time Interval
1526
+ """
1527
+ return pulumi.get(self, "time_interval")
792
1528
 
793
1529
  @property
794
1530
  @pulumi.getter
795
- def self(self) -> Optional[str]:
1531
+ def topics(self) -> Optional[Sequence[str]]:
796
1532
  """
797
- Self lookup url
1533
+ Kafka topics list
798
1534
  """
799
- return pulumi.get(self, "self")
1535
+ return pulumi.get(self, "topics")
800
1536
 
801
1537
  @property
802
- @pulumi.getter(name="updatedAt")
803
- def updated_at(self) -> Optional[str]:
1538
+ @pulumi.getter(name="topicsDir")
1539
+ def topics_dir(self) -> Optional[str]:
804
1540
  """
805
- Updated Date time
1541
+ Kafka topics directory
806
1542
  """
807
- return pulumi.get(self, "updated_at")
1543
+ return pulumi.get(self, "topics_dir")
808
1544
 
809
1545
 
810
1546
  @pulumi.output_type
811
- class OfferDetailResponse(dict):
1547
+ class KafkaAzureBlobStorageSourceConnectorInfoResponse(dict):
812
1548
  """
813
- Confluent Offer detail
1549
+ The partner connector type is KafkaAzureBlobStorageSource
814
1550
  """
815
1551
  @staticmethod
816
1552
  def __key_warning(key: str):
817
1553
  suggest = None
818
- if key == "planId":
819
- suggest = "plan_id"
820
- elif key == "planName":
821
- suggest = "plan_name"
822
- elif key == "publisherId":
823
- suggest = "publisher_id"
824
- elif key == "termUnit":
825
- suggest = "term_unit"
1554
+ if key == "partnerConnectorType":
1555
+ suggest = "partner_connector_type"
1556
+ elif key == "apiKey":
1557
+ suggest = "api_key"
1558
+ elif key == "apiSecret":
1559
+ suggest = "api_secret"
1560
+ elif key == "authType":
1561
+ suggest = "auth_type"
1562
+ elif key == "inputFormat":
1563
+ suggest = "input_format"
1564
+ elif key == "maxTasks":
1565
+ suggest = "max_tasks"
1566
+ elif key == "outputFormat":
1567
+ suggest = "output_format"
1568
+ elif key == "serviceAccountId":
1569
+ suggest = "service_account_id"
1570
+ elif key == "topicRegex":
1571
+ suggest = "topic_regex"
1572
+ elif key == "topicsDir":
1573
+ suggest = "topics_dir"
826
1574
 
827
1575
  if suggest:
828
- pulumi.log.warn(f"Key '{key}' not found in OfferDetailResponse. Access the value via the '{suggest}' property getter instead.")
1576
+ pulumi.log.warn(f"Key '{key}' not found in KafkaAzureBlobStorageSourceConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
829
1577
 
830
1578
  def __getitem__(self, key: str) -> Any:
831
- OfferDetailResponse.__key_warning(key)
1579
+ KafkaAzureBlobStorageSourceConnectorInfoResponse.__key_warning(key)
832
1580
  return super().__getitem__(key)
833
1581
 
834
1582
  def get(self, key: str, default = None) -> Any:
835
- OfferDetailResponse.__key_warning(key)
1583
+ KafkaAzureBlobStorageSourceConnectorInfoResponse.__key_warning(key)
836
1584
  return super().get(key, default)
837
1585
 
838
1586
  def __init__(__self__, *,
839
- id: str,
840
- plan_id: str,
841
- plan_name: str,
842
- publisher_id: str,
843
- status: str,
844
- term_unit: str):
1587
+ partner_connector_type: str,
1588
+ api_key: Optional[str] = None,
1589
+ api_secret: Optional[str] = None,
1590
+ auth_type: Optional[str] = None,
1591
+ input_format: Optional[str] = None,
1592
+ max_tasks: Optional[str] = None,
1593
+ output_format: Optional[str] = None,
1594
+ service_account_id: Optional[str] = None,
1595
+ topic_regex: Optional[str] = None,
1596
+ topics_dir: Optional[str] = None):
1597
+ """
1598
+ The partner connector type is KafkaAzureBlobStorageSource
1599
+ :param str partner_connector_type: Partner Connector type.
1600
+ Expected value is 'KafkaAzureBlobStorageSource'.
1601
+ :param str api_key: Kafka API Key
1602
+ :param str api_secret: Kafka API Secret
1603
+ :param str auth_type: Kafka Auth Type
1604
+ :param str input_format: Kafka Input Data Format Type
1605
+ :param str max_tasks: Maximum Tasks
1606
+ :param str output_format: Kafka Output Data Format Type
1607
+ :param str service_account_id: Kafka Service Account Id
1608
+ :param str topic_regex: Kafka topics Regex pattern
1609
+ :param str topics_dir: Kafka topics directory
1610
+ """
1611
+ pulumi.set(__self__, "partner_connector_type", 'KafkaAzureBlobStorageSource')
1612
+ if api_key is not None:
1613
+ pulumi.set(__self__, "api_key", api_key)
1614
+ if api_secret is not None:
1615
+ pulumi.set(__self__, "api_secret", api_secret)
1616
+ if auth_type is not None:
1617
+ pulumi.set(__self__, "auth_type", auth_type)
1618
+ if input_format is not None:
1619
+ pulumi.set(__self__, "input_format", input_format)
1620
+ if max_tasks is not None:
1621
+ pulumi.set(__self__, "max_tasks", max_tasks)
1622
+ if output_format is not None:
1623
+ pulumi.set(__self__, "output_format", output_format)
1624
+ if service_account_id is not None:
1625
+ pulumi.set(__self__, "service_account_id", service_account_id)
1626
+ if topic_regex is not None:
1627
+ pulumi.set(__self__, "topic_regex", topic_regex)
1628
+ if topics_dir is not None:
1629
+ pulumi.set(__self__, "topics_dir", topics_dir)
1630
+
1631
+ @property
1632
+ @pulumi.getter(name="partnerConnectorType")
1633
+ def partner_connector_type(self) -> str:
845
1634
  """
846
- Confluent Offer detail
847
- :param str id: Offer Id
848
- :param str plan_id: Offer Plan Id
849
- :param str plan_name: Offer Plan Name
850
- :param str publisher_id: Publisher Id
851
- :param str status: SaaS Offer Status
852
- :param str term_unit: Offer Plan Term unit
1635
+ Partner Connector type.
1636
+ Expected value is 'KafkaAzureBlobStorageSource'.
853
1637
  """
854
- pulumi.set(__self__, "id", id)
855
- pulumi.set(__self__, "plan_id", plan_id)
856
- pulumi.set(__self__, "plan_name", plan_name)
857
- pulumi.set(__self__, "publisher_id", publisher_id)
858
- pulumi.set(__self__, "status", status)
859
- pulumi.set(__self__, "term_unit", term_unit)
1638
+ return pulumi.get(self, "partner_connector_type")
860
1639
 
861
1640
  @property
862
- @pulumi.getter
863
- def id(self) -> str:
1641
+ @pulumi.getter(name="apiKey")
1642
+ def api_key(self) -> Optional[str]:
864
1643
  """
865
- Offer Id
1644
+ Kafka API Key
866
1645
  """
867
- return pulumi.get(self, "id")
1646
+ return pulumi.get(self, "api_key")
868
1647
 
869
1648
  @property
870
- @pulumi.getter(name="planId")
871
- def plan_id(self) -> str:
1649
+ @pulumi.getter(name="apiSecret")
1650
+ def api_secret(self) -> Optional[str]:
872
1651
  """
873
- Offer Plan Id
1652
+ Kafka API Secret
874
1653
  """
875
- return pulumi.get(self, "plan_id")
1654
+ return pulumi.get(self, "api_secret")
876
1655
 
877
1656
  @property
878
- @pulumi.getter(name="planName")
879
- def plan_name(self) -> str:
1657
+ @pulumi.getter(name="authType")
1658
+ def auth_type(self) -> Optional[str]:
880
1659
  """
881
- Offer Plan Name
1660
+ Kafka Auth Type
882
1661
  """
883
- return pulumi.get(self, "plan_name")
1662
+ return pulumi.get(self, "auth_type")
884
1663
 
885
1664
  @property
886
- @pulumi.getter(name="publisherId")
887
- def publisher_id(self) -> str:
1665
+ @pulumi.getter(name="inputFormat")
1666
+ def input_format(self) -> Optional[str]:
888
1667
  """
889
- Publisher Id
1668
+ Kafka Input Data Format Type
890
1669
  """
891
- return pulumi.get(self, "publisher_id")
1670
+ return pulumi.get(self, "input_format")
892
1671
 
893
1672
  @property
894
- @pulumi.getter
895
- def status(self) -> str:
1673
+ @pulumi.getter(name="maxTasks")
1674
+ def max_tasks(self) -> Optional[str]:
896
1675
  """
897
- SaaS Offer Status
1676
+ Maximum Tasks
898
1677
  """
899
- return pulumi.get(self, "status")
1678
+ return pulumi.get(self, "max_tasks")
900
1679
 
901
1680
  @property
902
- @pulumi.getter(name="termUnit")
903
- def term_unit(self) -> str:
1681
+ @pulumi.getter(name="outputFormat")
1682
+ def output_format(self) -> Optional[str]:
904
1683
  """
905
- Offer Plan Term unit
1684
+ Kafka Output Data Format Type
906
1685
  """
907
- return pulumi.get(self, "term_unit")
1686
+ return pulumi.get(self, "output_format")
1687
+
1688
+ @property
1689
+ @pulumi.getter(name="serviceAccountId")
1690
+ def service_account_id(self) -> Optional[str]:
1691
+ """
1692
+ Kafka Service Account Id
1693
+ """
1694
+ return pulumi.get(self, "service_account_id")
1695
+
1696
+ @property
1697
+ @pulumi.getter(name="topicRegex")
1698
+ def topic_regex(self) -> Optional[str]:
1699
+ """
1700
+ Kafka topics Regex pattern
1701
+ """
1702
+ return pulumi.get(self, "topic_regex")
1703
+
1704
+ @property
1705
+ @pulumi.getter(name="topicsDir")
1706
+ def topics_dir(self) -> Optional[str]:
1707
+ """
1708
+ Kafka topics directory
1709
+ """
1710
+ return pulumi.get(self, "topics_dir")
908
1711
 
909
1712
 
910
1713
  @pulumi.output_type
911
- class RegionRecordResponse(dict):
1714
+ class KafkaAzureCosmosDBSinkConnectorInfoResponse(dict):
912
1715
  """
913
- Details of region record
1716
+ The partner connector type is KafkaAzureCosmosDBSink
914
1717
  """
1718
+ @staticmethod
1719
+ def __key_warning(key: str):
1720
+ suggest = None
1721
+ if key == "partnerConnectorType":
1722
+ suggest = "partner_connector_type"
1723
+ elif key == "apiKey":
1724
+ suggest = "api_key"
1725
+ elif key == "apiSecret":
1726
+ suggest = "api_secret"
1727
+ elif key == "authType":
1728
+ suggest = "auth_type"
1729
+ elif key == "flushSize":
1730
+ suggest = "flush_size"
1731
+ elif key == "inputFormat":
1732
+ suggest = "input_format"
1733
+ elif key == "maxTasks":
1734
+ suggest = "max_tasks"
1735
+ elif key == "outputFormat":
1736
+ suggest = "output_format"
1737
+ elif key == "serviceAccountId":
1738
+ suggest = "service_account_id"
1739
+ elif key == "timeInterval":
1740
+ suggest = "time_interval"
1741
+ elif key == "topicsDir":
1742
+ suggest = "topics_dir"
1743
+
1744
+ if suggest:
1745
+ pulumi.log.warn(f"Key '{key}' not found in KafkaAzureCosmosDBSinkConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
1746
+
1747
+ def __getitem__(self, key: str) -> Any:
1748
+ KafkaAzureCosmosDBSinkConnectorInfoResponse.__key_warning(key)
1749
+ return super().__getitem__(key)
1750
+
1751
+ def get(self, key: str, default = None) -> Any:
1752
+ KafkaAzureCosmosDBSinkConnectorInfoResponse.__key_warning(key)
1753
+ return super().get(key, default)
1754
+
915
1755
  def __init__(__self__, *,
916
- id: Optional[str] = None,
917
- kind: Optional[str] = None,
918
- metadata: Optional['outputs.SCMetadataEntityResponse'] = None,
919
- spec: Optional['outputs.RegionSpecEntityResponse'] = None):
1756
+ partner_connector_type: str,
1757
+ api_key: Optional[str] = None,
1758
+ api_secret: Optional[str] = None,
1759
+ auth_type: Optional[str] = None,
1760
+ flush_size: Optional[str] = None,
1761
+ input_format: Optional[str] = None,
1762
+ max_tasks: Optional[str] = None,
1763
+ output_format: Optional[str] = None,
1764
+ service_account_id: Optional[str] = None,
1765
+ time_interval: Optional[str] = None,
1766
+ topics: Optional[Sequence[str]] = None,
1767
+ topics_dir: Optional[str] = None):
1768
+ """
1769
+ The partner connector type is KafkaAzureCosmosDBSink
1770
+ :param str partner_connector_type: Partner Connector type.
1771
+ Expected value is 'KafkaAzureCosmosDBSink'.
1772
+ :param str api_key: Kafka API Key
1773
+ :param str api_secret: Kafka API Key Secret
1774
+ :param str auth_type: Kafka Auth Type
1775
+ :param str flush_size: Flush size
1776
+ :param str input_format: Kafka Input Data Format Type
1777
+ :param str max_tasks: Maximum Tasks
1778
+ :param str output_format: Kafka Output Data Format Type
1779
+ :param str service_account_id: Kafka Service Account Id
1780
+ :param str time_interval: Time Interval
1781
+ :param Sequence[str] topics: Kafka topics list
1782
+ :param str topics_dir: Kafka topics directory
1783
+ """
1784
+ pulumi.set(__self__, "partner_connector_type", 'KafkaAzureCosmosDBSink')
1785
+ if api_key is not None:
1786
+ pulumi.set(__self__, "api_key", api_key)
1787
+ if api_secret is not None:
1788
+ pulumi.set(__self__, "api_secret", api_secret)
1789
+ if auth_type is not None:
1790
+ pulumi.set(__self__, "auth_type", auth_type)
1791
+ if flush_size is not None:
1792
+ pulumi.set(__self__, "flush_size", flush_size)
1793
+ if input_format is not None:
1794
+ pulumi.set(__self__, "input_format", input_format)
1795
+ if max_tasks is not None:
1796
+ pulumi.set(__self__, "max_tasks", max_tasks)
1797
+ if output_format is not None:
1798
+ pulumi.set(__self__, "output_format", output_format)
1799
+ if service_account_id is not None:
1800
+ pulumi.set(__self__, "service_account_id", service_account_id)
1801
+ if time_interval is not None:
1802
+ pulumi.set(__self__, "time_interval", time_interval)
1803
+ if topics is not None:
1804
+ pulumi.set(__self__, "topics", topics)
1805
+ if topics_dir is not None:
1806
+ pulumi.set(__self__, "topics_dir", topics_dir)
1807
+
1808
+ @property
1809
+ @pulumi.getter(name="partnerConnectorType")
1810
+ def partner_connector_type(self) -> str:
920
1811
  """
921
- Details of region record
922
- :param str id: Id of the cluster
923
- :param str kind: Kind of the cluster
924
- :param 'SCMetadataEntityResponse' metadata: Metadata of the record
925
- :param 'RegionSpecEntityResponse' spec: Specification of the region
1812
+ Partner Connector type.
1813
+ Expected value is 'KafkaAzureCosmosDBSink'.
926
1814
  """
927
- if id is not None:
928
- pulumi.set(__self__, "id", id)
929
- if kind is not None:
930
- pulumi.set(__self__, "kind", kind)
931
- if metadata is not None:
932
- pulumi.set(__self__, "metadata", metadata)
933
- if spec is not None:
934
- pulumi.set(__self__, "spec", spec)
1815
+ return pulumi.get(self, "partner_connector_type")
1816
+
1817
+ @property
1818
+ @pulumi.getter(name="apiKey")
1819
+ def api_key(self) -> Optional[str]:
1820
+ """
1821
+ Kafka API Key
1822
+ """
1823
+ return pulumi.get(self, "api_key")
1824
+
1825
+ @property
1826
+ @pulumi.getter(name="apiSecret")
1827
+ def api_secret(self) -> Optional[str]:
1828
+ """
1829
+ Kafka API Key Secret
1830
+ """
1831
+ return pulumi.get(self, "api_secret")
1832
+
1833
+ @property
1834
+ @pulumi.getter(name="authType")
1835
+ def auth_type(self) -> Optional[str]:
1836
+ """
1837
+ Kafka Auth Type
1838
+ """
1839
+ return pulumi.get(self, "auth_type")
1840
+
1841
+ @property
1842
+ @pulumi.getter(name="flushSize")
1843
+ def flush_size(self) -> Optional[str]:
1844
+ """
1845
+ Flush size
1846
+ """
1847
+ return pulumi.get(self, "flush_size")
1848
+
1849
+ @property
1850
+ @pulumi.getter(name="inputFormat")
1851
+ def input_format(self) -> Optional[str]:
1852
+ """
1853
+ Kafka Input Data Format Type
1854
+ """
1855
+ return pulumi.get(self, "input_format")
1856
+
1857
+ @property
1858
+ @pulumi.getter(name="maxTasks")
1859
+ def max_tasks(self) -> Optional[str]:
1860
+ """
1861
+ Maximum Tasks
1862
+ """
1863
+ return pulumi.get(self, "max_tasks")
1864
+
1865
+ @property
1866
+ @pulumi.getter(name="outputFormat")
1867
+ def output_format(self) -> Optional[str]:
1868
+ """
1869
+ Kafka Output Data Format Type
1870
+ """
1871
+ return pulumi.get(self, "output_format")
1872
+
1873
+ @property
1874
+ @pulumi.getter(name="serviceAccountId")
1875
+ def service_account_id(self) -> Optional[str]:
1876
+ """
1877
+ Kafka Service Account Id
1878
+ """
1879
+ return pulumi.get(self, "service_account_id")
1880
+
1881
+ @property
1882
+ @pulumi.getter(name="timeInterval")
1883
+ def time_interval(self) -> Optional[str]:
1884
+ """
1885
+ Time Interval
1886
+ """
1887
+ return pulumi.get(self, "time_interval")
935
1888
 
936
1889
  @property
937
1890
  @pulumi.getter
938
- def id(self) -> Optional[str]:
1891
+ def topics(self) -> Optional[Sequence[str]]:
939
1892
  """
940
- Id of the cluster
1893
+ Kafka topics list
941
1894
  """
942
- return pulumi.get(self, "id")
1895
+ return pulumi.get(self, "topics")
1896
+
1897
+ @property
1898
+ @pulumi.getter(name="topicsDir")
1899
+ def topics_dir(self) -> Optional[str]:
1900
+ """
1901
+ Kafka topics directory
1902
+ """
1903
+ return pulumi.get(self, "topics_dir")
1904
+
1905
+
1906
+ @pulumi.output_type
1907
+ class KafkaAzureCosmosDBSourceConnectorInfoResponse(dict):
1908
+ """
1909
+ The partner connector type is KafkaAzureCosmosDBSource
1910
+ """
1911
+ @staticmethod
1912
+ def __key_warning(key: str):
1913
+ suggest = None
1914
+ if key == "partnerConnectorType":
1915
+ suggest = "partner_connector_type"
1916
+ elif key == "apiKey":
1917
+ suggest = "api_key"
1918
+ elif key == "apiSecret":
1919
+ suggest = "api_secret"
1920
+ elif key == "authType":
1921
+ suggest = "auth_type"
1922
+ elif key == "inputFormat":
1923
+ suggest = "input_format"
1924
+ elif key == "maxTasks":
1925
+ suggest = "max_tasks"
1926
+ elif key == "outputFormat":
1927
+ suggest = "output_format"
1928
+ elif key == "serviceAccountId":
1929
+ suggest = "service_account_id"
1930
+ elif key == "topicRegex":
1931
+ suggest = "topic_regex"
1932
+ elif key == "topicsDir":
1933
+ suggest = "topics_dir"
1934
+
1935
+ if suggest:
1936
+ pulumi.log.warn(f"Key '{key}' not found in KafkaAzureCosmosDBSourceConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
1937
+
1938
+ def __getitem__(self, key: str) -> Any:
1939
+ KafkaAzureCosmosDBSourceConnectorInfoResponse.__key_warning(key)
1940
+ return super().__getitem__(key)
1941
+
1942
+ def get(self, key: str, default = None) -> Any:
1943
+ KafkaAzureCosmosDBSourceConnectorInfoResponse.__key_warning(key)
1944
+ return super().get(key, default)
1945
+
1946
+ def __init__(__self__, *,
1947
+ partner_connector_type: str,
1948
+ api_key: Optional[str] = None,
1949
+ api_secret: Optional[str] = None,
1950
+ auth_type: Optional[str] = None,
1951
+ input_format: Optional[str] = None,
1952
+ max_tasks: Optional[str] = None,
1953
+ output_format: Optional[str] = None,
1954
+ service_account_id: Optional[str] = None,
1955
+ topic_regex: Optional[str] = None,
1956
+ topics_dir: Optional[str] = None):
1957
+ """
1958
+ The partner connector type is KafkaAzureCosmosDBSource
1959
+ :param str partner_connector_type: Partner Connector type.
1960
+ Expected value is 'KafkaAzureCosmosDBSource'.
1961
+ :param str api_key: Kafka API Key
1962
+ :param str api_secret: Kafka API Secret
1963
+ :param str auth_type: Kafka Auth Type
1964
+ :param str input_format: Kafka Input Data Format Type
1965
+ :param str max_tasks: Maximum Tasks
1966
+ :param str output_format: Kafka Output Data Format Type
1967
+ :param str service_account_id: Kafka Service Account Id
1968
+ :param str topic_regex: Kafka topics Regex pattern
1969
+ :param str topics_dir: Kafka topics directory
1970
+ """
1971
+ pulumi.set(__self__, "partner_connector_type", 'KafkaAzureCosmosDBSource')
1972
+ if api_key is not None:
1973
+ pulumi.set(__self__, "api_key", api_key)
1974
+ if api_secret is not None:
1975
+ pulumi.set(__self__, "api_secret", api_secret)
1976
+ if auth_type is not None:
1977
+ pulumi.set(__self__, "auth_type", auth_type)
1978
+ if input_format is not None:
1979
+ pulumi.set(__self__, "input_format", input_format)
1980
+ if max_tasks is not None:
1981
+ pulumi.set(__self__, "max_tasks", max_tasks)
1982
+ if output_format is not None:
1983
+ pulumi.set(__self__, "output_format", output_format)
1984
+ if service_account_id is not None:
1985
+ pulumi.set(__self__, "service_account_id", service_account_id)
1986
+ if topic_regex is not None:
1987
+ pulumi.set(__self__, "topic_regex", topic_regex)
1988
+ if topics_dir is not None:
1989
+ pulumi.set(__self__, "topics_dir", topics_dir)
1990
+
1991
+ @property
1992
+ @pulumi.getter(name="partnerConnectorType")
1993
+ def partner_connector_type(self) -> str:
1994
+ """
1995
+ Partner Connector type.
1996
+ Expected value is 'KafkaAzureCosmosDBSource'.
1997
+ """
1998
+ return pulumi.get(self, "partner_connector_type")
1999
+
2000
+ @property
2001
+ @pulumi.getter(name="apiKey")
2002
+ def api_key(self) -> Optional[str]:
2003
+ """
2004
+ Kafka API Key
2005
+ """
2006
+ return pulumi.get(self, "api_key")
2007
+
2008
+ @property
2009
+ @pulumi.getter(name="apiSecret")
2010
+ def api_secret(self) -> Optional[str]:
2011
+ """
2012
+ Kafka API Secret
2013
+ """
2014
+ return pulumi.get(self, "api_secret")
2015
+
2016
+ @property
2017
+ @pulumi.getter(name="authType")
2018
+ def auth_type(self) -> Optional[str]:
2019
+ """
2020
+ Kafka Auth Type
2021
+ """
2022
+ return pulumi.get(self, "auth_type")
2023
+
2024
+ @property
2025
+ @pulumi.getter(name="inputFormat")
2026
+ def input_format(self) -> Optional[str]:
2027
+ """
2028
+ Kafka Input Data Format Type
2029
+ """
2030
+ return pulumi.get(self, "input_format")
2031
+
2032
+ @property
2033
+ @pulumi.getter(name="maxTasks")
2034
+ def max_tasks(self) -> Optional[str]:
2035
+ """
2036
+ Maximum Tasks
2037
+ """
2038
+ return pulumi.get(self, "max_tasks")
2039
+
2040
+ @property
2041
+ @pulumi.getter(name="outputFormat")
2042
+ def output_format(self) -> Optional[str]:
2043
+ """
2044
+ Kafka Output Data Format Type
2045
+ """
2046
+ return pulumi.get(self, "output_format")
2047
+
2048
+ @property
2049
+ @pulumi.getter(name="serviceAccountId")
2050
+ def service_account_id(self) -> Optional[str]:
2051
+ """
2052
+ Kafka Service Account Id
2053
+ """
2054
+ return pulumi.get(self, "service_account_id")
2055
+
2056
+ @property
2057
+ @pulumi.getter(name="topicRegex")
2058
+ def topic_regex(self) -> Optional[str]:
2059
+ """
2060
+ Kafka topics Regex pattern
2061
+ """
2062
+ return pulumi.get(self, "topic_regex")
2063
+
2064
+ @property
2065
+ @pulumi.getter(name="topicsDir")
2066
+ def topics_dir(self) -> Optional[str]:
2067
+ """
2068
+ Kafka topics directory
2069
+ """
2070
+ return pulumi.get(self, "topics_dir")
2071
+
2072
+
2073
+ @pulumi.output_type
2074
+ class KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse(dict):
2075
+ """
2076
+ The partner connector type is KafkaAzureSynapseAnalyticsSink
2077
+ """
2078
+ @staticmethod
2079
+ def __key_warning(key: str):
2080
+ suggest = None
2081
+ if key == "partnerConnectorType":
2082
+ suggest = "partner_connector_type"
2083
+ elif key == "apiKey":
2084
+ suggest = "api_key"
2085
+ elif key == "apiSecret":
2086
+ suggest = "api_secret"
2087
+ elif key == "authType":
2088
+ suggest = "auth_type"
2089
+ elif key == "flushSize":
2090
+ suggest = "flush_size"
2091
+ elif key == "inputFormat":
2092
+ suggest = "input_format"
2093
+ elif key == "maxTasks":
2094
+ suggest = "max_tasks"
2095
+ elif key == "outputFormat":
2096
+ suggest = "output_format"
2097
+ elif key == "serviceAccountId":
2098
+ suggest = "service_account_id"
2099
+ elif key == "timeInterval":
2100
+ suggest = "time_interval"
2101
+ elif key == "topicsDir":
2102
+ suggest = "topics_dir"
2103
+
2104
+ if suggest:
2105
+ pulumi.log.warn(f"Key '{key}' not found in KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
2106
+
2107
+ def __getitem__(self, key: str) -> Any:
2108
+ KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse.__key_warning(key)
2109
+ return super().__getitem__(key)
2110
+
2111
+ def get(self, key: str, default = None) -> Any:
2112
+ KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse.__key_warning(key)
2113
+ return super().get(key, default)
2114
+
2115
+ def __init__(__self__, *,
2116
+ partner_connector_type: str,
2117
+ api_key: Optional[str] = None,
2118
+ api_secret: Optional[str] = None,
2119
+ auth_type: Optional[str] = None,
2120
+ flush_size: Optional[str] = None,
2121
+ input_format: Optional[str] = None,
2122
+ max_tasks: Optional[str] = None,
2123
+ output_format: Optional[str] = None,
2124
+ service_account_id: Optional[str] = None,
2125
+ time_interval: Optional[str] = None,
2126
+ topics: Optional[Sequence[str]] = None,
2127
+ topics_dir: Optional[str] = None):
2128
+ """
2129
+ The partner connector type is KafkaAzureSynapseAnalyticsSink
2130
+ :param str partner_connector_type: Partner Connector type.
2131
+ Expected value is 'KafkaAzureSynapseAnalyticsSink'.
2132
+ :param str api_key: Kafka API Key
2133
+ :param str api_secret: Kafka API Key Secret
2134
+ :param str auth_type: Kafka Auth Type
2135
+ :param str flush_size: Flush size
2136
+ :param str input_format: Kafka Input Data Format Type
2137
+ :param str max_tasks: Maximum Tasks
2138
+ :param str output_format: Kafka Output Data Format Type
2139
+ :param str service_account_id: Kafka Service Account Id
2140
+ :param str time_interval: Time Interval
2141
+ :param Sequence[str] topics: Kafka topics list
2142
+ :param str topics_dir: Kafka topics directory
2143
+ """
2144
+ pulumi.set(__self__, "partner_connector_type", 'KafkaAzureSynapseAnalyticsSink')
2145
+ if api_key is not None:
2146
+ pulumi.set(__self__, "api_key", api_key)
2147
+ if api_secret is not None:
2148
+ pulumi.set(__self__, "api_secret", api_secret)
2149
+ if auth_type is not None:
2150
+ pulumi.set(__self__, "auth_type", auth_type)
2151
+ if flush_size is not None:
2152
+ pulumi.set(__self__, "flush_size", flush_size)
2153
+ if input_format is not None:
2154
+ pulumi.set(__self__, "input_format", input_format)
2155
+ if max_tasks is not None:
2156
+ pulumi.set(__self__, "max_tasks", max_tasks)
2157
+ if output_format is not None:
2158
+ pulumi.set(__self__, "output_format", output_format)
2159
+ if service_account_id is not None:
2160
+ pulumi.set(__self__, "service_account_id", service_account_id)
2161
+ if time_interval is not None:
2162
+ pulumi.set(__self__, "time_interval", time_interval)
2163
+ if topics is not None:
2164
+ pulumi.set(__self__, "topics", topics)
2165
+ if topics_dir is not None:
2166
+ pulumi.set(__self__, "topics_dir", topics_dir)
2167
+
2168
+ @property
2169
+ @pulumi.getter(name="partnerConnectorType")
2170
+ def partner_connector_type(self) -> str:
2171
+ """
2172
+ Partner Connector type.
2173
+ Expected value is 'KafkaAzureSynapseAnalyticsSink'.
2174
+ """
2175
+ return pulumi.get(self, "partner_connector_type")
2176
+
2177
+ @property
2178
+ @pulumi.getter(name="apiKey")
2179
+ def api_key(self) -> Optional[str]:
2180
+ """
2181
+ Kafka API Key
2182
+ """
2183
+ return pulumi.get(self, "api_key")
2184
+
2185
+ @property
2186
+ @pulumi.getter(name="apiSecret")
2187
+ def api_secret(self) -> Optional[str]:
2188
+ """
2189
+ Kafka API Key Secret
2190
+ """
2191
+ return pulumi.get(self, "api_secret")
2192
+
2193
+ @property
2194
+ @pulumi.getter(name="authType")
2195
+ def auth_type(self) -> Optional[str]:
2196
+ """
2197
+ Kafka Auth Type
2198
+ """
2199
+ return pulumi.get(self, "auth_type")
2200
+
2201
+ @property
2202
+ @pulumi.getter(name="flushSize")
2203
+ def flush_size(self) -> Optional[str]:
2204
+ """
2205
+ Flush size
2206
+ """
2207
+ return pulumi.get(self, "flush_size")
2208
+
2209
+ @property
2210
+ @pulumi.getter(name="inputFormat")
2211
+ def input_format(self) -> Optional[str]:
2212
+ """
2213
+ Kafka Input Data Format Type
2214
+ """
2215
+ return pulumi.get(self, "input_format")
2216
+
2217
+ @property
2218
+ @pulumi.getter(name="maxTasks")
2219
+ def max_tasks(self) -> Optional[str]:
2220
+ """
2221
+ Maximum Tasks
2222
+ """
2223
+ return pulumi.get(self, "max_tasks")
2224
+
2225
+ @property
2226
+ @pulumi.getter(name="outputFormat")
2227
+ def output_format(self) -> Optional[str]:
2228
+ """
2229
+ Kafka Output Data Format Type
2230
+ """
2231
+ return pulumi.get(self, "output_format")
2232
+
2233
+ @property
2234
+ @pulumi.getter(name="serviceAccountId")
2235
+ def service_account_id(self) -> Optional[str]:
2236
+ """
2237
+ Kafka Service Account Id
2238
+ """
2239
+ return pulumi.get(self, "service_account_id")
2240
+
2241
+ @property
2242
+ @pulumi.getter(name="timeInterval")
2243
+ def time_interval(self) -> Optional[str]:
2244
+ """
2245
+ Time Interval
2246
+ """
2247
+ return pulumi.get(self, "time_interval")
2248
+
2249
+ @property
2250
+ @pulumi.getter
2251
+ def topics(self) -> Optional[Sequence[str]]:
2252
+ """
2253
+ Kafka topics list
2254
+ """
2255
+ return pulumi.get(self, "topics")
2256
+
2257
+ @property
2258
+ @pulumi.getter(name="topicsDir")
2259
+ def topics_dir(self) -> Optional[str]:
2260
+ """
2261
+ Kafka topics directory
2262
+ """
2263
+ return pulumi.get(self, "topics_dir")
2264
+
2265
+
2266
+ @pulumi.output_type
2267
+ class MetadataEntityResponse(dict):
2268
+ """
2269
+ Metadata of the data record
2270
+ """
2271
+ def __init__(__self__, *,
2272
+ created_at: Optional[str] = None,
2273
+ deleted_at: Optional[str] = None,
2274
+ resource_name: Optional[str] = None,
2275
+ self: Optional[str] = None,
2276
+ updated_at: Optional[str] = None):
2277
+ """
2278
+ Metadata of the data record
2279
+ :param str created_at: Created Date Time
2280
+ :param str deleted_at: Deleted Date time
2281
+ :param str resource_name: Resource name of the record
2282
+ :param str self: Self lookup url
2283
+ :param str updated_at: Updated Date time
2284
+ """
2285
+ if created_at is not None:
2286
+ pulumi.set(__self__, "created_at", created_at)
2287
+ if deleted_at is not None:
2288
+ pulumi.set(__self__, "deleted_at", deleted_at)
2289
+ if resource_name is not None:
2290
+ pulumi.set(__self__, "resource_name", resource_name)
2291
+ if self is not None:
2292
+ pulumi.set(__self__, "self", self)
2293
+ if updated_at is not None:
2294
+ pulumi.set(__self__, "updated_at", updated_at)
2295
+
2296
+ @property
2297
+ @pulumi.getter(name="createdAt")
2298
+ def created_at(self) -> Optional[str]:
2299
+ """
2300
+ Created Date Time
2301
+ """
2302
+ return pulumi.get(self, "created_at")
2303
+
2304
+ @property
2305
+ @pulumi.getter(name="deletedAt")
2306
+ def deleted_at(self) -> Optional[str]:
2307
+ """
2308
+ Deleted Date time
2309
+ """
2310
+ return pulumi.get(self, "deleted_at")
2311
+
2312
+ @property
2313
+ @pulumi.getter(name="resourceName")
2314
+ def resource_name(self) -> Optional[str]:
2315
+ """
2316
+ Resource name of the record
2317
+ """
2318
+ return pulumi.get(self, "resource_name")
2319
+
2320
+ @property
2321
+ @pulumi.getter
2322
+ def self(self) -> Optional[str]:
2323
+ """
2324
+ Self lookup url
2325
+ """
2326
+ return pulumi.get(self, "self")
2327
+
2328
+ @property
2329
+ @pulumi.getter(name="updatedAt")
2330
+ def updated_at(self) -> Optional[str]:
2331
+ """
2332
+ Updated Date time
2333
+ """
2334
+ return pulumi.get(self, "updated_at")
2335
+
2336
+
2337
+ @pulumi.output_type
2338
+ class OfferDetailResponse(dict):
2339
+ """
2340
+ Confluent Offer detail
2341
+ """
2342
+ @staticmethod
2343
+ def __key_warning(key: str):
2344
+ suggest = None
2345
+ if key == "planId":
2346
+ suggest = "plan_id"
2347
+ elif key == "planName":
2348
+ suggest = "plan_name"
2349
+ elif key == "publisherId":
2350
+ suggest = "publisher_id"
2351
+ elif key == "termUnit":
2352
+ suggest = "term_unit"
2353
+
2354
+ if suggest:
2355
+ pulumi.log.warn(f"Key '{key}' not found in OfferDetailResponse. Access the value via the '{suggest}' property getter instead.")
2356
+
2357
+ def __getitem__(self, key: str) -> Any:
2358
+ OfferDetailResponse.__key_warning(key)
2359
+ return super().__getitem__(key)
2360
+
2361
+ def get(self, key: str, default = None) -> Any:
2362
+ OfferDetailResponse.__key_warning(key)
2363
+ return super().get(key, default)
2364
+
2365
+ def __init__(__self__, *,
2366
+ id: str,
2367
+ plan_id: str,
2368
+ plan_name: str,
2369
+ publisher_id: str,
2370
+ status: str,
2371
+ term_unit: str):
2372
+ """
2373
+ Confluent Offer detail
2374
+ :param str id: Offer Id
2375
+ :param str plan_id: Offer Plan Id
2376
+ :param str plan_name: Offer Plan Name
2377
+ :param str publisher_id: Publisher Id
2378
+ :param str status: SaaS Offer Status
2379
+ :param str term_unit: Offer Plan Term unit
2380
+ """
2381
+ pulumi.set(__self__, "id", id)
2382
+ pulumi.set(__self__, "plan_id", plan_id)
2383
+ pulumi.set(__self__, "plan_name", plan_name)
2384
+ pulumi.set(__self__, "publisher_id", publisher_id)
2385
+ pulumi.set(__self__, "status", status)
2386
+ pulumi.set(__self__, "term_unit", term_unit)
2387
+
2388
+ @property
2389
+ @pulumi.getter
2390
+ def id(self) -> str:
2391
+ """
2392
+ Offer Id
2393
+ """
2394
+ return pulumi.get(self, "id")
2395
+
2396
+ @property
2397
+ @pulumi.getter(name="planId")
2398
+ def plan_id(self) -> str:
2399
+ """
2400
+ Offer Plan Id
2401
+ """
2402
+ return pulumi.get(self, "plan_id")
2403
+
2404
+ @property
2405
+ @pulumi.getter(name="planName")
2406
+ def plan_name(self) -> str:
2407
+ """
2408
+ Offer Plan Name
2409
+ """
2410
+ return pulumi.get(self, "plan_name")
2411
+
2412
+ @property
2413
+ @pulumi.getter(name="publisherId")
2414
+ def publisher_id(self) -> str:
2415
+ """
2416
+ Publisher Id
2417
+ """
2418
+ return pulumi.get(self, "publisher_id")
2419
+
2420
+ @property
2421
+ @pulumi.getter
2422
+ def status(self) -> str:
2423
+ """
2424
+ SaaS Offer Status
2425
+ """
2426
+ return pulumi.get(self, "status")
2427
+
2428
+ @property
2429
+ @pulumi.getter(name="termUnit")
2430
+ def term_unit(self) -> str:
2431
+ """
2432
+ Offer Plan Term unit
2433
+ """
2434
+ return pulumi.get(self, "term_unit")
2435
+
2436
+
2437
+ @pulumi.output_type
2438
+ class RegionRecordResponse(dict):
2439
+ """
2440
+ Details of region record
2441
+ """
2442
+ def __init__(__self__, *,
2443
+ id: Optional[str] = None,
2444
+ kind: Optional[str] = None,
2445
+ metadata: Optional['outputs.SCMetadataEntityResponse'] = None,
2446
+ spec: Optional['outputs.RegionSpecEntityResponse'] = None):
2447
+ """
2448
+ Details of region record
2449
+ :param str id: Id of the cluster
2450
+ :param str kind: Kind of the cluster
2451
+ :param 'SCMetadataEntityResponse' metadata: Metadata of the record
2452
+ :param 'RegionSpecEntityResponse' spec: Specification of the region
2453
+ """
2454
+ if id is not None:
2455
+ pulumi.set(__self__, "id", id)
2456
+ if kind is not None:
2457
+ pulumi.set(__self__, "kind", kind)
2458
+ if metadata is not None:
2459
+ pulumi.set(__self__, "metadata", metadata)
2460
+ if spec is not None:
2461
+ pulumi.set(__self__, "spec", spec)
2462
+
2463
+ @property
2464
+ @pulumi.getter
2465
+ def id(self) -> Optional[str]:
2466
+ """
2467
+ Id of the cluster
2468
+ """
2469
+ return pulumi.get(self, "id")
2470
+
2471
+ @property
2472
+ @pulumi.getter
2473
+ def kind(self) -> Optional[str]:
2474
+ """
2475
+ Kind of the cluster
2476
+ """
2477
+ return pulumi.get(self, "kind")
2478
+
2479
+ @property
2480
+ @pulumi.getter
2481
+ def metadata(self) -> Optional['outputs.SCMetadataEntityResponse']:
2482
+ """
2483
+ Metadata of the record
2484
+ """
2485
+ return pulumi.get(self, "metadata")
2486
+
2487
+ @property
2488
+ @pulumi.getter
2489
+ def spec(self) -> Optional['outputs.RegionSpecEntityResponse']:
2490
+ """
2491
+ Specification of the region
2492
+ """
2493
+ return pulumi.get(self, "spec")
2494
+
2495
+
2496
+ @pulumi.output_type
2497
+ class RegionSpecEntityResponse(dict):
2498
+ """
2499
+ Region spec details
2500
+ """
2501
+ def __init__(__self__, *,
2502
+ cloud: Optional[str] = None,
2503
+ name: Optional[str] = None,
2504
+ packages: Optional[Sequence[str]] = None,
2505
+ region_name: Optional[str] = None):
2506
+ """
2507
+ Region spec details
2508
+ :param str cloud: Cloud provider name
2509
+ :param str name: Display Name of the region
2510
+ :param str region_name: Region name
2511
+ """
2512
+ if cloud is not None:
2513
+ pulumi.set(__self__, "cloud", cloud)
2514
+ if name is not None:
2515
+ pulumi.set(__self__, "name", name)
2516
+ if packages is not None:
2517
+ pulumi.set(__self__, "packages", packages)
2518
+ if region_name is not None:
2519
+ pulumi.set(__self__, "region_name", region_name)
2520
+
2521
+ @property
2522
+ @pulumi.getter
2523
+ def cloud(self) -> Optional[str]:
2524
+ """
2525
+ Cloud provider name
2526
+ """
2527
+ return pulumi.get(self, "cloud")
2528
+
2529
+ @property
2530
+ @pulumi.getter
2531
+ def name(self) -> Optional[str]:
2532
+ """
2533
+ Display Name of the region
2534
+ """
2535
+ return pulumi.get(self, "name")
2536
+
2537
+ @property
2538
+ @pulumi.getter
2539
+ def packages(self) -> Optional[Sequence[str]]:
2540
+ return pulumi.get(self, "packages")
2541
+
2542
+ @property
2543
+ @pulumi.getter(name="regionName")
2544
+ def region_name(self) -> Optional[str]:
2545
+ """
2546
+ Region name
2547
+ """
2548
+ return pulumi.get(self, "region_name")
2549
+
2550
+
2551
+ @pulumi.output_type
2552
+ class RoleBindingRecordResponse(dict):
2553
+ """
2554
+ Record of the environment
2555
+ """
2556
+ def __init__(__self__, *,
2557
+ crn_pattern: Optional[str] = None,
2558
+ id: Optional[str] = None,
2559
+ kind: Optional[str] = None,
2560
+ metadata: Optional['outputs.MetadataEntityResponse'] = None,
2561
+ principal: Optional[str] = None,
2562
+ role_name: Optional[str] = None):
2563
+ """
2564
+ Record of the environment
2565
+ :param str crn_pattern: A CRN that specifies the scope and resource patterns necessary for the role to bind
2566
+ :param str id: Id of the role
2567
+ :param str kind: The type of the resource.
2568
+ :param 'MetadataEntityResponse' metadata: Metadata of the record
2569
+ :param str principal: The principal User or Group to bind the role to
2570
+ :param str role_name: The name of the role to bind to the principal
2571
+ """
2572
+ if crn_pattern is not None:
2573
+ pulumi.set(__self__, "crn_pattern", crn_pattern)
2574
+ if id is not None:
2575
+ pulumi.set(__self__, "id", id)
2576
+ if kind is not None:
2577
+ pulumi.set(__self__, "kind", kind)
2578
+ if metadata is not None:
2579
+ pulumi.set(__self__, "metadata", metadata)
2580
+ if principal is not None:
2581
+ pulumi.set(__self__, "principal", principal)
2582
+ if role_name is not None:
2583
+ pulumi.set(__self__, "role_name", role_name)
2584
+
2585
+ @property
2586
+ @pulumi.getter(name="crnPattern")
2587
+ def crn_pattern(self) -> Optional[str]:
2588
+ """
2589
+ A CRN that specifies the scope and resource patterns necessary for the role to bind
2590
+ """
2591
+ return pulumi.get(self, "crn_pattern")
2592
+
2593
+ @property
2594
+ @pulumi.getter
2595
+ def id(self) -> Optional[str]:
2596
+ """
2597
+ Id of the role
2598
+ """
2599
+ return pulumi.get(self, "id")
2600
+
2601
+ @property
2602
+ @pulumi.getter
2603
+ def kind(self) -> Optional[str]:
2604
+ """
2605
+ The type of the resource.
2606
+ """
2607
+ return pulumi.get(self, "kind")
2608
+
2609
+ @property
2610
+ @pulumi.getter
2611
+ def metadata(self) -> Optional['outputs.MetadataEntityResponse']:
2612
+ """
2613
+ Metadata of the record
2614
+ """
2615
+ return pulumi.get(self, "metadata")
2616
+
2617
+ @property
2618
+ @pulumi.getter
2619
+ def principal(self) -> Optional[str]:
2620
+ """
2621
+ The principal User or Group to bind the role to
2622
+ """
2623
+ return pulumi.get(self, "principal")
2624
+
2625
+ @property
2626
+ @pulumi.getter(name="roleName")
2627
+ def role_name(self) -> Optional[str]:
2628
+ """
2629
+ The name of the role to bind to the principal
2630
+ """
2631
+ return pulumi.get(self, "role_name")
2632
+
2633
+
2634
+ @pulumi.output_type
2635
+ class SCClusterByokEntityResponse(dict):
2636
+ """
2637
+ The network associated with this object
2638
+ """
2639
+ @staticmethod
2640
+ def __key_warning(key: str):
2641
+ suggest = None
2642
+ if key == "resourceName":
2643
+ suggest = "resource_name"
2644
+
2645
+ if suggest:
2646
+ pulumi.log.warn(f"Key '{key}' not found in SCClusterByokEntityResponse. Access the value via the '{suggest}' property getter instead.")
2647
+
2648
+ def __getitem__(self, key: str) -> Any:
2649
+ SCClusterByokEntityResponse.__key_warning(key)
2650
+ return super().__getitem__(key)
2651
+
2652
+ def get(self, key: str, default = None) -> Any:
2653
+ SCClusterByokEntityResponse.__key_warning(key)
2654
+ return super().get(key, default)
2655
+
2656
+ def __init__(__self__, *,
2657
+ id: Optional[str] = None,
2658
+ related: Optional[str] = None,
2659
+ resource_name: Optional[str] = None):
2660
+ """
2661
+ The network associated with this object
2662
+ :param str id: ID of the referred resource
2663
+ :param str related: API URL for accessing or modifying the referred object
2664
+ :param str resource_name: CRN reference to the referred resource
2665
+ """
2666
+ if id is not None:
2667
+ pulumi.set(__self__, "id", id)
2668
+ if related is not None:
2669
+ pulumi.set(__self__, "related", related)
2670
+ if resource_name is not None:
2671
+ pulumi.set(__self__, "resource_name", resource_name)
2672
+
2673
+ @property
2674
+ @pulumi.getter
2675
+ def id(self) -> Optional[str]:
2676
+ """
2677
+ ID of the referred resource
2678
+ """
2679
+ return pulumi.get(self, "id")
2680
+
2681
+ @property
2682
+ @pulumi.getter
2683
+ def related(self) -> Optional[str]:
2684
+ """
2685
+ API URL for accessing or modifying the referred object
2686
+ """
2687
+ return pulumi.get(self, "related")
2688
+
2689
+ @property
2690
+ @pulumi.getter(name="resourceName")
2691
+ def resource_name(self) -> Optional[str]:
2692
+ """
2693
+ CRN reference to the referred resource
2694
+ """
2695
+ return pulumi.get(self, "resource_name")
2696
+
2697
+
2698
+ @pulumi.output_type
2699
+ class SCClusterNetworkEnvironmentEntityResponse(dict):
2700
+ """
2701
+ The environment or the network to which cluster belongs
2702
+ """
2703
+ @staticmethod
2704
+ def __key_warning(key: str):
2705
+ suggest = None
2706
+ if key == "resourceName":
2707
+ suggest = "resource_name"
2708
+
2709
+ if suggest:
2710
+ pulumi.log.warn(f"Key '{key}' not found in SCClusterNetworkEnvironmentEntityResponse. Access the value via the '{suggest}' property getter instead.")
2711
+
2712
+ def __getitem__(self, key: str) -> Any:
2713
+ SCClusterNetworkEnvironmentEntityResponse.__key_warning(key)
2714
+ return super().__getitem__(key)
2715
+
2716
+ def get(self, key: str, default = None) -> Any:
2717
+ SCClusterNetworkEnvironmentEntityResponse.__key_warning(key)
2718
+ return super().get(key, default)
2719
+
2720
+ def __init__(__self__, *,
2721
+ environment: Optional[str] = None,
2722
+ id: Optional[str] = None,
2723
+ related: Optional[str] = None,
2724
+ resource_name: Optional[str] = None):
2725
+ """
2726
+ The environment or the network to which cluster belongs
2727
+ :param str environment: Environment of the referred resource
2728
+ :param str id: ID of the referred resource
2729
+ :param str related: API URL for accessing or modifying the referred object
2730
+ :param str resource_name: CRN reference to the referred resource
2731
+ """
2732
+ if environment is not None:
2733
+ pulumi.set(__self__, "environment", environment)
2734
+ if id is not None:
2735
+ pulumi.set(__self__, "id", id)
2736
+ if related is not None:
2737
+ pulumi.set(__self__, "related", related)
2738
+ if resource_name is not None:
2739
+ pulumi.set(__self__, "resource_name", resource_name)
2740
+
2741
+ @property
2742
+ @pulumi.getter
2743
+ def environment(self) -> Optional[str]:
2744
+ """
2745
+ Environment of the referred resource
2746
+ """
2747
+ return pulumi.get(self, "environment")
2748
+
2749
+ @property
2750
+ @pulumi.getter
2751
+ def id(self) -> Optional[str]:
2752
+ """
2753
+ ID of the referred resource
2754
+ """
2755
+ return pulumi.get(self, "id")
2756
+
2757
+ @property
2758
+ @pulumi.getter
2759
+ def related(self) -> Optional[str]:
2760
+ """
2761
+ API URL for accessing or modifying the referred object
2762
+ """
2763
+ return pulumi.get(self, "related")
2764
+
2765
+ @property
2766
+ @pulumi.getter(name="resourceName")
2767
+ def resource_name(self) -> Optional[str]:
2768
+ """
2769
+ CRN reference to the referred resource
2770
+ """
2771
+ return pulumi.get(self, "resource_name")
2772
+
2773
+
2774
+ @pulumi.output_type
2775
+ class SCClusterSpecEntityResponse(dict):
2776
+ """
2777
+ Spec of the cluster record
2778
+ """
2779
+ @staticmethod
2780
+ def __key_warning(key: str):
2781
+ suggest = None
2782
+ if key == "apiEndpoint":
2783
+ suggest = "api_endpoint"
2784
+ elif key == "httpEndpoint":
2785
+ suggest = "http_endpoint"
2786
+ elif key == "kafkaBootstrapEndpoint":
2787
+ suggest = "kafka_bootstrap_endpoint"
2788
+
2789
+ if suggest:
2790
+ pulumi.log.warn(f"Key '{key}' not found in SCClusterSpecEntityResponse. Access the value via the '{suggest}' property getter instead.")
2791
+
2792
+ def __getitem__(self, key: str) -> Any:
2793
+ SCClusterSpecEntityResponse.__key_warning(key)
2794
+ return super().__getitem__(key)
2795
+
2796
+ def get(self, key: str, default = None) -> Any:
2797
+ SCClusterSpecEntityResponse.__key_warning(key)
2798
+ return super().get(key, default)
2799
+
2800
+ def __init__(__self__, *,
2801
+ api_endpoint: Optional[str] = None,
2802
+ availability: Optional[str] = None,
2803
+ byok: Optional['outputs.SCClusterByokEntityResponse'] = None,
2804
+ cloud: Optional[str] = None,
2805
+ config: Optional['outputs.ClusterConfigEntityResponse'] = None,
2806
+ environment: Optional['outputs.SCClusterNetworkEnvironmentEntityResponse'] = None,
2807
+ http_endpoint: Optional[str] = None,
2808
+ kafka_bootstrap_endpoint: Optional[str] = None,
2809
+ name: Optional[str] = None,
2810
+ network: Optional['outputs.SCClusterNetworkEnvironmentEntityResponse'] = None,
2811
+ package: Optional[str] = None,
2812
+ region: Optional[str] = None,
2813
+ zone: Optional[str] = None):
2814
+ """
2815
+ Spec of the cluster record
2816
+ :param str api_endpoint: The Kafka API cluster endpoint
2817
+ :param str availability: The availability zone configuration of the cluster
2818
+ :param 'SCClusterByokEntityResponse' byok: Specification of the cluster byok
2819
+ :param str cloud: The cloud service provider
2820
+ :param 'ClusterConfigEntityResponse' config: Specification of the cluster configuration
2821
+ :param 'SCClusterNetworkEnvironmentEntityResponse' environment: Specification of the cluster environment
2822
+ :param str http_endpoint: The cluster HTTP request URL.
2823
+ :param str kafka_bootstrap_endpoint: The bootstrap endpoint used by Kafka clients to connect to the cluster
2824
+ :param str name: The name of the cluster
2825
+ :param 'SCClusterNetworkEnvironmentEntityResponse' network: Specification of the cluster network
2826
+ :param str package: Stream governance configuration
2827
+ :param str region: The cloud service provider region
2828
+ :param str zone: type of zone availability
2829
+ """
2830
+ if api_endpoint is not None:
2831
+ pulumi.set(__self__, "api_endpoint", api_endpoint)
2832
+ if availability is not None:
2833
+ pulumi.set(__self__, "availability", availability)
2834
+ if byok is not None:
2835
+ pulumi.set(__self__, "byok", byok)
2836
+ if cloud is not None:
2837
+ pulumi.set(__self__, "cloud", cloud)
2838
+ if config is not None:
2839
+ pulumi.set(__self__, "config", config)
2840
+ if environment is not None:
2841
+ pulumi.set(__self__, "environment", environment)
2842
+ if http_endpoint is not None:
2843
+ pulumi.set(__self__, "http_endpoint", http_endpoint)
2844
+ if kafka_bootstrap_endpoint is not None:
2845
+ pulumi.set(__self__, "kafka_bootstrap_endpoint", kafka_bootstrap_endpoint)
2846
+ if name is not None:
2847
+ pulumi.set(__self__, "name", name)
2848
+ if network is not None:
2849
+ pulumi.set(__self__, "network", network)
2850
+ if package is not None:
2851
+ pulumi.set(__self__, "package", package)
2852
+ if region is not None:
2853
+ pulumi.set(__self__, "region", region)
2854
+ if zone is not None:
2855
+ pulumi.set(__self__, "zone", zone)
943
2856
 
944
2857
  @property
945
- @pulumi.getter
946
- def kind(self) -> Optional[str]:
2858
+ @pulumi.getter(name="apiEndpoint")
2859
+ def api_endpoint(self) -> Optional[str]:
947
2860
  """
948
- Kind of the cluster
2861
+ The Kafka API cluster endpoint
949
2862
  """
950
- return pulumi.get(self, "kind")
2863
+ return pulumi.get(self, "api_endpoint")
951
2864
 
952
2865
  @property
953
2866
  @pulumi.getter
954
- def metadata(self) -> Optional['outputs.SCMetadataEntityResponse']:
2867
+ def availability(self) -> Optional[str]:
955
2868
  """
956
- Metadata of the record
2869
+ The availability zone configuration of the cluster
957
2870
  """
958
- return pulumi.get(self, "metadata")
2871
+ return pulumi.get(self, "availability")
959
2872
 
960
2873
  @property
961
2874
  @pulumi.getter
962
- def spec(self) -> Optional['outputs.RegionSpecEntityResponse']:
963
- """
964
- Specification of the region
965
- """
966
- return pulumi.get(self, "spec")
967
-
968
-
969
- @pulumi.output_type
970
- class RegionSpecEntityResponse(dict):
971
- """
972
- Region spec details
973
- """
974
- def __init__(__self__, *,
975
- cloud: Optional[str] = None,
976
- name: Optional[str] = None,
977
- packages: Optional[Sequence[str]] = None,
978
- region_name: Optional[str] = None):
2875
+ def byok(self) -> Optional['outputs.SCClusterByokEntityResponse']:
979
2876
  """
980
- Region spec details
981
- :param str cloud: Cloud provider name
982
- :param str name: Display Name of the region
983
- :param str region_name: Region name
2877
+ Specification of the cluster byok
984
2878
  """
985
- if cloud is not None:
986
- pulumi.set(__self__, "cloud", cloud)
987
- if name is not None:
988
- pulumi.set(__self__, "name", name)
989
- if packages is not None:
990
- pulumi.set(__self__, "packages", packages)
991
- if region_name is not None:
992
- pulumi.set(__self__, "region_name", region_name)
2879
+ return pulumi.get(self, "byok")
993
2880
 
994
2881
  @property
995
2882
  @pulumi.getter
996
2883
  def cloud(self) -> Optional[str]:
997
2884
  """
998
- Cloud provider name
2885
+ The cloud service provider
999
2886
  """
1000
2887
  return pulumi.get(self, "cloud")
1001
2888
 
1002
2889
  @property
1003
2890
  @pulumi.getter
1004
- def name(self) -> Optional[str]:
2891
+ def config(self) -> Optional['outputs.ClusterConfigEntityResponse']:
1005
2892
  """
1006
- Display Name of the region
2893
+ Specification of the cluster configuration
1007
2894
  """
1008
- return pulumi.get(self, "name")
2895
+ return pulumi.get(self, "config")
1009
2896
 
1010
2897
  @property
1011
2898
  @pulumi.getter
1012
- def packages(self) -> Optional[Sequence[str]]:
1013
- return pulumi.get(self, "packages")
1014
-
1015
- @property
1016
- @pulumi.getter(name="regionName")
1017
- def region_name(self) -> Optional[str]:
2899
+ def environment(self) -> Optional['outputs.SCClusterNetworkEnvironmentEntityResponse']:
1018
2900
  """
1019
- Region name
2901
+ Specification of the cluster environment
1020
2902
  """
1021
- return pulumi.get(self, "region_name")
1022
-
2903
+ return pulumi.get(self, "environment")
1023
2904
 
1024
- @pulumi.output_type
1025
- class RoleBindingRecordResponse(dict):
1026
- """
1027
- Record of the environment
1028
- """
1029
- def __init__(__self__, *,
1030
- crn_pattern: Optional[str] = None,
1031
- id: Optional[str] = None,
1032
- kind: Optional[str] = None,
1033
- metadata: Optional['outputs.MetadataEntityResponse'] = None,
1034
- principal: Optional[str] = None,
1035
- role_name: Optional[str] = None):
2905
+ @property
2906
+ @pulumi.getter(name="httpEndpoint")
2907
+ def http_endpoint(self) -> Optional[str]:
1036
2908
  """
1037
- Record of the environment
1038
- :param str crn_pattern: A CRN that specifies the scope and resource patterns necessary for the role to bind
1039
- :param str id: Id of the role
1040
- :param str kind: The type of the resource.
1041
- :param 'MetadataEntityResponse' metadata: Metadata of the record
1042
- :param str principal: The principal User or Group to bind the role to
1043
- :param str role_name: The name of the role to bind to the principal
2909
+ The cluster HTTP request URL.
1044
2910
  """
1045
- if crn_pattern is not None:
1046
- pulumi.set(__self__, "crn_pattern", crn_pattern)
1047
- if id is not None:
1048
- pulumi.set(__self__, "id", id)
1049
- if kind is not None:
1050
- pulumi.set(__self__, "kind", kind)
1051
- if metadata is not None:
1052
- pulumi.set(__self__, "metadata", metadata)
1053
- if principal is not None:
1054
- pulumi.set(__self__, "principal", principal)
1055
- if role_name is not None:
1056
- pulumi.set(__self__, "role_name", role_name)
2911
+ return pulumi.get(self, "http_endpoint")
1057
2912
 
1058
2913
  @property
1059
- @pulumi.getter(name="crnPattern")
1060
- def crn_pattern(self) -> Optional[str]:
2914
+ @pulumi.getter(name="kafkaBootstrapEndpoint")
2915
+ def kafka_bootstrap_endpoint(self) -> Optional[str]:
1061
2916
  """
1062
- A CRN that specifies the scope and resource patterns necessary for the role to bind
2917
+ The bootstrap endpoint used by Kafka clients to connect to the cluster
1063
2918
  """
1064
- return pulumi.get(self, "crn_pattern")
2919
+ return pulumi.get(self, "kafka_bootstrap_endpoint")
1065
2920
 
1066
2921
  @property
1067
2922
  @pulumi.getter
1068
- def id(self) -> Optional[str]:
2923
+ def name(self) -> Optional[str]:
1069
2924
  """
1070
- Id of the role
2925
+ The name of the cluster
1071
2926
  """
1072
- return pulumi.get(self, "id")
2927
+ return pulumi.get(self, "name")
1073
2928
 
1074
2929
  @property
1075
2930
  @pulumi.getter
1076
- def kind(self) -> Optional[str]:
2931
+ def network(self) -> Optional['outputs.SCClusterNetworkEnvironmentEntityResponse']:
1077
2932
  """
1078
- The type of the resource.
2933
+ Specification of the cluster network
1079
2934
  """
1080
- return pulumi.get(self, "kind")
2935
+ return pulumi.get(self, "network")
1081
2936
 
1082
2937
  @property
1083
2938
  @pulumi.getter
1084
- def metadata(self) -> Optional['outputs.MetadataEntityResponse']:
2939
+ def package(self) -> Optional[str]:
1085
2940
  """
1086
- Metadata of the record
2941
+ Stream governance configuration
1087
2942
  """
1088
- return pulumi.get(self, "metadata")
2943
+ return pulumi.get(self, "package")
1089
2944
 
1090
2945
  @property
1091
2946
  @pulumi.getter
1092
- def principal(self) -> Optional[str]:
2947
+ def region(self) -> Optional[str]:
1093
2948
  """
1094
- The principal User or Group to bind the role to
2949
+ The cloud service provider region
1095
2950
  """
1096
- return pulumi.get(self, "principal")
2951
+ return pulumi.get(self, "region")
1097
2952
 
1098
2953
  @property
1099
- @pulumi.getter(name="roleName")
1100
- def role_name(self) -> Optional[str]:
2954
+ @pulumi.getter
2955
+ def zone(self) -> Optional[str]:
1101
2956
  """
1102
- The name of the role to bind to the principal
2957
+ type of zone availability
1103
2958
  """
1104
- return pulumi.get(self, "role_name")
2959
+ return pulumi.get(self, "zone")
1105
2960
 
1106
2961
 
1107
2962
  @pulumi.output_type
@@ -1109,6 +2964,29 @@ class SCMetadataEntityResponse(dict):
1109
2964
  """
1110
2965
  Metadata of the data record
1111
2966
  """
2967
+ @staticmethod
2968
+ def __key_warning(key: str):
2969
+ suggest = None
2970
+ if key == "createdTimestamp":
2971
+ suggest = "created_timestamp"
2972
+ elif key == "deletedTimestamp":
2973
+ suggest = "deleted_timestamp"
2974
+ elif key == "resourceName":
2975
+ suggest = "resource_name"
2976
+ elif key == "updatedTimestamp":
2977
+ suggest = "updated_timestamp"
2978
+
2979
+ if suggest:
2980
+ pulumi.log.warn(f"Key '{key}' not found in SCMetadataEntityResponse. Access the value via the '{suggest}' property getter instead.")
2981
+
2982
+ def __getitem__(self, key: str) -> Any:
2983
+ SCMetadataEntityResponse.__key_warning(key)
2984
+ return super().__getitem__(key)
2985
+
2986
+ def get(self, key: str, default = None) -> Any:
2987
+ SCMetadataEntityResponse.__key_warning(key)
2988
+ return super().get(key, default)
2989
+
1112
2990
  def __init__(__self__, *,
1113
2991
  created_timestamp: Optional[str] = None,
1114
2992
  deleted_timestamp: Optional[str] = None,
@@ -1246,6 +3124,29 @@ class ServiceAccountRecordResponse(dict):
1246
3124
  return pulumi.get(self, "metadata")
1247
3125
 
1248
3126
 
3127
+ @pulumi.output_type
3128
+ class StreamGovernanceConfigResponse(dict):
3129
+ """
3130
+ Stream governance configuration
3131
+ """
3132
+ def __init__(__self__, *,
3133
+ package: Optional[str] = None):
3134
+ """
3135
+ Stream governance configuration
3136
+ :param str package: Stream governance configuration
3137
+ """
3138
+ if package is not None:
3139
+ pulumi.set(__self__, "package", package)
3140
+
3141
+ @property
3142
+ @pulumi.getter
3143
+ def package(self) -> Optional[str]:
3144
+ """
3145
+ Stream governance configuration
3146
+ """
3147
+ return pulumi.get(self, "package")
3148
+
3149
+
1249
3150
  @pulumi.output_type
1250
3151
  class SystemDataResponse(dict):
1251
3152
  """
@@ -1356,6 +3257,116 @@ class SystemDataResponse(dict):
1356
3257
  return pulumi.get(self, "last_modified_by_type")
1357
3258
 
1358
3259
 
3260
+ @pulumi.output_type
3261
+ class TopicMetadataEntityResponse(dict):
3262
+ """
3263
+ Metadata of the data record
3264
+ """
3265
+ @staticmethod
3266
+ def __key_warning(key: str):
3267
+ suggest = None
3268
+ if key == "resourceName":
3269
+ suggest = "resource_name"
3270
+
3271
+ if suggest:
3272
+ pulumi.log.warn(f"Key '{key}' not found in TopicMetadataEntityResponse. Access the value via the '{suggest}' property getter instead.")
3273
+
3274
+ def __getitem__(self, key: str) -> Any:
3275
+ TopicMetadataEntityResponse.__key_warning(key)
3276
+ return super().__getitem__(key)
3277
+
3278
+ def get(self, key: str, default = None) -> Any:
3279
+ TopicMetadataEntityResponse.__key_warning(key)
3280
+ return super().get(key, default)
3281
+
3282
+ def __init__(__self__, *,
3283
+ resource_name: Optional[str] = None,
3284
+ self: Optional[str] = None):
3285
+ """
3286
+ Metadata of the data record
3287
+ :param str resource_name: Resource name of the record
3288
+ :param str self: Self lookup url
3289
+ """
3290
+ if resource_name is not None:
3291
+ pulumi.set(__self__, "resource_name", resource_name)
3292
+ if self is not None:
3293
+ pulumi.set(__self__, "self", self)
3294
+
3295
+ @property
3296
+ @pulumi.getter(name="resourceName")
3297
+ def resource_name(self) -> Optional[str]:
3298
+ """
3299
+ Resource name of the record
3300
+ """
3301
+ return pulumi.get(self, "resource_name")
3302
+
3303
+ @property
3304
+ @pulumi.getter
3305
+ def self(self) -> Optional[str]:
3306
+ """
3307
+ Self lookup url
3308
+ """
3309
+ return pulumi.get(self, "self")
3310
+
3311
+
3312
+ @pulumi.output_type
3313
+ class TopicsInputConfigResponse(dict):
3314
+ """
3315
+ Topics input config
3316
+ """
3317
+ def __init__(__self__, *,
3318
+ name: Optional[str] = None,
3319
+ value: Optional[str] = None):
3320
+ """
3321
+ Topics input config
3322
+ :param str name: Name of the topic input config
3323
+ :param str value: Value of the topic input config
3324
+ """
3325
+ if name is not None:
3326
+ pulumi.set(__self__, "name", name)
3327
+ if value is not None:
3328
+ pulumi.set(__self__, "value", value)
3329
+
3330
+ @property
3331
+ @pulumi.getter
3332
+ def name(self) -> Optional[str]:
3333
+ """
3334
+ Name of the topic input config
3335
+ """
3336
+ return pulumi.get(self, "name")
3337
+
3338
+ @property
3339
+ @pulumi.getter
3340
+ def value(self) -> Optional[str]:
3341
+ """
3342
+ Value of the topic input config
3343
+ """
3344
+ return pulumi.get(self, "value")
3345
+
3346
+
3347
+ @pulumi.output_type
3348
+ class TopicsRelatedLinkResponse(dict):
3349
+ """
3350
+ Partition Config spec of the topic record
3351
+ """
3352
+ def __init__(__self__, *,
3353
+ related: Optional[str] = None):
3354
+ """
3355
+ Partition Config spec of the topic record
3356
+ :param str related: Relationship of the topic
3357
+ """
3358
+ if related is not None:
3359
+ pulumi.set(__self__, "related", related)
3360
+
3361
+ @property
3362
+ @pulumi.getter
3363
+ def related(self) -> Optional[str]:
3364
+ """
3365
+ Relationship of the topic
3366
+ """
3367
+ return pulumi.get(self, "related")
3368
+
3369
+
1359
3370
  @pulumi.output_type
1360
3371
  class UserDetailResponse(dict):
1361
3372
  """