pulumi-azure-native 2.84.0a1737570745__py3-none-any.whl → 2.84.0a1737706742__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.
- pulumi_azure_native/__init__.py +39 -0
- pulumi_azure_native/dashboard/__init__.py +3 -0
- pulumi_azure_native/dashboard/get_grafana.py +2 -2
- pulumi_azure_native/dashboard/get_integration_fabric.py +4 -0
- pulumi_azure_native/dashboard/get_managed_private_endpoint.py +2 -2
- pulumi_azure_native/dashboard/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dashboard/grafana.py +3 -3
- pulumi_azure_native/dashboard/integration_fabric.py +5 -1
- pulumi_azure_native/dashboard/managed_private_endpoint.py +3 -3
- pulumi_azure_native/dashboard/private_endpoint_connection.py +3 -3
- pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20230901/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20230901/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/grafana.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/integration_fabric.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/managed_private_endpoint.py +1 -1
- pulumi_azure_native/dashboard/v20231001preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/dashboard/v20241001/__init__.py +18 -0
- pulumi_azure_native/dashboard/v20241001/_enums.py +93 -0
- pulumi_azure_native/dashboard/v20241001/_inputs.py +1009 -0
- pulumi_azure_native/dashboard/v20241001/get_grafana.py +199 -0
- pulumi_azure_native/dashboard/v20241001/get_integration_fabric.py +174 -0
- pulumi_azure_native/dashboard/v20241001/get_managed_private_endpoint.py +275 -0
- pulumi_azure_native/dashboard/v20241001/get_private_endpoint_connection.py +191 -0
- pulumi_azure_native/dashboard/v20241001/grafana.py +316 -0
- pulumi_azure_native/dashboard/v20241001/integration_fabric.py +270 -0
- pulumi_azure_native/dashboard/v20241001/managed_private_endpoint.py +423 -0
- pulumi_azure_native/dashboard/v20241001/outputs.py +1332 -0
- pulumi_azure_native/dashboard/v20241001/private_endpoint_connection.py +271 -0
- pulumi_azure_native/datafactory/_enums.py +8 -0
- pulumi_azure_native/datafactory/_inputs.py +180 -0
- pulumi_azure_native/datafactory/outputs.py +117 -1
- pulumi_azure_native/datafactory/v20180601/_enums.py +8 -0
- pulumi_azure_native/datafactory/v20180601/_inputs.py +180 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +117 -1
- pulumi_azure_native/insights/__init__.py +6 -0
- pulumi_azure_native/insights/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/insights/get_private_link_scope.py +2 -2
- pulumi_azure_native/insights/get_private_link_scoped_resource.py +4 -0
- pulumi_azure_native/insights/private_endpoint_connection.py +3 -3
- pulumi_azure_native/insights/private_link_scope.py +3 -3
- pulumi_azure_native/insights/private_link_scoped_resource.py +5 -1
- pulumi_azure_native/insights/v20191017preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/insights/v20191017preview/private_link_scope.py +1 -1
- pulumi_azure_native/insights/v20210701preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/insights/v20210701preview/private_link_scope.py +1 -1
- pulumi_azure_native/insights/v20210701preview/private_link_scoped_resource.py +1 -1
- pulumi_azure_native/insights/v20210901/__init__.py +16 -0
- pulumi_azure_native/insights/v20210901/_enums.py +27 -0
- pulumi_azure_native/insights/v20210901/_inputs.py +254 -0
- pulumi_azure_native/insights/v20210901/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/insights/v20210901/get_private_link_scope.py +199 -0
- pulumi_azure_native/insights/v20210901/get_private_link_scoped_resource.py +163 -0
- pulumi_azure_native/insights/v20210901/outputs.py +454 -0
- pulumi_azure_native/insights/v20210901/private_endpoint_connection.py +232 -0
- pulumi_azure_native/insights/v20210901/private_link_scope.py +279 -0
- pulumi_azure_native/insights/v20210901/private_link_scoped_resource.py +228 -0
- pulumi_azure_native/insights/v20230601preview/__init__.py +16 -0
- pulumi_azure_native/insights/v20230601preview/_enums.py +36 -0
- pulumi_azure_native/insights/v20230601preview/_inputs.py +254 -0
- pulumi_azure_native/insights/v20230601preview/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/insights/v20230601preview/get_private_link_scope.py +199 -0
- pulumi_azure_native/insights/v20230601preview/get_private_link_scoped_resource.py +191 -0
- pulumi_azure_native/insights/v20230601preview/outputs.py +454 -0
- pulumi_azure_native/insights/v20230601preview/private_endpoint_connection.py +232 -0
- pulumi_azure_native/insights/v20230601preview/private_link_scope.py +279 -0
- pulumi_azure_native/insights/v20230601preview/private_link_scoped_resource.py +287 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/redhatopenshift/__init__.py +3 -0
- pulumi_azure_native/redhatopenshift/get_open_shift_cluster.py +2 -2
- pulumi_azure_native/redhatopenshift/list_open_shift_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/redhatopenshift/list_open_shift_cluster_credentials.py +2 -2
- pulumi_azure_native/redhatopenshift/open_shift_cluster.py +3 -3
- pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20231122/open_shift_cluster.py +1 -1
- pulumi_azure_native/redhatopenshift/v20240812preview/__init__.py +14 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/_enums.py +78 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/_inputs.py +910 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/get_open_shift_cluster.py +325 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_admin_credentials.py +86 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/list_open_shift_cluster_credentials.py +100 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/open_shift_cluster.py +539 -0
- pulumi_azure_native/redhatopenshift/v20240812preview/outputs.py +1062 -0
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/RECORD +96 -56
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.84.0a1737570745.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,423 @@
|
|
|
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__ = ['ManagedPrivateEndpointArgs', 'ManagedPrivateEndpoint']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class ManagedPrivateEndpointArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
resource_group_name: pulumi.Input[str],
|
|
24
|
+
workspace_name: pulumi.Input[str],
|
|
25
|
+
group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
26
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
managed_private_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
private_link_resource_id: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
private_link_resource_region: Optional[pulumi.Input[str]] = None,
|
|
30
|
+
private_link_service_url: Optional[pulumi.Input[str]] = None,
|
|
31
|
+
request_message: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
33
|
+
"""
|
|
34
|
+
The set of arguments for constructing a ManagedPrivateEndpoint resource.
|
|
35
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
36
|
+
:param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
|
|
37
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: The group Ids of the managed private endpoint.
|
|
38
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
39
|
+
:param pulumi.Input[str] managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
|
|
40
|
+
:param pulumi.Input[str] private_link_resource_id: The ARM resource ID of the resource for which the managed private endpoint is pointing to.
|
|
41
|
+
:param pulumi.Input[str] private_link_resource_region: The region of the resource to which the managed private endpoint is pointing to.
|
|
42
|
+
:param pulumi.Input[str] private_link_service_url: The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
|
|
43
|
+
:param pulumi.Input[str] request_message: User input request message of the managed private endpoint.
|
|
44
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
45
|
+
"""
|
|
46
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
47
|
+
pulumi.set(__self__, "workspace_name", workspace_name)
|
|
48
|
+
if group_ids is not None:
|
|
49
|
+
pulumi.set(__self__, "group_ids", group_ids)
|
|
50
|
+
if location is not None:
|
|
51
|
+
pulumi.set(__self__, "location", location)
|
|
52
|
+
if managed_private_endpoint_name is not None:
|
|
53
|
+
pulumi.set(__self__, "managed_private_endpoint_name", managed_private_endpoint_name)
|
|
54
|
+
if private_link_resource_id is not None:
|
|
55
|
+
pulumi.set(__self__, "private_link_resource_id", private_link_resource_id)
|
|
56
|
+
if private_link_resource_region is not None:
|
|
57
|
+
pulumi.set(__self__, "private_link_resource_region", private_link_resource_region)
|
|
58
|
+
if private_link_service_url is not None:
|
|
59
|
+
pulumi.set(__self__, "private_link_service_url", private_link_service_url)
|
|
60
|
+
if request_message is not None:
|
|
61
|
+
pulumi.set(__self__, "request_message", request_message)
|
|
62
|
+
if tags is not None:
|
|
63
|
+
pulumi.set(__self__, "tags", tags)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="resourceGroupName")
|
|
67
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
68
|
+
"""
|
|
69
|
+
The name of the resource group. The name is case insensitive.
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "resource_group_name")
|
|
72
|
+
|
|
73
|
+
@resource_group_name.setter
|
|
74
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
75
|
+
pulumi.set(self, "resource_group_name", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter(name="workspaceName")
|
|
79
|
+
def workspace_name(self) -> pulumi.Input[str]:
|
|
80
|
+
"""
|
|
81
|
+
The workspace name of Azure Managed Grafana.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "workspace_name")
|
|
84
|
+
|
|
85
|
+
@workspace_name.setter
|
|
86
|
+
def workspace_name(self, value: pulumi.Input[str]):
|
|
87
|
+
pulumi.set(self, "workspace_name", value)
|
|
88
|
+
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="groupIds")
|
|
91
|
+
def group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
92
|
+
"""
|
|
93
|
+
The group Ids of the managed private endpoint.
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "group_ids")
|
|
96
|
+
|
|
97
|
+
@group_ids.setter
|
|
98
|
+
def group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
99
|
+
pulumi.set(self, "group_ids", value)
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter
|
|
103
|
+
def location(self) -> Optional[pulumi.Input[str]]:
|
|
104
|
+
"""
|
|
105
|
+
The geo-location where the resource lives
|
|
106
|
+
"""
|
|
107
|
+
return pulumi.get(self, "location")
|
|
108
|
+
|
|
109
|
+
@location.setter
|
|
110
|
+
def location(self, value: Optional[pulumi.Input[str]]):
|
|
111
|
+
pulumi.set(self, "location", value)
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter(name="managedPrivateEndpointName")
|
|
115
|
+
def managed_private_endpoint_name(self) -> Optional[pulumi.Input[str]]:
|
|
116
|
+
"""
|
|
117
|
+
The managed private endpoint name of Azure Managed Grafana.
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "managed_private_endpoint_name")
|
|
120
|
+
|
|
121
|
+
@managed_private_endpoint_name.setter
|
|
122
|
+
def managed_private_endpoint_name(self, value: Optional[pulumi.Input[str]]):
|
|
123
|
+
pulumi.set(self, "managed_private_endpoint_name", value)
|
|
124
|
+
|
|
125
|
+
@property
|
|
126
|
+
@pulumi.getter(name="privateLinkResourceId")
|
|
127
|
+
def private_link_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
128
|
+
"""
|
|
129
|
+
The ARM resource ID of the resource for which the managed private endpoint is pointing to.
|
|
130
|
+
"""
|
|
131
|
+
return pulumi.get(self, "private_link_resource_id")
|
|
132
|
+
|
|
133
|
+
@private_link_resource_id.setter
|
|
134
|
+
def private_link_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
135
|
+
pulumi.set(self, "private_link_resource_id", value)
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter(name="privateLinkResourceRegion")
|
|
139
|
+
def private_link_resource_region(self) -> Optional[pulumi.Input[str]]:
|
|
140
|
+
"""
|
|
141
|
+
The region of the resource to which the managed private endpoint is pointing to.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "private_link_resource_region")
|
|
144
|
+
|
|
145
|
+
@private_link_resource_region.setter
|
|
146
|
+
def private_link_resource_region(self, value: Optional[pulumi.Input[str]]):
|
|
147
|
+
pulumi.set(self, "private_link_resource_region", value)
|
|
148
|
+
|
|
149
|
+
@property
|
|
150
|
+
@pulumi.getter(name="privateLinkServiceUrl")
|
|
151
|
+
def private_link_service_url(self) -> Optional[pulumi.Input[str]]:
|
|
152
|
+
"""
|
|
153
|
+
The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
|
|
154
|
+
"""
|
|
155
|
+
return pulumi.get(self, "private_link_service_url")
|
|
156
|
+
|
|
157
|
+
@private_link_service_url.setter
|
|
158
|
+
def private_link_service_url(self, value: Optional[pulumi.Input[str]]):
|
|
159
|
+
pulumi.set(self, "private_link_service_url", value)
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter(name="requestMessage")
|
|
163
|
+
def request_message(self) -> Optional[pulumi.Input[str]]:
|
|
164
|
+
"""
|
|
165
|
+
User input request message of the managed private endpoint.
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "request_message")
|
|
168
|
+
|
|
169
|
+
@request_message.setter
|
|
170
|
+
def request_message(self, value: Optional[pulumi.Input[str]]):
|
|
171
|
+
pulumi.set(self, "request_message", value)
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter
|
|
175
|
+
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
176
|
+
"""
|
|
177
|
+
Resource tags.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "tags")
|
|
180
|
+
|
|
181
|
+
@tags.setter
|
|
182
|
+
def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
183
|
+
pulumi.set(self, "tags", value)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
class ManagedPrivateEndpoint(pulumi.CustomResource):
|
|
187
|
+
@overload
|
|
188
|
+
def __init__(__self__,
|
|
189
|
+
resource_name: str,
|
|
190
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
191
|
+
group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
192
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
193
|
+
managed_private_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
194
|
+
private_link_resource_id: Optional[pulumi.Input[str]] = None,
|
|
195
|
+
private_link_resource_region: Optional[pulumi.Input[str]] = None,
|
|
196
|
+
private_link_service_url: Optional[pulumi.Input[str]] = None,
|
|
197
|
+
request_message: Optional[pulumi.Input[str]] = None,
|
|
198
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
199
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
200
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
201
|
+
__props__=None):
|
|
202
|
+
"""
|
|
203
|
+
The managed private endpoint resource type.
|
|
204
|
+
|
|
205
|
+
:param str resource_name: The name of the resource.
|
|
206
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
207
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: The group Ids of the managed private endpoint.
|
|
208
|
+
:param pulumi.Input[str] location: The geo-location where the resource lives
|
|
209
|
+
:param pulumi.Input[str] managed_private_endpoint_name: The managed private endpoint name of Azure Managed Grafana.
|
|
210
|
+
:param pulumi.Input[str] private_link_resource_id: The ARM resource ID of the resource for which the managed private endpoint is pointing to.
|
|
211
|
+
:param pulumi.Input[str] private_link_resource_region: The region of the resource to which the managed private endpoint is pointing to.
|
|
212
|
+
:param pulumi.Input[str] private_link_service_url: The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
|
|
213
|
+
:param pulumi.Input[str] request_message: User input request message of the managed private endpoint.
|
|
214
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
215
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
|
|
216
|
+
:param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
|
|
217
|
+
"""
|
|
218
|
+
...
|
|
219
|
+
@overload
|
|
220
|
+
def __init__(__self__,
|
|
221
|
+
resource_name: str,
|
|
222
|
+
args: ManagedPrivateEndpointArgs,
|
|
223
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
224
|
+
"""
|
|
225
|
+
The managed private endpoint resource type.
|
|
226
|
+
|
|
227
|
+
:param str resource_name: The name of the resource.
|
|
228
|
+
:param ManagedPrivateEndpointArgs args: The arguments to use to populate this resource's properties.
|
|
229
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
230
|
+
"""
|
|
231
|
+
...
|
|
232
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
233
|
+
resource_args, opts = _utilities.get_resource_args_opts(ManagedPrivateEndpointArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
234
|
+
if resource_args is not None:
|
|
235
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
236
|
+
else:
|
|
237
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
238
|
+
|
|
239
|
+
def _internal_init(__self__,
|
|
240
|
+
resource_name: str,
|
|
241
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
242
|
+
group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
243
|
+
location: Optional[pulumi.Input[str]] = None,
|
|
244
|
+
managed_private_endpoint_name: Optional[pulumi.Input[str]] = None,
|
|
245
|
+
private_link_resource_id: Optional[pulumi.Input[str]] = None,
|
|
246
|
+
private_link_resource_region: Optional[pulumi.Input[str]] = None,
|
|
247
|
+
private_link_service_url: Optional[pulumi.Input[str]] = None,
|
|
248
|
+
request_message: Optional[pulumi.Input[str]] = None,
|
|
249
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
250
|
+
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
251
|
+
workspace_name: Optional[pulumi.Input[str]] = None,
|
|
252
|
+
__props__=None):
|
|
253
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
254
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
255
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
256
|
+
if opts.id is None:
|
|
257
|
+
if __props__ is not None:
|
|
258
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
259
|
+
__props__ = ManagedPrivateEndpointArgs.__new__(ManagedPrivateEndpointArgs)
|
|
260
|
+
|
|
261
|
+
__props__.__dict__["group_ids"] = group_ids
|
|
262
|
+
__props__.__dict__["location"] = location
|
|
263
|
+
__props__.__dict__["managed_private_endpoint_name"] = managed_private_endpoint_name
|
|
264
|
+
__props__.__dict__["private_link_resource_id"] = private_link_resource_id
|
|
265
|
+
__props__.__dict__["private_link_resource_region"] = private_link_resource_region
|
|
266
|
+
__props__.__dict__["private_link_service_url"] = private_link_service_url
|
|
267
|
+
__props__.__dict__["request_message"] = request_message
|
|
268
|
+
if resource_group_name is None and not opts.urn:
|
|
269
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
270
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
271
|
+
__props__.__dict__["tags"] = tags
|
|
272
|
+
if workspace_name is None and not opts.urn:
|
|
273
|
+
raise TypeError("Missing required property 'workspace_name'")
|
|
274
|
+
__props__.__dict__["workspace_name"] = workspace_name
|
|
275
|
+
__props__.__dict__["connection_state"] = None
|
|
276
|
+
__props__.__dict__["name"] = None
|
|
277
|
+
__props__.__dict__["private_link_service_private_ip"] = None
|
|
278
|
+
__props__.__dict__["provisioning_state"] = None
|
|
279
|
+
__props__.__dict__["system_data"] = None
|
|
280
|
+
__props__.__dict__["type"] = None
|
|
281
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:ManagedPrivateEndpoint"), pulumi.Alias(type_="azure-native:dashboard/v20221001preview:ManagedPrivateEndpoint"), pulumi.Alias(type_="azure-native:dashboard/v20230901:ManagedPrivateEndpoint"), pulumi.Alias(type_="azure-native:dashboard/v20231001preview:ManagedPrivateEndpoint")])
|
|
282
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
283
|
+
super(ManagedPrivateEndpoint, __self__).__init__(
|
|
284
|
+
'azure-native:dashboard/v20241001:ManagedPrivateEndpoint',
|
|
285
|
+
resource_name,
|
|
286
|
+
__props__,
|
|
287
|
+
opts)
|
|
288
|
+
|
|
289
|
+
@staticmethod
|
|
290
|
+
def get(resource_name: str,
|
|
291
|
+
id: pulumi.Input[str],
|
|
292
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'ManagedPrivateEndpoint':
|
|
293
|
+
"""
|
|
294
|
+
Get an existing ManagedPrivateEndpoint resource's state with the given name, id, and optional extra
|
|
295
|
+
properties used to qualify the lookup.
|
|
296
|
+
|
|
297
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
298
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
299
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
300
|
+
"""
|
|
301
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
302
|
+
|
|
303
|
+
__props__ = ManagedPrivateEndpointArgs.__new__(ManagedPrivateEndpointArgs)
|
|
304
|
+
|
|
305
|
+
__props__.__dict__["connection_state"] = None
|
|
306
|
+
__props__.__dict__["group_ids"] = None
|
|
307
|
+
__props__.__dict__["location"] = None
|
|
308
|
+
__props__.__dict__["name"] = None
|
|
309
|
+
__props__.__dict__["private_link_resource_id"] = None
|
|
310
|
+
__props__.__dict__["private_link_resource_region"] = None
|
|
311
|
+
__props__.__dict__["private_link_service_private_ip"] = None
|
|
312
|
+
__props__.__dict__["private_link_service_url"] = None
|
|
313
|
+
__props__.__dict__["provisioning_state"] = None
|
|
314
|
+
__props__.__dict__["request_message"] = None
|
|
315
|
+
__props__.__dict__["system_data"] = None
|
|
316
|
+
__props__.__dict__["tags"] = None
|
|
317
|
+
__props__.__dict__["type"] = None
|
|
318
|
+
return ManagedPrivateEndpoint(resource_name, opts=opts, __props__=__props__)
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
@pulumi.getter(name="connectionState")
|
|
322
|
+
def connection_state(self) -> pulumi.Output['outputs.ManagedPrivateEndpointConnectionStateResponse']:
|
|
323
|
+
"""
|
|
324
|
+
The state of managed private endpoint connection.
|
|
325
|
+
"""
|
|
326
|
+
return pulumi.get(self, "connection_state")
|
|
327
|
+
|
|
328
|
+
@property
|
|
329
|
+
@pulumi.getter(name="groupIds")
|
|
330
|
+
def group_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
331
|
+
"""
|
|
332
|
+
The group Ids of the managed private endpoint.
|
|
333
|
+
"""
|
|
334
|
+
return pulumi.get(self, "group_ids")
|
|
335
|
+
|
|
336
|
+
@property
|
|
337
|
+
@pulumi.getter
|
|
338
|
+
def location(self) -> pulumi.Output[str]:
|
|
339
|
+
"""
|
|
340
|
+
The geo-location where the resource lives
|
|
341
|
+
"""
|
|
342
|
+
return pulumi.get(self, "location")
|
|
343
|
+
|
|
344
|
+
@property
|
|
345
|
+
@pulumi.getter
|
|
346
|
+
def name(self) -> pulumi.Output[str]:
|
|
347
|
+
"""
|
|
348
|
+
The name of the resource
|
|
349
|
+
"""
|
|
350
|
+
return pulumi.get(self, "name")
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
@pulumi.getter(name="privateLinkResourceId")
|
|
354
|
+
def private_link_resource_id(self) -> pulumi.Output[Optional[str]]:
|
|
355
|
+
"""
|
|
356
|
+
The ARM resource ID of the resource for which the managed private endpoint is pointing to.
|
|
357
|
+
"""
|
|
358
|
+
return pulumi.get(self, "private_link_resource_id")
|
|
359
|
+
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter(name="privateLinkResourceRegion")
|
|
362
|
+
def private_link_resource_region(self) -> pulumi.Output[Optional[str]]:
|
|
363
|
+
"""
|
|
364
|
+
The region of the resource to which the managed private endpoint is pointing to.
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "private_link_resource_region")
|
|
367
|
+
|
|
368
|
+
@property
|
|
369
|
+
@pulumi.getter(name="privateLinkServicePrivateIP")
|
|
370
|
+
def private_link_service_private_ip(self) -> pulumi.Output[str]:
|
|
371
|
+
"""
|
|
372
|
+
The private IP of private endpoint after approval. This property is empty before connection is approved.
|
|
373
|
+
"""
|
|
374
|
+
return pulumi.get(self, "private_link_service_private_ip")
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter(name="privateLinkServiceUrl")
|
|
378
|
+
def private_link_service_url(self) -> pulumi.Output[Optional[str]]:
|
|
379
|
+
"""
|
|
380
|
+
The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "private_link_service_url")
|
|
383
|
+
|
|
384
|
+
@property
|
|
385
|
+
@pulumi.getter(name="provisioningState")
|
|
386
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
387
|
+
"""
|
|
388
|
+
Provisioning state of the resource.
|
|
389
|
+
"""
|
|
390
|
+
return pulumi.get(self, "provisioning_state")
|
|
391
|
+
|
|
392
|
+
@property
|
|
393
|
+
@pulumi.getter(name="requestMessage")
|
|
394
|
+
def request_message(self) -> pulumi.Output[Optional[str]]:
|
|
395
|
+
"""
|
|
396
|
+
User input request message of the managed private endpoint.
|
|
397
|
+
"""
|
|
398
|
+
return pulumi.get(self, "request_message")
|
|
399
|
+
|
|
400
|
+
@property
|
|
401
|
+
@pulumi.getter(name="systemData")
|
|
402
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
403
|
+
"""
|
|
404
|
+
Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
405
|
+
"""
|
|
406
|
+
return pulumi.get(self, "system_data")
|
|
407
|
+
|
|
408
|
+
@property
|
|
409
|
+
@pulumi.getter
|
|
410
|
+
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
411
|
+
"""
|
|
412
|
+
Resource tags.
|
|
413
|
+
"""
|
|
414
|
+
return pulumi.get(self, "tags")
|
|
415
|
+
|
|
416
|
+
@property
|
|
417
|
+
@pulumi.getter
|
|
418
|
+
def type(self) -> pulumi.Output[str]:
|
|
419
|
+
"""
|
|
420
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
421
|
+
"""
|
|
422
|
+
return pulumi.get(self, "type")
|
|
423
|
+
|