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,482 @@
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 ._inputs import *
18
+
19
+ __all__ = ['TopicArgs', 'Topic']
20
+
21
+ @pulumi.input_type
22
+ class TopicArgs:
23
+ def __init__(__self__, *,
24
+ cluster_id: pulumi.Input[str],
25
+ environment_id: pulumi.Input[str],
26
+ organization_name: pulumi.Input[str],
27
+ resource_group_name: pulumi.Input[str],
28
+ configs: Optional[pulumi.Input['TopicsRelatedLinkArgs']] = None,
29
+ input_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TopicsInputConfigArgs']]]] = None,
30
+ kind: Optional[pulumi.Input[str]] = None,
31
+ metadata: Optional[pulumi.Input['TopicMetadataEntityArgs']] = None,
32
+ partitions: Optional[pulumi.Input['TopicsRelatedLinkArgs']] = None,
33
+ partitions_count: Optional[pulumi.Input[str]] = None,
34
+ partitions_reassignments: Optional[pulumi.Input['TopicsRelatedLinkArgs']] = None,
35
+ replication_factor: Optional[pulumi.Input[str]] = None,
36
+ topic_id: Optional[pulumi.Input[str]] = None,
37
+ topic_name: Optional[pulumi.Input[str]] = None):
38
+ """
39
+ The set of arguments for constructing a Topic resource.
40
+ :param pulumi.Input[str] cluster_id: Confluent kafka or schema registry cluster id
41
+ :param pulumi.Input[str] environment_id: Confluent environment id
42
+ :param pulumi.Input[str] organization_name: Organization resource name
43
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
44
+ :param pulumi.Input['TopicsRelatedLinkArgs'] configs: Config Specification of the topic
45
+ :param pulumi.Input[Sequence[pulumi.Input['TopicsInputConfigArgs']]] input_configs: Input Config Specification of the topic
46
+ :param pulumi.Input[str] kind: Type of topic
47
+ :param pulumi.Input['TopicMetadataEntityArgs'] metadata: Metadata of the record
48
+ :param pulumi.Input['TopicsRelatedLinkArgs'] partitions: Partition Specification of the topic
49
+ :param pulumi.Input[str] partitions_count: Partition count of the topic
50
+ :param pulumi.Input['TopicsRelatedLinkArgs'] partitions_reassignments: Partition Reassignment Specification of the topic
51
+ :param pulumi.Input[str] replication_factor: Replication factor of the topic
52
+ :param pulumi.Input[str] topic_id: Topic Id returned by Confluent
53
+ :param pulumi.Input[str] topic_name: Confluent kafka or schema registry topic name
54
+ """
55
+ pulumi.set(__self__, "cluster_id", cluster_id)
56
+ pulumi.set(__self__, "environment_id", environment_id)
57
+ pulumi.set(__self__, "organization_name", organization_name)
58
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
59
+ if configs is not None:
60
+ pulumi.set(__self__, "configs", configs)
61
+ if input_configs is not None:
62
+ pulumi.set(__self__, "input_configs", input_configs)
63
+ if kind is not None:
64
+ pulumi.set(__self__, "kind", kind)
65
+ if metadata is not None:
66
+ pulumi.set(__self__, "metadata", metadata)
67
+ if partitions is not None:
68
+ pulumi.set(__self__, "partitions", partitions)
69
+ if partitions_count is not None:
70
+ pulumi.set(__self__, "partitions_count", partitions_count)
71
+ if partitions_reassignments is not None:
72
+ pulumi.set(__self__, "partitions_reassignments", partitions_reassignments)
73
+ if replication_factor is not None:
74
+ pulumi.set(__self__, "replication_factor", replication_factor)
75
+ if topic_id is not None:
76
+ pulumi.set(__self__, "topic_id", topic_id)
77
+ if topic_name is not None:
78
+ pulumi.set(__self__, "topic_name", topic_name)
79
+
80
+ @property
81
+ @pulumi.getter(name="clusterId")
82
+ def cluster_id(self) -> pulumi.Input[str]:
83
+ """
84
+ Confluent kafka or schema registry cluster id
85
+ """
86
+ return pulumi.get(self, "cluster_id")
87
+
88
+ @cluster_id.setter
89
+ def cluster_id(self, value: pulumi.Input[str]):
90
+ pulumi.set(self, "cluster_id", value)
91
+
92
+ @property
93
+ @pulumi.getter(name="environmentId")
94
+ def environment_id(self) -> pulumi.Input[str]:
95
+ """
96
+ Confluent environment id
97
+ """
98
+ return pulumi.get(self, "environment_id")
99
+
100
+ @environment_id.setter
101
+ def environment_id(self, value: pulumi.Input[str]):
102
+ pulumi.set(self, "environment_id", value)
103
+
104
+ @property
105
+ @pulumi.getter(name="organizationName")
106
+ def organization_name(self) -> pulumi.Input[str]:
107
+ """
108
+ Organization resource name
109
+ """
110
+ return pulumi.get(self, "organization_name")
111
+
112
+ @organization_name.setter
113
+ def organization_name(self, value: pulumi.Input[str]):
114
+ pulumi.set(self, "organization_name", value)
115
+
116
+ @property
117
+ @pulumi.getter(name="resourceGroupName")
118
+ def resource_group_name(self) -> pulumi.Input[str]:
119
+ """
120
+ The name of the resource group. The name is case insensitive.
121
+ """
122
+ return pulumi.get(self, "resource_group_name")
123
+
124
+ @resource_group_name.setter
125
+ def resource_group_name(self, value: pulumi.Input[str]):
126
+ pulumi.set(self, "resource_group_name", value)
127
+
128
+ @property
129
+ @pulumi.getter
130
+ def configs(self) -> Optional[pulumi.Input['TopicsRelatedLinkArgs']]:
131
+ """
132
+ Config Specification of the topic
133
+ """
134
+ return pulumi.get(self, "configs")
135
+
136
+ @configs.setter
137
+ def configs(self, value: Optional[pulumi.Input['TopicsRelatedLinkArgs']]):
138
+ pulumi.set(self, "configs", value)
139
+
140
+ @property
141
+ @pulumi.getter(name="inputConfigs")
142
+ def input_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TopicsInputConfigArgs']]]]:
143
+ """
144
+ Input Config Specification of the topic
145
+ """
146
+ return pulumi.get(self, "input_configs")
147
+
148
+ @input_configs.setter
149
+ def input_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TopicsInputConfigArgs']]]]):
150
+ pulumi.set(self, "input_configs", value)
151
+
152
+ @property
153
+ @pulumi.getter
154
+ def kind(self) -> Optional[pulumi.Input[str]]:
155
+ """
156
+ Type of topic
157
+ """
158
+ return pulumi.get(self, "kind")
159
+
160
+ @kind.setter
161
+ def kind(self, value: Optional[pulumi.Input[str]]):
162
+ pulumi.set(self, "kind", value)
163
+
164
+ @property
165
+ @pulumi.getter
166
+ def metadata(self) -> Optional[pulumi.Input['TopicMetadataEntityArgs']]:
167
+ """
168
+ Metadata of the record
169
+ """
170
+ return pulumi.get(self, "metadata")
171
+
172
+ @metadata.setter
173
+ def metadata(self, value: Optional[pulumi.Input['TopicMetadataEntityArgs']]):
174
+ pulumi.set(self, "metadata", value)
175
+
176
+ @property
177
+ @pulumi.getter
178
+ def partitions(self) -> Optional[pulumi.Input['TopicsRelatedLinkArgs']]:
179
+ """
180
+ Partition Specification of the topic
181
+ """
182
+ return pulumi.get(self, "partitions")
183
+
184
+ @partitions.setter
185
+ def partitions(self, value: Optional[pulumi.Input['TopicsRelatedLinkArgs']]):
186
+ pulumi.set(self, "partitions", value)
187
+
188
+ @property
189
+ @pulumi.getter(name="partitionsCount")
190
+ def partitions_count(self) -> Optional[pulumi.Input[str]]:
191
+ """
192
+ Partition count of the topic
193
+ """
194
+ return pulumi.get(self, "partitions_count")
195
+
196
+ @partitions_count.setter
197
+ def partitions_count(self, value: Optional[pulumi.Input[str]]):
198
+ pulumi.set(self, "partitions_count", value)
199
+
200
+ @property
201
+ @pulumi.getter(name="partitionsReassignments")
202
+ def partitions_reassignments(self) -> Optional[pulumi.Input['TopicsRelatedLinkArgs']]:
203
+ """
204
+ Partition Reassignment Specification of the topic
205
+ """
206
+ return pulumi.get(self, "partitions_reassignments")
207
+
208
+ @partitions_reassignments.setter
209
+ def partitions_reassignments(self, value: Optional[pulumi.Input['TopicsRelatedLinkArgs']]):
210
+ pulumi.set(self, "partitions_reassignments", value)
211
+
212
+ @property
213
+ @pulumi.getter(name="replicationFactor")
214
+ def replication_factor(self) -> Optional[pulumi.Input[str]]:
215
+ """
216
+ Replication factor of the topic
217
+ """
218
+ return pulumi.get(self, "replication_factor")
219
+
220
+ @replication_factor.setter
221
+ def replication_factor(self, value: Optional[pulumi.Input[str]]):
222
+ pulumi.set(self, "replication_factor", value)
223
+
224
+ @property
225
+ @pulumi.getter(name="topicId")
226
+ def topic_id(self) -> Optional[pulumi.Input[str]]:
227
+ """
228
+ Topic Id returned by Confluent
229
+ """
230
+ return pulumi.get(self, "topic_id")
231
+
232
+ @topic_id.setter
233
+ def topic_id(self, value: Optional[pulumi.Input[str]]):
234
+ pulumi.set(self, "topic_id", value)
235
+
236
+ @property
237
+ @pulumi.getter(name="topicName")
238
+ def topic_name(self) -> Optional[pulumi.Input[str]]:
239
+ """
240
+ Confluent kafka or schema registry topic name
241
+ """
242
+ return pulumi.get(self, "topic_name")
243
+
244
+ @topic_name.setter
245
+ def topic_name(self, value: Optional[pulumi.Input[str]]):
246
+ pulumi.set(self, "topic_name", value)
247
+
248
+
249
+ class Topic(pulumi.CustomResource):
250
+ @overload
251
+ def __init__(__self__,
252
+ resource_name: str,
253
+ opts: Optional[pulumi.ResourceOptions] = None,
254
+ cluster_id: Optional[pulumi.Input[str]] = None,
255
+ configs: Optional[pulumi.Input[Union['TopicsRelatedLinkArgs', 'TopicsRelatedLinkArgsDict']]] = None,
256
+ environment_id: Optional[pulumi.Input[str]] = None,
257
+ input_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TopicsInputConfigArgs', 'TopicsInputConfigArgsDict']]]]] = None,
258
+ kind: Optional[pulumi.Input[str]] = None,
259
+ metadata: Optional[pulumi.Input[Union['TopicMetadataEntityArgs', 'TopicMetadataEntityArgsDict']]] = None,
260
+ organization_name: Optional[pulumi.Input[str]] = None,
261
+ partitions: Optional[pulumi.Input[Union['TopicsRelatedLinkArgs', 'TopicsRelatedLinkArgsDict']]] = None,
262
+ partitions_count: Optional[pulumi.Input[str]] = None,
263
+ partitions_reassignments: Optional[pulumi.Input[Union['TopicsRelatedLinkArgs', 'TopicsRelatedLinkArgsDict']]] = None,
264
+ replication_factor: Optional[pulumi.Input[str]] = None,
265
+ resource_group_name: Optional[pulumi.Input[str]] = None,
266
+ topic_id: Optional[pulumi.Input[str]] = None,
267
+ topic_name: Optional[pulumi.Input[str]] = None,
268
+ __props__=None):
269
+ """
270
+ Details of topic record
271
+
272
+ :param str resource_name: The name of the resource.
273
+ :param pulumi.ResourceOptions opts: Options for the resource.
274
+ :param pulumi.Input[str] cluster_id: Confluent kafka or schema registry cluster id
275
+ :param pulumi.Input[Union['TopicsRelatedLinkArgs', 'TopicsRelatedLinkArgsDict']] configs: Config Specification of the topic
276
+ :param pulumi.Input[str] environment_id: Confluent environment id
277
+ :param pulumi.Input[Sequence[pulumi.Input[Union['TopicsInputConfigArgs', 'TopicsInputConfigArgsDict']]]] input_configs: Input Config Specification of the topic
278
+ :param pulumi.Input[str] kind: Type of topic
279
+ :param pulumi.Input[Union['TopicMetadataEntityArgs', 'TopicMetadataEntityArgsDict']] metadata: Metadata of the record
280
+ :param pulumi.Input[str] organization_name: Organization resource name
281
+ :param pulumi.Input[Union['TopicsRelatedLinkArgs', 'TopicsRelatedLinkArgsDict']] partitions: Partition Specification of the topic
282
+ :param pulumi.Input[str] partitions_count: Partition count of the topic
283
+ :param pulumi.Input[Union['TopicsRelatedLinkArgs', 'TopicsRelatedLinkArgsDict']] partitions_reassignments: Partition Reassignment Specification of the topic
284
+ :param pulumi.Input[str] replication_factor: Replication factor of the topic
285
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
286
+ :param pulumi.Input[str] topic_id: Topic Id returned by Confluent
287
+ :param pulumi.Input[str] topic_name: Confluent kafka or schema registry topic name
288
+ """
289
+ ...
290
+ @overload
291
+ def __init__(__self__,
292
+ resource_name: str,
293
+ args: TopicArgs,
294
+ opts: Optional[pulumi.ResourceOptions] = None):
295
+ """
296
+ Details of topic record
297
+
298
+ :param str resource_name: The name of the resource.
299
+ :param TopicArgs args: The arguments to use to populate this resource's properties.
300
+ :param pulumi.ResourceOptions opts: Options for the resource.
301
+ """
302
+ ...
303
+ def __init__(__self__, resource_name: str, *args, **kwargs):
304
+ resource_args, opts = _utilities.get_resource_args_opts(TopicArgs, pulumi.ResourceOptions, *args, **kwargs)
305
+ if resource_args is not None:
306
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
307
+ else:
308
+ __self__._internal_init(resource_name, *args, **kwargs)
309
+
310
+ def _internal_init(__self__,
311
+ resource_name: str,
312
+ opts: Optional[pulumi.ResourceOptions] = None,
313
+ cluster_id: Optional[pulumi.Input[str]] = None,
314
+ configs: Optional[pulumi.Input[Union['TopicsRelatedLinkArgs', 'TopicsRelatedLinkArgsDict']]] = None,
315
+ environment_id: Optional[pulumi.Input[str]] = None,
316
+ input_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['TopicsInputConfigArgs', 'TopicsInputConfigArgsDict']]]]] = None,
317
+ kind: Optional[pulumi.Input[str]] = None,
318
+ metadata: Optional[pulumi.Input[Union['TopicMetadataEntityArgs', 'TopicMetadataEntityArgsDict']]] = None,
319
+ organization_name: Optional[pulumi.Input[str]] = None,
320
+ partitions: Optional[pulumi.Input[Union['TopicsRelatedLinkArgs', 'TopicsRelatedLinkArgsDict']]] = None,
321
+ partitions_count: Optional[pulumi.Input[str]] = None,
322
+ partitions_reassignments: Optional[pulumi.Input[Union['TopicsRelatedLinkArgs', 'TopicsRelatedLinkArgsDict']]] = None,
323
+ replication_factor: Optional[pulumi.Input[str]] = None,
324
+ resource_group_name: Optional[pulumi.Input[str]] = None,
325
+ topic_id: Optional[pulumi.Input[str]] = None,
326
+ topic_name: Optional[pulumi.Input[str]] = None,
327
+ __props__=None):
328
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
329
+ if not isinstance(opts, pulumi.ResourceOptions):
330
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
331
+ if opts.id is None:
332
+ if __props__ is not None:
333
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
334
+ __props__ = TopicArgs.__new__(TopicArgs)
335
+
336
+ if cluster_id is None and not opts.urn:
337
+ raise TypeError("Missing required property 'cluster_id'")
338
+ __props__.__dict__["cluster_id"] = cluster_id
339
+ __props__.__dict__["configs"] = configs
340
+ if environment_id is None and not opts.urn:
341
+ raise TypeError("Missing required property 'environment_id'")
342
+ __props__.__dict__["environment_id"] = environment_id
343
+ __props__.__dict__["input_configs"] = input_configs
344
+ __props__.__dict__["kind"] = kind
345
+ __props__.__dict__["metadata"] = metadata
346
+ if organization_name is None and not opts.urn:
347
+ raise TypeError("Missing required property 'organization_name'")
348
+ __props__.__dict__["organization_name"] = organization_name
349
+ __props__.__dict__["partitions"] = partitions
350
+ __props__.__dict__["partitions_count"] = partitions_count
351
+ __props__.__dict__["partitions_reassignments"] = partitions_reassignments
352
+ __props__.__dict__["replication_factor"] = replication_factor
353
+ if resource_group_name is None and not opts.urn:
354
+ raise TypeError("Missing required property 'resource_group_name'")
355
+ __props__.__dict__["resource_group_name"] = resource_group_name
356
+ __props__.__dict__["topic_id"] = topic_id
357
+ __props__.__dict__["topic_name"] = topic_name
358
+ __props__.__dict__["name"] = None
359
+ __props__.__dict__["type"] = None
360
+ super(Topic, __self__).__init__(
361
+ 'azure-native:confluent/v20240701:Topic',
362
+ resource_name,
363
+ __props__,
364
+ opts)
365
+
366
+ @staticmethod
367
+ def get(resource_name: str,
368
+ id: pulumi.Input[str],
369
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'Topic':
370
+ """
371
+ Get an existing Topic resource's state with the given name, id, and optional extra
372
+ properties used to qualify the lookup.
373
+
374
+ :param str resource_name: The unique name of the resulting resource.
375
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
376
+ :param pulumi.ResourceOptions opts: Options for the resource.
377
+ """
378
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
379
+
380
+ __props__ = TopicArgs.__new__(TopicArgs)
381
+
382
+ __props__.__dict__["configs"] = None
383
+ __props__.__dict__["input_configs"] = None
384
+ __props__.__dict__["kind"] = None
385
+ __props__.__dict__["metadata"] = None
386
+ __props__.__dict__["name"] = None
387
+ __props__.__dict__["partitions"] = None
388
+ __props__.__dict__["partitions_count"] = None
389
+ __props__.__dict__["partitions_reassignments"] = None
390
+ __props__.__dict__["replication_factor"] = None
391
+ __props__.__dict__["topic_id"] = None
392
+ __props__.__dict__["type"] = None
393
+ return Topic(resource_name, opts=opts, __props__=__props__)
394
+
395
+ @property
396
+ @pulumi.getter
397
+ def configs(self) -> pulumi.Output[Optional['outputs.TopicsRelatedLinkResponse']]:
398
+ """
399
+ Config Specification of the topic
400
+ """
401
+ return pulumi.get(self, "configs")
402
+
403
+ @property
404
+ @pulumi.getter(name="inputConfigs")
405
+ def input_configs(self) -> pulumi.Output[Optional[Sequence['outputs.TopicsInputConfigResponse']]]:
406
+ """
407
+ Input Config Specification of the topic
408
+ """
409
+ return pulumi.get(self, "input_configs")
410
+
411
+ @property
412
+ @pulumi.getter
413
+ def kind(self) -> pulumi.Output[Optional[str]]:
414
+ """
415
+ Type of topic
416
+ """
417
+ return pulumi.get(self, "kind")
418
+
419
+ @property
420
+ @pulumi.getter
421
+ def metadata(self) -> pulumi.Output[Optional['outputs.TopicMetadataEntityResponse']]:
422
+ """
423
+ Metadata of the record
424
+ """
425
+ return pulumi.get(self, "metadata")
426
+
427
+ @property
428
+ @pulumi.getter
429
+ def name(self) -> pulumi.Output[str]:
430
+ """
431
+ Display name of the topic
432
+ """
433
+ return pulumi.get(self, "name")
434
+
435
+ @property
436
+ @pulumi.getter
437
+ def partitions(self) -> pulumi.Output[Optional['outputs.TopicsRelatedLinkResponse']]:
438
+ """
439
+ Partition Specification of the topic
440
+ """
441
+ return pulumi.get(self, "partitions")
442
+
443
+ @property
444
+ @pulumi.getter(name="partitionsCount")
445
+ def partitions_count(self) -> pulumi.Output[Optional[str]]:
446
+ """
447
+ Partition count of the topic
448
+ """
449
+ return pulumi.get(self, "partitions_count")
450
+
451
+ @property
452
+ @pulumi.getter(name="partitionsReassignments")
453
+ def partitions_reassignments(self) -> pulumi.Output[Optional['outputs.TopicsRelatedLinkResponse']]:
454
+ """
455
+ Partition Reassignment Specification of the topic
456
+ """
457
+ return pulumi.get(self, "partitions_reassignments")
458
+
459
+ @property
460
+ @pulumi.getter(name="replicationFactor")
461
+ def replication_factor(self) -> pulumi.Output[Optional[str]]:
462
+ """
463
+ Replication factor of the topic
464
+ """
465
+ return pulumi.get(self, "replication_factor")
466
+
467
+ @property
468
+ @pulumi.getter(name="topicId")
469
+ def topic_id(self) -> pulumi.Output[Optional[str]]:
470
+ """
471
+ Topic Id returned by Confluent
472
+ """
473
+ return pulumi.get(self, "topic_id")
474
+
475
+ @property
476
+ @pulumi.getter
477
+ def type(self) -> pulumi.Output[str]:
478
+ """
479
+ The type of the resource.
480
+ """
481
+ return pulumi.get(self, "type")
482
+
@@ -6,6 +6,7 @@ from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from ._enums import *
9
+ from .get_billing_info import *
9
10
  from .get_monitor import *
10
11
  from .get_monitor_default_key import *
11
12
  from .get_monitored_subscription import *
@@ -26,8 +27,14 @@ if typing.TYPE_CHECKING:
26
27
  v20220801 = __v20220801
27
28
  import pulumi_azure_native.datadog.v20230101 as __v20230101
28
29
  v20230101 = __v20230101
30
+ import pulumi_azure_native.datadog.v20230707 as __v20230707
31
+ v20230707 = __v20230707
32
+ import pulumi_azure_native.datadog.v20231020 as __v20231020
33
+ v20231020 = __v20231020
29
34
  else:
30
35
  v20220601 = _utilities.lazy_import('pulumi_azure_native.datadog.v20220601')
31
36
  v20220801 = _utilities.lazy_import('pulumi_azure_native.datadog.v20220801')
32
37
  v20230101 = _utilities.lazy_import('pulumi_azure_native.datadog.v20230101')
38
+ v20230707 = _utilities.lazy_import('pulumi_azure_native.datadog.v20230707')
39
+ v20231020 = _utilities.lazy_import('pulumi_azure_native.datadog.v20231020')
33
40
 
@@ -0,0 +1,103 @@
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
+ 'GetBillingInfoResult',
20
+ 'AwaitableGetBillingInfoResult',
21
+ 'get_billing_info',
22
+ 'get_billing_info_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetBillingInfoResult:
27
+ """
28
+ Marketplace Subscription and Organization details to which resource gets billed into.
29
+ """
30
+ def __init__(__self__, marketplace_saas_info=None, partner_billing_entity=None):
31
+ if marketplace_saas_info and not isinstance(marketplace_saas_info, dict):
32
+ raise TypeError("Expected argument 'marketplace_saas_info' to be a dict")
33
+ pulumi.set(__self__, "marketplace_saas_info", marketplace_saas_info)
34
+ if partner_billing_entity and not isinstance(partner_billing_entity, dict):
35
+ raise TypeError("Expected argument 'partner_billing_entity' to be a dict")
36
+ pulumi.set(__self__, "partner_billing_entity", partner_billing_entity)
37
+
38
+ @property
39
+ @pulumi.getter(name="marketplaceSaasInfo")
40
+ def marketplace_saas_info(self) -> Optional['outputs.MarketplaceSaaSInfoResponse']:
41
+ """
42
+ Marketplace Subscription details
43
+ """
44
+ return pulumi.get(self, "marketplace_saas_info")
45
+
46
+ @property
47
+ @pulumi.getter(name="partnerBillingEntity")
48
+ def partner_billing_entity(self) -> Optional['outputs.PartnerBillingEntityResponse']:
49
+ """
50
+ Partner Billing Entity details: Organization Info
51
+ """
52
+ return pulumi.get(self, "partner_billing_entity")
53
+
54
+
55
+ class AwaitableGetBillingInfoResult(GetBillingInfoResult):
56
+ # pylint: disable=using-constant-test
57
+ def __await__(self):
58
+ if False:
59
+ yield self
60
+ return GetBillingInfoResult(
61
+ marketplace_saas_info=self.marketplace_saas_info,
62
+ partner_billing_entity=self.partner_billing_entity)
63
+
64
+
65
+ def get_billing_info(monitor_name: Optional[str] = None,
66
+ resource_group_name: Optional[str] = None,
67
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBillingInfoResult:
68
+ """
69
+ Marketplace Subscription and Organization details to which resource gets billed into.
70
+ Azure REST API version: 2023-10-20.
71
+
72
+
73
+ :param str monitor_name: Monitor resource name
74
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
75
+ """
76
+ __args__ = dict()
77
+ __args__['monitorName'] = monitor_name
78
+ __args__['resourceGroupName'] = resource_group_name
79
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
80
+ __ret__ = pulumi.runtime.invoke('azure-native:datadog:getBillingInfo', __args__, opts=opts, typ=GetBillingInfoResult).value
81
+
82
+ return AwaitableGetBillingInfoResult(
83
+ marketplace_saas_info=pulumi.get(__ret__, 'marketplace_saas_info'),
84
+ partner_billing_entity=pulumi.get(__ret__, 'partner_billing_entity'))
85
+ def get_billing_info_output(monitor_name: Optional[pulumi.Input[str]] = None,
86
+ resource_group_name: Optional[pulumi.Input[str]] = None,
87
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBillingInfoResult]:
88
+ """
89
+ Marketplace Subscription and Organization details to which resource gets billed into.
90
+ Azure REST API version: 2023-10-20.
91
+
92
+
93
+ :param str monitor_name: Monitor resource name
94
+ :param str resource_group_name: The name of the resource group. The name is case insensitive.
95
+ """
96
+ __args__ = dict()
97
+ __args__['monitorName'] = monitor_name
98
+ __args__['resourceGroupName'] = resource_group_name
99
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
100
+ __ret__ = pulumi.runtime.invoke_output('azure-native:datadog:getBillingInfo', __args__, opts=opts, typ=GetBillingInfoResult)
101
+ return __ret__.apply(lambda __response__: GetBillingInfoResult(
102
+ marketplace_saas_info=pulumi.get(__response__, 'marketplace_saas_info'),
103
+ partner_billing_entity=pulumi.get(__response__, 'partner_billing_entity')))
@@ -137,7 +137,7 @@ def get_monitor(monitor_name: Optional[str] = None,
137
137
  """
138
138
  Azure REST API version: 2022-06-01.
139
139
 
140
- Other available API versions: 2022-08-01, 2023-01-01.
140
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
141
141
 
142
142
 
143
143
  :param str monitor_name: Monitor resource name
@@ -165,7 +165,7 @@ def get_monitor_output(monitor_name: Optional[pulumi.Input[str]] = None,
165
165
  """
166
166
  Azure REST API version: 2022-06-01.
167
167
 
168
- Other available API versions: 2022-08-01, 2023-01-01.
168
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
169
169
 
170
170
 
171
171
  :param str monitor_name: Monitor resource name
@@ -88,7 +88,7 @@ def get_monitor_default_key(monitor_name: Optional[str] = None,
88
88
  """
89
89
  Azure REST API version: 2022-06-01.
90
90
 
91
- Other available API versions: 2022-08-01, 2023-01-01.
91
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
92
92
 
93
93
 
94
94
  :param str monitor_name: Monitor resource name
@@ -111,7 +111,7 @@ def get_monitor_default_key_output(monitor_name: Optional[pulumi.Input[str]] = N
111
111
  """
112
112
  Azure REST API version: 2022-06-01.
113
113
 
114
- Other available API versions: 2022-08-01, 2023-01-01.
114
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
115
115
 
116
116
 
117
117
  :param str monitor_name: Monitor resource name
@@ -94,6 +94,8 @@ def get_monitored_subscription(configuration_name: Optional[str] = None,
94
94
  The request to update subscriptions needed to be monitored by the Datadog monitor resource.
95
95
  Azure REST API version: 2023-01-01.
96
96
 
97
+ Other available API versions: 2023-07-07, 2023-10-20.
98
+
97
99
 
98
100
  :param str configuration_name: The configuration name. Only 'default' value is supported.
99
101
  :param str monitor_name: Monitor resource name
@@ -119,6 +121,8 @@ def get_monitored_subscription_output(configuration_name: Optional[pulumi.Input[
119
121
  The request to update subscriptions needed to be monitored by the Datadog monitor resource.
120
122
  Azure REST API version: 2023-01-01.
121
123
 
124
+ Other available API versions: 2023-07-07, 2023-10-20.
125
+
122
126
 
123
127
  :param str configuration_name: The configuration name. Only 'default' value is supported.
124
128
  :param str monitor_name: Monitor resource name
@@ -69,7 +69,7 @@ def list_monitor_api_keys(monitor_name: Optional[str] = None,
69
69
  Response of a list operation.
70
70
  Azure REST API version: 2022-06-01.
71
71
 
72
- Other available API versions: 2022-08-01, 2023-01-01.
72
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
73
73
 
74
74
 
75
75
  :param str monitor_name: Monitor resource name
@@ -91,7 +91,7 @@ def list_monitor_api_keys_output(monitor_name: Optional[pulumi.Input[str]] = Non
91
91
  Response of a list operation.
92
92
  Azure REST API version: 2022-06-01.
93
93
 
94
- Other available API versions: 2022-08-01, 2023-01-01.
94
+ Other available API versions: 2022-08-01, 2023-01-01, 2023-07-07, 2023-10-20.
95
95
 
96
96
 
97
97
  :param str monitor_name: Monitor resource name