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,228 @@
|
|
|
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__ = ['PrivateLinkScopedResourceArgs', 'PrivateLinkScopedResource']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class PrivateLinkScopedResourceArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
resource_group_name: pulumi.Input[str],
|
|
24
|
+
scope_name: pulumi.Input[str],
|
|
25
|
+
linked_resource_id: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
27
|
+
"""
|
|
28
|
+
The set of arguments for constructing a PrivateLinkScopedResource resource.
|
|
29
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
30
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Monitor PrivateLinkScope resource.
|
|
31
|
+
:param pulumi.Input[str] linked_resource_id: The resource id of the scoped Azure monitor resource.
|
|
32
|
+
:param pulumi.Input[str] name: The name of the scoped resource object.
|
|
33
|
+
"""
|
|
34
|
+
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
35
|
+
pulumi.set(__self__, "scope_name", scope_name)
|
|
36
|
+
if linked_resource_id is not None:
|
|
37
|
+
pulumi.set(__self__, "linked_resource_id", linked_resource_id)
|
|
38
|
+
if name is not None:
|
|
39
|
+
pulumi.set(__self__, "name", name)
|
|
40
|
+
|
|
41
|
+
@property
|
|
42
|
+
@pulumi.getter(name="resourceGroupName")
|
|
43
|
+
def resource_group_name(self) -> pulumi.Input[str]:
|
|
44
|
+
"""
|
|
45
|
+
The name of the resource group. The name is case insensitive.
|
|
46
|
+
"""
|
|
47
|
+
return pulumi.get(self, "resource_group_name")
|
|
48
|
+
|
|
49
|
+
@resource_group_name.setter
|
|
50
|
+
def resource_group_name(self, value: pulumi.Input[str]):
|
|
51
|
+
pulumi.set(self, "resource_group_name", value)
|
|
52
|
+
|
|
53
|
+
@property
|
|
54
|
+
@pulumi.getter(name="scopeName")
|
|
55
|
+
def scope_name(self) -> pulumi.Input[str]:
|
|
56
|
+
"""
|
|
57
|
+
The name of the Azure Monitor PrivateLinkScope resource.
|
|
58
|
+
"""
|
|
59
|
+
return pulumi.get(self, "scope_name")
|
|
60
|
+
|
|
61
|
+
@scope_name.setter
|
|
62
|
+
def scope_name(self, value: pulumi.Input[str]):
|
|
63
|
+
pulumi.set(self, "scope_name", value)
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
@pulumi.getter(name="linkedResourceId")
|
|
67
|
+
def linked_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
68
|
+
"""
|
|
69
|
+
The resource id of the scoped Azure monitor resource.
|
|
70
|
+
"""
|
|
71
|
+
return pulumi.get(self, "linked_resource_id")
|
|
72
|
+
|
|
73
|
+
@linked_resource_id.setter
|
|
74
|
+
def linked_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
75
|
+
pulumi.set(self, "linked_resource_id", value)
|
|
76
|
+
|
|
77
|
+
@property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
80
|
+
"""
|
|
81
|
+
The name of the scoped resource object.
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "name")
|
|
84
|
+
|
|
85
|
+
@name.setter
|
|
86
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
87
|
+
pulumi.set(self, "name", value)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
class PrivateLinkScopedResource(pulumi.CustomResource):
|
|
91
|
+
@overload
|
|
92
|
+
def __init__(__self__,
|
|
93
|
+
resource_name: str,
|
|
94
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
95
|
+
linked_resource_id: Optional[pulumi.Input[str]] = None,
|
|
96
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
97
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
98
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
99
|
+
__props__=None):
|
|
100
|
+
"""
|
|
101
|
+
A private link scoped resource
|
|
102
|
+
|
|
103
|
+
:param str resource_name: The name of the resource.
|
|
104
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
105
|
+
:param pulumi.Input[str] linked_resource_id: The resource id of the scoped Azure monitor resource.
|
|
106
|
+
:param pulumi.Input[str] name: The name of the scoped resource object.
|
|
107
|
+
:param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
|
|
108
|
+
:param pulumi.Input[str] scope_name: The name of the Azure Monitor PrivateLinkScope resource.
|
|
109
|
+
"""
|
|
110
|
+
...
|
|
111
|
+
@overload
|
|
112
|
+
def __init__(__self__,
|
|
113
|
+
resource_name: str,
|
|
114
|
+
args: PrivateLinkScopedResourceArgs,
|
|
115
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
116
|
+
"""
|
|
117
|
+
A private link scoped resource
|
|
118
|
+
|
|
119
|
+
:param str resource_name: The name of the resource.
|
|
120
|
+
:param PrivateLinkScopedResourceArgs args: The arguments to use to populate this resource's properties.
|
|
121
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
122
|
+
"""
|
|
123
|
+
...
|
|
124
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
125
|
+
resource_args, opts = _utilities.get_resource_args_opts(PrivateLinkScopedResourceArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
126
|
+
if resource_args is not None:
|
|
127
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
128
|
+
else:
|
|
129
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
130
|
+
|
|
131
|
+
def _internal_init(__self__,
|
|
132
|
+
resource_name: str,
|
|
133
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
134
|
+
linked_resource_id: Optional[pulumi.Input[str]] = None,
|
|
135
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
136
|
+
resource_group_name: Optional[pulumi.Input[str]] = None,
|
|
137
|
+
scope_name: Optional[pulumi.Input[str]] = None,
|
|
138
|
+
__props__=None):
|
|
139
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
140
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
141
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
142
|
+
if opts.id is None:
|
|
143
|
+
if __props__ is not None:
|
|
144
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
145
|
+
__props__ = PrivateLinkScopedResourceArgs.__new__(PrivateLinkScopedResourceArgs)
|
|
146
|
+
|
|
147
|
+
__props__.__dict__["linked_resource_id"] = linked_resource_id
|
|
148
|
+
__props__.__dict__["name"] = name
|
|
149
|
+
if resource_group_name is None and not opts.urn:
|
|
150
|
+
raise TypeError("Missing required property 'resource_group_name'")
|
|
151
|
+
__props__.__dict__["resource_group_name"] = resource_group_name
|
|
152
|
+
if scope_name is None and not opts.urn:
|
|
153
|
+
raise TypeError("Missing required property 'scope_name'")
|
|
154
|
+
__props__.__dict__["scope_name"] = scope_name
|
|
155
|
+
__props__.__dict__["provisioning_state"] = None
|
|
156
|
+
__props__.__dict__["system_data"] = None
|
|
157
|
+
__props__.__dict__["type"] = None
|
|
158
|
+
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:insights:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20191017preview:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20210701preview:PrivateLinkScopedResource"), pulumi.Alias(type_="azure-native:insights/v20230601preview:PrivateLinkScopedResource")])
|
|
159
|
+
opts = pulumi.ResourceOptions.merge(opts, alias_opts)
|
|
160
|
+
super(PrivateLinkScopedResource, __self__).__init__(
|
|
161
|
+
'azure-native:insights/v20210901:PrivateLinkScopedResource',
|
|
162
|
+
resource_name,
|
|
163
|
+
__props__,
|
|
164
|
+
opts)
|
|
165
|
+
|
|
166
|
+
@staticmethod
|
|
167
|
+
def get(resource_name: str,
|
|
168
|
+
id: pulumi.Input[str],
|
|
169
|
+
opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateLinkScopedResource':
|
|
170
|
+
"""
|
|
171
|
+
Get an existing PrivateLinkScopedResource resource's state with the given name, id, and optional extra
|
|
172
|
+
properties used to qualify the lookup.
|
|
173
|
+
|
|
174
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
175
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
176
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
177
|
+
"""
|
|
178
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
179
|
+
|
|
180
|
+
__props__ = PrivateLinkScopedResourceArgs.__new__(PrivateLinkScopedResourceArgs)
|
|
181
|
+
|
|
182
|
+
__props__.__dict__["linked_resource_id"] = None
|
|
183
|
+
__props__.__dict__["name"] = None
|
|
184
|
+
__props__.__dict__["provisioning_state"] = None
|
|
185
|
+
__props__.__dict__["system_data"] = None
|
|
186
|
+
__props__.__dict__["type"] = None
|
|
187
|
+
return PrivateLinkScopedResource(resource_name, opts=opts, __props__=__props__)
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter(name="linkedResourceId")
|
|
191
|
+
def linked_resource_id(self) -> pulumi.Output[Optional[str]]:
|
|
192
|
+
"""
|
|
193
|
+
The resource id of the scoped Azure monitor resource.
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "linked_resource_id")
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter
|
|
199
|
+
def name(self) -> pulumi.Output[str]:
|
|
200
|
+
"""
|
|
201
|
+
The name of the resource
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "name")
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter(name="provisioningState")
|
|
207
|
+
def provisioning_state(self) -> pulumi.Output[str]:
|
|
208
|
+
"""
|
|
209
|
+
State of the Azure monitor resource.
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "provisioning_state")
|
|
212
|
+
|
|
213
|
+
@property
|
|
214
|
+
@pulumi.getter(name="systemData")
|
|
215
|
+
def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
|
|
216
|
+
"""
|
|
217
|
+
System data
|
|
218
|
+
"""
|
|
219
|
+
return pulumi.get(self, "system_data")
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter
|
|
223
|
+
def type(self) -> pulumi.Output[str]:
|
|
224
|
+
"""
|
|
225
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "type")
|
|
228
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
from ... import _utilities
|
|
6
|
+
import typing
|
|
7
|
+
# Export this package's modules as members:
|
|
8
|
+
from ._enums import *
|
|
9
|
+
from .get_private_endpoint_connection import *
|
|
10
|
+
from .get_private_link_scope import *
|
|
11
|
+
from .get_private_link_scoped_resource import *
|
|
12
|
+
from .private_endpoint_connection import *
|
|
13
|
+
from .private_link_scope import *
|
|
14
|
+
from .private_link_scoped_resource import *
|
|
15
|
+
from ._inputs import *
|
|
16
|
+
from . import outputs
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
from enum import Enum
|
|
6
|
+
|
|
7
|
+
__all__ = [
|
|
8
|
+
'AccessMode',
|
|
9
|
+
'PrivateEndpointServiceConnectionStatus',
|
|
10
|
+
'ScopedResourceKind',
|
|
11
|
+
]
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class AccessMode(str, Enum):
|
|
15
|
+
"""
|
|
16
|
+
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.
|
|
17
|
+
"""
|
|
18
|
+
OPEN = "Open"
|
|
19
|
+
PRIVATE_ONLY = "PrivateOnly"
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class PrivateEndpointServiceConnectionStatus(str, Enum):
|
|
23
|
+
"""
|
|
24
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
25
|
+
"""
|
|
26
|
+
PENDING = "Pending"
|
|
27
|
+
APPROVED = "Approved"
|
|
28
|
+
REJECTED = "Rejected"
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
class ScopedResourceKind(str, Enum):
|
|
32
|
+
"""
|
|
33
|
+
The kind of scoped Azure monitor resource.
|
|
34
|
+
"""
|
|
35
|
+
RESOURCE = "Resource"
|
|
36
|
+
METRICS = "Metrics"
|
|
@@ -0,0 +1,254 @@
|
|
|
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 ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'AccessModeSettingsExclusionArgs',
|
|
20
|
+
'AccessModeSettingsExclusionArgsDict',
|
|
21
|
+
'AccessModeSettingsArgs',
|
|
22
|
+
'AccessModeSettingsArgsDict',
|
|
23
|
+
'PrivateLinkServiceConnectionStateArgs',
|
|
24
|
+
'PrivateLinkServiceConnectionStateArgsDict',
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
MYPY = False
|
|
28
|
+
|
|
29
|
+
if not MYPY:
|
|
30
|
+
class AccessModeSettingsExclusionArgsDict(TypedDict):
|
|
31
|
+
"""
|
|
32
|
+
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.
|
|
33
|
+
"""
|
|
34
|
+
ingestion_access_mode: NotRequired[pulumi.Input[Union[str, 'AccessMode']]]
|
|
35
|
+
"""
|
|
36
|
+
Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.
|
|
37
|
+
"""
|
|
38
|
+
private_endpoint_connection_name: NotRequired[pulumi.Input[str]]
|
|
39
|
+
"""
|
|
40
|
+
The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings.
|
|
41
|
+
"""
|
|
42
|
+
query_access_mode: NotRequired[pulumi.Input[Union[str, 'AccessMode']]]
|
|
43
|
+
"""
|
|
44
|
+
Specifies the access mode of queries through the specified private endpoint connection in the exclusion.
|
|
45
|
+
"""
|
|
46
|
+
elif False:
|
|
47
|
+
AccessModeSettingsExclusionArgsDict: TypeAlias = Mapping[str, Any]
|
|
48
|
+
|
|
49
|
+
@pulumi.input_type
|
|
50
|
+
class AccessModeSettingsExclusionArgs:
|
|
51
|
+
def __init__(__self__, *,
|
|
52
|
+
ingestion_access_mode: Optional[pulumi.Input[Union[str, 'AccessMode']]] = None,
|
|
53
|
+
private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
|
|
54
|
+
query_access_mode: Optional[pulumi.Input[Union[str, 'AccessMode']]] = None):
|
|
55
|
+
"""
|
|
56
|
+
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.
|
|
57
|
+
:param pulumi.Input[Union[str, 'AccessMode']] ingestion_access_mode: Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.
|
|
58
|
+
:param pulumi.Input[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.
|
|
59
|
+
:param pulumi.Input[Union[str, 'AccessMode']] query_access_mode: Specifies the access mode of queries through the specified private endpoint connection in the exclusion.
|
|
60
|
+
"""
|
|
61
|
+
if ingestion_access_mode is not None:
|
|
62
|
+
pulumi.set(__self__, "ingestion_access_mode", ingestion_access_mode)
|
|
63
|
+
if private_endpoint_connection_name is not None:
|
|
64
|
+
pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
|
|
65
|
+
if query_access_mode is not None:
|
|
66
|
+
pulumi.set(__self__, "query_access_mode", query_access_mode)
|
|
67
|
+
|
|
68
|
+
@property
|
|
69
|
+
@pulumi.getter(name="ingestionAccessMode")
|
|
70
|
+
def ingestion_access_mode(self) -> Optional[pulumi.Input[Union[str, 'AccessMode']]]:
|
|
71
|
+
"""
|
|
72
|
+
Specifies the access mode of ingestion through the specified private endpoint connection in the exclusion.
|
|
73
|
+
"""
|
|
74
|
+
return pulumi.get(self, "ingestion_access_mode")
|
|
75
|
+
|
|
76
|
+
@ingestion_access_mode.setter
|
|
77
|
+
def ingestion_access_mode(self, value: Optional[pulumi.Input[Union[str, 'AccessMode']]]):
|
|
78
|
+
pulumi.set(self, "ingestion_access_mode", value)
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter(name="privateEndpointConnectionName")
|
|
82
|
+
def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
|
|
83
|
+
"""
|
|
84
|
+
The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings.
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "private_endpoint_connection_name")
|
|
87
|
+
|
|
88
|
+
@private_endpoint_connection_name.setter
|
|
89
|
+
def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
|
|
90
|
+
pulumi.set(self, "private_endpoint_connection_name", value)
|
|
91
|
+
|
|
92
|
+
@property
|
|
93
|
+
@pulumi.getter(name="queryAccessMode")
|
|
94
|
+
def query_access_mode(self) -> Optional[pulumi.Input[Union[str, 'AccessMode']]]:
|
|
95
|
+
"""
|
|
96
|
+
Specifies the access mode of queries through the specified private endpoint connection in the exclusion.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "query_access_mode")
|
|
99
|
+
|
|
100
|
+
@query_access_mode.setter
|
|
101
|
+
def query_access_mode(self, value: Optional[pulumi.Input[Union[str, 'AccessMode']]]):
|
|
102
|
+
pulumi.set(self, "query_access_mode", value)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
if not MYPY:
|
|
106
|
+
class AccessModeSettingsArgsDict(TypedDict):
|
|
107
|
+
"""
|
|
108
|
+
Properties that define the scope private link mode settings.
|
|
109
|
+
"""
|
|
110
|
+
ingestion_access_mode: pulumi.Input[Union[str, 'AccessMode']]
|
|
111
|
+
"""
|
|
112
|
+
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.
|
|
113
|
+
"""
|
|
114
|
+
query_access_mode: pulumi.Input[Union[str, 'AccessMode']]
|
|
115
|
+
"""
|
|
116
|
+
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.
|
|
117
|
+
"""
|
|
118
|
+
exclusions: NotRequired[pulumi.Input[Sequence[pulumi.Input['AccessModeSettingsExclusionArgsDict']]]]
|
|
119
|
+
"""
|
|
120
|
+
List of exclusions that override the default access mode settings for specific private endpoint connections.
|
|
121
|
+
"""
|
|
122
|
+
elif False:
|
|
123
|
+
AccessModeSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
124
|
+
|
|
125
|
+
@pulumi.input_type
|
|
126
|
+
class AccessModeSettingsArgs:
|
|
127
|
+
def __init__(__self__, *,
|
|
128
|
+
ingestion_access_mode: pulumi.Input[Union[str, 'AccessMode']],
|
|
129
|
+
query_access_mode: pulumi.Input[Union[str, 'AccessMode']],
|
|
130
|
+
exclusions: Optional[pulumi.Input[Sequence[pulumi.Input['AccessModeSettingsExclusionArgs']]]] = None):
|
|
131
|
+
"""
|
|
132
|
+
Properties that define the scope private link mode settings.
|
|
133
|
+
:param pulumi.Input[Union[str, 'AccessMode']] 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.
|
|
134
|
+
:param pulumi.Input[Union[str, 'AccessMode']] 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.
|
|
135
|
+
:param pulumi.Input[Sequence[pulumi.Input['AccessModeSettingsExclusionArgs']]] exclusions: List of exclusions that override the default access mode settings for specific private endpoint connections.
|
|
136
|
+
"""
|
|
137
|
+
pulumi.set(__self__, "ingestion_access_mode", ingestion_access_mode)
|
|
138
|
+
pulumi.set(__self__, "query_access_mode", query_access_mode)
|
|
139
|
+
if exclusions is not None:
|
|
140
|
+
pulumi.set(__self__, "exclusions", exclusions)
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter(name="ingestionAccessMode")
|
|
144
|
+
def ingestion_access_mode(self) -> pulumi.Input[Union[str, 'AccessMode']]:
|
|
145
|
+
"""
|
|
146
|
+
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.
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "ingestion_access_mode")
|
|
149
|
+
|
|
150
|
+
@ingestion_access_mode.setter
|
|
151
|
+
def ingestion_access_mode(self, value: pulumi.Input[Union[str, 'AccessMode']]):
|
|
152
|
+
pulumi.set(self, "ingestion_access_mode", value)
|
|
153
|
+
|
|
154
|
+
@property
|
|
155
|
+
@pulumi.getter(name="queryAccessMode")
|
|
156
|
+
def query_access_mode(self) -> pulumi.Input[Union[str, 'AccessMode']]:
|
|
157
|
+
"""
|
|
158
|
+
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.
|
|
159
|
+
"""
|
|
160
|
+
return pulumi.get(self, "query_access_mode")
|
|
161
|
+
|
|
162
|
+
@query_access_mode.setter
|
|
163
|
+
def query_access_mode(self, value: pulumi.Input[Union[str, 'AccessMode']]):
|
|
164
|
+
pulumi.set(self, "query_access_mode", value)
|
|
165
|
+
|
|
166
|
+
@property
|
|
167
|
+
@pulumi.getter
|
|
168
|
+
def exclusions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AccessModeSettingsExclusionArgs']]]]:
|
|
169
|
+
"""
|
|
170
|
+
List of exclusions that override the default access mode settings for specific private endpoint connections.
|
|
171
|
+
"""
|
|
172
|
+
return pulumi.get(self, "exclusions")
|
|
173
|
+
|
|
174
|
+
@exclusions.setter
|
|
175
|
+
def exclusions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AccessModeSettingsExclusionArgs']]]]):
|
|
176
|
+
pulumi.set(self, "exclusions", value)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
if not MYPY:
|
|
180
|
+
class PrivateLinkServiceConnectionStateArgsDict(TypedDict):
|
|
181
|
+
"""
|
|
182
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
183
|
+
"""
|
|
184
|
+
actions_required: NotRequired[pulumi.Input[str]]
|
|
185
|
+
"""
|
|
186
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
187
|
+
"""
|
|
188
|
+
description: NotRequired[pulumi.Input[str]]
|
|
189
|
+
"""
|
|
190
|
+
The reason for approval/rejection of the connection.
|
|
191
|
+
"""
|
|
192
|
+
status: NotRequired[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]
|
|
193
|
+
"""
|
|
194
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
195
|
+
"""
|
|
196
|
+
elif False:
|
|
197
|
+
PrivateLinkServiceConnectionStateArgsDict: TypeAlias = Mapping[str, Any]
|
|
198
|
+
|
|
199
|
+
@pulumi.input_type
|
|
200
|
+
class PrivateLinkServiceConnectionStateArgs:
|
|
201
|
+
def __init__(__self__, *,
|
|
202
|
+
actions_required: Optional[pulumi.Input[str]] = None,
|
|
203
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
204
|
+
status: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]] = None):
|
|
205
|
+
"""
|
|
206
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
207
|
+
:param pulumi.Input[str] actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
208
|
+
:param pulumi.Input[str] description: The reason for approval/rejection of the connection.
|
|
209
|
+
:param pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']] status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
210
|
+
"""
|
|
211
|
+
if actions_required is not None:
|
|
212
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
213
|
+
if description is not None:
|
|
214
|
+
pulumi.set(__self__, "description", description)
|
|
215
|
+
if status is not None:
|
|
216
|
+
pulumi.set(__self__, "status", status)
|
|
217
|
+
|
|
218
|
+
@property
|
|
219
|
+
@pulumi.getter(name="actionsRequired")
|
|
220
|
+
def actions_required(self) -> Optional[pulumi.Input[str]]:
|
|
221
|
+
"""
|
|
222
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
223
|
+
"""
|
|
224
|
+
return pulumi.get(self, "actions_required")
|
|
225
|
+
|
|
226
|
+
@actions_required.setter
|
|
227
|
+
def actions_required(self, value: Optional[pulumi.Input[str]]):
|
|
228
|
+
pulumi.set(self, "actions_required", value)
|
|
229
|
+
|
|
230
|
+
@property
|
|
231
|
+
@pulumi.getter
|
|
232
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
233
|
+
"""
|
|
234
|
+
The reason for approval/rejection of the connection.
|
|
235
|
+
"""
|
|
236
|
+
return pulumi.get(self, "description")
|
|
237
|
+
|
|
238
|
+
@description.setter
|
|
239
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
240
|
+
pulumi.set(self, "description", value)
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
@pulumi.getter
|
|
244
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]:
|
|
245
|
+
"""
|
|
246
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
247
|
+
"""
|
|
248
|
+
return pulumi.get(self, "status")
|
|
249
|
+
|
|
250
|
+
@status.setter
|
|
251
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'PrivateEndpointServiceConnectionStatus']]]):
|
|
252
|
+
pulumi.set(self, "status", value)
|
|
253
|
+
|
|
254
|
+
|