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,325 @@
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
+ from ._inputs import *
19
+
20
+ __all__ = ['OrganizationEnvironmentByIdArgs', 'OrganizationEnvironmentById']
21
+
22
+ @pulumi.input_type
23
+ class OrganizationEnvironmentByIdArgs:
24
+ def __init__(__self__, *,
25
+ organization_name: pulumi.Input[str],
26
+ resource_group_name: pulumi.Input[str],
27
+ environment_id: Optional[pulumi.Input[str]] = None,
28
+ id: Optional[pulumi.Input[str]] = None,
29
+ kind: Optional[pulumi.Input[str]] = None,
30
+ metadata: Optional[pulumi.Input['SCMetadataEntityArgs']] = None,
31
+ name: Optional[pulumi.Input[str]] = None,
32
+ stream_governance_config: Optional[pulumi.Input['StreamGovernanceConfigArgs']] = None,
33
+ type: Optional[pulumi.Input[str]] = None):
34
+ """
35
+ The set of arguments for constructing a OrganizationEnvironmentById resource.
36
+ :param pulumi.Input[str] organization_name: Organization resource name
37
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
38
+ :param pulumi.Input[str] environment_id: Confluent environment id
39
+ :param pulumi.Input[str] id: Id of the environment
40
+ :param pulumi.Input[str] kind: Type of environment
41
+ :param pulumi.Input['SCMetadataEntityArgs'] metadata: Metadata of the record
42
+ :param pulumi.Input[str] name: Display name of the environment
43
+ :param pulumi.Input['StreamGovernanceConfigArgs'] stream_governance_config: Stream governance configuration
44
+ :param pulumi.Input[str] type: Type of the resource
45
+ """
46
+ pulumi.set(__self__, "organization_name", organization_name)
47
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
48
+ if environment_id is not None:
49
+ pulumi.set(__self__, "environment_id", environment_id)
50
+ if id is not None:
51
+ pulumi.set(__self__, "id", id)
52
+ if kind is not None:
53
+ pulumi.set(__self__, "kind", kind)
54
+ if metadata is not None:
55
+ pulumi.set(__self__, "metadata", metadata)
56
+ if name is not None:
57
+ pulumi.set(__self__, "name", name)
58
+ if stream_governance_config is not None:
59
+ pulumi.set(__self__, "stream_governance_config", stream_governance_config)
60
+ if type is not None:
61
+ pulumi.set(__self__, "type", type)
62
+
63
+ @property
64
+ @pulumi.getter(name="organizationName")
65
+ def organization_name(self) -> pulumi.Input[str]:
66
+ """
67
+ Organization resource name
68
+ """
69
+ return pulumi.get(self, "organization_name")
70
+
71
+ @organization_name.setter
72
+ def organization_name(self, value: pulumi.Input[str]):
73
+ pulumi.set(self, "organization_name", value)
74
+
75
+ @property
76
+ @pulumi.getter(name="resourceGroupName")
77
+ def resource_group_name(self) -> pulumi.Input[str]:
78
+ """
79
+ The name of the resource group. The name is case insensitive.
80
+ """
81
+ return pulumi.get(self, "resource_group_name")
82
+
83
+ @resource_group_name.setter
84
+ def resource_group_name(self, value: pulumi.Input[str]):
85
+ pulumi.set(self, "resource_group_name", value)
86
+
87
+ @property
88
+ @pulumi.getter(name="environmentId")
89
+ def environment_id(self) -> Optional[pulumi.Input[str]]:
90
+ """
91
+ Confluent environment id
92
+ """
93
+ return pulumi.get(self, "environment_id")
94
+
95
+ @environment_id.setter
96
+ def environment_id(self, value: Optional[pulumi.Input[str]]):
97
+ pulumi.set(self, "environment_id", value)
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def id(self) -> Optional[pulumi.Input[str]]:
102
+ """
103
+ Id of the environment
104
+ """
105
+ return pulumi.get(self, "id")
106
+
107
+ @id.setter
108
+ def id(self, value: Optional[pulumi.Input[str]]):
109
+ pulumi.set(self, "id", value)
110
+
111
+ @property
112
+ @pulumi.getter
113
+ def kind(self) -> Optional[pulumi.Input[str]]:
114
+ """
115
+ Type of environment
116
+ """
117
+ return pulumi.get(self, "kind")
118
+
119
+ @kind.setter
120
+ def kind(self, value: Optional[pulumi.Input[str]]):
121
+ pulumi.set(self, "kind", value)
122
+
123
+ @property
124
+ @pulumi.getter
125
+ def metadata(self) -> Optional[pulumi.Input['SCMetadataEntityArgs']]:
126
+ """
127
+ Metadata of the record
128
+ """
129
+ return pulumi.get(self, "metadata")
130
+
131
+ @metadata.setter
132
+ def metadata(self, value: Optional[pulumi.Input['SCMetadataEntityArgs']]):
133
+ pulumi.set(self, "metadata", value)
134
+
135
+ @property
136
+ @pulumi.getter
137
+ def name(self) -> Optional[pulumi.Input[str]]:
138
+ """
139
+ Display name of the environment
140
+ """
141
+ return pulumi.get(self, "name")
142
+
143
+ @name.setter
144
+ def name(self, value: Optional[pulumi.Input[str]]):
145
+ pulumi.set(self, "name", value)
146
+
147
+ @property
148
+ @pulumi.getter(name="streamGovernanceConfig")
149
+ def stream_governance_config(self) -> Optional[pulumi.Input['StreamGovernanceConfigArgs']]:
150
+ """
151
+ Stream governance configuration
152
+ """
153
+ return pulumi.get(self, "stream_governance_config")
154
+
155
+ @stream_governance_config.setter
156
+ def stream_governance_config(self, value: Optional[pulumi.Input['StreamGovernanceConfigArgs']]):
157
+ pulumi.set(self, "stream_governance_config", value)
158
+
159
+ @property
160
+ @pulumi.getter
161
+ def type(self) -> Optional[pulumi.Input[str]]:
162
+ """
163
+ Type of the resource
164
+ """
165
+ return pulumi.get(self, "type")
166
+
167
+ @type.setter
168
+ def type(self, value: Optional[pulumi.Input[str]]):
169
+ pulumi.set(self, "type", value)
170
+
171
+
172
+ class OrganizationEnvironmentById(pulumi.CustomResource):
173
+ @overload
174
+ def __init__(__self__,
175
+ resource_name: str,
176
+ opts: Optional[pulumi.ResourceOptions] = None,
177
+ environment_id: Optional[pulumi.Input[str]] = None,
178
+ id: Optional[pulumi.Input[str]] = None,
179
+ kind: Optional[pulumi.Input[str]] = None,
180
+ metadata: Optional[pulumi.Input[Union['SCMetadataEntityArgs', 'SCMetadataEntityArgsDict']]] = None,
181
+ name: Optional[pulumi.Input[str]] = None,
182
+ organization_name: Optional[pulumi.Input[str]] = None,
183
+ resource_group_name: Optional[pulumi.Input[str]] = None,
184
+ stream_governance_config: Optional[pulumi.Input[Union['StreamGovernanceConfigArgs', 'StreamGovernanceConfigArgsDict']]] = None,
185
+ type: Optional[pulumi.Input[str]] = None,
186
+ __props__=None):
187
+ """
188
+ Details about environment name, metadata and environment id of an environment
189
+
190
+ :param str resource_name: The name of the resource.
191
+ :param pulumi.ResourceOptions opts: Options for the resource.
192
+ :param pulumi.Input[str] environment_id: Confluent environment id
193
+ :param pulumi.Input[str] id: Id of the environment
194
+ :param pulumi.Input[str] kind: Type of environment
195
+ :param pulumi.Input[Union['SCMetadataEntityArgs', 'SCMetadataEntityArgsDict']] metadata: Metadata of the record
196
+ :param pulumi.Input[str] name: Display name of the environment
197
+ :param pulumi.Input[str] organization_name: Organization resource name
198
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
199
+ :param pulumi.Input[Union['StreamGovernanceConfigArgs', 'StreamGovernanceConfigArgsDict']] stream_governance_config: Stream governance configuration
200
+ :param pulumi.Input[str] type: Type of the resource
201
+ """
202
+ ...
203
+ @overload
204
+ def __init__(__self__,
205
+ resource_name: str,
206
+ args: OrganizationEnvironmentByIdArgs,
207
+ opts: Optional[pulumi.ResourceOptions] = None):
208
+ """
209
+ Details about environment name, metadata and environment id of an environment
210
+
211
+ :param str resource_name: The name of the resource.
212
+ :param OrganizationEnvironmentByIdArgs args: The arguments to use to populate this resource's properties.
213
+ :param pulumi.ResourceOptions opts: Options for the resource.
214
+ """
215
+ ...
216
+ def __init__(__self__, resource_name: str, *args, **kwargs):
217
+ resource_args, opts = _utilities.get_resource_args_opts(OrganizationEnvironmentByIdArgs, pulumi.ResourceOptions, *args, **kwargs)
218
+ if resource_args is not None:
219
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
220
+ else:
221
+ __self__._internal_init(resource_name, *args, **kwargs)
222
+
223
+ def _internal_init(__self__,
224
+ resource_name: str,
225
+ opts: Optional[pulumi.ResourceOptions] = None,
226
+ environment_id: Optional[pulumi.Input[str]] = None,
227
+ id: Optional[pulumi.Input[str]] = None,
228
+ kind: Optional[pulumi.Input[str]] = None,
229
+ metadata: Optional[pulumi.Input[Union['SCMetadataEntityArgs', 'SCMetadataEntityArgsDict']]] = None,
230
+ name: Optional[pulumi.Input[str]] = None,
231
+ organization_name: Optional[pulumi.Input[str]] = None,
232
+ resource_group_name: Optional[pulumi.Input[str]] = None,
233
+ stream_governance_config: Optional[pulumi.Input[Union['StreamGovernanceConfigArgs', 'StreamGovernanceConfigArgsDict']]] = None,
234
+ type: Optional[pulumi.Input[str]] = None,
235
+ __props__=None):
236
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
237
+ if not isinstance(opts, pulumi.ResourceOptions):
238
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
239
+ if opts.id is None:
240
+ if __props__ is not None:
241
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
242
+ __props__ = OrganizationEnvironmentByIdArgs.__new__(OrganizationEnvironmentByIdArgs)
243
+
244
+ __props__.__dict__["environment_id"] = environment_id
245
+ __props__.__dict__["id"] = id
246
+ __props__.__dict__["kind"] = kind
247
+ __props__.__dict__["metadata"] = metadata
248
+ __props__.__dict__["name"] = name
249
+ if organization_name is None and not opts.urn:
250
+ raise TypeError("Missing required property 'organization_name'")
251
+ __props__.__dict__["organization_name"] = organization_name
252
+ if resource_group_name is None and not opts.urn:
253
+ raise TypeError("Missing required property 'resource_group_name'")
254
+ __props__.__dict__["resource_group_name"] = resource_group_name
255
+ __props__.__dict__["stream_governance_config"] = stream_governance_config
256
+ __props__.__dict__["type"] = type
257
+ super(OrganizationEnvironmentById, __self__).__init__(
258
+ 'azure-native:confluent/v20240701:OrganizationEnvironmentById',
259
+ resource_name,
260
+ __props__,
261
+ opts)
262
+
263
+ @staticmethod
264
+ def get(resource_name: str,
265
+ id: pulumi.Input[str],
266
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'OrganizationEnvironmentById':
267
+ """
268
+ Get an existing OrganizationEnvironmentById resource's state with the given name, id, and optional extra
269
+ properties used to qualify the lookup.
270
+
271
+ :param str resource_name: The unique name of the resulting resource.
272
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
273
+ :param pulumi.ResourceOptions opts: Options for the resource.
274
+ """
275
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
276
+
277
+ __props__ = OrganizationEnvironmentByIdArgs.__new__(OrganizationEnvironmentByIdArgs)
278
+
279
+ __props__.__dict__["kind"] = None
280
+ __props__.__dict__["metadata"] = None
281
+ __props__.__dict__["name"] = None
282
+ __props__.__dict__["stream_governance_config"] = None
283
+ __props__.__dict__["type"] = None
284
+ return OrganizationEnvironmentById(resource_name, opts=opts, __props__=__props__)
285
+
286
+ @property
287
+ @pulumi.getter
288
+ def kind(self) -> pulumi.Output[Optional[str]]:
289
+ """
290
+ Type of environment
291
+ """
292
+ return pulumi.get(self, "kind")
293
+
294
+ @property
295
+ @pulumi.getter
296
+ def metadata(self) -> pulumi.Output[Optional['outputs.SCMetadataEntityResponse']]:
297
+ """
298
+ Metadata of the record
299
+ """
300
+ return pulumi.get(self, "metadata")
301
+
302
+ @property
303
+ @pulumi.getter
304
+ def name(self) -> pulumi.Output[Optional[str]]:
305
+ """
306
+ Display name of the environment
307
+ """
308
+ return pulumi.get(self, "name")
309
+
310
+ @property
311
+ @pulumi.getter(name="streamGovernanceConfig")
312
+ def stream_governance_config(self) -> pulumi.Output[Optional['outputs.StreamGovernanceConfigResponse']]:
313
+ """
314
+ Stream governance configuration
315
+ """
316
+ return pulumi.get(self, "stream_governance_config")
317
+
318
+ @property
319
+ @pulumi.getter
320
+ def type(self) -> pulumi.Output[Optional[str]]:
321
+ """
322
+ Type of the resource
323
+ """
324
+ return pulumi.get(self, "type")
325
+