pulumi-azure-native 2.84.0a1737649952__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.

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.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/METADATA +1 -1
  94. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/RECORD +96 -56
  95. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/WHEEL +0 -0
  96. {pulumi_azure_native-2.84.0a1737649952.dist-info → pulumi_azure_native-2.84.0a1737706742.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,271 @@
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
+ workspace_name: pulumi.Input[str],
28
+ group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
29
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None):
30
+ """
31
+ The set of arguments for constructing a PrivateEndpointConnection resource.
32
+ :param pulumi.Input['PrivateLinkServiceConnectionStateArgs'] private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
33
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
34
+ :param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
35
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: The private endpoint connection group ids.
36
+ :param pulumi.Input[str] private_endpoint_connection_name: The private endpoint connection name of Azure Managed Grafana.
37
+ """
38
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
39
+ pulumi.set(__self__, "resource_group_name", resource_group_name)
40
+ pulumi.set(__self__, "workspace_name", workspace_name)
41
+ if group_ids is not None:
42
+ pulumi.set(__self__, "group_ids", group_ids)
43
+ if private_endpoint_connection_name is not None:
44
+ pulumi.set(__self__, "private_endpoint_connection_name", private_endpoint_connection_name)
45
+
46
+ @property
47
+ @pulumi.getter(name="privateLinkServiceConnectionState")
48
+ def private_link_service_connection_state(self) -> pulumi.Input['PrivateLinkServiceConnectionStateArgs']:
49
+ """
50
+ A collection of information about the state of the connection between service consumer and provider.
51
+ """
52
+ return pulumi.get(self, "private_link_service_connection_state")
53
+
54
+ @private_link_service_connection_state.setter
55
+ def private_link_service_connection_state(self, value: pulumi.Input['PrivateLinkServiceConnectionStateArgs']):
56
+ pulumi.set(self, "private_link_service_connection_state", value)
57
+
58
+ @property
59
+ @pulumi.getter(name="resourceGroupName")
60
+ def resource_group_name(self) -> pulumi.Input[str]:
61
+ """
62
+ The name of the resource group. The name is case insensitive.
63
+ """
64
+ return pulumi.get(self, "resource_group_name")
65
+
66
+ @resource_group_name.setter
67
+ def resource_group_name(self, value: pulumi.Input[str]):
68
+ pulumi.set(self, "resource_group_name", value)
69
+
70
+ @property
71
+ @pulumi.getter(name="workspaceName")
72
+ def workspace_name(self) -> pulumi.Input[str]:
73
+ """
74
+ The workspace name of Azure Managed Grafana.
75
+ """
76
+ return pulumi.get(self, "workspace_name")
77
+
78
+ @workspace_name.setter
79
+ def workspace_name(self, value: pulumi.Input[str]):
80
+ pulumi.set(self, "workspace_name", value)
81
+
82
+ @property
83
+ @pulumi.getter(name="groupIds")
84
+ def group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
85
+ """
86
+ The private endpoint connection group ids.
87
+ """
88
+ return pulumi.get(self, "group_ids")
89
+
90
+ @group_ids.setter
91
+ def group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
92
+ pulumi.set(self, "group_ids", value)
93
+
94
+ @property
95
+ @pulumi.getter(name="privateEndpointConnectionName")
96
+ def private_endpoint_connection_name(self) -> Optional[pulumi.Input[str]]:
97
+ """
98
+ The private endpoint connection name of Azure Managed Grafana.
99
+ """
100
+ return pulumi.get(self, "private_endpoint_connection_name")
101
+
102
+ @private_endpoint_connection_name.setter
103
+ def private_endpoint_connection_name(self, value: Optional[pulumi.Input[str]]):
104
+ pulumi.set(self, "private_endpoint_connection_name", value)
105
+
106
+
107
+ class PrivateEndpointConnection(pulumi.CustomResource):
108
+ @overload
109
+ def __init__(__self__,
110
+ resource_name: str,
111
+ opts: Optional[pulumi.ResourceOptions] = None,
112
+ group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
113
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
114
+ private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
115
+ resource_group_name: Optional[pulumi.Input[str]] = None,
116
+ workspace_name: Optional[pulumi.Input[str]] = None,
117
+ __props__=None):
118
+ """
119
+ The Private Endpoint Connection resource.
120
+
121
+ :param str resource_name: The name of the resource.
122
+ :param pulumi.ResourceOptions opts: Options for the resource.
123
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] group_ids: The private endpoint connection group ids.
124
+ :param pulumi.Input[str] private_endpoint_connection_name: The private endpoint connection name of Azure Managed Grafana.
125
+ :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.
126
+ :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
127
+ :param pulumi.Input[str] workspace_name: The workspace name of Azure Managed Grafana.
128
+ """
129
+ ...
130
+ @overload
131
+ def __init__(__self__,
132
+ resource_name: str,
133
+ args: PrivateEndpointConnectionArgs,
134
+ opts: Optional[pulumi.ResourceOptions] = None):
135
+ """
136
+ The Private Endpoint Connection resource.
137
+
138
+ :param str resource_name: The name of the resource.
139
+ :param PrivateEndpointConnectionArgs args: The arguments to use to populate this resource's properties.
140
+ :param pulumi.ResourceOptions opts: Options for the resource.
141
+ """
142
+ ...
143
+ def __init__(__self__, resource_name: str, *args, **kwargs):
144
+ resource_args, opts = _utilities.get_resource_args_opts(PrivateEndpointConnectionArgs, pulumi.ResourceOptions, *args, **kwargs)
145
+ if resource_args is not None:
146
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
147
+ else:
148
+ __self__._internal_init(resource_name, *args, **kwargs)
149
+
150
+ def _internal_init(__self__,
151
+ resource_name: str,
152
+ opts: Optional[pulumi.ResourceOptions] = None,
153
+ group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
154
+ private_endpoint_connection_name: Optional[pulumi.Input[str]] = None,
155
+ private_link_service_connection_state: Optional[pulumi.Input[Union['PrivateLinkServiceConnectionStateArgs', 'PrivateLinkServiceConnectionStateArgsDict']]] = None,
156
+ resource_group_name: Optional[pulumi.Input[str]] = None,
157
+ workspace_name: Optional[pulumi.Input[str]] = None,
158
+ __props__=None):
159
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
160
+ if not isinstance(opts, pulumi.ResourceOptions):
161
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
162
+ if opts.id is None:
163
+ if __props__ is not None:
164
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
165
+ __props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
166
+
167
+ __props__.__dict__["group_ids"] = group_ids
168
+ __props__.__dict__["private_endpoint_connection_name"] = private_endpoint_connection_name
169
+ if private_link_service_connection_state is None and not opts.urn:
170
+ raise TypeError("Missing required property 'private_link_service_connection_state'")
171
+ __props__.__dict__["private_link_service_connection_state"] = private_link_service_connection_state
172
+ if resource_group_name is None and not opts.urn:
173
+ raise TypeError("Missing required property 'resource_group_name'")
174
+ __props__.__dict__["resource_group_name"] = resource_group_name
175
+ if workspace_name is None and not opts.urn:
176
+ raise TypeError("Missing required property 'workspace_name'")
177
+ __props__.__dict__["workspace_name"] = workspace_name
178
+ __props__.__dict__["name"] = None
179
+ __props__.__dict__["private_endpoint"] = None
180
+ __props__.__dict__["provisioning_state"] = None
181
+ __props__.__dict__["system_data"] = None
182
+ __props__.__dict__["type"] = None
183
+ alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:dashboard:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20220501preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20220801:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20221001preview:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20230901:PrivateEndpointConnection"), pulumi.Alias(type_="azure-native:dashboard/v20231001preview:PrivateEndpointConnection")])
184
+ opts = pulumi.ResourceOptions.merge(opts, alias_opts)
185
+ super(PrivateEndpointConnection, __self__).__init__(
186
+ 'azure-native:dashboard/v20241001:PrivateEndpointConnection',
187
+ resource_name,
188
+ __props__,
189
+ opts)
190
+
191
+ @staticmethod
192
+ def get(resource_name: str,
193
+ id: pulumi.Input[str],
194
+ opts: Optional[pulumi.ResourceOptions] = None) -> 'PrivateEndpointConnection':
195
+ """
196
+ Get an existing PrivateEndpointConnection resource's state with the given name, id, and optional extra
197
+ properties used to qualify the lookup.
198
+
199
+ :param str resource_name: The unique name of the resulting resource.
200
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
201
+ :param pulumi.ResourceOptions opts: Options for the resource.
202
+ """
203
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
204
+
205
+ __props__ = PrivateEndpointConnectionArgs.__new__(PrivateEndpointConnectionArgs)
206
+
207
+ __props__.__dict__["group_ids"] = None
208
+ __props__.__dict__["name"] = None
209
+ __props__.__dict__["private_endpoint"] = None
210
+ __props__.__dict__["private_link_service_connection_state"] = None
211
+ __props__.__dict__["provisioning_state"] = None
212
+ __props__.__dict__["system_data"] = None
213
+ __props__.__dict__["type"] = None
214
+ return PrivateEndpointConnection(resource_name, opts=opts, __props__=__props__)
215
+
216
+ @property
217
+ @pulumi.getter(name="groupIds")
218
+ def group_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
219
+ """
220
+ The private endpoint connection group ids.
221
+ """
222
+ return pulumi.get(self, "group_ids")
223
+
224
+ @property
225
+ @pulumi.getter
226
+ def name(self) -> pulumi.Output[str]:
227
+ """
228
+ The name of the resource
229
+ """
230
+ return pulumi.get(self, "name")
231
+
232
+ @property
233
+ @pulumi.getter(name="privateEndpoint")
234
+ def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointResponse']]:
235
+ """
236
+ The resource of private end point.
237
+ """
238
+ return pulumi.get(self, "private_endpoint")
239
+
240
+ @property
241
+ @pulumi.getter(name="privateLinkServiceConnectionState")
242
+ def private_link_service_connection_state(self) -> pulumi.Output['outputs.PrivateLinkServiceConnectionStateResponse']:
243
+ """
244
+ A collection of information about the state of the connection between service consumer and provider.
245
+ """
246
+ return pulumi.get(self, "private_link_service_connection_state")
247
+
248
+ @property
249
+ @pulumi.getter(name="provisioningState")
250
+ def provisioning_state(self) -> pulumi.Output[str]:
251
+ """
252
+ The provisioning state of the private endpoint connection resource.
253
+ """
254
+ return pulumi.get(self, "provisioning_state")
255
+
256
+ @property
257
+ @pulumi.getter(name="systemData")
258
+ def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
259
+ """
260
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
261
+ """
262
+ return pulumi.get(self, "system_data")
263
+
264
+ @property
265
+ @pulumi.getter
266
+ def type(self) -> pulumi.Output[str]:
267
+ """
268
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
269
+ """
270
+ return pulumi.get(self, "type")
271
+
@@ -36,6 +36,7 @@ __all__ = [
36
36
  'GoogleAdWordsAuthenticationType',
37
37
  'GoogleBigQueryAuthenticationType',
38
38
  'GoogleBigQueryV2AuthenticationType',
39
+ 'GreenplumAuthenticationType',
39
40
  'HBaseAuthenticationType',
40
41
  'HDInsightActivityDebugInfoOption',
41
42
  'HiveAuthenticationType',
@@ -375,6 +376,13 @@ class GoogleBigQueryV2AuthenticationType(str, Enum):
375
376
  USER_AUTHENTICATION = "UserAuthentication"
376
377
 
377
378
 
379
+ class GreenplumAuthenticationType(str, Enum):
380
+ """
381
+ The authentication type to use. Type: string. Only used for V2.
382
+ """
383
+ BASIC = "Basic"
384
+
385
+
378
386
  class HBaseAuthenticationType(str, Enum):
379
387
  """
380
388
  The authentication mechanism to use to connect to the HBase server.
@@ -52577,6 +52577,14 @@ if not MYPY:
52577
52577
  """
52578
52578
  List of tags that can be used for describing the linked service.
52579
52579
  """
52580
+ authentication_type: NotRequired[pulumi.Input[Union[str, 'GreenplumAuthenticationType']]]
52581
+ """
52582
+ The authentication type to use. Type: string. Only used for V2.
52583
+ """
52584
+ command_timeout: NotRequired[Any]
52585
+ """
52586
+ The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2.
52587
+ """
52580
52588
  connect_via: NotRequired[pulumi.Input['IntegrationRuntimeReferenceArgsDict']]
52581
52589
  """
52582
52590
  The integration runtime reference.
@@ -52585,6 +52593,14 @@ if not MYPY:
52585
52593
  """
52586
52594
  An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
52587
52595
  """
52596
+ connection_timeout: NotRequired[Any]
52597
+ """
52598
+ The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. Only used for V2.
52599
+ """
52600
+ database: NotRequired[Any]
52601
+ """
52602
+ Database name for connection. Type: string. Only used for V2.
52603
+ """
52588
52604
  description: NotRequired[pulumi.Input[str]]
52589
52605
  """
52590
52606
  Linked service description.
@@ -52593,14 +52609,34 @@ if not MYPY:
52593
52609
  """
52594
52610
  The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
52595
52611
  """
52612
+ host: NotRequired[Any]
52613
+ """
52614
+ Host name for connection. Type: string. Only used for V2.
52615
+ """
52596
52616
  parameters: NotRequired[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgsDict']]]]
52597
52617
  """
52598
52618
  Parameters for linked service.
52599
52619
  """
52620
+ password: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
52621
+ """
52622
+ The Azure key vault secret reference of password in connection string. Type: string. Only used for V2.
52623
+ """
52624
+ port: NotRequired[Any]
52625
+ """
52626
+ The port for the connection. Type: integer. Only used for V2.
52627
+ """
52600
52628
  pwd: NotRequired[pulumi.Input['AzureKeyVaultSecretReferenceArgsDict']]
52601
52629
  """
52602
52630
  The Azure key vault secret reference of password in connection string.
52603
52631
  """
52632
+ ssl_mode: NotRequired[Any]
52633
+ """
52634
+ SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. Only used for V2.
52635
+ """
52636
+ username: NotRequired[Any]
52637
+ """
52638
+ Username for authentication. Type: string. Only used for V2.
52639
+ """
52604
52640
  version: NotRequired[pulumi.Input[str]]
52605
52641
  """
52606
52642
  Version of the linked service.
@@ -52613,41 +52649,77 @@ class GreenplumLinkedServiceArgs:
52613
52649
  def __init__(__self__, *,
52614
52650
  type: pulumi.Input[str],
52615
52651
  annotations: Optional[pulumi.Input[Sequence[Any]]] = None,
52652
+ authentication_type: Optional[pulumi.Input[Union[str, 'GreenplumAuthenticationType']]] = None,
52653
+ command_timeout: Optional[Any] = None,
52616
52654
  connect_via: Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']] = None,
52617
52655
  connection_string: Optional[Any] = None,
52656
+ connection_timeout: Optional[Any] = None,
52657
+ database: Optional[Any] = None,
52618
52658
  description: Optional[pulumi.Input[str]] = None,
52619
52659
  encrypted_credential: Optional[pulumi.Input[str]] = None,
52660
+ host: Optional[Any] = None,
52620
52661
  parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
52662
+ password: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
52663
+ port: Optional[Any] = None,
52621
52664
  pwd: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']] = None,
52665
+ ssl_mode: Optional[Any] = None,
52666
+ username: Optional[Any] = None,
52622
52667
  version: Optional[pulumi.Input[str]] = None):
52623
52668
  """
52624
52669
  Greenplum Database linked service.
52625
52670
  :param pulumi.Input[str] type: Type of linked service.
52626
52671
  Expected value is 'Greenplum'.
52627
52672
  :param pulumi.Input[Sequence[Any]] annotations: List of tags that can be used for describing the linked service.
52673
+ :param pulumi.Input[Union[str, 'GreenplumAuthenticationType']] authentication_type: The authentication type to use. Type: string. Only used for V2.
52674
+ :param Any command_timeout: The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2.
52628
52675
  :param pulumi.Input['IntegrationRuntimeReferenceArgs'] connect_via: The integration runtime reference.
52629
52676
  :param Any connection_string: An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
52677
+ :param Any connection_timeout: The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. Only used for V2.
52678
+ :param Any database: Database name for connection. Type: string. Only used for V2.
52630
52679
  :param pulumi.Input[str] description: Linked service description.
52631
52680
  :param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
52681
+ :param Any host: Host name for connection. Type: string. Only used for V2.
52632
52682
  :param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
52683
+ :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: The Azure key vault secret reference of password in connection string. Type: string. Only used for V2.
52684
+ :param Any port: The port for the connection. Type: integer. Only used for V2.
52633
52685
  :param pulumi.Input['AzureKeyVaultSecretReferenceArgs'] pwd: The Azure key vault secret reference of password in connection string.
52686
+ :param Any ssl_mode: SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. Only used for V2.
52687
+ :param Any username: Username for authentication. Type: string. Only used for V2.
52634
52688
  :param pulumi.Input[str] version: Version of the linked service.
52635
52689
  """
52636
52690
  pulumi.set(__self__, "type", 'Greenplum')
52637
52691
  if annotations is not None:
52638
52692
  pulumi.set(__self__, "annotations", annotations)
52693
+ if authentication_type is not None:
52694
+ pulumi.set(__self__, "authentication_type", authentication_type)
52695
+ if command_timeout is not None:
52696
+ pulumi.set(__self__, "command_timeout", command_timeout)
52639
52697
  if connect_via is not None:
52640
52698
  pulumi.set(__self__, "connect_via", connect_via)
52641
52699
  if connection_string is not None:
52642
52700
  pulumi.set(__self__, "connection_string", connection_string)
52701
+ if connection_timeout is not None:
52702
+ pulumi.set(__self__, "connection_timeout", connection_timeout)
52703
+ if database is not None:
52704
+ pulumi.set(__self__, "database", database)
52643
52705
  if description is not None:
52644
52706
  pulumi.set(__self__, "description", description)
52645
52707
  if encrypted_credential is not None:
52646
52708
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
52709
+ if host is not None:
52710
+ pulumi.set(__self__, "host", host)
52647
52711
  if parameters is not None:
52648
52712
  pulumi.set(__self__, "parameters", parameters)
52713
+ if password is not None:
52714
+ pulumi.set(__self__, "password", password)
52715
+ if port is not None:
52716
+ pulumi.set(__self__, "port", port)
52649
52717
  if pwd is not None:
52650
52718
  pulumi.set(__self__, "pwd", pwd)
52719
+ if ssl_mode is not None:
52720
+ pulumi.set(__self__, "ssl_mode", ssl_mode)
52721
+ if username is not None:
52722
+ pulumi.set(__self__, "username", username)
52651
52723
  if version is not None:
52652
52724
  pulumi.set(__self__, "version", version)
52653
52725
 
@@ -52676,6 +52748,30 @@ class GreenplumLinkedServiceArgs:
52676
52748
  def annotations(self, value: Optional[pulumi.Input[Sequence[Any]]]):
52677
52749
  pulumi.set(self, "annotations", value)
52678
52750
 
52751
+ @property
52752
+ @pulumi.getter(name="authenticationType")
52753
+ def authentication_type(self) -> Optional[pulumi.Input[Union[str, 'GreenplumAuthenticationType']]]:
52754
+ """
52755
+ The authentication type to use. Type: string. Only used for V2.
52756
+ """
52757
+ return pulumi.get(self, "authentication_type")
52758
+
52759
+ @authentication_type.setter
52760
+ def authentication_type(self, value: Optional[pulumi.Input[Union[str, 'GreenplumAuthenticationType']]]):
52761
+ pulumi.set(self, "authentication_type", value)
52762
+
52763
+ @property
52764
+ @pulumi.getter(name="commandTimeout")
52765
+ def command_timeout(self) -> Optional[Any]:
52766
+ """
52767
+ The time to wait (in seconds) while trying to execute a command before terminating the attempt and generating an error. Set to zero for infinity. Type: integer. Only used for V2.
52768
+ """
52769
+ return pulumi.get(self, "command_timeout")
52770
+
52771
+ @command_timeout.setter
52772
+ def command_timeout(self, value: Optional[Any]):
52773
+ pulumi.set(self, "command_timeout", value)
52774
+
52679
52775
  @property
52680
52776
  @pulumi.getter(name="connectVia")
52681
52777
  def connect_via(self) -> Optional[pulumi.Input['IntegrationRuntimeReferenceArgs']]:
@@ -52700,6 +52796,30 @@ class GreenplumLinkedServiceArgs:
52700
52796
  def connection_string(self, value: Optional[Any]):
52701
52797
  pulumi.set(self, "connection_string", value)
52702
52798
 
52799
+ @property
52800
+ @pulumi.getter(name="connectionTimeout")
52801
+ def connection_timeout(self) -> Optional[Any]:
52802
+ """
52803
+ The time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error. Type: integer. Only used for V2.
52804
+ """
52805
+ return pulumi.get(self, "connection_timeout")
52806
+
52807
+ @connection_timeout.setter
52808
+ def connection_timeout(self, value: Optional[Any]):
52809
+ pulumi.set(self, "connection_timeout", value)
52810
+
52811
+ @property
52812
+ @pulumi.getter
52813
+ def database(self) -> Optional[Any]:
52814
+ """
52815
+ Database name for connection. Type: string. Only used for V2.
52816
+ """
52817
+ return pulumi.get(self, "database")
52818
+
52819
+ @database.setter
52820
+ def database(self, value: Optional[Any]):
52821
+ pulumi.set(self, "database", value)
52822
+
52703
52823
  @property
52704
52824
  @pulumi.getter
52705
52825
  def description(self) -> Optional[pulumi.Input[str]]:
@@ -52724,6 +52844,18 @@ class GreenplumLinkedServiceArgs:
52724
52844
  def encrypted_credential(self, value: Optional[pulumi.Input[str]]):
52725
52845
  pulumi.set(self, "encrypted_credential", value)
52726
52846
 
52847
+ @property
52848
+ @pulumi.getter
52849
+ def host(self) -> Optional[Any]:
52850
+ """
52851
+ Host name for connection. Type: string. Only used for V2.
52852
+ """
52853
+ return pulumi.get(self, "host")
52854
+
52855
+ @host.setter
52856
+ def host(self, value: Optional[Any]):
52857
+ pulumi.set(self, "host", value)
52858
+
52727
52859
  @property
52728
52860
  @pulumi.getter
52729
52861
  def parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]:
@@ -52736,6 +52868,30 @@ class GreenplumLinkedServiceArgs:
52736
52868
  def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]):
52737
52869
  pulumi.set(self, "parameters", value)
52738
52870
 
52871
+ @property
52872
+ @pulumi.getter
52873
+ def password(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
52874
+ """
52875
+ The Azure key vault secret reference of password in connection string. Type: string. Only used for V2.
52876
+ """
52877
+ return pulumi.get(self, "password")
52878
+
52879
+ @password.setter
52880
+ def password(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
52881
+ pulumi.set(self, "password", value)
52882
+
52883
+ @property
52884
+ @pulumi.getter
52885
+ def port(self) -> Optional[Any]:
52886
+ """
52887
+ The port for the connection. Type: integer. Only used for V2.
52888
+ """
52889
+ return pulumi.get(self, "port")
52890
+
52891
+ @port.setter
52892
+ def port(self, value: Optional[Any]):
52893
+ pulumi.set(self, "port", value)
52894
+
52739
52895
  @property
52740
52896
  @pulumi.getter
52741
52897
  def pwd(self) -> Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']]:
@@ -52748,6 +52904,30 @@ class GreenplumLinkedServiceArgs:
52748
52904
  def pwd(self, value: Optional[pulumi.Input['AzureKeyVaultSecretReferenceArgs']]):
52749
52905
  pulumi.set(self, "pwd", value)
52750
52906
 
52907
+ @property
52908
+ @pulumi.getter(name="sslMode")
52909
+ def ssl_mode(self) -> Optional[Any]:
52910
+ """
52911
+ SSL mode for connection. Type: integer. 0: disable, 1:allow, 2: prefer, 3: require, 4: verify-ca, 5: verify-full. Type: integer. Only used for V2.
52912
+ """
52913
+ return pulumi.get(self, "ssl_mode")
52914
+
52915
+ @ssl_mode.setter
52916
+ def ssl_mode(self, value: Optional[Any]):
52917
+ pulumi.set(self, "ssl_mode", value)
52918
+
52919
+ @property
52920
+ @pulumi.getter
52921
+ def username(self) -> Optional[Any]:
52922
+ """
52923
+ Username for authentication. Type: string. Only used for V2.
52924
+ """
52925
+ return pulumi.get(self, "username")
52926
+
52927
+ @username.setter
52928
+ def username(self, value: Optional[Any]):
52929
+ pulumi.set(self, "username", value)
52930
+
52751
52931
  @property
52752
52932
  @pulumi.getter
52753
52933
  def version(self) -> Optional[pulumi.Input[str]]: