pulumi-azure-native 2.83.0a1737124612__py3-none-any.whl → 2.84.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 (96) hide show
  1. pulumi_azure_native/__init__.py +39 -0
  2. pulumi_azure_native/dashboard/__init__.py +3 -0
  3. pulumi_azure_native/dashboard/get_grafana.py +2 -2
  4. pulumi_azure_native/dashboard/get_integration_fabric.py +4 -0
  5. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
  6. pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
  7. pulumi_azure_native/dashboard/grafana.py +3 -3
  8. pulumi_azure_native/dashboard/integration_fabric.py +5 -1
  9. pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
  10. pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
  11. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  12. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  13. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  14. pulumi_azure_native/dashboard/v20221001preview/grafana.py +1 -1
  15. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +1 -1
  16. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +1 -1
  17. pulumi_azure_native/dashboard/v20230901/grafana.py +1 -1
  18. pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py +1 -1
  19. pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py +1 -1
  20. pulumi_azure_native/dashboard/v20231001preview/grafana.py +1 -1
  21. pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py +1 -1
  22. pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py +1 -1
  23. pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py +1 -1
  24. pulumi_azure_native/dashboard/v20241001/__init__.py +18 -0
  25. pulumi_azure_native/dashboard/v20241001/_enums.py +93 -0
  26. pulumi_azure_native/dashboard/v20241001/_inputs.py +1009 -0
  27. pulumi_azure_native/dashboard/v20241001/get_grafana.py +199 -0
  28. pulumi_azure_native/dashboard/v20241001/get_integration_fabric.py +174 -0
  29. pulumi_azure_native/dashboard/v20241001/get_managed_private_endpoint.py +275 -0
  30. pulumi_azure_native/dashboard/v20241001/get_private_endpoint_connection.py +191 -0
  31. pulumi_azure_native/dashboard/v20241001/grafana.py +316 -0
  32. pulumi_azure_native/dashboard/v20241001/integration_fabric.py +270 -0
  33. pulumi_azure_native/dashboard/v20241001/managed_private_endpoint.py +423 -0
  34. pulumi_azure_native/dashboard/v20241001/outputs.py +1332 -0
  35. pulumi_azure_native/dashboard/v20241001/private_endpoint_connection.py +271 -0
  36. pulumi_azure_native/datafactory/_enums.py +8 -0
  37. pulumi_azure_native/datafactory/_inputs.py +180 -0
  38. pulumi_azure_native/datafactory/outputs.py +117 -1
  39. pulumi_azure_native/datafactory/v20180601/_enums.py +8 -0
  40. pulumi_azure_native/datafactory/v20180601/_inputs.py +180 -0
  41. pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1
  42. pulumi_azure_native/insights/__init__.py +6 -0
  43. pulumi_azure_native/insights/get_private_endpoint_connection.py +2 -2
  44. pulumi_azure_native/insights/get_private_link_scope.py +2 -2
  45. pulumi_azure_native/insights/get_private_link_scoped_resource.py +4 -0
  46. pulumi_azure_native/insights/private_endpoint_connection.py +3 -3
  47. pulumi_azure_native/insights/private_link_scope.py +3 -3
  48. pulumi_azure_native/insights/private_link_scoped_resource.py +5 -1
  49. pulumi_azure_native/insights/v20191017preview/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/insights/v20191017preview/private_link_scope.py +1 -1
  51. pulumi_azure_native/insights/v20210701preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/insights/v20210701preview/private_link_scope.py +1 -1
  53. pulumi_azure_native/insights/v20210701preview/private_link_scoped_resource.py +1 -1
  54. pulumi_azure_native/insights/v20210901/__init__.py +16 -0
  55. pulumi_azure_native/insights/v20210901/_enums.py +27 -0
  56. pulumi_azure_native/insights/v20210901/_inputs.py +254 -0
  57. pulumi_azure_native/insights/v20210901/get_private_endpoint_connection.py +163 -0
  58. pulumi_azure_native/insights/v20210901/get_private_link_scope.py +199 -0
  59. pulumi_azure_native/insights/v20210901/get_private_link_scoped_resource.py +163 -0
  60. pulumi_azure_native/insights/v20210901/outputs.py +454 -0
  61. pulumi_azure_native/insights/v20210901/private_endpoint_connection.py +232 -0
  62. pulumi_azure_native/insights/v20210901/private_link_scope.py +279 -0
  63. pulumi_azure_native/insights/v20210901/private_link_scoped_resource.py +228 -0
  64. pulumi_azure_native/insights/v20230601preview/__init__.py +16 -0
  65. pulumi_azure_native/insights/v20230601preview/_enums.py +36 -0
  66. pulumi_azure_native/insights/v20230601preview/_inputs.py +254 -0
  67. pulumi_azure_native/insights/v20230601preview/get_private_endpoint_connection.py +163 -0
  68. pulumi_azure_native/insights/v20230601preview/get_private_link_scope.py +199 -0
  69. pulumi_azure_native/insights/v20230601preview/get_private_link_scoped_resource.py +191 -0
  70. pulumi_azure_native/insights/v20230601preview/outputs.py +454 -0
  71. pulumi_azure_native/insights/v20230601preview/private_endpoint_connection.py +232 -0
  72. pulumi_azure_native/insights/v20230601preview/private_link_scope.py +279 -0
  73. pulumi_azure_native/insights/v20230601preview/private_link_scoped_resource.py +287 -0
  74. pulumi_azure_native/pulumi-plugin.json +1 -1
  75. pulumi_azure_native/redhatopenshift/__init__.py +3 -0
  76. pulumi_azure_native/redhatopenshift/get_open_shift_cluster.py +2 -2
  77. pulumi_azure_native/redhatopenshift/list_open_shift_cluster_admin_credentials.py +2 -2
  78. pulumi_azure_native/redhatopenshift/list_open_shift_cluster_credentials.py +2 -2
  79. pulumi_azure_native/redhatopenshift/open_shift_cluster.py +3 -3
  80. pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
  81. pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
  82. pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
  83. pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +1 -1
  84. pulumi_azure_native/redhatopenshift/v20231122/open_shift_cluster.py +1 -1
  85. pulumi_azure_native/redhatopenshift/v20240812preview/__init__.py +14 -0
  86. pulumi_azure_native/redhatopenshift/v20240812preview/_enums.py +78 -0
  87. pulumi_azure_native/redhatopenshift/v20240812preview/_inputs.py +910 -0
  88. pulumi_azure_native/redhatopenshift/v20240812preview/get_open_shift_cluster.py +325 -0
  89. pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_admin_credentials.py +86 -0
  90. pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_credentials.py +100 -0
  91. pulumi_azure_native/redhatopenshift/v20240812preview/open_shift_cluster.py +539 -0
  92. pulumi_azure_native/redhatopenshift/v20240812preview/outputs.py +1062 -0
  93. {pulumi_azure_native-2.83.0a1737124612.dist-info → pulumi_azure_native-2.84.0.dist-info}/METADATA +1 -1
  94. {pulumi_azure_native-2.83.0a1737124612.dist-info → pulumi_azure_native-2.84.0.dist-info}/RECORD +96 -56
  95. {pulumi_azure_native-2.83.0a1737124612.dist-info → pulumi_azure_native-2.84.0.dist-info}/WHEEL +0 -0
  96. {pulumi_azure_native-2.83.0a1737124612.dist-info → pulumi_azure_native-2.84.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,454 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AccessModeSettingsExclusionResponse',
21
+ 'AccessModeSettingsResponse',
22
+ 'PrivateEndpointConnectionResponse',
23
+ 'PrivateEndpointResponse',
24
+ 'PrivateLinkServiceConnectionStateResponse',
25
+ 'SystemDataResponse',
26
+ ]
27
+
28
+ @pulumi.output_type
29
+ class AccessModeSettingsExclusionResponse(dict):
30
+ """
31
+ Properties that define the scope private link mode settings exclusion item. This setting applies to a specific private endpoint connection and overrides the default settings for that private endpoint connection.
32
+ """
33
+ @staticmethod
34
+ def __key_warning(key: str):
35
+ suggest = None
36
+ if key == "ingestionAccessMode":
37
+ suggest = "ingestion_access_mode"
38
+ elif key == "privateEndpointConnectionName":
39
+ suggest = "private_endpoint_connection_name"
40
+ elif key == "queryAccessMode":
41
+ suggest = "query_access_mode"
42
+
43
+ if suggest:
44
+ pulumi.log.warn(f"Key '{key}' not found in AccessModeSettingsExclusionResponse. Access the value via the '{suggest}' property getter instead.")
45
+
46
+ def __getitem__(self, key: str) -> Any:
47
+ AccessModeSettingsExclusionResponse.__key_warning(key)
48
+ return super().__getitem__(key)
49
+
50
+ def get(self, key: str, default = None) -> Any:
51
+ AccessModeSettingsExclusionResponse.__key_warning(key)
52
+ return super().get(key, default)
53
+
54
+ def __init__(__self__, *,
55
+ ingestion_access_mode: Optional[str] = None,
56
+ private_endpoint_connection_name: Optional[str] = None,
57
+ query_access_mode: Optional[str] = None):
58
+ """
59
+ Properties that define the scope private link mode settings exclusion item. This setting applies to a specific private endpoint connection and overrides the default settings for that private endpoint connection.
60
+ :param str ingestion_access_mode: Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.
61
+ :param str private_endpoint_connection_name: The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings.
62
+ :param str query_access_mode: Specifies the access mode of queries through the specified private endpoint connection in the exclusion.
63
+ """
64
+ if ingestion_access_mode is not None:
65
+ pulumi.set(__self__, "ingestion_access_mode", ingestion_access_mode)
66
+ if private_endpoint_connection_name is not None:
67
+ pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
68
+ if query_access_mode is not None:
69
+ pulumi.set(__self__, "query_access_mode", query_access_mode)
70
+
71
+ @property
72
+ @pulumi.getter(name="ingestionAccessMode")
73
+ def ingestion_access_mode(self) -> Optional[str]:
74
+ """
75
+ Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.
76
+ """
77
+ return pulumi.get(self, "ingestion_access_mode")
78
+
79
+ @property
80
+ @pulumi.getter(name="privateEndpointConnectionName")
81
+ def private_endpoint_connection_name(self) -> Optional[str]:
82
+ """
83
+ The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings.
84
+ """
85
+ return pulumi.get(self, "private_endpoint_connection_name")
86
+
87
+ @property
88
+ @pulumi.getter(name="queryAccessMode")
89
+ def query_access_mode(self) -> Optional[str]:
90
+ """
91
+ Specifies the access mode of queries through the specified private endpoint connection in the exclusion.
92
+ """
93
+ return pulumi.get(self, "query_access_mode")
94
+
95
+
96
+ @pulumi.output_type
97
+ class AccessModeSettingsResponse(dict):
98
+ """
99
+ Properties that define the scope private link mode settings.
100
+ """
101
+ @staticmethod
102
+ def __key_warning(key: str):
103
+ suggest = None
104
+ if key == "ingestionAccessMode":
105
+ suggest = "ingestion_access_mode"
106
+ elif key == "queryAccessMode":
107
+ suggest = "query_access_mode"
108
+
109
+ if suggest:
110
+ pulumi.log.warn(f"Key '{key}' not found in AccessModeSettingsResponse. Access the value via the '{suggest}' property getter instead.")
111
+
112
+ def __getitem__(self, key: str) -> Any:
113
+ AccessModeSettingsResponse.__key_warning(key)
114
+ return super().__getitem__(key)
115
+
116
+ def get(self, key: str, default = None) -> Any:
117
+ AccessModeSettingsResponse.__key_warning(key)
118
+ return super().get(key, default)
119
+
120
+ def __init__(__self__, *,
121
+ ingestion_access_mode: str,
122
+ query_access_mode: str,
123
+ exclusions: Optional[Sequence['outputs.AccessModeSettingsExclusionResponse']] = None):
124
+ """
125
+ Properties that define the scope private link mode settings.
126
+ :param str ingestion_access_mode: Specifies the default access mode of ingestion through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.
127
+ :param str query_access_mode: Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.
128
+ :param Sequence['AccessModeSettingsExclusionResponse'] exclusions: List of exclusions that override the default access mode settings for specific private endpoint connections.
129
+ """
130
+ pulumi.set(__self__, "ingestion_access_mode", ingestion_access_mode)
131
+ pulumi.set(__self__, "query_access_mode", query_access_mode)
132
+ if exclusions is not None:
133
+ pulumi.set(__self__, "exclusions", exclusions)
134
+
135
+ @property
136
+ @pulumi.getter(name="ingestionAccessMode")
137
+ def ingestion_access_mode(self) -> str:
138
+ """
139
+ Specifies the default access mode of ingestion through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.
140
+ """
141
+ return pulumi.get(self, "ingestion_access_mode")
142
+
143
+ @property
144
+ @pulumi.getter(name="queryAccessMode")
145
+ def query_access_mode(self) -> str:
146
+ """
147
+ Specifies the default access mode of queries through associated private endpoints in scope. If not specified default value is 'Open'. You can override this default setting for a specific private endpoint connection by adding an exclusion in the 'exclusions' array.
148
+ """
149
+ return pulumi.get(self, "query_access_mode")
150
+
151
+ @property
152
+ @pulumi.getter
153
+ def exclusions(self) -> Optional[Sequence['outputs.AccessModeSettingsExclusionResponse']]:
154
+ """
155
+ List of exclusions that override the default access mode settings for specific private endpoint connections.
156
+ """
157
+ return pulumi.get(self, "exclusions")
158
+
159
+
160
+ @pulumi.output_type
161
+ class PrivateEndpointConnectionResponse(dict):
162
+ """
163
+ The Private Endpoint Connection resource.
164
+ """
165
+ @staticmethod
166
+ def __key_warning(key: str):
167
+ suggest = None
168
+ if key == "privateLinkServiceConnectionState":
169
+ suggest = "private_link_service_connection_state"
170
+ elif key == "provisioningState":
171
+ suggest = "provisioning_state"
172
+ elif key == "privateEndpoint":
173
+ suggest = "private_endpoint"
174
+
175
+ if suggest:
176
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
177
+
178
+ def __getitem__(self, key: str) -> Any:
179
+ PrivateEndpointConnectionResponse.__key_warning(key)
180
+ return super().__getitem__(key)
181
+
182
+ def get(self, key: str, default = None) -> Any:
183
+ PrivateEndpointConnectionResponse.__key_warning(key)
184
+ return super().get(key, default)
185
+
186
+ def __init__(__self__, *,
187
+ id: str,
188
+ name: str,
189
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
190
+ provisioning_state: str,
191
+ type: str,
192
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
193
+ """
194
+ The Private Endpoint Connection resource.
195
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
196
+ :param str name: The name of the resource
197
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
198
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
199
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
200
+ :param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
201
+ """
202
+ pulumi.set(__self__, "id", id)
203
+ pulumi.set(__self__, "name", name)
204
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
205
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
206
+ pulumi.set(__self__, "type", type)
207
+ if private_endpoint is not None:
208
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
209
+
210
+ @property
211
+ @pulumi.getter
212
+ def id(self) -> str:
213
+ """
214
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
215
+ """
216
+ return pulumi.get(self, "id")
217
+
218
+ @property
219
+ @pulumi.getter
220
+ def name(self) -> str:
221
+ """
222
+ The name of the resource
223
+ """
224
+ return pulumi.get(self, "name")
225
+
226
+ @property
227
+ @pulumi.getter(name="privateLinkServiceConnectionState")
228
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
229
+ """
230
+ A collection of information about the state of the connection between service consumer and provider.
231
+ """
232
+ return pulumi.get(self, "private_link_service_connection_state")
233
+
234
+ @property
235
+ @pulumi.getter(name="provisioningState")
236
+ def provisioning_state(self) -> str:
237
+ """
238
+ The provisioning state of the private endpoint connection resource.
239
+ """
240
+ return pulumi.get(self, "provisioning_state")
241
+
242
+ @property
243
+ @pulumi.getter
244
+ def type(self) -> str:
245
+ """
246
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
247
+ """
248
+ return pulumi.get(self, "type")
249
+
250
+ @property
251
+ @pulumi.getter(name="privateEndpoint")
252
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
253
+ """
254
+ The resource of private end point.
255
+ """
256
+ return pulumi.get(self, "private_endpoint")
257
+
258
+
259
+ @pulumi.output_type
260
+ class PrivateEndpointResponse(dict):
261
+ """
262
+ The Private Endpoint resource.
263
+ """
264
+ def __init__(__self__, *,
265
+ id: str):
266
+ """
267
+ The Private Endpoint resource.
268
+ :param str id: The ARM identifier for Private Endpoint
269
+ """
270
+ pulumi.set(__self__, "id", id)
271
+
272
+ @property
273
+ @pulumi.getter
274
+ def id(self) -> str:
275
+ """
276
+ The ARM identifier for Private Endpoint
277
+ """
278
+ return pulumi.get(self, "id")
279
+
280
+
281
+ @pulumi.output_type
282
+ class PrivateLinkServiceConnectionStateResponse(dict):
283
+ """
284
+ A collection of information about the state of the connection between service consumer and provider.
285
+ """
286
+ @staticmethod
287
+ def __key_warning(key: str):
288
+ suggest = None
289
+ if key == "actionsRequired":
290
+ suggest = "actions_required"
291
+
292
+ if suggest:
293
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
294
+
295
+ def __getitem__(self, key: str) -> Any:
296
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
297
+ return super().__getitem__(key)
298
+
299
+ def get(self, key: str, default = None) -> Any:
300
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
301
+ return super().get(key, default)
302
+
303
+ def __init__(__self__, *,
304
+ actions_required: Optional[str] = None,
305
+ description: Optional[str] = None,
306
+ status: Optional[str] = None):
307
+ """
308
+ A collection of information about the state of the connection between service consumer and provider.
309
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
310
+ :param str description: The reason for approval/rejection of the connection.
311
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
312
+ """
313
+ if actions_required is not None:
314
+ pulumi.set(__self__, "actions_required", actions_required)
315
+ if description is not None:
316
+ pulumi.set(__self__, "description", description)
317
+ if status is not None:
318
+ pulumi.set(__self__, "status", status)
319
+
320
+ @property
321
+ @pulumi.getter(name="actionsRequired")
322
+ def actions_required(self) -> Optional[str]:
323
+ """
324
+ A message indicating if changes on the service provider require any updates on the consumer.
325
+ """
326
+ return pulumi.get(self, "actions_required")
327
+
328
+ @property
329
+ @pulumi.getter
330
+ def description(self) -> Optional[str]:
331
+ """
332
+ The reason for approval/rejection of the connection.
333
+ """
334
+ return pulumi.get(self, "description")
335
+
336
+ @property
337
+ @pulumi.getter
338
+ def status(self) -> Optional[str]:
339
+ """
340
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
341
+ """
342
+ return pulumi.get(self, "status")
343
+
344
+
345
+ @pulumi.output_type
346
+ class SystemDataResponse(dict):
347
+ """
348
+ Metadata pertaining to creation and last modification of the resource.
349
+ """
350
+ @staticmethod
351
+ def __key_warning(key: str):
352
+ suggest = None
353
+ if key == "createdAt":
354
+ suggest = "created_at"
355
+ elif key == "createdBy":
356
+ suggest = "created_by"
357
+ elif key == "createdByType":
358
+ suggest = "created_by_type"
359
+ elif key == "lastModifiedAt":
360
+ suggest = "last_modified_at"
361
+ elif key == "lastModifiedBy":
362
+ suggest = "last_modified_by"
363
+ elif key == "lastModifiedByType":
364
+ suggest = "last_modified_by_type"
365
+
366
+ if suggest:
367
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
368
+
369
+ def __getitem__(self, key: str) -> Any:
370
+ SystemDataResponse.__key_warning(key)
371
+ return super().__getitem__(key)
372
+
373
+ def get(self, key: str, default = None) -> Any:
374
+ SystemDataResponse.__key_warning(key)
375
+ return super().get(key, default)
376
+
377
+ def __init__(__self__, *,
378
+ created_at: Optional[str] = None,
379
+ created_by: Optional[str] = None,
380
+ created_by_type: Optional[str] = None,
381
+ last_modified_at: Optional[str] = None,
382
+ last_modified_by: Optional[str] = None,
383
+ last_modified_by_type: Optional[str] = None):
384
+ """
385
+ Metadata pertaining to creation and last modification of the resource.
386
+ :param str created_at: The timestamp of resource creation (UTC).
387
+ :param str created_by: The identity that created the resource.
388
+ :param str created_by_type: The type of identity that created the resource.
389
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
390
+ :param str last_modified_by: The identity that last modified the resource.
391
+ :param str last_modified_by_type: The type of identity that last modified the resource.
392
+ """
393
+ if created_at is not None:
394
+ pulumi.set(__self__, "created_at", created_at)
395
+ if created_by is not None:
396
+ pulumi.set(__self__, "created_by", created_by)
397
+ if created_by_type is not None:
398
+ pulumi.set(__self__, "created_by_type", created_by_type)
399
+ if last_modified_at is not None:
400
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
401
+ if last_modified_by is not None:
402
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
403
+ if last_modified_by_type is not None:
404
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
405
+
406
+ @property
407
+ @pulumi.getter(name="createdAt")
408
+ def created_at(self) -> Optional[str]:
409
+ """
410
+ The timestamp of resource creation (UTC).
411
+ """
412
+ return pulumi.get(self, "created_at")
413
+
414
+ @property
415
+ @pulumi.getter(name="createdBy")
416
+ def created_by(self) -> Optional[str]:
417
+ """
418
+ The identity that created the resource.
419
+ """
420
+ return pulumi.get(self, "created_by")
421
+
422
+ @property
423
+ @pulumi.getter(name="createdByType")
424
+ def created_by_type(self) -> Optional[str]:
425
+ """
426
+ The type of identity that created the resource.
427
+ """
428
+ return pulumi.get(self, "created_by_type")
429
+
430
+ @property
431
+ @pulumi.getter(name="lastModifiedAt")
432
+ def last_modified_at(self) -> Optional[str]:
433
+ """
434
+ The timestamp of resource last modification (UTC)
435
+ """
436
+ return pulumi.get(self, "last_modified_at")
437
+
438
+ @property
439
+ @pulumi.getter(name="lastModifiedBy")
440
+ def last_modified_by(self) -> Optional[str]:
441
+ """
442
+ The identity that last modified the resource.
443
+ """
444
+ return pulumi.get(self, "last_modified_by")
445
+
446
+ @property
447
+ @pulumi.getter(name="lastModifiedByType")
448
+ def last_modified_by_type(self) -> Optional[str]:
449
+ """
450
+ The type of identity that last modified the resource.
451
+ """
452
+ return pulumi.get(self, "last_modified_by_type")
453
+
454
+
@@ -0,0 +1,232 @@
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__ = ['PrivateEndpointConnectionArgs', 'PrivateEndpointConnection']
21
+
22
+ @pulumi.input_type
23
+ class PrivateEndpointConnectionArgs:
24
+ def __init__(__self__, *,
25
+ private_link_service_connection_state: pulumi.Input['PrivateLinkServiceConnectionStateArgs'],
26
+ resource_group_name: pulumi.Input[str],
27
+ scope_name: pulumi.Input[str],
28
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None):
29
+ """
30
+ The set of arguments for constructing a PrivateEndpointConnection resource.
31
+ :param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
32
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
33
+ :param pulumi.Input[str] scope_name: The name of the Azure Monitor PrivateLinkScope resource.
34
+ :param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection.
35
+ """
36
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
37
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
38
+ pulumi.set(__self__, "scope_name", scope_name)
39
+ if private_endpoint_connection_name is not None:
40
+ pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
41
+
42
+ @property
43
+ @pulumi.getter(name="privateLinkServiceConnectionState")
44
+ def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
45
+ """
46
+ A collection of information about the state of the connection between service consumer and provider.
47
+ """
48
+ return pulumi.get(self, "private_link_service_connection_state")
49
+
50
+ @private_link_service_connection_state.setter
51
+ def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
52
+ pulumi.set(self, "private_link_service_connection_state", value)
53
+
54
+ @property
55
+ @pulumi.getter(name="resourceGroupName")
56
+ def resource_group_name(self) -> pulumi.Input[str]:
57
+ """
58
+ The name of the resource group. The name is case insensitive.
59
+ """
60
+ return pulumi.get(self, "resource_group_name")
61
+
62
+ @resource_group_name.setter
63
+ def resource_group_name(self, value: pulumi.Input[str]):
64
+ pulumi.set(self, "resource_group_name", value)
65
+
66
+ @property
67
+ @pulumi.getter(name="scopeName")
68
+ def scope_name(self) -> pulumi.Input[str]:
69
+ """
70
+ The name of the Azure Monitor PrivateLinkScope resource.
71
+ """
72
+ return pulumi.get(self, "scope_name")
73
+
74
+ @scope_name.setter
75
+ def scope_name(self, value: pulumi.Input[str]):
76
+ pulumi.set(self, "scope_name", value)
77
+
78
+ @property
79
+ @pulumi.getter(name="privateEndpointConnectionName")
80
+ def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
81
+ """
82
+ The name of the private endpoint connection.
83
+ """
84
+ return pulumi.get(self, "private_endpoint_connection_name")
85
+
86
+ @private_endpoint_connection_name.setter
87
+ def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
88
+ pulumi.set(self, "private_endpoint_connection_name", value)
89
+
90
+
91
+ class PrivateEndpointConnection(pulumi.CustomResource):
92
+ @overload
93
+ def __init__(__self__,
94
+ resource_name: str,
95
+ opts: Optional[pulumi.ResourceOptions] = None,
96
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
97
+ private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
98
+ resource_group_name: Optional[pulumi.Input[str]] = None,
99
+ scope_name: Optional[pulumi.Input[str]] = None,
100
+ __props__=None):
101
+ """
102
+ The Private Endpoint Connection resource.
103
+
104
+ :param str resource_name: The name of the resource.
105
+ :param pulumi.ResourceOptions opts: Options for the resource.
106
+ :param pulumi.Input[str] private_endpoint_connection_name: The name of the private endpoint connection.
107
+ :param pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
108
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
109
+ :param pulumi.Input[str] scope_name: The name of the Azure Monitor PrivateLinkScope resource.
110
+ """
111
+ ...
112
+ @overload
113
+ def __init__(__self__,
114
+ resource_name: str,
115
+ args: PrivateEndpointConnectionArgs,
116
+ opts: Optional[pulumi.ResourceOptions] = None):
117
+ """
118
+ The Private Endpoint Connection resource.
119
+
120
+ :param str resource_name: The name of the resource.
121
+ :param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
122
+ :param pulumi.ResourceOptions opts: Options for the resource.
123
+ """
124
+ ...
125
+ def __init__(__self__, resource_name: str, *args, **kwargs):
126
+ resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
127
+ if resource_args is not None:
128
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
129
+ else:
130
+ __self__._internal_init(resource_name, *args, **kwargs)
131
+
132
+ def _internal_init(__self__,
133
+ resource_name: str,
134
+ opts: Optional[pulumi.ResourceOptions] = None,
135
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
136
+ private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
137
+ resource_group_name: Optional[pulumi.Input[str]] = None,
138
+ scope_name: Optional[pulumi.Input[str]] = None,
139
+ __props__=None):
140
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
141
+ if not isinstance(opts, pulumi.ResourceOptions):
142
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
143
+ if opts.id is None:
144
+ if __props__ is not None:
145
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
146
+ __props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
147
+
148
+ __props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
149
+ if private_link_service_connection_state is None and not opts.urn:
150
+ raise TypeError("Missing required property 'private_link_service_connection_state'")
151
+ __props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
152
+ if resource_group_name is None and not opts.urn:
153
+ raise TypeError("Missing required property 'resource_group_name'")
154
+ __props__.__dict__["resource_group_name"] = resource_group_name
155
+ if scope_name is None and not opts.urn:
156
+ raise TypeError("Missing required property 'scope_name'")
157
+ __props__.__dict__["scope_name"] = scope_name
158
+ __props__.__dict__["name"] = None
159
+ __props__.__dict__["private_endpoint"] = None
160
+ __props__.__dict__["provisioning_state"] = None
161
+ __props__.__dict__["type"] = None
162
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:insights/v20210901:PrivateEndpointConnection")])
163
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
164
+ super(PrivateEndpointConnection, __self__).__init__(
165
+ 'azure-native:insights/v20230601preview:PrivateEndpointConnection',
166
+ resource_name,
167
+ __props__,
168
+ opts)
169
+
170
+ @staticmethod
171
+ def get(resource_name: str,
172
+ id: pulumi.Input[str],
173
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
174
+ """
175
+ Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
176
+ properties used to qualify the lookup.
177
+
178
+ :param str resource_name: The unique name of the resulting resource.
179
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
180
+ :param pulumi.ResourceOptions opts: Options for the resource.
181
+ """
182
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
183
+
184
+ __props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
185
+
186
+ __props__.__dict__["name"] = None
187
+ __props__.__dict__["private_endpoint"] = None
188
+ __props__.__dict__["private_link_service_connection_state"] = None
189
+ __props__.__dict__["provisioning_state"] = None
190
+ __props__.__dict__["type"] = None
191
+ return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
192
+
193
+ @property
194
+ @pulumi.getter
195
+ def name(self) -> pulumi.Output[str]:
196
+ """
197
+ The name of the resource
198
+ """
199
+ return pulumi.get(self, "name")
200
+
201
+ @property
202
+ @pulumi.getter(name="privateEndpoint")
203
+ def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
204
+ """
205
+ The resource of private end point.
206
+ """
207
+ return pulumi.get(self, "private_endpoint")
208
+
209
+ @property
210
+ @pulumi.getter(name="privateLinkServiceConnectionState")
211
+ def private_link_service_connection_state(self) -> pulumi.Output['outputs.PrivateLinkServiceConnectionStateResponse']:
212
+ """
213
+ A collection of information about the state of the connection between service consumer and provider.
214
+ """
215
+ return pulumi.get(self, "private_link_service_connection_state")
216
+
217
+ @property
218
+ @pulumi.getter(name="provisioningState")
219
+ def provisioning_state(self) -> pulumi.Output[str]:
220
+ """
221
+ The provisioning state of the private endpoint connection resource.
222
+ """
223
+ return pulumi.get(self, "provisioning_state")
224
+
225
+ @property
226
+ @pulumi.getter
227
+ def type(self) -> pulumi.Output[str]:
228
+ """
229
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
230
+ """
231
+ return pulumi.get(self, "type")
232
+