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,259 @@
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
+
18
+ __all__ = [
19
+ 'GetTopicResult',
20
+ 'AwaitableGetTopicResult',
21
+ 'get_topic',
22
+ 'get_topic_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetTopicResult:
27
+ """
28
+ Details of topic record
29
+ """
30
+ def __init__(__self__, configs=None, id=None, input_configs=None, kind=None, metadata=None, name=None, partitions=None, partitions_count=None, partitions_reassignments=None, replication_factor=None, topic_id=None, type=None):
31
+ if configs and not isinstance(configs, dict):
32
+ raise TypeError("Expected argument 'configs' to be a dict")
33
+ pulumi.set(__self__, "configs", configs)
34
+ if id and not isinstance(id, str):
35
+ raise TypeError("Expected argument 'id' to be a str")
36
+ pulumi.set(__self__, "id", id)
37
+ if input_configs and not isinstance(input_configs, list):
38
+ raise TypeError("Expected argument 'input_configs' to be a list")
39
+ pulumi.set(__self__, "input_configs", input_configs)
40
+ if kind and not isinstance(kind, str):
41
+ raise TypeError("Expected argument 'kind' to be a str")
42
+ pulumi.set(__self__, "kind", kind)
43
+ if metadata and not isinstance(metadata, dict):
44
+ raise TypeError("Expected argument 'metadata' to be a dict")
45
+ pulumi.set(__self__, "metadata", metadata)
46
+ if name and not isinstance(name, str):
47
+ raise TypeError("Expected argument 'name' to be a str")
48
+ pulumi.set(__self__, "name", name)
49
+ if partitions and not isinstance(partitions, dict):
50
+ raise TypeError("Expected argument 'partitions' to be a dict")
51
+ pulumi.set(__self__, "partitions", partitions)
52
+ if partitions_count and not isinstance(partitions_count, str):
53
+ raise TypeError("Expected argument 'partitions_count' to be a str")
54
+ pulumi.set(__self__, "partitions_count", partitions_count)
55
+ if partitions_reassignments and not isinstance(partitions_reassignments, dict):
56
+ raise TypeError("Expected argument 'partitions_reassignments' to be a dict")
57
+ pulumi.set(__self__, "partitions_reassignments", partitions_reassignments)
58
+ if replication_factor and not isinstance(replication_factor, str):
59
+ raise TypeError("Expected argument 'replication_factor' to be a str")
60
+ pulumi.set(__self__, "replication_factor", replication_factor)
61
+ if topic_id and not isinstance(topic_id, str):
62
+ raise TypeError("Expected argument 'topic_id' to be a str")
63
+ pulumi.set(__self__, "topic_id", topic_id)
64
+ if type and not isinstance(type, str):
65
+ raise TypeError("Expected argument 'type' to be a str")
66
+ pulumi.set(__self__, "type", type)
67
+
68
+ @property
69
+ @pulumi.getter
70
+ def configs(self) -> Optional['outputs.TopicsRelatedLinkResponse']:
71
+ """
72
+ Config Specification of the topic
73
+ """
74
+ return pulumi.get(self, "configs")
75
+
76
+ @property
77
+ @pulumi.getter
78
+ def id(self) -> str:
79
+ """
80
+ The ARM Resource Id of the Topic
81
+ """
82
+ return pulumi.get(self, "id")
83
+
84
+ @property
85
+ @pulumi.getter(name="inputConfigs")
86
+ def input_configs(self) -> Optional[Sequence['outputs.TopicsInputConfigResponse']]:
87
+ """
88
+ Input Config Specification of the topic
89
+ """
90
+ return pulumi.get(self, "input_configs")
91
+
92
+ @property
93
+ @pulumi.getter
94
+ def kind(self) -> Optional[str]:
95
+ """
96
+ Type of topic
97
+ """
98
+ return pulumi.get(self, "kind")
99
+
100
+ @property
101
+ @pulumi.getter
102
+ def metadata(self) -> Optional['outputs.TopicMetadataEntityResponse']:
103
+ """
104
+ Metadata of the record
105
+ """
106
+ return pulumi.get(self, "metadata")
107
+
108
+ @property
109
+ @pulumi.getter
110
+ def name(self) -> str:
111
+ """
112
+ Display name of the topic
113
+ """
114
+ return pulumi.get(self, "name")
115
+
116
+ @property
117
+ @pulumi.getter
118
+ def partitions(self) -> Optional['outputs.TopicsRelatedLinkResponse']:
119
+ """
120
+ Partition Specification of the topic
121
+ """
122
+ return pulumi.get(self, "partitions")
123
+
124
+ @property
125
+ @pulumi.getter(name="partitionsCount")
126
+ def partitions_count(self) -> Optional[str]:
127
+ """
128
+ Partition count of the topic
129
+ """
130
+ return pulumi.get(self, "partitions_count")
131
+
132
+ @property
133
+ @pulumi.getter(name="partitionsReassignments")
134
+ def partitions_reassignments(self) -> Optional['outputs.TopicsRelatedLinkResponse']:
135
+ """
136
+ Partition Reassignment Specification of the topic
137
+ """
138
+ return pulumi.get(self, "partitions_reassignments")
139
+
140
+ @property
141
+ @pulumi.getter(name="replicationFactor")
142
+ def replication_factor(self) -> Optional[str]:
143
+ """
144
+ Replication factor of the topic
145
+ """
146
+ return pulumi.get(self, "replication_factor")
147
+
148
+ @property
149
+ @pulumi.getter(name="topicId")
150
+ def topic_id(self) -> Optional[str]:
151
+ """
152
+ Topic Id returned by Confluent
153
+ """
154
+ return pulumi.get(self, "topic_id")
155
+
156
+ @property
157
+ @pulumi.getter
158
+ def type(self) -> str:
159
+ """
160
+ The type of the resource.
161
+ """
162
+ return pulumi.get(self, "type")
163
+
164
+
165
+ class AwaitableGetTopicResult(GetTopicResult):
166
+ # pylint: disable=using-constant-test
167
+ def __await__(self):
168
+ if False:
169
+ yield self
170
+ return GetTopicResult(
171
+ configs=self.configs,
172
+ id=self.id,
173
+ input_configs=self.input_configs,
174
+ kind=self.kind,
175
+ metadata=self.metadata,
176
+ name=self.name,
177
+ partitions=self.partitions,
178
+ partitions_count=self.partitions_count,
179
+ partitions_reassignments=self.partitions_reassignments,
180
+ replication_factor=self.replication_factor,
181
+ topic_id=self.topic_id,
182
+ type=self.type)
183
+
184
+
185
+ def get_topic(cluster_id: Optional[str] = None,
186
+ environment_id: Optional[str] = None,
187
+ organization_name: Optional[str] = None,
188
+ resource_group_name: Optional[str] = None,
189
+ topic_name: Optional[str] = None,
190
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTopicResult:
191
+ """
192
+ Details of topic record
193
+
194
+
195
+ :param str cluster_id: Confluent kafka or schema registry cluster id
196
+ :param str environment_id: Confluent environment id
197
+ :param str organization_name: Organization resource name
198
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
199
+ :param str topic_name: Confluent kafka or schema registry topic name
200
+ """
201
+ __args__ = dict()
202
+ __args__['clusterId'] = cluster_id
203
+ __args__['environmentId'] = environment_id
204
+ __args__['organizationName'] = organization_name
205
+ __args__['resourceGroupName'] = resource_group_name
206
+ __args__['topicName'] = topic_name
207
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
208
+ __ret__ = pulumi.runtime.invoke('azure-native:confluent/v20240701:getTopic', __args__, opts=opts, typ=GetTopicResult).value
209
+
210
+ return AwaitableGetTopicResult(
211
+ configs=pulumi.get(__ret__, 'configs'),
212
+ id=pulumi.get(__ret__, 'id'),
213
+ input_configs=pulumi.get(__ret__, 'input_configs'),
214
+ kind=pulumi.get(__ret__, 'kind'),
215
+ metadata=pulumi.get(__ret__, 'metadata'),
216
+ name=pulumi.get(__ret__, 'name'),
217
+ partitions=pulumi.get(__ret__, 'partitions'),
218
+ partitions_count=pulumi.get(__ret__, 'partitions_count'),
219
+ partitions_reassignments=pulumi.get(__ret__, 'partitions_reassignments'),
220
+ replication_factor=pulumi.get(__ret__, 'replication_factor'),
221
+ topic_id=pulumi.get(__ret__, 'topic_id'),
222
+ type=pulumi.get(__ret__, 'type'))
223
+ def get_topic_output(cluster_id: Optional[pulumi.Input[str]] = None,
224
+ environment_id: Optional[pulumi.Input[str]] = None,
225
+ organization_name: Optional[pulumi.Input[str]] = None,
226
+ resource_group_name: Optional[pulumi.Input[str]] = None,
227
+ topic_name: Optional[pulumi.Input[str]] = None,
228
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTopicResult]:
229
+ """
230
+ Details of topic record
231
+
232
+
233
+ :param str cluster_id: Confluent kafka or schema registry cluster id
234
+ :param str environment_id: Confluent environment id
235
+ :param str organization_name: Organization resource name
236
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
237
+ :param str topic_name: Confluent kafka or schema registry topic name
238
+ """
239
+ __args__ = dict()
240
+ __args__['clusterId'] = cluster_id
241
+ __args__['environmentId'] = environment_id
242
+ __args__['organizationName'] = organization_name
243
+ __args__['resourceGroupName'] = resource_group_name
244
+ __args__['topicName'] = topic_name
245
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
246
+ __ret__ = pulumi.runtime.invoke_output('azure-native:confluent/v20240701:getTopic', __args__, opts=opts, typ=GetTopicResult)
247
+ return __ret__.apply(lambda __response__: GetTopicResult(
248
+ configs=pulumi.get(__response__, 'configs'),
249
+ id=pulumi.get(__response__, 'id'),
250
+ input_configs=pulumi.get(__response__, 'input_configs'),
251
+ kind=pulumi.get(__response__, 'kind'),
252
+ metadata=pulumi.get(__response__, 'metadata'),
253
+ name=pulumi.get(__response__, 'name'),
254
+ partitions=pulumi.get(__response__, 'partitions'),
255
+ partitions_count=pulumi.get(__response__, 'partitions_count'),
256
+ partitions_reassignments=pulumi.get(__response__, 'partitions_reassignments'),
257
+ replication_factor=pulumi.get(__response__, 'replication_factor'),
258
+ topic_id=pulumi.get(__response__, 'topic_id'),
259
+ type=pulumi.get(__response__, 'type')))
@@ -0,0 +1,121 @@
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
+
18
+ __all__ = [
19
+ 'ListAccessClustersResult',
20
+ 'AwaitableListAccessClustersResult',
21
+ 'list_access_clusters',
22
+ 'list_access_clusters_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class ListAccessClustersResult:
27
+ """
28
+ Details of the clusters returned on successful response
29
+ """
30
+ def __init__(__self__, data=None, kind=None, metadata=None):
31
+ if data and not isinstance(data, list):
32
+ raise TypeError("Expected argument 'data' to be a list")
33
+ pulumi.set(__self__, "data", data)
34
+ if kind and not isinstance(kind, str):
35
+ raise TypeError("Expected argument 'kind' to be a str")
36
+ pulumi.set(__self__, "kind", kind)
37
+ if metadata and not isinstance(metadata, dict):
38
+ raise TypeError("Expected argument 'metadata' to be a dict")
39
+ pulumi.set(__self__, "metadata", metadata)
40
+
41
+ @property
42
+ @pulumi.getter
43
+ def data(self) -> Optional[Sequence['outputs.ClusterRecordResponse']]:
44
+ """
45
+ List of clusters
46
+ """
47
+ return pulumi.get(self, "data")
48
+
49
+ @property
50
+ @pulumi.getter
51
+ def kind(self) -> Optional[str]:
52
+ """
53
+ Type of response
54
+ """
55
+ return pulumi.get(self, "kind")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def metadata(self) -> Optional['outputs.ConfluentListMetadataResponse']:
60
+ """
61
+ Metadata of the list
62
+ """
63
+ return pulumi.get(self, "metadata")
64
+
65
+
66
+ class AwaitableListAccessClustersResult(ListAccessClustersResult):
67
+ # pylint: disable=using-constant-test
68
+ def __await__(self):
69
+ if False:
70
+ yield self
71
+ return ListAccessClustersResult(
72
+ data=self.data,
73
+ kind=self.kind,
74
+ metadata=self.metadata)
75
+
76
+
77
+ def list_access_clusters(organization_name: Optional[str] = None,
78
+ resource_group_name: Optional[str] = None,
79
+ search_filters: Optional[Mapping[str, str]] = None,
80
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccessClustersResult:
81
+ """
82
+ Details of the clusters returned on successful response
83
+
84
+
85
+ :param str organization_name: Organization resource name
86
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
87
+ :param Mapping[str, str] search_filters: Search filters for the request
88
+ """
89
+ __args__ = dict()
90
+ __args__['organizationName'] = organization_name
91
+ __args__['resourceGroupName'] = resource_group_name
92
+ __args__['searchFilters'] = search_filters
93
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
94
+ __ret__ = pulumi.runtime.invoke('azure-native:confluent/v20240701:listAccessClusters', __args__, opts=opts, typ=ListAccessClustersResult).value
95
+
96
+ return AwaitableListAccessClustersResult(
97
+ data=pulumi.get(__ret__, 'data'),
98
+ kind=pulumi.get(__ret__, 'kind'),
99
+ metadata=pulumi.get(__ret__, 'metadata'))
100
+ def list_access_clusters_output(organization_name: Optional[pulumi.Input[str]] = None,
101
+ resource_group_name: Optional[pulumi.Input[str]] = None,
102
+ search_filters: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
103
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[ListAccessClustersResult]:
104
+ """
105
+ Details of the clusters returned on successful response
106
+
107
+
108
+ :param str organization_name: Organization resource name
109
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
110
+ :param Mapping[str, str] search_filters: Search filters for the request
111
+ """
112
+ __args__ = dict()
113
+ __args__['organizationName'] = organization_name
114
+ __args__['resourceGroupName'] = resource_group_name
115
+ __args__['searchFilters'] = search_filters
116
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
117
+ __ret__ = pulumi.runtime.invoke_output('azure-native:confluent/v20240701:listAccessClusters', __args__, opts=opts, typ=ListAccessClustersResult)
118
+ return __ret__.apply(lambda __response__: ListAccessClustersResult(
119
+ data=pulumi.get(__response__, 'data'),
120
+ kind=pulumi.get(__response__, 'kind'),
121
+ metadata=pulumi.get(__response__, 'metadata')))
@@ -0,0 +1,121 @@
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
+
18
+ __all__ = [
19
+ 'ListAccessEnvironmentsResult',
20
+ 'AwaitableListAccessEnvironmentsResult',
21
+ 'list_access_environments',
22
+ 'list_access_environments_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class ListAccessEnvironmentsResult:
27
+ """
28
+ Details of the environments returned on successful response
29
+ """
30
+ def __init__(__self__, data=None, kind=None, metadata=None):
31
+ if data and not isinstance(data, list):
32
+ raise TypeError("Expected argument 'data' to be a list")
33
+ pulumi.set(__self__, "data", data)
34
+ if kind and not isinstance(kind, str):
35
+ raise TypeError("Expected argument 'kind' to be a str")
36
+ pulumi.set(__self__, "kind", kind)
37
+ if metadata and not isinstance(metadata, dict):
38
+ raise TypeError("Expected argument 'metadata' to be a dict")
39
+ pulumi.set(__self__, "metadata", metadata)
40
+
41
+ @property
42
+ @pulumi.getter
43
+ def data(self) -> Optional[Sequence['outputs.EnvironmentRecordResponse']]:
44
+ """
45
+ Environment list data
46
+ """
47
+ return pulumi.get(self, "data")
48
+
49
+ @property
50
+ @pulumi.getter
51
+ def kind(self) -> Optional[str]:
52
+ """
53
+ Type of response
54
+ """
55
+ return pulumi.get(self, "kind")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def metadata(self) -> Optional['outputs.ConfluentListMetadataResponse']:
60
+ """
61
+ Metadata of the environment list
62
+ """
63
+ return pulumi.get(self, "metadata")
64
+
65
+
66
+ class AwaitableListAccessEnvironmentsResult(ListAccessEnvironmentsResult):
67
+ # pylint: disable=using-constant-test
68
+ def __await__(self):
69
+ if False:
70
+ yield self
71
+ return ListAccessEnvironmentsResult(
72
+ data=self.data,
73
+ kind=self.kind,
74
+ metadata=self.metadata)
75
+
76
+
77
+ def list_access_environments(organization_name: Optional[str] = None,
78
+ resource_group_name: Optional[str] = None,
79
+ search_filters: Optional[Mapping[str, str]] = None,
80
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccessEnvironmentsResult:
81
+ """
82
+ Details of the environments returned on successful response
83
+
84
+
85
+ :param str organization_name: Organization resource name
86
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
87
+ :param Mapping[str, str] search_filters: Search filters for the request
88
+ """
89
+ __args__ = dict()
90
+ __args__['organizationName'] = organization_name
91
+ __args__['resourceGroupName'] = resource_group_name
92
+ __args__['searchFilters'] = search_filters
93
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
94
+ __ret__ = pulumi.runtime.invoke('azure-native:confluent/v20240701:listAccessEnvironments', __args__, opts=opts, typ=ListAccessEnvironmentsResult).value
95
+
96
+ return AwaitableListAccessEnvironmentsResult(
97
+ data=pulumi.get(__ret__, 'data'),
98
+ kind=pulumi.get(__ret__, 'kind'),
99
+ metadata=pulumi.get(__ret__, 'metadata'))
100
+ def list_access_environments_output(organization_name: Optional[pulumi.Input[str]] = None,
101
+ resource_group_name: Optional[pulumi.Input[str]] = None,
102
+ search_filters: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
103
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[ListAccessEnvironmentsResult]:
104
+ """
105
+ Details of the environments returned on successful response
106
+
107
+
108
+ :param str organization_name: Organization resource name
109
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
110
+ :param Mapping[str, str] search_filters: Search filters for the request
111
+ """
112
+ __args__ = dict()
113
+ __args__['organizationName'] = organization_name
114
+ __args__['resourceGroupName'] = resource_group_name
115
+ __args__['searchFilters'] = search_filters
116
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
117
+ __ret__ = pulumi.runtime.invoke_output('azure-native:confluent/v20240701:listAccessEnvironments', __args__, opts=opts, typ=ListAccessEnvironmentsResult)
118
+ return __ret__.apply(lambda __response__: ListAccessEnvironmentsResult(
119
+ data=pulumi.get(__response__, 'data'),
120
+ kind=pulumi.get(__response__, 'kind'),
121
+ metadata=pulumi.get(__response__, 'metadata')))
@@ -0,0 +1,121 @@
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
+
18
+ __all__ = [
19
+ 'ListAccessInvitationsResult',
20
+ 'AwaitableListAccessInvitationsResult',
21
+ 'list_access_invitations',
22
+ 'list_access_invitations_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class ListAccessInvitationsResult:
27
+ """
28
+ List invitations success response
29
+ """
30
+ def __init__(__self__, data=None, kind=None, metadata=None):
31
+ if data and not isinstance(data, list):
32
+ raise TypeError("Expected argument 'data' to be a list")
33
+ pulumi.set(__self__, "data", data)
34
+ if kind and not isinstance(kind, str):
35
+ raise TypeError("Expected argument 'kind' to be a str")
36
+ pulumi.set(__self__, "kind", kind)
37
+ if metadata and not isinstance(metadata, dict):
38
+ raise TypeError("Expected argument 'metadata' to be a dict")
39
+ pulumi.set(__self__, "metadata", metadata)
40
+
41
+ @property
42
+ @pulumi.getter
43
+ def data(self) -> Optional[Sequence['outputs.InvitationRecordResponse']]:
44
+ """
45
+ Data of the invitations list
46
+ """
47
+ return pulumi.get(self, "data")
48
+
49
+ @property
50
+ @pulumi.getter
51
+ def kind(self) -> Optional[str]:
52
+ """
53
+ Type of response
54
+ """
55
+ return pulumi.get(self, "kind")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def metadata(self) -> Optional['outputs.ConfluentListMetadataResponse']:
60
+ """
61
+ Metadata of the list
62
+ """
63
+ return pulumi.get(self, "metadata")
64
+
65
+
66
+ class AwaitableListAccessInvitationsResult(ListAccessInvitationsResult):
67
+ # pylint: disable=using-constant-test
68
+ def __await__(self):
69
+ if False:
70
+ yield self
71
+ return ListAccessInvitationsResult(
72
+ data=self.data,
73
+ kind=self.kind,
74
+ metadata=self.metadata)
75
+
76
+
77
+ def list_access_invitations(organization_name: Optional[str] = None,
78
+ resource_group_name: Optional[str] = None,
79
+ search_filters: Optional[Mapping[str, str]] = None,
80
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccessInvitationsResult:
81
+ """
82
+ List invitations success response
83
+
84
+
85
+ :param str organization_name: Organization resource name
86
+ :param str resource_group_name: Resource group name
87
+ :param Mapping[str, str] search_filters: Search filters for the request
88
+ """
89
+ __args__ = dict()
90
+ __args__['organizationName'] = organization_name
91
+ __args__['resourceGroupName'] = resource_group_name
92
+ __args__['searchFilters'] = search_filters
93
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
94
+ __ret__ = pulumi.runtime.invoke('azure-native:confluent/v20240701:listAccessInvitations', __args__, opts=opts, typ=ListAccessInvitationsResult).value
95
+
96
+ return AwaitableListAccessInvitationsResult(
97
+ data=pulumi.get(__ret__, 'data'),
98
+ kind=pulumi.get(__ret__, 'kind'),
99
+ metadata=pulumi.get(__ret__, 'metadata'))
100
+ def list_access_invitations_output(organization_name: Optional[pulumi.Input[str]] = None,
101
+ resource_group_name: Optional[pulumi.Input[str]] = None,
102
+ search_filters: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
103
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[ListAccessInvitationsResult]:
104
+ """
105
+ List invitations success response
106
+
107
+
108
+ :param str organization_name: Organization resource name
109
+ :param str resource_group_name: Resource group name
110
+ :param Mapping[str, str] search_filters: Search filters for the request
111
+ """
112
+ __args__ = dict()
113
+ __args__['organizationName'] = organization_name
114
+ __args__['resourceGroupName'] = resource_group_name
115
+ __args__['searchFilters'] = search_filters
116
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
117
+ __ret__ = pulumi.runtime.invoke_output('azure-native:confluent/v20240701:listAccessInvitations', __args__, opts=opts, typ=ListAccessInvitationsResult)
118
+ return __ret__.apply(lambda __response__: ListAccessInvitationsResult(
119
+ data=pulumi.get(__response__, 'data'),
120
+ kind=pulumi.get(__response__, 'kind'),
121
+ metadata=pulumi.get(__response__, 'metadata')))