pulumi-azure-native 2.79.0a1734639794__py3-none-any.whl → 2.80.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (172) hide show
  1. pulumi_azure_native/__init__.py +58 -0
  2. pulumi_azure_native/azurefleet/_enums.py +2 -2
  3. pulumi_azure_native/azurefleet/_inputs.py +71 -71
  4. pulumi_azure_native/azurefleet/outputs.py +42 -42
  5. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +2 -2
  6. pulumi_azure_native/azurefleet/v20231101preview/_inputs.py +71 -71
  7. pulumi_azure_native/azurefleet/v20231101preview/outputs.py +42 -42
  8. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +2 -2
  9. pulumi_azure_native/azurefleet/v20240501preview/_inputs.py +71 -71
  10. pulumi_azure_native/azurefleet/v20240501preview/outputs.py +42 -42
  11. pulumi_azure_native/azurefleet/v20241101/_enums.py +2 -2
  12. pulumi_azure_native/azurefleet/v20241101/_inputs.py +71 -71
  13. pulumi_azure_native/azurefleet/v20241101/outputs.py +42 -42
  14. pulumi_azure_native/azurestackhci/v20240201preview/_inputs.py +3 -3
  15. pulumi_azure_native/azurestackhci/v20240201preview/outputs.py +2 -2
  16. pulumi_azure_native/azurestackhci/v20240501preview/_inputs.py +3 -3
  17. pulumi_azure_native/azurestackhci/v20240501preview/outputs.py +2 -2
  18. pulumi_azure_native/azurestackhci/v20240801preview/_inputs.py +3 -3
  19. pulumi_azure_native/azurestackhci/v20240801preview/outputs.py +2 -2
  20. pulumi_azure_native/compute/__init__.py +3 -0
  21. pulumi_azure_native/compute/cloud_service.py +5 -1
  22. pulumi_azure_native/compute/get_cloud_service.py +4 -0
  23. pulumi_azure_native/compute/v20220904/cloud_service.py +1 -1
  24. pulumi_azure_native/compute/v20241104/__init__.py +12 -0
  25. pulumi_azure_native/compute/v20241104/_enums.py +31 -0
  26. pulumi_azure_native/compute/v20241104/_inputs.py +1324 -0
  27. pulumi_azure_native/compute/v20241104/cloud_service.py +287 -0
  28. pulumi_azure_native/compute/v20241104/get_cloud_service.py +185 -0
  29. pulumi_azure_native/compute/v20241104/outputs.py +1082 -0
  30. pulumi_azure_native/confluent/__init__.py +3 -0
  31. pulumi_azure_native/confluent/get_organization.py +2 -2
  32. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  33. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  34. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  35. pulumi_azure_native/confluent/list_access_role_binding_name.py +4 -0
  36. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  37. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  38. pulumi_azure_native/confluent/list_access_users.py +2 -2
  39. pulumi_azure_native/confluent/list_organization_regions.py +4 -0
  40. pulumi_azure_native/confluent/organization.py +3 -3
  41. pulumi_azure_native/confluent/v20200301preview/organization.py +1 -1
  42. pulumi_azure_native/confluent/v20211201/organization.py +1 -1
  43. pulumi_azure_native/confluent/v20230822/organization.py +1 -1
  44. pulumi_azure_native/confluent/v20240213/organization.py +1 -1
  45. pulumi_azure_native/confluent/v20240701/__init__.py +28 -0
  46. pulumi_azure_native/confluent/v20240701/_enums.py +108 -0
  47. pulumi_azure_native/confluent/v20240701/_inputs.py +3187 -0
  48. pulumi_azure_native/confluent/v20240701/connector.py +319 -0
  49. pulumi_azure_native/confluent/v20240701/get_connector.py +189 -0
  50. pulumi_azure_native/confluent/v20240701/get_organization.py +241 -0
  51. pulumi_azure_native/confluent/v20240701/get_organization_cluster_by_id.py +183 -0
  52. pulumi_azure_native/confluent/v20240701/get_organization_environment_by_id.py +163 -0
  53. pulumi_azure_native/confluent/v20240701/get_topic.py +259 -0
  54. pulumi_azure_native/confluent/v20240701/list_access_clusters.py +121 -0
  55. pulumi_azure_native/confluent/v20240701/list_access_environments.py +121 -0
  56. pulumi_azure_native/confluent/v20240701/list_access_invitations.py +121 -0
  57. pulumi_azure_native/confluent/v20240701/list_access_role_binding_name.py +121 -0
  58. pulumi_azure_native/confluent/v20240701/list_access_role_bindings.py +121 -0
  59. pulumi_azure_native/confluent/v20240701/list_access_service_accounts.py +121 -0
  60. pulumi_azure_native/confluent/v20240701/list_access_users.py +121 -0
  61. pulumi_azure_native/confluent/v20240701/list_organization_regions.py +93 -0
  62. pulumi_azure_native/confluent/v20240701/organization.py +349 -0
  63. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +375 -0
  64. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +325 -0
  65. pulumi_azure_native/confluent/v20240701/outputs.py +3590 -0
  66. pulumi_azure_native/confluent/v20240701/topic.py +482 -0
  67. pulumi_azure_native/datadog/__init__.py +7 -0
  68. pulumi_azure_native/datadog/get_billing_info.py +103 -0
  69. pulumi_azure_native/datadog/get_monitor.py +2 -2
  70. pulumi_azure_native/datadog/get_monitor_default_key.py +2 -2
  71. pulumi_azure_native/datadog/get_monitored_subscription.py +4 -0
  72. pulumi_azure_native/datadog/list_monitor_api_keys.py +2 -2
  73. pulumi_azure_native/datadog/list_monitor_hosts.py +2 -2
  74. pulumi_azure_native/datadog/list_monitor_linked_resources.py +2 -2
  75. pulumi_azure_native/datadog/list_monitor_monitored_resources.py +2 -2
  76. pulumi_azure_native/datadog/monitor.py +3 -3
  77. pulumi_azure_native/datadog/monitored_subscription.py +5 -1
  78. pulumi_azure_native/datadog/outputs.py +120 -0
  79. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  80. pulumi_azure_native/datadog/v20220801/monitor.py +1 -1
  81. pulumi_azure_native/datadog/v20230101/_inputs.py +3 -3
  82. pulumi_azure_native/datadog/v20230101/monitor.py +1 -1
  83. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +1 -1
  84. pulumi_azure_native/datadog/v20230101/outputs.py +2 -2
  85. pulumi_azure_native/datadog/v20230707/__init__.py +19 -0
  86. pulumi_azure_native/datadog/v20230707/_enums.py +58 -0
  87. pulumi_azure_native/datadog/v20230707/_inputs.py +911 -0
  88. pulumi_azure_native/datadog/v20230707/get_monitor.py +182 -0
  89. pulumi_azure_native/datadog/v20230707/get_monitor_default_key.py +123 -0
  90. pulumi_azure_native/datadog/v20230707/get_monitored_subscription.py +135 -0
  91. pulumi_azure_native/datadog/v20230707/list_monitor_api_keys.py +101 -0
  92. pulumi_azure_native/datadog/v20230707/list_monitor_hosts.py +101 -0
  93. pulumi_azure_native/datadog/v20230707/list_monitor_linked_resources.py +101 -0
  94. pulumi_azure_native/datadog/v20230707/list_monitor_monitored_resources.py +101 -0
  95. pulumi_azure_native/datadog/v20230707/monitor.py +282 -0
  96. pulumi_azure_native/datadog/v20230707/monitored_subscription.py +211 -0
  97. pulumi_azure_native/datadog/v20230707/outputs.py +1125 -0
  98. pulumi_azure_native/datadog/v20231020/__init__.py +20 -0
  99. pulumi_azure_native/datadog/v20231020/_enums.py +58 -0
  100. pulumi_azure_native/datadog/v20231020/_inputs.py +911 -0
  101. pulumi_azure_native/datadog/v20231020/get_billing_info.py +101 -0
  102. pulumi_azure_native/datadog/v20231020/get_monitor.py +182 -0
  103. pulumi_azure_native/datadog/v20231020/get_monitor_default_key.py +123 -0
  104. pulumi_azure_native/datadog/v20231020/get_monitored_subscription.py +135 -0
  105. pulumi_azure_native/datadog/v20231020/list_monitor_api_keys.py +101 -0
  106. pulumi_azure_native/datadog/v20231020/list_monitor_hosts.py +101 -0
  107. pulumi_azure_native/datadog/v20231020/list_monitor_linked_resources.py +101 -0
  108. pulumi_azure_native/datadog/v20231020/list_monitor_monitored_resources.py +101 -0
  109. pulumi_azure_native/datadog/v20231020/monitor.py +282 -0
  110. pulumi_azure_native/datadog/v20231020/monitored_subscription.py +211 -0
  111. pulumi_azure_native/datadog/v20231020/outputs.py +1257 -0
  112. pulumi_azure_native/datafactory/_inputs.py +6 -6
  113. pulumi_azure_native/datafactory/outputs.py +4 -4
  114. pulumi_azure_native/datafactory/v20180601/_inputs.py +6 -6
  115. pulumi_azure_native/datafactory/v20180601/outputs.py +4 -4
  116. pulumi_azure_native/pulumi-plugin.json +1 -1
  117. pulumi_azure_native/quota/__init__.py +3 -0
  118. pulumi_azure_native/quota/get_group_quota.py +2 -2
  119. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  120. pulumi_azure_native/quota/group_quota.py +3 -3
  121. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  122. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  123. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  124. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  125. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  126. pulumi_azure_native/quota/v20241218preview/__init__.py +13 -0
  127. pulumi_azure_native/quota/v20241218preview/_inputs.py +55 -0
  128. pulumi_azure_native/quota/v20241218preview/get_group_quota.py +140 -0
  129. pulumi_azure_native/quota/v20241218preview/get_group_quota_subscription.py +140 -0
  130. pulumi_azure_native/quota/v20241218preview/group_quota.py +191 -0
  131. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +177 -0
  132. pulumi_azure_native/quota/v20241218preview/outputs.py +230 -0
  133. pulumi_azure_native/servicenetworking/__init__.py +3 -0
  134. pulumi_azure_native/servicenetworking/associations_interface.py +3 -3
  135. pulumi_azure_native/servicenetworking/frontends_interface.py +3 -3
  136. pulumi_azure_native/servicenetworking/get_associations_interface.py +2 -2
  137. pulumi_azure_native/servicenetworking/get_frontends_interface.py +2 -2
  138. pulumi_azure_native/servicenetworking/get_security_policies_interface.py +4 -0
  139. pulumi_azure_native/servicenetworking/get_traffic_controller_interface.py +2 -2
  140. pulumi_azure_native/servicenetworking/security_policies_interface.py +5 -1
  141. pulumi_azure_native/servicenetworking/traffic_controller_interface.py +3 -3
  142. pulumi_azure_native/servicenetworking/v20221001preview/associations_interface.py +1 -1
  143. pulumi_azure_native/servicenetworking/v20221001preview/frontends_interface.py +1 -1
  144. pulumi_azure_native/servicenetworking/v20221001preview/traffic_controller_interface.py +1 -1
  145. pulumi_azure_native/servicenetworking/v20230501preview/associations_interface.py +1 -1
  146. pulumi_azure_native/servicenetworking/v20230501preview/frontends_interface.py +1 -1
  147. pulumi_azure_native/servicenetworking/v20230501preview/traffic_controller_interface.py +1 -1
  148. pulumi_azure_native/servicenetworking/v20231101/associations_interface.py +1 -1
  149. pulumi_azure_native/servicenetworking/v20231101/frontends_interface.py +1 -1
  150. pulumi_azure_native/servicenetworking/v20231101/traffic_controller_interface.py +1 -1
  151. pulumi_azure_native/servicenetworking/v20240501preview/associations_interface.py +1 -1
  152. pulumi_azure_native/servicenetworking/v20240501preview/frontends_interface.py +1 -1
  153. pulumi_azure_native/servicenetworking/v20240501preview/security_policies_interface.py +1 -1
  154. pulumi_azure_native/servicenetworking/v20240501preview/traffic_controller_interface.py +1 -1
  155. pulumi_azure_native/servicenetworking/v20250101/__init__.py +18 -0
  156. pulumi_azure_native/servicenetworking/v20250101/_enums.py +19 -0
  157. pulumi_azure_native/servicenetworking/v20250101/_inputs.py +171 -0
  158. pulumi_azure_native/servicenetworking/v20250101/associations_interface.py +319 -0
  159. pulumi_azure_native/servicenetworking/v20250101/frontends_interface.py +268 -0
  160. pulumi_azure_native/servicenetworking/v20250101/get_associations_interface.py +205 -0
  161. pulumi_azure_native/servicenetworking/v20250101/get_frontends_interface.py +191 -0
  162. pulumi_azure_native/servicenetworking/v20250101/get_security_policies_interface.py +205 -0
  163. pulumi_azure_native/servicenetworking/v20250101/get_traffic_controller_interface.py +241 -0
  164. pulumi_azure_native/servicenetworking/v20250101/outputs.py +265 -0
  165. pulumi_azure_native/servicenetworking/v20250101/security_policies_interface.py +298 -0
  166. pulumi_azure_native/servicenetworking/v20250101/traffic_controller_interface.py +307 -0
  167. pulumi_azure_native/workloads/v20240901/_inputs.py +10 -10
  168. pulumi_azure_native/workloads/v20240901/outputs.py +8 -8
  169. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/METADATA +1 -1
  170. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/RECORD +172 -97
  171. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/WHEEL +0 -0
  172. {pulumi_azure_native-2.79.0a1734639794.dist-info → pulumi_azure_native-2.80.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3590 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AzureBlobStorageSinkConnectorServiceInfoResponse',
21
+ 'AzureBlobStorageSourceConnectorServiceInfoResponse',
22
+ 'AzureCosmosDBSinkConnectorServiceInfoResponse',
23
+ 'AzureCosmosDBSourceConnectorServiceInfoResponse',
24
+ 'AzureSynapseAnalyticsSinkConnectorServiceInfoResponse',
25
+ 'ClusterByokEntityResponse',
26
+ 'ClusterConfigEntityResponse',
27
+ 'ClusterEnvironmentEntityResponse',
28
+ 'ClusterNetworkEntityResponse',
29
+ 'ClusterRecordResponse',
30
+ 'ClusterSpecEntityResponse',
31
+ 'ClusterStatusEntityResponse',
32
+ 'ConfluentListMetadataResponse',
33
+ 'ConnectorInfoBaseResponse',
34
+ 'EnvironmentRecordResponse',
35
+ 'InvitationRecordResponse',
36
+ 'KafkaAzureBlobStorageSinkConnectorInfoResponse',
37
+ 'KafkaAzureBlobStorageSourceConnectorInfoResponse',
38
+ 'KafkaAzureCosmosDBSinkConnectorInfoResponse',
39
+ 'KafkaAzureCosmosDBSourceConnectorInfoResponse',
40
+ 'KafkaAzureSynapseAnalyticsSinkConnectorInfoResponse',
41
+ 'MetadataEntityResponse',
42
+ 'OfferDetailResponse',
43
+ 'RegionRecordResponse',
44
+ 'RegionSpecEntityResponse',
45
+ 'RoleBindingRecordResponse',
46
+ 'SCClusterByokEntityResponse',
47
+ 'SCClusterNetworkEnvironmentEntityResponse',
48
+ 'SCClusterSpecEntityResponse',
49
+ 'SCMetadataEntityResponse',
50
+ 'ServiceAccountRecordResponse',
51
+ 'StreamGovernanceConfigResponse',
52
+ 'SystemDataResponse',
53
+ 'TopicMetadataEntityResponse',
54
+ 'TopicsInputConfigResponse',
55
+ 'TopicsRelatedLinkResponse',
56
+ 'UserDetailResponse',
57
+ 'UserRecordResponse',
58
+ ]
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
+
559
+ @pulumi.output_type
560
+ class ClusterByokEntityResponse(dict):
561
+ """
562
+ The network associated with this object
563
+ """
564
+ def __init__(__self__, *,
565
+ id: Optional[str] = None,
566
+ related: Optional[str] = None,
567
+ resource_name: Optional[str] = None):
568
+ """
569
+ The network associated with this object
570
+ :param str id: ID of the referred resource
571
+ :param str related: API URL for accessing or modifying the referred object
572
+ :param str resource_name: CRN reference to the referred resource
573
+ """
574
+ if id is not None:
575
+ pulumi.set(__self__, "id", id)
576
+ if related is not None:
577
+ pulumi.set(__self__, "related", related)
578
+ if resource_name is not None:
579
+ pulumi.set(__self__, "resource_name", resource_name)
580
+
581
+ @property
582
+ @pulumi.getter
583
+ def id(self) -> Optional[str]:
584
+ """
585
+ ID of the referred resource
586
+ """
587
+ return pulumi.get(self, "id")
588
+
589
+ @property
590
+ @pulumi.getter
591
+ def related(self) -> Optional[str]:
592
+ """
593
+ API URL for accessing or modifying the referred object
594
+ """
595
+ return pulumi.get(self, "related")
596
+
597
+ @property
598
+ @pulumi.getter(name="resourceName")
599
+ def resource_name(self) -> Optional[str]:
600
+ """
601
+ CRN reference to the referred resource
602
+ """
603
+ return pulumi.get(self, "resource_name")
604
+
605
+
606
+ @pulumi.output_type
607
+ class ClusterConfigEntityResponse(dict):
608
+ """
609
+ The configuration of the Kafka cluster
610
+ """
611
+ def __init__(__self__, *,
612
+ kind: Optional[str] = None):
613
+ """
614
+ The configuration of the Kafka cluster
615
+ :param str kind: The lifecycle phase of the cluster
616
+ """
617
+ if kind is not None:
618
+ pulumi.set(__self__, "kind", kind)
619
+
620
+ @property
621
+ @pulumi.getter
622
+ def kind(self) -> Optional[str]:
623
+ """
624
+ The lifecycle phase of the cluster
625
+ """
626
+ return pulumi.get(self, "kind")
627
+
628
+
629
+ @pulumi.output_type
630
+ class ClusterEnvironmentEntityResponse(dict):
631
+ """
632
+ The environment to which cluster belongs
633
+ """
634
+ def __init__(__self__, *,
635
+ environment: Optional[str] = None,
636
+ id: Optional[str] = None,
637
+ related: Optional[str] = None,
638
+ resource_name: Optional[str] = None):
639
+ """
640
+ The environment to which cluster belongs
641
+ :param str environment: Environment of the referred resource
642
+ :param str id: ID of the referred resource
643
+ :param str related: API URL for accessing or modifying the referred object
644
+ :param str resource_name: CRN reference to the referred resource
645
+ """
646
+ if environment is not None:
647
+ pulumi.set(__self__, "environment", environment)
648
+ if id is not None:
649
+ pulumi.set(__self__, "id", id)
650
+ if related is not None:
651
+ pulumi.set(__self__, "related", related)
652
+ if resource_name is not None:
653
+ pulumi.set(__self__, "resource_name", resource_name)
654
+
655
+ @property
656
+ @pulumi.getter
657
+ def environment(self) -> Optional[str]:
658
+ """
659
+ Environment of the referred resource
660
+ """
661
+ return pulumi.get(self, "environment")
662
+
663
+ @property
664
+ @pulumi.getter
665
+ def id(self) -> Optional[str]:
666
+ """
667
+ ID of the referred resource
668
+ """
669
+ return pulumi.get(self, "id")
670
+
671
+ @property
672
+ @pulumi.getter
673
+ def related(self) -> Optional[str]:
674
+ """
675
+ API URL for accessing or modifying the referred object
676
+ """
677
+ return pulumi.get(self, "related")
678
+
679
+ @property
680
+ @pulumi.getter(name="resourceName")
681
+ def resource_name(self) -> Optional[str]:
682
+ """
683
+ CRN reference to the referred resource
684
+ """
685
+ return pulumi.get(self, "resource_name")
686
+
687
+
688
+ @pulumi.output_type
689
+ class ClusterNetworkEntityResponse(dict):
690
+ """
691
+ The network associated with this object
692
+ """
693
+ def __init__(__self__, *,
694
+ environment: Optional[str] = None,
695
+ id: Optional[str] = None,
696
+ related: Optional[str] = None,
697
+ resource_name: Optional[str] = None):
698
+ """
699
+ The network associated with this object
700
+ :param str environment: Environment of the referred resource
701
+ :param str id: ID of the referred resource
702
+ :param str related: API URL for accessing or modifying the referred object
703
+ :param str resource_name: CRN reference to the referred resource
704
+ """
705
+ if environment is not None:
706
+ pulumi.set(__self__, "environment", environment)
707
+ if id is not None:
708
+ pulumi.set(__self__, "id", id)
709
+ if related is not None:
710
+ pulumi.set(__self__, "related", related)
711
+ if resource_name is not None:
712
+ pulumi.set(__self__, "resource_name", resource_name)
713
+
714
+ @property
715
+ @pulumi.getter
716
+ def environment(self) -> Optional[str]:
717
+ """
718
+ Environment of the referred resource
719
+ """
720
+ return pulumi.get(self, "environment")
721
+
722
+ @property
723
+ @pulumi.getter
724
+ def id(self) -> Optional[str]:
725
+ """
726
+ ID of the referred resource
727
+ """
728
+ return pulumi.get(self, "id")
729
+
730
+ @property
731
+ @pulumi.getter
732
+ def related(self) -> Optional[str]:
733
+ """
734
+ API URL for accessing or modifying the referred object
735
+ """
736
+ return pulumi.get(self, "related")
737
+
738
+ @property
739
+ @pulumi.getter(name="resourceName")
740
+ def resource_name(self) -> Optional[str]:
741
+ """
742
+ CRN reference to the referred resource
743
+ """
744
+ return pulumi.get(self, "resource_name")
745
+
746
+
747
+ @pulumi.output_type
748
+ class ClusterRecordResponse(dict):
749
+ """
750
+ Details of cluster record
751
+ """
752
+ def __init__(__self__, *,
753
+ display_name: Optional[str] = None,
754
+ id: Optional[str] = None,
755
+ kind: Optional[str] = None,
756
+ metadata: Optional['outputs.MetadataEntityResponse'] = None,
757
+ spec: Optional['outputs.ClusterSpecEntityResponse'] = None,
758
+ status: Optional['outputs.ClusterStatusEntityResponse'] = None):
759
+ """
760
+ Details of cluster record
761
+ :param str display_name: Display name of the cluster
762
+ :param str id: Id of the cluster
763
+ :param str kind: Type of cluster
764
+ :param 'MetadataEntityResponse' metadata: Metadata of the record
765
+ :param 'ClusterSpecEntityResponse' spec: Specification of the cluster
766
+ :param 'ClusterStatusEntityResponse' status: Specification of the cluster
767
+ """
768
+ if display_name is not None:
769
+ pulumi.set(__self__, "display_name", display_name)
770
+ if id is not None:
771
+ pulumi.set(__self__, "id", id)
772
+ if kind is not None:
773
+ pulumi.set(__self__, "kind", kind)
774
+ if metadata is not None:
775
+ pulumi.set(__self__, "metadata", metadata)
776
+ if spec is not None:
777
+ pulumi.set(__self__, "spec", spec)
778
+ if status is not None:
779
+ pulumi.set(__self__, "status", status)
780
+
781
+ @property
782
+ @pulumi.getter(name="displayName")
783
+ def display_name(self) -> Optional[str]:
784
+ """
785
+ Display name of the cluster
786
+ """
787
+ return pulumi.get(self, "display_name")
788
+
789
+ @property
790
+ @pulumi.getter
791
+ def id(self) -> Optional[str]:
792
+ """
793
+ Id of the cluster
794
+ """
795
+ return pulumi.get(self, "id")
796
+
797
+ @property
798
+ @pulumi.getter
799
+ def kind(self) -> Optional[str]:
800
+ """
801
+ Type of cluster
802
+ """
803
+ return pulumi.get(self, "kind")
804
+
805
+ @property
806
+ @pulumi.getter
807
+ def metadata(self) -> Optional['outputs.MetadataEntityResponse']:
808
+ """
809
+ Metadata of the record
810
+ """
811
+ return pulumi.get(self, "metadata")
812
+
813
+ @property
814
+ @pulumi.getter
815
+ def spec(self) -> Optional['outputs.ClusterSpecEntityResponse']:
816
+ """
817
+ Specification of the cluster
818
+ """
819
+ return pulumi.get(self, "spec")
820
+
821
+ @property
822
+ @pulumi.getter
823
+ def status(self) -> Optional['outputs.ClusterStatusEntityResponse']:
824
+ """
825
+ Specification of the cluster
826
+ """
827
+ return pulumi.get(self, "status")
828
+
829
+
830
+ @pulumi.output_type
831
+ class ClusterSpecEntityResponse(dict):
832
+ """
833
+ Spec of the cluster record
834
+ """
835
+ def __init__(__self__, *,
836
+ api_endpoint: Optional[str] = None,
837
+ availability: Optional[str] = None,
838
+ byok: Optional['outputs.ClusterByokEntityResponse'] = None,
839
+ cloud: Optional[str] = None,
840
+ config: Optional['outputs.ClusterConfigEntityResponse'] = None,
841
+ display_name: Optional[str] = None,
842
+ environment: Optional['outputs.ClusterEnvironmentEntityResponse'] = None,
843
+ http_endpoint: Optional[str] = None,
844
+ kafka_bootstrap_endpoint: Optional[str] = None,
845
+ network: Optional['outputs.ClusterNetworkEntityResponse'] = None,
846
+ region: Optional[str] = None,
847
+ zone: Optional[str] = None):
848
+ """
849
+ Spec of the cluster record
850
+ :param str api_endpoint: The Kafka API cluster endpoint
851
+ :param str availability: The availability zone configuration of the cluster
852
+ :param 'ClusterByokEntityResponse' byok: Specification of the cluster
853
+ :param str cloud: The cloud service provider
854
+ :param 'ClusterConfigEntityResponse' config: Specification of the cluster
855
+ :param str display_name: The name of the cluster
856
+ :param 'ClusterEnvironmentEntityResponse' environment: Specification of the cluster
857
+ :param str http_endpoint: The cluster HTTP request URL.
858
+ :param str kafka_bootstrap_endpoint: The bootstrap endpoint used by Kafka clients to connect to the cluster
859
+ :param 'ClusterNetworkEntityResponse' network: Specification of the cluster
860
+ :param str region: The cloud service provider region
861
+ :param str zone: type of zone availability
862
+ """
863
+ if api_endpoint is not None:
864
+ pulumi.set(__self__, "api_endpoint", api_endpoint)
865
+ if availability is not None:
866
+ pulumi.set(__self__, "availability", availability)
867
+ if byok is not None:
868
+ pulumi.set(__self__, "byok", byok)
869
+ if cloud is not None:
870
+ pulumi.set(__self__, "cloud", cloud)
871
+ if config is not None:
872
+ pulumi.set(__self__, "config", config)
873
+ if display_name is not None:
874
+ pulumi.set(__self__, "display_name", display_name)
875
+ if environment is not None:
876
+ pulumi.set(__self__, "environment", environment)
877
+ if http_endpoint is not None:
878
+ pulumi.set(__self__, "http_endpoint", http_endpoint)
879
+ if kafka_bootstrap_endpoint is not None:
880
+ pulumi.set(__self__, "kafka_bootstrap_endpoint", kafka_bootstrap_endpoint)
881
+ if network is not None:
882
+ pulumi.set(__self__, "network", network)
883
+ if region is not None:
884
+ pulumi.set(__self__, "region", region)
885
+ if zone is not None:
886
+ pulumi.set(__self__, "zone", zone)
887
+
888
+ @property
889
+ @pulumi.getter(name="apiEndpoint")
890
+ def api_endpoint(self) -> Optional[str]:
891
+ """
892
+ The Kafka API cluster endpoint
893
+ """
894
+ return pulumi.get(self, "api_endpoint")
895
+
896
+ @property
897
+ @pulumi.getter
898
+ def availability(self) -> Optional[str]:
899
+ """
900
+ The availability zone configuration of the cluster
901
+ """
902
+ return pulumi.get(self, "availability")
903
+
904
+ @property
905
+ @pulumi.getter
906
+ def byok(self) -> Optional['outputs.ClusterByokEntityResponse']:
907
+ """
908
+ Specification of the cluster
909
+ """
910
+ return pulumi.get(self, "byok")
911
+
912
+ @property
913
+ @pulumi.getter
914
+ def cloud(self) -> Optional[str]:
915
+ """
916
+ The cloud service provider
917
+ """
918
+ return pulumi.get(self, "cloud")
919
+
920
+ @property
921
+ @pulumi.getter
922
+ def config(self) -> Optional['outputs.ClusterConfigEntityResponse']:
923
+ """
924
+ Specification of the cluster
925
+ """
926
+ return pulumi.get(self, "config")
927
+
928
+ @property
929
+ @pulumi.getter(name="displayName")
930
+ def display_name(self) -> Optional[str]:
931
+ """
932
+ The name of the cluster
933
+ """
934
+ return pulumi.get(self, "display_name")
935
+
936
+ @property
937
+ @pulumi.getter
938
+ def environment(self) -> Optional['outputs.ClusterEnvironmentEntityResponse']:
939
+ """
940
+ Specification of the cluster
941
+ """
942
+ return pulumi.get(self, "environment")
943
+
944
+ @property
945
+ @pulumi.getter(name="httpEndpoint")
946
+ def http_endpoint(self) -> Optional[str]:
947
+ """
948
+ The cluster HTTP request URL.
949
+ """
950
+ return pulumi.get(self, "http_endpoint")
951
+
952
+ @property
953
+ @pulumi.getter(name="kafkaBootstrapEndpoint")
954
+ def kafka_bootstrap_endpoint(self) -> Optional[str]:
955
+ """
956
+ The bootstrap endpoint used by Kafka clients to connect to the cluster
957
+ """
958
+ return pulumi.get(self, "kafka_bootstrap_endpoint")
959
+
960
+ @property
961
+ @pulumi.getter
962
+ def network(self) -> Optional['outputs.ClusterNetworkEntityResponse']:
963
+ """
964
+ Specification of the cluster
965
+ """
966
+ return pulumi.get(self, "network")
967
+
968
+ @property
969
+ @pulumi.getter
970
+ def region(self) -> Optional[str]:
971
+ """
972
+ The cloud service provider region
973
+ """
974
+ return pulumi.get(self, "region")
975
+
976
+ @property
977
+ @pulumi.getter
978
+ def zone(self) -> Optional[str]:
979
+ """
980
+ type of zone availability
981
+ """
982
+ return pulumi.get(self, "zone")
983
+
984
+
985
+ @pulumi.output_type
986
+ class ClusterStatusEntityResponse(dict):
987
+ """
988
+ Status of the cluster record
989
+ """
990
+ def __init__(__self__, *,
991
+ cku: Optional[int] = None,
992
+ phase: Optional[str] = None):
993
+ """
994
+ Status of the cluster record
995
+ :param int cku: The number of Confluent Kafka Units
996
+ :param str phase: The lifecycle phase of the cluster
997
+ """
998
+ if cku is not None:
999
+ pulumi.set(__self__, "cku", cku)
1000
+ if phase is not None:
1001
+ pulumi.set(__self__, "phase", phase)
1002
+
1003
+ @property
1004
+ @pulumi.getter
1005
+ def cku(self) -> Optional[int]:
1006
+ """
1007
+ The number of Confluent Kafka Units
1008
+ """
1009
+ return pulumi.get(self, "cku")
1010
+
1011
+ @property
1012
+ @pulumi.getter
1013
+ def phase(self) -> Optional[str]:
1014
+ """
1015
+ The lifecycle phase of the cluster
1016
+ """
1017
+ return pulumi.get(self, "phase")
1018
+
1019
+
1020
+ @pulumi.output_type
1021
+ class ConfluentListMetadataResponse(dict):
1022
+ """
1023
+ Metadata of the list
1024
+ """
1025
+ def __init__(__self__, *,
1026
+ first: Optional[str] = None,
1027
+ last: Optional[str] = None,
1028
+ next: Optional[str] = None,
1029
+ prev: Optional[str] = None,
1030
+ total_size: Optional[int] = None):
1031
+ """
1032
+ Metadata of the list
1033
+ :param str first: First page of the list
1034
+ :param str last: Last page of the list
1035
+ :param str next: Next page of the list
1036
+ :param str prev: Previous page of the list
1037
+ :param int total_size: Total size of the list
1038
+ """
1039
+ if first is not None:
1040
+ pulumi.set(__self__, "first", first)
1041
+ if last is not None:
1042
+ pulumi.set(__self__, "last", last)
1043
+ if next is not None:
1044
+ pulumi.set(__self__, "next", next)
1045
+ if prev is not None:
1046
+ pulumi.set(__self__, "prev", prev)
1047
+ if total_size is not None:
1048
+ pulumi.set(__self__, "total_size", total_size)
1049
+
1050
+ @property
1051
+ @pulumi.getter
1052
+ def first(self) -> Optional[str]:
1053
+ """
1054
+ First page of the list
1055
+ """
1056
+ return pulumi.get(self, "first")
1057
+
1058
+ @property
1059
+ @pulumi.getter
1060
+ def last(self) -> Optional[str]:
1061
+ """
1062
+ Last page of the list
1063
+ """
1064
+ return pulumi.get(self, "last")
1065
+
1066
+ @property
1067
+ @pulumi.getter
1068
+ def next(self) -> Optional[str]:
1069
+ """
1070
+ Next page of the list
1071
+ """
1072
+ return pulumi.get(self, "next")
1073
+
1074
+ @property
1075
+ @pulumi.getter
1076
+ def prev(self) -> Optional[str]:
1077
+ """
1078
+ Previous page of the list
1079
+ """
1080
+ return pulumi.get(self, "prev")
1081
+
1082
+ @property
1083
+ @pulumi.getter(name="totalSize")
1084
+ def total_size(self) -> Optional[int]:
1085
+ """
1086
+ Total size of the list
1087
+ """
1088
+ return pulumi.get(self, "total_size")
1089
+
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
+
1187
+ @pulumi.output_type
1188
+ class EnvironmentRecordResponse(dict):
1189
+ """
1190
+ Details about environment name, metadata and environment id of an environment
1191
+ """
1192
+ def __init__(__self__, *,
1193
+ display_name: Optional[str] = None,
1194
+ id: Optional[str] = None,
1195
+ kind: Optional[str] = None,
1196
+ metadata: Optional['outputs.MetadataEntityResponse'] = None):
1197
+ """
1198
+ Details about environment name, metadata and environment id of an environment
1199
+ :param str display_name: Display name of the user
1200
+ :param str id: Id of the environment
1201
+ :param str kind: Type of environment
1202
+ :param 'MetadataEntityResponse' metadata: Metadata of the record
1203
+ """
1204
+ if display_name is not None:
1205
+ pulumi.set(__self__, "display_name", display_name)
1206
+ if id is not None:
1207
+ pulumi.set(__self__, "id", id)
1208
+ if kind is not None:
1209
+ pulumi.set(__self__, "kind", kind)
1210
+ if metadata is not None:
1211
+ pulumi.set(__self__, "metadata", metadata)
1212
+
1213
+ @property
1214
+ @pulumi.getter(name="displayName")
1215
+ def display_name(self) -> Optional[str]:
1216
+ """
1217
+ Display name of the user
1218
+ """
1219
+ return pulumi.get(self, "display_name")
1220
+
1221
+ @property
1222
+ @pulumi.getter
1223
+ def id(self) -> Optional[str]:
1224
+ """
1225
+ Id of the environment
1226
+ """
1227
+ return pulumi.get(self, "id")
1228
+
1229
+ @property
1230
+ @pulumi.getter
1231
+ def kind(self) -> Optional[str]:
1232
+ """
1233
+ Type of environment
1234
+ """
1235
+ return pulumi.get(self, "kind")
1236
+
1237
+ @property
1238
+ @pulumi.getter
1239
+ def metadata(self) -> Optional['outputs.MetadataEntityResponse']:
1240
+ """
1241
+ Metadata of the record
1242
+ """
1243
+ return pulumi.get(self, "metadata")
1244
+
1245
+
1246
+ @pulumi.output_type
1247
+ class InvitationRecordResponse(dict):
1248
+ """
1249
+ Record of the invitation
1250
+ """
1251
+ def __init__(__self__, *,
1252
+ accepted_at: Optional[str] = None,
1253
+ auth_type: Optional[str] = None,
1254
+ email: Optional[str] = None,
1255
+ expires_at: Optional[str] = None,
1256
+ id: Optional[str] = None,
1257
+ kind: Optional[str] = None,
1258
+ metadata: Optional['outputs.MetadataEntityResponse'] = None,
1259
+ status: Optional[str] = None):
1260
+ """
1261
+ Record of the invitation
1262
+ :param str accepted_at: Accepted date time of the invitation
1263
+ :param str auth_type: Auth type of the user
1264
+ :param str email: Email of the user
1265
+ :param str expires_at: Expiration date time of the invitation
1266
+ :param str id: Id of the invitation
1267
+ :param str kind: Type of account
1268
+ :param 'MetadataEntityResponse' metadata: Metadata of the record
1269
+ :param str status: Status of the invitation
1270
+ """
1271
+ if accepted_at is not None:
1272
+ pulumi.set(__self__, "accepted_at", accepted_at)
1273
+ if auth_type is not None:
1274
+ pulumi.set(__self__, "auth_type", auth_type)
1275
+ if email is not None:
1276
+ pulumi.set(__self__, "email", email)
1277
+ if expires_at is not None:
1278
+ pulumi.set(__self__, "expires_at", expires_at)
1279
+ if id is not None:
1280
+ pulumi.set(__self__, "id", id)
1281
+ if kind is not None:
1282
+ pulumi.set(__self__, "kind", kind)
1283
+ if metadata is not None:
1284
+ pulumi.set(__self__, "metadata", metadata)
1285
+ if status is not None:
1286
+ pulumi.set(__self__, "status", status)
1287
+
1288
+ @property
1289
+ @pulumi.getter(name="acceptedAt")
1290
+ def accepted_at(self) -> Optional[str]:
1291
+ """
1292
+ Accepted date time of the invitation
1293
+ """
1294
+ return pulumi.get(self, "accepted_at")
1295
+
1296
+ @property
1297
+ @pulumi.getter(name="authType")
1298
+ def auth_type(self) -> Optional[str]:
1299
+ """
1300
+ Auth type of the user
1301
+ """
1302
+ return pulumi.get(self, "auth_type")
1303
+
1304
+ @property
1305
+ @pulumi.getter
1306
+ def email(self) -> Optional[str]:
1307
+ """
1308
+ Email of the user
1309
+ """
1310
+ return pulumi.get(self, "email")
1311
+
1312
+ @property
1313
+ @pulumi.getter(name="expiresAt")
1314
+ def expires_at(self) -> Optional[str]:
1315
+ """
1316
+ Expiration date time of the invitation
1317
+ """
1318
+ return pulumi.get(self, "expires_at")
1319
+
1320
+ @property
1321
+ @pulumi.getter
1322
+ def id(self) -> Optional[str]:
1323
+ """
1324
+ Id of the invitation
1325
+ """
1326
+ return pulumi.get(self, "id")
1327
+
1328
+ @property
1329
+ @pulumi.getter
1330
+ def kind(self) -> Optional[str]:
1331
+ """
1332
+ Type of account
1333
+ """
1334
+ return pulumi.get(self, "kind")
1335
+
1336
+ @property
1337
+ @pulumi.getter
1338
+ def metadata(self) -> Optional['outputs.MetadataEntityResponse']:
1339
+ """
1340
+ Metadata of the record
1341
+ """
1342
+ return pulumi.get(self, "metadata")
1343
+
1344
+ @property
1345
+ @pulumi.getter
1346
+ def status(self) -> Optional[str]:
1347
+ """
1348
+ Status of the invitation
1349
+ """
1350
+ return pulumi.get(self, "status")
1351
+
1352
+
1353
+ @pulumi.output_type
1354
+ class KafkaAzureBlobStorageSinkConnectorInfoResponse(dict):
1355
+ """
1356
+ The partner connector type is KafkaAzureBlobStorageSink
1357
+ """
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:
1451
+ """
1452
+ Partner Connector type.
1453
+ Expected value is 'KafkaAzureBlobStorageSink'.
1454
+ """
1455
+ return pulumi.get(self, "partner_connector_type")
1456
+
1457
+ @property
1458
+ @pulumi.getter(name="apiKey")
1459
+ def api_key(self) -> Optional[str]:
1460
+ """
1461
+ Kafka API Key
1462
+ """
1463
+ return pulumi.get(self, "api_key")
1464
+
1465
+ @property
1466
+ @pulumi.getter(name="apiSecret")
1467
+ def api_secret(self) -> Optional[str]:
1468
+ """
1469
+ Kafka API Key Secret
1470
+ """
1471
+ return pulumi.get(self, "api_secret")
1472
+
1473
+ @property
1474
+ @pulumi.getter(name="authType")
1475
+ def auth_type(self) -> Optional[str]:
1476
+ """
1477
+ Kafka Auth Type
1478
+ """
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")
1528
+
1529
+ @property
1530
+ @pulumi.getter
1531
+ def topics(self) -> Optional[Sequence[str]]:
1532
+ """
1533
+ Kafka topics list
1534
+ """
1535
+ return pulumi.get(self, "topics")
1536
+
1537
+ @property
1538
+ @pulumi.getter(name="topicsDir")
1539
+ def topics_dir(self) -> Optional[str]:
1540
+ """
1541
+ Kafka topics directory
1542
+ """
1543
+ return pulumi.get(self, "topics_dir")
1544
+
1545
+
1546
+ @pulumi.output_type
1547
+ class KafkaAzureBlobStorageSourceConnectorInfoResponse(dict):
1548
+ """
1549
+ The partner connector type is KafkaAzureBlobStorageSource
1550
+ """
1551
+ @staticmethod
1552
+ def __key_warning(key: str):
1553
+ suggest = None
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"
1574
+
1575
+ if suggest:
1576
+ pulumi.log.warn(f"Key '{key}' not found in KafkaAzureBlobStorageSourceConnectorInfoResponse. Access the value via the '{suggest}' property getter instead.")
1577
+
1578
+ def __getitem__(self, key: str) -> Any:
1579
+ KafkaAzureBlobStorageSourceConnectorInfoResponse.__key_warning(key)
1580
+ return super().__getitem__(key)
1581
+
1582
+ def get(self, key: str, default = None) -> Any:
1583
+ KafkaAzureBlobStorageSourceConnectorInfoResponse.__key_warning(key)
1584
+ return super().get(key, default)
1585
+
1586
+ def __init__(__self__, *,
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:
1634
+ """
1635
+ Partner Connector type.
1636
+ Expected value is 'KafkaAzureBlobStorageSource'.
1637
+ """
1638
+ return pulumi.get(self, "partner_connector_type")
1639
+
1640
+ @property
1641
+ @pulumi.getter(name="apiKey")
1642
+ def api_key(self) -> Optional[str]:
1643
+ """
1644
+ Kafka API Key
1645
+ """
1646
+ return pulumi.get(self, "api_key")
1647
+
1648
+ @property
1649
+ @pulumi.getter(name="apiSecret")
1650
+ def api_secret(self) -> Optional[str]:
1651
+ """
1652
+ Kafka API Secret
1653
+ """
1654
+ return pulumi.get(self, "api_secret")
1655
+
1656
+ @property
1657
+ @pulumi.getter(name="authType")
1658
+ def auth_type(self) -> Optional[str]:
1659
+ """
1660
+ Kafka Auth Type
1661
+ """
1662
+ return pulumi.get(self, "auth_type")
1663
+
1664
+ @property
1665
+ @pulumi.getter(name="inputFormat")
1666
+ def input_format(self) -> Optional[str]:
1667
+ """
1668
+ Kafka Input Data Format Type
1669
+ """
1670
+ return pulumi.get(self, "input_format")
1671
+
1672
+ @property
1673
+ @pulumi.getter(name="maxTasks")
1674
+ def max_tasks(self) -> Optional[str]:
1675
+ """
1676
+ Maximum Tasks
1677
+ """
1678
+ return pulumi.get(self, "max_tasks")
1679
+
1680
+ @property
1681
+ @pulumi.getter(name="outputFormat")
1682
+ def output_format(self) -> Optional[str]:
1683
+ """
1684
+ Kafka Output Data Format Type
1685
+ """
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")
1711
+
1712
+
1713
+ @pulumi.output_type
1714
+ class KafkaAzureCosmosDBSinkConnectorInfoResponse(dict):
1715
+ """
1716
+ The partner connector type is KafkaAzureCosmosDBSink
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
+
1755
+ def __init__(__self__, *,
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:
1811
+ """
1812
+ Partner Connector type.
1813
+ Expected value is 'KafkaAzureCosmosDBSink'.
1814
+ """
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")
1888
+
1889
+ @property
1890
+ @pulumi.getter
1891
+ def topics(self) -> Optional[Sequence[str]]:
1892
+ """
1893
+ Kafka topics list
1894
+ """
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
+ elif key == "privateOfferId":
2354
+ suggest = "private_offer_id"
2355
+ elif key == "privateOfferIds":
2356
+ suggest = "private_offer_ids"
2357
+ elif key == "termId":
2358
+ suggest = "term_id"
2359
+
2360
+ if suggest:
2361
+ pulumi.log.warn(f"Key '{key}' not found in OfferDetailResponse. Access the value via the '{suggest}' property getter instead.")
2362
+
2363
+ def __getitem__(self, key: str) -> Any:
2364
+ OfferDetailResponse.__key_warning(key)
2365
+ return super().__getitem__(key)
2366
+
2367
+ def get(self, key: str, default = None) -> Any:
2368
+ OfferDetailResponse.__key_warning(key)
2369
+ return super().get(key, default)
2370
+
2371
+ def __init__(__self__, *,
2372
+ id: str,
2373
+ plan_id: str,
2374
+ plan_name: str,
2375
+ publisher_id: str,
2376
+ term_unit: str,
2377
+ private_offer_id: Optional[str] = None,
2378
+ private_offer_ids: Optional[Sequence[str]] = None,
2379
+ status: Optional[str] = None,
2380
+ term_id: Optional[str] = None):
2381
+ """
2382
+ Confluent Offer detail
2383
+ :param str id: Offer Id
2384
+ :param str plan_id: Offer Plan Id
2385
+ :param str plan_name: Offer Plan Name
2386
+ :param str publisher_id: Publisher Id
2387
+ :param str term_unit: Offer Plan Term unit
2388
+ :param str private_offer_id: Private Offer Id
2389
+ :param Sequence[str] private_offer_ids: Array of Private Offer Ids
2390
+ :param str status: SaaS Offer Status
2391
+ :param str term_id: Offer Plan Term Id
2392
+ """
2393
+ pulumi.set(__self__, "id", id)
2394
+ pulumi.set(__self__, "plan_id", plan_id)
2395
+ pulumi.set(__self__, "plan_name", plan_name)
2396
+ pulumi.set(__self__, "publisher_id", publisher_id)
2397
+ pulumi.set(__self__, "term_unit", term_unit)
2398
+ if private_offer_id is not None:
2399
+ pulumi.set(__self__, "private_offer_id", private_offer_id)
2400
+ if private_offer_ids is not None:
2401
+ pulumi.set(__self__, "private_offer_ids", private_offer_ids)
2402
+ if status is not None:
2403
+ pulumi.set(__self__, "status", status)
2404
+ if term_id is not None:
2405
+ pulumi.set(__self__, "term_id", term_id)
2406
+
2407
+ @property
2408
+ @pulumi.getter
2409
+ def id(self) -> str:
2410
+ """
2411
+ Offer Id
2412
+ """
2413
+ return pulumi.get(self, "id")
2414
+
2415
+ @property
2416
+ @pulumi.getter(name="planId")
2417
+ def plan_id(self) -> str:
2418
+ """
2419
+ Offer Plan Id
2420
+ """
2421
+ return pulumi.get(self, "plan_id")
2422
+
2423
+ @property
2424
+ @pulumi.getter(name="planName")
2425
+ def plan_name(self) -> str:
2426
+ """
2427
+ Offer Plan Name
2428
+ """
2429
+ return pulumi.get(self, "plan_name")
2430
+
2431
+ @property
2432
+ @pulumi.getter(name="publisherId")
2433
+ def publisher_id(self) -> str:
2434
+ """
2435
+ Publisher Id
2436
+ """
2437
+ return pulumi.get(self, "publisher_id")
2438
+
2439
+ @property
2440
+ @pulumi.getter(name="termUnit")
2441
+ def term_unit(self) -> str:
2442
+ """
2443
+ Offer Plan Term unit
2444
+ """
2445
+ return pulumi.get(self, "term_unit")
2446
+
2447
+ @property
2448
+ @pulumi.getter(name="privateOfferId")
2449
+ def private_offer_id(self) -> Optional[str]:
2450
+ """
2451
+ Private Offer Id
2452
+ """
2453
+ return pulumi.get(self, "private_offer_id")
2454
+
2455
+ @property
2456
+ @pulumi.getter(name="privateOfferIds")
2457
+ def private_offer_ids(self) -> Optional[Sequence[str]]:
2458
+ """
2459
+ Array of Private Offer Ids
2460
+ """
2461
+ return pulumi.get(self, "private_offer_ids")
2462
+
2463
+ @property
2464
+ @pulumi.getter
2465
+ def status(self) -> Optional[str]:
2466
+ """
2467
+ SaaS Offer Status
2468
+ """
2469
+ return pulumi.get(self, "status")
2470
+
2471
+ @property
2472
+ @pulumi.getter(name="termId")
2473
+ def term_id(self) -> Optional[str]:
2474
+ """
2475
+ Offer Plan Term Id
2476
+ """
2477
+ return pulumi.get(self, "term_id")
2478
+
2479
+
2480
+ @pulumi.output_type
2481
+ class RegionRecordResponse(dict):
2482
+ """
2483
+ Details of region record
2484
+ """
2485
+ def __init__(__self__, *,
2486
+ id: Optional[str] = None,
2487
+ kind: Optional[str] = None,
2488
+ metadata: Optional['outputs.SCMetadataEntityResponse'] = None,
2489
+ spec: Optional['outputs.RegionSpecEntityResponse'] = None):
2490
+ """
2491
+ Details of region record
2492
+ :param str id: Id of the cluster
2493
+ :param str kind: Kind of the cluster
2494
+ :param 'SCMetadataEntityResponse' metadata: Metadata of the record
2495
+ :param 'RegionSpecEntityResponse' spec: Specification of the region
2496
+ """
2497
+ if id is not None:
2498
+ pulumi.set(__self__, "id", id)
2499
+ if kind is not None:
2500
+ pulumi.set(__self__, "kind", kind)
2501
+ if metadata is not None:
2502
+ pulumi.set(__self__, "metadata", metadata)
2503
+ if spec is not None:
2504
+ pulumi.set(__self__, "spec", spec)
2505
+
2506
+ @property
2507
+ @pulumi.getter
2508
+ def id(self) -> Optional[str]:
2509
+ """
2510
+ Id of the cluster
2511
+ """
2512
+ return pulumi.get(self, "id")
2513
+
2514
+ @property
2515
+ @pulumi.getter
2516
+ def kind(self) -> Optional[str]:
2517
+ """
2518
+ Kind of the cluster
2519
+ """
2520
+ return pulumi.get(self, "kind")
2521
+
2522
+ @property
2523
+ @pulumi.getter
2524
+ def metadata(self) -> Optional['outputs.SCMetadataEntityResponse']:
2525
+ """
2526
+ Metadata of the record
2527
+ """
2528
+ return pulumi.get(self, "metadata")
2529
+
2530
+ @property
2531
+ @pulumi.getter
2532
+ def spec(self) -> Optional['outputs.RegionSpecEntityResponse']:
2533
+ """
2534
+ Specification of the region
2535
+ """
2536
+ return pulumi.get(self, "spec")
2537
+
2538
+
2539
+ @pulumi.output_type
2540
+ class RegionSpecEntityResponse(dict):
2541
+ """
2542
+ Region spec details
2543
+ """
2544
+ def __init__(__self__, *,
2545
+ cloud: Optional[str] = None,
2546
+ name: Optional[str] = None,
2547
+ packages: Optional[Sequence[str]] = None,
2548
+ region_name: Optional[str] = None):
2549
+ """
2550
+ Region spec details
2551
+ :param str cloud: Cloud provider name
2552
+ :param str name: Display Name of the region
2553
+ :param str region_name: Region name
2554
+ """
2555
+ if cloud is not None:
2556
+ pulumi.set(__self__, "cloud", cloud)
2557
+ if name is not None:
2558
+ pulumi.set(__self__, "name", name)
2559
+ if packages is not None:
2560
+ pulumi.set(__self__, "packages", packages)
2561
+ if region_name is not None:
2562
+ pulumi.set(__self__, "region_name", region_name)
2563
+
2564
+ @property
2565
+ @pulumi.getter
2566
+ def cloud(self) -> Optional[str]:
2567
+ """
2568
+ Cloud provider name
2569
+ """
2570
+ return pulumi.get(self, "cloud")
2571
+
2572
+ @property
2573
+ @pulumi.getter
2574
+ def name(self) -> Optional[str]:
2575
+ """
2576
+ Display Name of the region
2577
+ """
2578
+ return pulumi.get(self, "name")
2579
+
2580
+ @property
2581
+ @pulumi.getter
2582
+ def packages(self) -> Optional[Sequence[str]]:
2583
+ return pulumi.get(self, "packages")
2584
+
2585
+ @property
2586
+ @pulumi.getter(name="regionName")
2587
+ def region_name(self) -> Optional[str]:
2588
+ """
2589
+ Region name
2590
+ """
2591
+ return pulumi.get(self, "region_name")
2592
+
2593
+
2594
+ @pulumi.output_type
2595
+ class RoleBindingRecordResponse(dict):
2596
+ """
2597
+ Details on principal, role name and crn pattern of a role binding
2598
+ """
2599
+ def __init__(__self__, *,
2600
+ crn_pattern: Optional[str] = None,
2601
+ id: Optional[str] = None,
2602
+ kind: Optional[str] = None,
2603
+ metadata: Optional['outputs.MetadataEntityResponse'] = None,
2604
+ principal: Optional[str] = None,
2605
+ role_name: Optional[str] = None):
2606
+ """
2607
+ Details on principal, role name and crn pattern of a role binding
2608
+ :param str crn_pattern: A CRN that specifies the scope and resource patterns necessary for the role to bind
2609
+ :param str id: Id of the role binding
2610
+ :param str kind: The type of the resource.
2611
+ :param 'MetadataEntityResponse' metadata: Metadata of the record
2612
+ :param str principal: The principal User or Group to bind the role to
2613
+ :param str role_name: The name of the role to bind to the principal
2614
+ """
2615
+ if crn_pattern is not None:
2616
+ pulumi.set(__self__, "crn_pattern", crn_pattern)
2617
+ if id is not None:
2618
+ pulumi.set(__self__, "id", id)
2619
+ if kind is not None:
2620
+ pulumi.set(__self__, "kind", kind)
2621
+ if metadata is not None:
2622
+ pulumi.set(__self__, "metadata", metadata)
2623
+ if principal is not None:
2624
+ pulumi.set(__self__, "principal", principal)
2625
+ if role_name is not None:
2626
+ pulumi.set(__self__, "role_name", role_name)
2627
+
2628
+ @property
2629
+ @pulumi.getter(name="crnPattern")
2630
+ def crn_pattern(self) -> Optional[str]:
2631
+ """
2632
+ A CRN that specifies the scope and resource patterns necessary for the role to bind
2633
+ """
2634
+ return pulumi.get(self, "crn_pattern")
2635
+
2636
+ @property
2637
+ @pulumi.getter
2638
+ def id(self) -> Optional[str]:
2639
+ """
2640
+ Id of the role binding
2641
+ """
2642
+ return pulumi.get(self, "id")
2643
+
2644
+ @property
2645
+ @pulumi.getter
2646
+ def kind(self) -> Optional[str]:
2647
+ """
2648
+ The type of the resource.
2649
+ """
2650
+ return pulumi.get(self, "kind")
2651
+
2652
+ @property
2653
+ @pulumi.getter
2654
+ def metadata(self) -> Optional['outputs.MetadataEntityResponse']:
2655
+ """
2656
+ Metadata of the record
2657
+ """
2658
+ return pulumi.get(self, "metadata")
2659
+
2660
+ @property
2661
+ @pulumi.getter
2662
+ def principal(self) -> Optional[str]:
2663
+ """
2664
+ The principal User or Group to bind the role to
2665
+ """
2666
+ return pulumi.get(self, "principal")
2667
+
2668
+ @property
2669
+ @pulumi.getter(name="roleName")
2670
+ def role_name(self) -> Optional[str]:
2671
+ """
2672
+ The name of the role to bind to the principal
2673
+ """
2674
+ return pulumi.get(self, "role_name")
2675
+
2676
+
2677
+ @pulumi.output_type
2678
+ class SCClusterByokEntityResponse(dict):
2679
+ """
2680
+ The network associated with this object
2681
+ """
2682
+ @staticmethod
2683
+ def __key_warning(key: str):
2684
+ suggest = None
2685
+ if key == "resourceName":
2686
+ suggest = "resource_name"
2687
+
2688
+ if suggest:
2689
+ pulumi.log.warn(f"Key '{key}' not found in SCClusterByokEntityResponse. Access the value via the '{suggest}' property getter instead.")
2690
+
2691
+ def __getitem__(self, key: str) -> Any:
2692
+ SCClusterByokEntityResponse.__key_warning(key)
2693
+ return super().__getitem__(key)
2694
+
2695
+ def get(self, key: str, default = None) -> Any:
2696
+ SCClusterByokEntityResponse.__key_warning(key)
2697
+ return super().get(key, default)
2698
+
2699
+ def __init__(__self__, *,
2700
+ id: Optional[str] = None,
2701
+ related: Optional[str] = None,
2702
+ resource_name: Optional[str] = None):
2703
+ """
2704
+ The network associated with this object
2705
+ :param str id: ID of the referred resource
2706
+ :param str related: API URL for accessing or modifying the referred object
2707
+ :param str resource_name: CRN reference to the referred resource
2708
+ """
2709
+ if id is not None:
2710
+ pulumi.set(__self__, "id", id)
2711
+ if related is not None:
2712
+ pulumi.set(__self__, "related", related)
2713
+ if resource_name is not None:
2714
+ pulumi.set(__self__, "resource_name", resource_name)
2715
+
2716
+ @property
2717
+ @pulumi.getter
2718
+ def id(self) -> Optional[str]:
2719
+ """
2720
+ ID of the referred resource
2721
+ """
2722
+ return pulumi.get(self, "id")
2723
+
2724
+ @property
2725
+ @pulumi.getter
2726
+ def related(self) -> Optional[str]:
2727
+ """
2728
+ API URL for accessing or modifying the referred object
2729
+ """
2730
+ return pulumi.get(self, "related")
2731
+
2732
+ @property
2733
+ @pulumi.getter(name="resourceName")
2734
+ def resource_name(self) -> Optional[str]:
2735
+ """
2736
+ CRN reference to the referred resource
2737
+ """
2738
+ return pulumi.get(self, "resource_name")
2739
+
2740
+
2741
+ @pulumi.output_type
2742
+ class SCClusterNetworkEnvironmentEntityResponse(dict):
2743
+ """
2744
+ The environment or the network to which cluster belongs
2745
+ """
2746
+ @staticmethod
2747
+ def __key_warning(key: str):
2748
+ suggest = None
2749
+ if key == "resourceName":
2750
+ suggest = "resource_name"
2751
+
2752
+ if suggest:
2753
+ pulumi.log.warn(f"Key '{key}' not found in SCClusterNetworkEnvironmentEntityResponse. Access the value via the '{suggest}' property getter instead.")
2754
+
2755
+ def __getitem__(self, key: str) -> Any:
2756
+ SCClusterNetworkEnvironmentEntityResponse.__key_warning(key)
2757
+ return super().__getitem__(key)
2758
+
2759
+ def get(self, key: str, default = None) -> Any:
2760
+ SCClusterNetworkEnvironmentEntityResponse.__key_warning(key)
2761
+ return super().get(key, default)
2762
+
2763
+ def __init__(__self__, *,
2764
+ environment: Optional[str] = None,
2765
+ id: Optional[str] = None,
2766
+ related: Optional[str] = None,
2767
+ resource_name: Optional[str] = None):
2768
+ """
2769
+ The environment or the network to which cluster belongs
2770
+ :param str environment: Environment of the referred resource
2771
+ :param str id: ID of the referred resource
2772
+ :param str related: API URL for accessing or modifying the referred object
2773
+ :param str resource_name: CRN reference to the referred resource
2774
+ """
2775
+ if environment is not None:
2776
+ pulumi.set(__self__, "environment", environment)
2777
+ if id is not None:
2778
+ pulumi.set(__self__, "id", id)
2779
+ if related is not None:
2780
+ pulumi.set(__self__, "related", related)
2781
+ if resource_name is not None:
2782
+ pulumi.set(__self__, "resource_name", resource_name)
2783
+
2784
+ @property
2785
+ @pulumi.getter
2786
+ def environment(self) -> Optional[str]:
2787
+ """
2788
+ Environment of the referred resource
2789
+ """
2790
+ return pulumi.get(self, "environment")
2791
+
2792
+ @property
2793
+ @pulumi.getter
2794
+ def id(self) -> Optional[str]:
2795
+ """
2796
+ ID of the referred resource
2797
+ """
2798
+ return pulumi.get(self, "id")
2799
+
2800
+ @property
2801
+ @pulumi.getter
2802
+ def related(self) -> Optional[str]:
2803
+ """
2804
+ API URL for accessing or modifying the referred object
2805
+ """
2806
+ return pulumi.get(self, "related")
2807
+
2808
+ @property
2809
+ @pulumi.getter(name="resourceName")
2810
+ def resource_name(self) -> Optional[str]:
2811
+ """
2812
+ CRN reference to the referred resource
2813
+ """
2814
+ return pulumi.get(self, "resource_name")
2815
+
2816
+
2817
+ @pulumi.output_type
2818
+ class SCClusterSpecEntityResponse(dict):
2819
+ """
2820
+ Spec of the cluster record
2821
+ """
2822
+ @staticmethod
2823
+ def __key_warning(key: str):
2824
+ suggest = None
2825
+ if key == "apiEndpoint":
2826
+ suggest = "api_endpoint"
2827
+ elif key == "httpEndpoint":
2828
+ suggest = "http_endpoint"
2829
+ elif key == "kafkaBootstrapEndpoint":
2830
+ suggest = "kafka_bootstrap_endpoint"
2831
+
2832
+ if suggest:
2833
+ pulumi.log.warn(f"Key '{key}' not found in SCClusterSpecEntityResponse. Access the value via the '{suggest}' property getter instead.")
2834
+
2835
+ def __getitem__(self, key: str) -> Any:
2836
+ SCClusterSpecEntityResponse.__key_warning(key)
2837
+ return super().__getitem__(key)
2838
+
2839
+ def get(self, key: str, default = None) -> Any:
2840
+ SCClusterSpecEntityResponse.__key_warning(key)
2841
+ return super().get(key, default)
2842
+
2843
+ def __init__(__self__, *,
2844
+ api_endpoint: Optional[str] = None,
2845
+ availability: Optional[str] = None,
2846
+ byok: Optional['outputs.SCClusterByokEntityResponse'] = None,
2847
+ cloud: Optional[str] = None,
2848
+ config: Optional['outputs.ClusterConfigEntityResponse'] = None,
2849
+ environment: Optional['outputs.SCClusterNetworkEnvironmentEntityResponse'] = None,
2850
+ http_endpoint: Optional[str] = None,
2851
+ kafka_bootstrap_endpoint: Optional[str] = None,
2852
+ name: Optional[str] = None,
2853
+ network: Optional['outputs.SCClusterNetworkEnvironmentEntityResponse'] = None,
2854
+ package: Optional[str] = None,
2855
+ region: Optional[str] = None,
2856
+ zone: Optional[str] = None):
2857
+ """
2858
+ Spec of the cluster record
2859
+ :param str api_endpoint: The Kafka API cluster endpoint
2860
+ :param str availability: The availability zone configuration of the cluster
2861
+ :param 'SCClusterByokEntityResponse' byok: Specification of the cluster byok
2862
+ :param str cloud: The cloud service provider
2863
+ :param 'ClusterConfigEntityResponse' config: Specification of the cluster configuration
2864
+ :param 'SCClusterNetworkEnvironmentEntityResponse' environment: Specification of the cluster environment
2865
+ :param str http_endpoint: The cluster HTTP request URL.
2866
+ :param str kafka_bootstrap_endpoint: The bootstrap endpoint used by Kafka clients to connect to the cluster
2867
+ :param str name: The name of the cluster
2868
+ :param 'SCClusterNetworkEnvironmentEntityResponse' network: Specification of the cluster network
2869
+ :param str package: Stream governance configuration
2870
+ :param str region: The cloud service provider region
2871
+ :param str zone: type of zone availability
2872
+ """
2873
+ if api_endpoint is not None:
2874
+ pulumi.set(__self__, "api_endpoint", api_endpoint)
2875
+ if availability is not None:
2876
+ pulumi.set(__self__, "availability", availability)
2877
+ if byok is not None:
2878
+ pulumi.set(__self__, "byok", byok)
2879
+ if cloud is not None:
2880
+ pulumi.set(__self__, "cloud", cloud)
2881
+ if config is not None:
2882
+ pulumi.set(__self__, "config", config)
2883
+ if environment is not None:
2884
+ pulumi.set(__self__, "environment", environment)
2885
+ if http_endpoint is not None:
2886
+ pulumi.set(__self__, "http_endpoint", http_endpoint)
2887
+ if kafka_bootstrap_endpoint is not None:
2888
+ pulumi.set(__self__, "kafka_bootstrap_endpoint", kafka_bootstrap_endpoint)
2889
+ if name is not None:
2890
+ pulumi.set(__self__, "name", name)
2891
+ if network is not None:
2892
+ pulumi.set(__self__, "network", network)
2893
+ if package is not None:
2894
+ pulumi.set(__self__, "package", package)
2895
+ if region is not None:
2896
+ pulumi.set(__self__, "region", region)
2897
+ if zone is not None:
2898
+ pulumi.set(__self__, "zone", zone)
2899
+
2900
+ @property
2901
+ @pulumi.getter(name="apiEndpoint")
2902
+ def api_endpoint(self) -> Optional[str]:
2903
+ """
2904
+ The Kafka API cluster endpoint
2905
+ """
2906
+ return pulumi.get(self, "api_endpoint")
2907
+
2908
+ @property
2909
+ @pulumi.getter
2910
+ def availability(self) -> Optional[str]:
2911
+ """
2912
+ The availability zone configuration of the cluster
2913
+ """
2914
+ return pulumi.get(self, "availability")
2915
+
2916
+ @property
2917
+ @pulumi.getter
2918
+ def byok(self) -> Optional['outputs.SCClusterByokEntityResponse']:
2919
+ """
2920
+ Specification of the cluster byok
2921
+ """
2922
+ return pulumi.get(self, "byok")
2923
+
2924
+ @property
2925
+ @pulumi.getter
2926
+ def cloud(self) -> Optional[str]:
2927
+ """
2928
+ The cloud service provider
2929
+ """
2930
+ return pulumi.get(self, "cloud")
2931
+
2932
+ @property
2933
+ @pulumi.getter
2934
+ def config(self) -> Optional['outputs.ClusterConfigEntityResponse']:
2935
+ """
2936
+ Specification of the cluster configuration
2937
+ """
2938
+ return pulumi.get(self, "config")
2939
+
2940
+ @property
2941
+ @pulumi.getter
2942
+ def environment(self) -> Optional['outputs.SCClusterNetworkEnvironmentEntityResponse']:
2943
+ """
2944
+ Specification of the cluster environment
2945
+ """
2946
+ return pulumi.get(self, "environment")
2947
+
2948
+ @property
2949
+ @pulumi.getter(name="httpEndpoint")
2950
+ def http_endpoint(self) -> Optional[str]:
2951
+ """
2952
+ The cluster HTTP request URL.
2953
+ """
2954
+ return pulumi.get(self, "http_endpoint")
2955
+
2956
+ @property
2957
+ @pulumi.getter(name="kafkaBootstrapEndpoint")
2958
+ def kafka_bootstrap_endpoint(self) -> Optional[str]:
2959
+ """
2960
+ The bootstrap endpoint used by Kafka clients to connect to the cluster
2961
+ """
2962
+ return pulumi.get(self, "kafka_bootstrap_endpoint")
2963
+
2964
+ @property
2965
+ @pulumi.getter
2966
+ def name(self) -> Optional[str]:
2967
+ """
2968
+ The name of the cluster
2969
+ """
2970
+ return pulumi.get(self, "name")
2971
+
2972
+ @property
2973
+ @pulumi.getter
2974
+ def network(self) -> Optional['outputs.SCClusterNetworkEnvironmentEntityResponse']:
2975
+ """
2976
+ Specification of the cluster network
2977
+ """
2978
+ return pulumi.get(self, "network")
2979
+
2980
+ @property
2981
+ @pulumi.getter
2982
+ def package(self) -> Optional[str]:
2983
+ """
2984
+ Stream governance configuration
2985
+ """
2986
+ return pulumi.get(self, "package")
2987
+
2988
+ @property
2989
+ @pulumi.getter
2990
+ def region(self) -> Optional[str]:
2991
+ """
2992
+ The cloud service provider region
2993
+ """
2994
+ return pulumi.get(self, "region")
2995
+
2996
+ @property
2997
+ @pulumi.getter
2998
+ def zone(self) -> Optional[str]:
2999
+ """
3000
+ type of zone availability
3001
+ """
3002
+ return pulumi.get(self, "zone")
3003
+
3004
+
3005
+ @pulumi.output_type
3006
+ class SCMetadataEntityResponse(dict):
3007
+ """
3008
+ Metadata of the data record
3009
+ """
3010
+ @staticmethod
3011
+ def __key_warning(key: str):
3012
+ suggest = None
3013
+ if key == "createdTimestamp":
3014
+ suggest = "created_timestamp"
3015
+ elif key == "deletedTimestamp":
3016
+ suggest = "deleted_timestamp"
3017
+ elif key == "resourceName":
3018
+ suggest = "resource_name"
3019
+ elif key == "updatedTimestamp":
3020
+ suggest = "updated_timestamp"
3021
+
3022
+ if suggest:
3023
+ pulumi.log.warn(f"Key '{key}' not found in SCMetadataEntityResponse. Access the value via the '{suggest}' property getter instead.")
3024
+
3025
+ def __getitem__(self, key: str) -> Any:
3026
+ SCMetadataEntityResponse.__key_warning(key)
3027
+ return super().__getitem__(key)
3028
+
3029
+ def get(self, key: str, default = None) -> Any:
3030
+ SCMetadataEntityResponse.__key_warning(key)
3031
+ return super().get(key, default)
3032
+
3033
+ def __init__(__self__, *,
3034
+ created_timestamp: Optional[str] = None,
3035
+ deleted_timestamp: Optional[str] = None,
3036
+ resource_name: Optional[str] = None,
3037
+ self: Optional[str] = None,
3038
+ updated_timestamp: Optional[str] = None):
3039
+ """
3040
+ Metadata of the data record
3041
+ :param str created_timestamp: Created Date Time
3042
+ :param str deleted_timestamp: Deleted Date time
3043
+ :param str resource_name: Resource name of the record
3044
+ :param str self: Self lookup url
3045
+ :param str updated_timestamp: Updated Date time
3046
+ """
3047
+ if created_timestamp is not None:
3048
+ pulumi.set(__self__, "created_timestamp", created_timestamp)
3049
+ if deleted_timestamp is not None:
3050
+ pulumi.set(__self__, "deleted_timestamp", deleted_timestamp)
3051
+ if resource_name is not None:
3052
+ pulumi.set(__self__, "resource_name", resource_name)
3053
+ if self is not None:
3054
+ pulumi.set(__self__, "self", self)
3055
+ if updated_timestamp is not None:
3056
+ pulumi.set(__self__, "updated_timestamp", updated_timestamp)
3057
+
3058
+ @property
3059
+ @pulumi.getter(name="createdTimestamp")
3060
+ def created_timestamp(self) -> Optional[str]:
3061
+ """
3062
+ Created Date Time
3063
+ """
3064
+ return pulumi.get(self, "created_timestamp")
3065
+
3066
+ @property
3067
+ @pulumi.getter(name="deletedTimestamp")
3068
+ def deleted_timestamp(self) -> Optional[str]:
3069
+ """
3070
+ Deleted Date time
3071
+ """
3072
+ return pulumi.get(self, "deleted_timestamp")
3073
+
3074
+ @property
3075
+ @pulumi.getter(name="resourceName")
3076
+ def resource_name(self) -> Optional[str]:
3077
+ """
3078
+ Resource name of the record
3079
+ """
3080
+ return pulumi.get(self, "resource_name")
3081
+
3082
+ @property
3083
+ @pulumi.getter
3084
+ def self(self) -> Optional[str]:
3085
+ """
3086
+ Self lookup url
3087
+ """
3088
+ return pulumi.get(self, "self")
3089
+
3090
+ @property
3091
+ @pulumi.getter(name="updatedTimestamp")
3092
+ def updated_timestamp(self) -> Optional[str]:
3093
+ """
3094
+ Updated Date time
3095
+ """
3096
+ return pulumi.get(self, "updated_timestamp")
3097
+
3098
+
3099
+ @pulumi.output_type
3100
+ class ServiceAccountRecordResponse(dict):
3101
+ """
3102
+ Record of the service account
3103
+ """
3104
+ def __init__(__self__, *,
3105
+ description: Optional[str] = None,
3106
+ display_name: Optional[str] = None,
3107
+ id: Optional[str] = None,
3108
+ kind: Optional[str] = None,
3109
+ metadata: Optional['outputs.MetadataEntityResponse'] = None):
3110
+ """
3111
+ Record of the service account
3112
+ :param str description: Description of the service account
3113
+ :param str display_name: Name of the service account
3114
+ :param str id: Id of the service account
3115
+ :param str kind: Type of account
3116
+ :param 'MetadataEntityResponse' metadata: Metadata of the record
3117
+ """
3118
+ if description is not None:
3119
+ pulumi.set(__self__, "description", description)
3120
+ if display_name is not None:
3121
+ pulumi.set(__self__, "display_name", display_name)
3122
+ if id is not None:
3123
+ pulumi.set(__self__, "id", id)
3124
+ if kind is not None:
3125
+ pulumi.set(__self__, "kind", kind)
3126
+ if metadata is not None:
3127
+ pulumi.set(__self__, "metadata", metadata)
3128
+
3129
+ @property
3130
+ @pulumi.getter
3131
+ def description(self) -> Optional[str]:
3132
+ """
3133
+ Description of the service account
3134
+ """
3135
+ return pulumi.get(self, "description")
3136
+
3137
+ @property
3138
+ @pulumi.getter(name="displayName")
3139
+ def display_name(self) -> Optional[str]:
3140
+ """
3141
+ Name of the service account
3142
+ """
3143
+ return pulumi.get(self, "display_name")
3144
+
3145
+ @property
3146
+ @pulumi.getter
3147
+ def id(self) -> Optional[str]:
3148
+ """
3149
+ Id of the service account
3150
+ """
3151
+ return pulumi.get(self, "id")
3152
+
3153
+ @property
3154
+ @pulumi.getter
3155
+ def kind(self) -> Optional[str]:
3156
+ """
3157
+ Type of account
3158
+ """
3159
+ return pulumi.get(self, "kind")
3160
+
3161
+ @property
3162
+ @pulumi.getter
3163
+ def metadata(self) -> Optional['outputs.MetadataEntityResponse']:
3164
+ """
3165
+ Metadata of the record
3166
+ """
3167
+ return pulumi.get(self, "metadata")
3168
+
3169
+
3170
+ @pulumi.output_type
3171
+ class StreamGovernanceConfigResponse(dict):
3172
+ """
3173
+ Stream governance configuration
3174
+ """
3175
+ def __init__(__self__, *,
3176
+ package: Optional[str] = None):
3177
+ """
3178
+ Stream governance configuration
3179
+ :param str package: Stream governance configuration
3180
+ """
3181
+ if package is not None:
3182
+ pulumi.set(__self__, "package", package)
3183
+
3184
+ @property
3185
+ @pulumi.getter
3186
+ def package(self) -> Optional[str]:
3187
+ """
3188
+ Stream governance configuration
3189
+ """
3190
+ return pulumi.get(self, "package")
3191
+
3192
+
3193
+ @pulumi.output_type
3194
+ class SystemDataResponse(dict):
3195
+ """
3196
+ Metadata pertaining to creation and last modification of the resource.
3197
+ """
3198
+ @staticmethod
3199
+ def __key_warning(key: str):
3200
+ suggest = None
3201
+ if key == "createdAt":
3202
+ suggest = "created_at"
3203
+ elif key == "createdBy":
3204
+ suggest = "created_by"
3205
+ elif key == "createdByType":
3206
+ suggest = "created_by_type"
3207
+ elif key == "lastModifiedAt":
3208
+ suggest = "last_modified_at"
3209
+ elif key == "lastModifiedBy":
3210
+ suggest = "last_modified_by"
3211
+ elif key == "lastModifiedByType":
3212
+ suggest = "last_modified_by_type"
3213
+
3214
+ if suggest:
3215
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
3216
+
3217
+ def __getitem__(self, key: str) -> Any:
3218
+ SystemDataResponse.__key_warning(key)
3219
+ return super().__getitem__(key)
3220
+
3221
+ def get(self, key: str, default = None) -> Any:
3222
+ SystemDataResponse.__key_warning(key)
3223
+ return super().get(key, default)
3224
+
3225
+ def __init__(__self__, *,
3226
+ created_at: Optional[str] = None,
3227
+ created_by: Optional[str] = None,
3228
+ created_by_type: Optional[str] = None,
3229
+ last_modified_at: Optional[str] = None,
3230
+ last_modified_by: Optional[str] = None,
3231
+ last_modified_by_type: Optional[str] = None):
3232
+ """
3233
+ Metadata pertaining to creation and last modification of the resource.
3234
+ :param str created_at: The timestamp of resource creation (UTC).
3235
+ :param str created_by: The identity that created the resource.
3236
+ :param str created_by_type: The type of identity that created the resource.
3237
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
3238
+ :param str last_modified_by: The identity that last modified the resource.
3239
+ :param str last_modified_by_type: The type of identity that last modified the resource.
3240
+ """
3241
+ if created_at is not None:
3242
+ pulumi.set(__self__, "created_at", created_at)
3243
+ if created_by is not None:
3244
+ pulumi.set(__self__, "created_by", created_by)
3245
+ if created_by_type is not None:
3246
+ pulumi.set(__self__, "created_by_type", created_by_type)
3247
+ if last_modified_at is not None:
3248
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
3249
+ if last_modified_by is not None:
3250
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
3251
+ if last_modified_by_type is not None:
3252
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
3253
+
3254
+ @property
3255
+ @pulumi.getter(name="createdAt")
3256
+ def created_at(self) -> Optional[str]:
3257
+ """
3258
+ The timestamp of resource creation (UTC).
3259
+ """
3260
+ return pulumi.get(self, "created_at")
3261
+
3262
+ @property
3263
+ @pulumi.getter(name="createdBy")
3264
+ def created_by(self) -> Optional[str]:
3265
+ """
3266
+ The identity that created the resource.
3267
+ """
3268
+ return pulumi.get(self, "created_by")
3269
+
3270
+ @property
3271
+ @pulumi.getter(name="createdByType")
3272
+ def created_by_type(self) -> Optional[str]:
3273
+ """
3274
+ The type of identity that created the resource.
3275
+ """
3276
+ return pulumi.get(self, "created_by_type")
3277
+
3278
+ @property
3279
+ @pulumi.getter(name="lastModifiedAt")
3280
+ def last_modified_at(self) -> Optional[str]:
3281
+ """
3282
+ The timestamp of resource last modification (UTC)
3283
+ """
3284
+ return pulumi.get(self, "last_modified_at")
3285
+
3286
+ @property
3287
+ @pulumi.getter(name="lastModifiedBy")
3288
+ def last_modified_by(self) -> Optional[str]:
3289
+ """
3290
+ The identity that last modified the resource.
3291
+ """
3292
+ return pulumi.get(self, "last_modified_by")
3293
+
3294
+ @property
3295
+ @pulumi.getter(name="lastModifiedByType")
3296
+ def last_modified_by_type(self) -> Optional[str]:
3297
+ """
3298
+ The type of identity that last modified the resource.
3299
+ """
3300
+ return pulumi.get(self, "last_modified_by_type")
3301
+
3302
+
3303
+ @pulumi.output_type
3304
+ class TopicMetadataEntityResponse(dict):
3305
+ """
3306
+ Metadata of the data record
3307
+ """
3308
+ @staticmethod
3309
+ def __key_warning(key: str):
3310
+ suggest = None
3311
+ if key == "resourceName":
3312
+ suggest = "resource_name"
3313
+
3314
+ if suggest:
3315
+ pulumi.log.warn(f"Key '{key}' not found in TopicMetadataEntityResponse. Access the value via the '{suggest}' property getter instead.")
3316
+
3317
+ def __getitem__(self, key: str) -> Any:
3318
+ TopicMetadataEntityResponse.__key_warning(key)
3319
+ return super().__getitem__(key)
3320
+
3321
+ def get(self, key: str, default = None) -> Any:
3322
+ TopicMetadataEntityResponse.__key_warning(key)
3323
+ return super().get(key, default)
3324
+
3325
+ def __init__(__self__, *,
3326
+ resource_name: Optional[str] = None,
3327
+ self: Optional[str] = None):
3328
+ """
3329
+ Metadata of the data record
3330
+ :param str resource_name: Resource name of the record
3331
+ :param str self: Self lookup url
3332
+ """
3333
+ if resource_name is not None:
3334
+ pulumi.set(__self__, "resource_name", resource_name)
3335
+ if self is not None:
3336
+ pulumi.set(__self__, "self", self)
3337
+
3338
+ @property
3339
+ @pulumi.getter(name="resourceName")
3340
+ def resource_name(self) -> Optional[str]:
3341
+ """
3342
+ Resource name of the record
3343
+ """
3344
+ return pulumi.get(self, "resource_name")
3345
+
3346
+ @property
3347
+ @pulumi.getter
3348
+ def self(self) -> Optional[str]:
3349
+ """
3350
+ Self lookup url
3351
+ """
3352
+ return pulumi.get(self, "self")
3353
+
3354
+
3355
+ @pulumi.output_type
3356
+ class TopicsInputConfigResponse(dict):
3357
+ """
3358
+ Topics input config
3359
+ """
3360
+ def __init__(__self__, *,
3361
+ name: Optional[str] = None,
3362
+ value: Optional[str] = None):
3363
+ """
3364
+ Topics input config
3365
+ :param str name: Name of the topic input config
3366
+ :param str value: Value of the topic input config
3367
+ """
3368
+ if name is not None:
3369
+ pulumi.set(__self__, "name", name)
3370
+ if value is not None:
3371
+ pulumi.set(__self__, "value", value)
3372
+
3373
+ @property
3374
+ @pulumi.getter
3375
+ def name(self) -> Optional[str]:
3376
+ """
3377
+ Name of the topic input config
3378
+ """
3379
+ return pulumi.get(self, "name")
3380
+
3381
+ @property
3382
+ @pulumi.getter
3383
+ def value(self) -> Optional[str]:
3384
+ """
3385
+ Value of the topic input config
3386
+ """
3387
+ return pulumi.get(self, "value")
3388
+
3389
+
3390
+ @pulumi.output_type
3391
+ class TopicsRelatedLinkResponse(dict):
3392
+ """
3393
+ Partition Config spec of the topic record
3394
+ """
3395
+ def __init__(__self__, *,
3396
+ related: Optional[str] = None):
3397
+ """
3398
+ Partition Config spec of the topic record
3399
+ :param str related: Relationship of the topic
3400
+ """
3401
+ if related is not None:
3402
+ pulumi.set(__self__, "related", related)
3403
+
3404
+ @property
3405
+ @pulumi.getter
3406
+ def related(self) -> Optional[str]:
3407
+ """
3408
+ Relationship of the topic
3409
+ """
3410
+ return pulumi.get(self, "related")
3411
+
3412
+
3413
+ @pulumi.output_type
3414
+ class UserDetailResponse(dict):
3415
+ """
3416
+ Subscriber detail
3417
+ """
3418
+ @staticmethod
3419
+ def __key_warning(key: str):
3420
+ suggest = None
3421
+ if key == "emailAddress":
3422
+ suggest = "email_address"
3423
+ elif key == "aadEmail":
3424
+ suggest = "aad_email"
3425
+ elif key == "firstName":
3426
+ suggest = "first_name"
3427
+ elif key == "lastName":
3428
+ suggest = "last_name"
3429
+ elif key == "userPrincipalName":
3430
+ suggest = "user_principal_name"
3431
+
3432
+ if suggest:
3433
+ pulumi.log.warn(f"Key '{key}' not found in UserDetailResponse. Access the value via the '{suggest}' property getter instead.")
3434
+
3435
+ def __getitem__(self, key: str) -> Any:
3436
+ UserDetailResponse.__key_warning(key)
3437
+ return super().__getitem__(key)
3438
+
3439
+ def get(self, key: str, default = None) -> Any:
3440
+ UserDetailResponse.__key_warning(key)
3441
+ return super().get(key, default)
3442
+
3443
+ def __init__(__self__, *,
3444
+ email_address: str,
3445
+ aad_email: Optional[str] = None,
3446
+ first_name: Optional[str] = None,
3447
+ last_name: Optional[str] = None,
3448
+ user_principal_name: Optional[str] = None):
3449
+ """
3450
+ Subscriber detail
3451
+ :param str email_address: Email address
3452
+ :param str aad_email: AAD email address
3453
+ :param str first_name: First name
3454
+ :param str last_name: Last name
3455
+ :param str user_principal_name: User principal name
3456
+ """
3457
+ pulumi.set(__self__, "email_address", email_address)
3458
+ if aad_email is not None:
3459
+ pulumi.set(__self__, "aad_email", aad_email)
3460
+ if first_name is not None:
3461
+ pulumi.set(__self__, "first_name", first_name)
3462
+ if last_name is not None:
3463
+ pulumi.set(__self__, "last_name", last_name)
3464
+ if user_principal_name is not None:
3465
+ pulumi.set(__self__, "user_principal_name", user_principal_name)
3466
+
3467
+ @property
3468
+ @pulumi.getter(name="emailAddress")
3469
+ def email_address(self) -> str:
3470
+ """
3471
+ Email address
3472
+ """
3473
+ return pulumi.get(self, "email_address")
3474
+
3475
+ @property
3476
+ @pulumi.getter(name="aadEmail")
3477
+ def aad_email(self) -> Optional[str]:
3478
+ """
3479
+ AAD email address
3480
+ """
3481
+ return pulumi.get(self, "aad_email")
3482
+
3483
+ @property
3484
+ @pulumi.getter(name="firstName")
3485
+ def first_name(self) -> Optional[str]:
3486
+ """
3487
+ First name
3488
+ """
3489
+ return pulumi.get(self, "first_name")
3490
+
3491
+ @property
3492
+ @pulumi.getter(name="lastName")
3493
+ def last_name(self) -> Optional[str]:
3494
+ """
3495
+ Last name
3496
+ """
3497
+ return pulumi.get(self, "last_name")
3498
+
3499
+ @property
3500
+ @pulumi.getter(name="userPrincipalName")
3501
+ def user_principal_name(self) -> Optional[str]:
3502
+ """
3503
+ User principal name
3504
+ """
3505
+ return pulumi.get(self, "user_principal_name")
3506
+
3507
+
3508
+ @pulumi.output_type
3509
+ class UserRecordResponse(dict):
3510
+ """
3511
+ Record of the user
3512
+ """
3513
+ def __init__(__self__, *,
3514
+ auth_type: Optional[str] = None,
3515
+ email: Optional[str] = None,
3516
+ full_name: Optional[str] = None,
3517
+ id: Optional[str] = None,
3518
+ kind: Optional[str] = None,
3519
+ metadata: Optional['outputs.MetadataEntityResponse'] = None):
3520
+ """
3521
+ Record of the user
3522
+ :param str auth_type: Auth type of the user
3523
+ :param str email: Email of the user
3524
+ :param str full_name: Name of the user
3525
+ :param str id: Id of the user
3526
+ :param str kind: Type of account
3527
+ :param 'MetadataEntityResponse' metadata: Metadata of the record
3528
+ """
3529
+ if auth_type is not None:
3530
+ pulumi.set(__self__, "auth_type", auth_type)
3531
+ if email is not None:
3532
+ pulumi.set(__self__, "email", email)
3533
+ if full_name is not None:
3534
+ pulumi.set(__self__, "full_name", full_name)
3535
+ if id is not None:
3536
+ pulumi.set(__self__, "id", id)
3537
+ if kind is not None:
3538
+ pulumi.set(__self__, "kind", kind)
3539
+ if metadata is not None:
3540
+ pulumi.set(__self__, "metadata", metadata)
3541
+
3542
+ @property
3543
+ @pulumi.getter(name="authType")
3544
+ def auth_type(self) -> Optional[str]:
3545
+ """
3546
+ Auth type of the user
3547
+ """
3548
+ return pulumi.get(self, "auth_type")
3549
+
3550
+ @property
3551
+ @pulumi.getter
3552
+ def email(self) -> Optional[str]:
3553
+ """
3554
+ Email of the user
3555
+ """
3556
+ return pulumi.get(self, "email")
3557
+
3558
+ @property
3559
+ @pulumi.getter(name="fullName")
3560
+ def full_name(self) -> Optional[str]:
3561
+ """
3562
+ Name of the user
3563
+ """
3564
+ return pulumi.get(self, "full_name")
3565
+
3566
+ @property
3567
+ @pulumi.getter
3568
+ def id(self) -> Optional[str]:
3569
+ """
3570
+ Id of the user
3571
+ """
3572
+ return pulumi.get(self, "id")
3573
+
3574
+ @property
3575
+ @pulumi.getter
3576
+ def kind(self) -> Optional[str]:
3577
+ """
3578
+ Type of account
3579
+ """
3580
+ return pulumi.get(self, "kind")
3581
+
3582
+ @property
3583
+ @pulumi.getter
3584
+ def metadata(self) -> Optional['outputs.MetadataEntityResponse']:
3585
+ """
3586
+ Metadata of the record
3587
+ """
3588
+ return pulumi.get(self, "metadata")
3589
+
3590
+