pulumi-alicloud 3.62.0a1725945881__py3-none-any.whl → 3.62.1__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-alicloud might be problematic. Click here for more details.

Files changed (80) hide show
  1. pulumi_alicloud/__init__.py +80 -0
  2. pulumi_alicloud/actiontrail/trail.py +2 -2
  3. pulumi_alicloud/adb/cluster.py +34 -0
  4. pulumi_alicloud/adb/db_cluster.py +47 -0
  5. pulumi_alicloud/amqp/binding.py +30 -36
  6. pulumi_alicloud/amqp/static_account.py +12 -12
  7. pulumi_alicloud/cen/_inputs.py +180 -14
  8. pulumi_alicloud/cen/outputs.py +173 -12
  9. pulumi_alicloud/cen/traffic_marking_policy.py +116 -53
  10. pulumi_alicloud/cen/transit_router_peer_attachment.py +38 -20
  11. pulumi_alicloud/cen/transit_router_vpc_attachment.py +338 -119
  12. pulumi_alicloud/cen/transit_router_vpn_attachment.py +2 -2
  13. pulumi_alicloud/cr/chart_namespace.py +14 -6
  14. pulumi_alicloud/cr/endpoint_acl_policy.py +10 -2
  15. pulumi_alicloud/cr/namespace.py +10 -2
  16. pulumi_alicloud/cs/registry_enterprise_repo.py +4 -4
  17. pulumi_alicloud/cs/registry_enterprise_sync_rule.py +10 -10
  18. pulumi_alicloud/ddos/_inputs.py +24 -0
  19. pulumi_alicloud/ddos/bgp_ip.py +1 -1
  20. pulumi_alicloud/ddos/outputs.py +37 -0
  21. pulumi_alicloud/ddos/port.py +110 -40
  22. pulumi_alicloud/ecs/_inputs.py +28 -0
  23. pulumi_alicloud/ecs/outputs.py +20 -0
  24. pulumi_alicloud/emrv2/_inputs.py +20 -20
  25. pulumi_alicloud/emrv2/get_clusters.py +25 -4
  26. pulumi_alicloud/emrv2/outputs.py +24 -24
  27. pulumi_alicloud/ens/_inputs.py +137 -2
  28. pulumi_alicloud/ens/instance.py +428 -184
  29. pulumi_alicloud/ens/load_balancer.py +74 -25
  30. pulumi_alicloud/ens/outputs.py +141 -2
  31. pulumi_alicloud/expressconnect/physical_connection.py +321 -185
  32. pulumi_alicloud/fc/__init__.py +3 -0
  33. pulumi_alicloud/fc/_inputs.py +320 -8
  34. pulumi_alicloud/fc/outputs.py +321 -8
  35. pulumi_alicloud/fc/trigger.py +22 -24
  36. pulumi_alicloud/fc/v3_layer_version.py +511 -0
  37. pulumi_alicloud/fc/v3_provision_config.py +676 -0
  38. pulumi_alicloud/fc/v3_vpc_binding.py +283 -0
  39. pulumi_alicloud/ga/endpoint_group.py +68 -14
  40. pulumi_alicloud/ga/get_endpoint_group_ip_address_cidr_blocks.py +18 -3
  41. pulumi_alicloud/gpdb/__init__.py +2 -0
  42. pulumi_alicloud/gpdb/account.py +172 -83
  43. pulumi_alicloud/gpdb/db_resource_group.py +54 -9
  44. pulumi_alicloud/gpdb/hadoop_data_source.py +1135 -0
  45. pulumi_alicloud/gpdb/jdbc_data_source.py +643 -0
  46. pulumi_alicloud/hbr/_inputs.py +14 -14
  47. pulumi_alicloud/hbr/outputs.py +14 -14
  48. pulumi_alicloud/hbr/policy.py +18 -18
  49. pulumi_alicloud/hbr/policy_binding.py +203 -62
  50. pulumi_alicloud/mongodb/instance.py +94 -0
  51. pulumi_alicloud/nlb/_inputs.py +120 -64
  52. pulumi_alicloud/nlb/get_listeners.py +32 -2
  53. pulumi_alicloud/nlb/get_server_group_server_attachments.py +8 -2
  54. pulumi_alicloud/nlb/listener.py +315 -245
  55. pulumi_alicloud/nlb/listener_additional_certificate_attachment.py +25 -25
  56. pulumi_alicloud/nlb/load_balancer.py +181 -212
  57. pulumi_alicloud/nlb/load_balancer_security_group_attachment.py +29 -39
  58. pulumi_alicloud/nlb/loadbalancer_common_bandwidth_package_attachment.py +22 -18
  59. pulumi_alicloud/nlb/outputs.py +122 -66
  60. pulumi_alicloud/nlb/security_policy.py +53 -25
  61. pulumi_alicloud/nlb/server_group.py +196 -133
  62. pulumi_alicloud/ocean/base_instance.py +498 -163
  63. pulumi_alicloud/pulumi-plugin.json +1 -1
  64. pulumi_alicloud/quotas/__init__.py +1 -0
  65. pulumi_alicloud/quotas/template_service.py +165 -0
  66. pulumi_alicloud/rds/rds_db_proxy.py +61 -0
  67. pulumi_alicloud/servicecatalog/__init__.py +4 -0
  68. pulumi_alicloud/servicecatalog/portfolio.py +31 -31
  69. pulumi_alicloud/servicecatalog/principal_portfolio_association.py +354 -0
  70. pulumi_alicloud/servicecatalog/product.py +383 -0
  71. pulumi_alicloud/servicecatalog/product_portfolio_association.py +222 -0
  72. pulumi_alicloud/servicecatalog/product_version.py +539 -0
  73. pulumi_alicloud/servicemesh/extension_provider.py +2 -2
  74. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  75. pulumi_alicloud/vpc/get_route_tables.py +28 -5
  76. pulumi_alicloud/vpc/outputs.py +2 -2
  77. {pulumi_alicloud-3.62.0a1725945881.dist-info → pulumi_alicloud-3.62.1.dist-info}/METADATA +1 -1
  78. {pulumi_alicloud-3.62.0a1725945881.dist-info → pulumi_alicloud-3.62.1.dist-info}/RECORD +80 -70
  79. {pulumi_alicloud-3.62.0a1725945881.dist-info → pulumi_alicloud-3.62.1.dist-info}/WHEEL +1 -1
  80. {pulumi_alicloud-3.62.0a1725945881.dist-info → pulumi_alicloud-3.62.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,283 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from .. import _utilities
11
+
12
+ __all__ = ['V3VpcBindingArgs', 'V3VpcBinding']
13
+
14
+ @pulumi.input_type
15
+ class V3VpcBindingArgs:
16
+ def __init__(__self__, *,
17
+ function_name: pulumi.Input[str],
18
+ vpc_id: Optional[pulumi.Input[str]] = None):
19
+ """
20
+ The set of arguments for constructing a V3VpcBinding resource.
21
+ :param pulumi.Input[str] function_name: Function Name
22
+ :param pulumi.Input[str] vpc_id: VPC instance ID
23
+ """
24
+ pulumi.set(__self__, "function_name", function_name)
25
+ if vpc_id is not None:
26
+ pulumi.set(__self__, "vpc_id", vpc_id)
27
+
28
+ @property
29
+ @pulumi.getter(name="functionName")
30
+ def function_name(self) -> pulumi.Input[str]:
31
+ """
32
+ Function Name
33
+ """
34
+ return pulumi.get(self, "function_name")
35
+
36
+ @function_name.setter
37
+ def function_name(self, value: pulumi.Input[str]):
38
+ pulumi.set(self, "function_name", value)
39
+
40
+ @property
41
+ @pulumi.getter(name="vpcId")
42
+ def vpc_id(self) -> Optional[pulumi.Input[str]]:
43
+ """
44
+ VPC instance ID
45
+ """
46
+ return pulumi.get(self, "vpc_id")
47
+
48
+ @vpc_id.setter
49
+ def vpc_id(self, value: Optional[pulumi.Input[str]]):
50
+ pulumi.set(self, "vpc_id", value)
51
+
52
+
53
+ @pulumi.input_type
54
+ class _V3VpcBindingState:
55
+ def __init__(__self__, *,
56
+ function_name: Optional[pulumi.Input[str]] = None,
57
+ vpc_id: Optional[pulumi.Input[str]] = None):
58
+ """
59
+ Input properties used for looking up and filtering V3VpcBinding resources.
60
+ :param pulumi.Input[str] function_name: Function Name
61
+ :param pulumi.Input[str] vpc_id: VPC instance ID
62
+ """
63
+ if function_name is not None:
64
+ pulumi.set(__self__, "function_name", function_name)
65
+ if vpc_id is not None:
66
+ pulumi.set(__self__, "vpc_id", vpc_id)
67
+
68
+ @property
69
+ @pulumi.getter(name="functionName")
70
+ def function_name(self) -> Optional[pulumi.Input[str]]:
71
+ """
72
+ Function Name
73
+ """
74
+ return pulumi.get(self, "function_name")
75
+
76
+ @function_name.setter
77
+ def function_name(self, value: Optional[pulumi.Input[str]]):
78
+ pulumi.set(self, "function_name", value)
79
+
80
+ @property
81
+ @pulumi.getter(name="vpcId")
82
+ def vpc_id(self) -> Optional[pulumi.Input[str]]:
83
+ """
84
+ VPC instance ID
85
+ """
86
+ return pulumi.get(self, "vpc_id")
87
+
88
+ @vpc_id.setter
89
+ def vpc_id(self, value: Optional[pulumi.Input[str]]):
90
+ pulumi.set(self, "vpc_id", value)
91
+
92
+
93
+ class V3VpcBinding(pulumi.CustomResource):
94
+ @overload
95
+ def __init__(__self__,
96
+ resource_name: str,
97
+ opts: Optional[pulumi.ResourceOptions] = None,
98
+ function_name: Optional[pulumi.Input[str]] = None,
99
+ vpc_id: Optional[pulumi.Input[str]] = None,
100
+ __props__=None):
101
+ """
102
+ Provides a FCV3 Vpc Binding resource.
103
+
104
+ For information about FCV3 Vpc Binding and how to use it, see [What is Vpc Binding](https://www.alibabacloud.com/help/en/functioncompute/fc-3-0/developer-reference/api-fc-2023-03-30-createvpcbinding).
105
+
106
+ > **NOTE:** Available since v1.230.0.
107
+
108
+ ## Example Usage
109
+
110
+ Basic Usage
111
+
112
+ ```python
113
+ import pulumi
114
+ import pulumi_alicloud as alicloud
115
+
116
+ config = pulumi.Config()
117
+ name = config.get("name")
118
+ if name is None:
119
+ name = "terraform-example"
120
+ vpc = alicloud.vpc.Network("vpc",
121
+ cidr_block="10.0.0.0/8",
122
+ vpc_name=name)
123
+ function = alicloud.fc.V3Function("function",
124
+ memory_size=512,
125
+ cpu=0.5,
126
+ handler="index.Handler",
127
+ code={
128
+ "zip_file": "UEsDBBQACAAIAAAAAAAAAAAAAAAAAAAAAAAIAAAAaW5kZXgucHmEkEFKxEAQRfd9ig9ZTCJOooIwDMwNXLqXnnQlaalUhU5lRj2KZ/FOXkESGR114bJ/P/7jV4b1xRq1hijtFpM1682cuNgPmgysbRulPT0fRxXnMtwrSPyeCdYRokSLnuMLJTTkbUqEvDMbxm1VdcRD6Tk+T1LW2ldB66knsYdA5iNX17ebm6tN2VnPhcswMPmREPuBacb+CiapLarAj9gT6/H97dVlCNScY3mtYvRkxdZlwDKDEnanPWVLdrdkeXEGlFEazVdfPVHaVeHc3N15CUwppwOJXeK7HshAB8NuOU7J6sP4SRXuH/EvbUfMiqMmDqv5M5FNSfAj/wgAAP//UEsHCPl//NYAAQAArwEAAFBLAQIUABQACAAIAAAAAAD5f/zWAAEAAK8BAAAIAAAAAAAAAAAAAAAAAAAAAABpbmRleC5weVBLBQYAAAAAAQABADYAAAA2AQAAAAA=",
129
+ },
130
+ function_name=name,
131
+ runtime="python3.9",
132
+ disk_size=512,
133
+ log_config={
134
+ "log_begin_rule": "None",
135
+ })
136
+ default = alicloud.fc.V3VpcBinding("default",
137
+ function_name=function.function_name,
138
+ vpc_id=vpc.id)
139
+ ```
140
+
141
+ ## Import
142
+
143
+ FCV3 Vpc Binding can be imported using the id, e.g.
144
+
145
+ ```sh
146
+ $ pulumi import alicloud:fc/v3VpcBinding:V3VpcBinding example <function_name>:<vpc_id>
147
+ ```
148
+
149
+ :param str resource_name: The name of the resource.
150
+ :param pulumi.ResourceOptions opts: Options for the resource.
151
+ :param pulumi.Input[str] function_name: Function Name
152
+ :param pulumi.Input[str] vpc_id: VPC instance ID
153
+ """
154
+ ...
155
+ @overload
156
+ def __init__(__self__,
157
+ resource_name: str,
158
+ args: V3VpcBindingArgs,
159
+ opts: Optional[pulumi.ResourceOptions] = None):
160
+ """
161
+ Provides a FCV3 Vpc Binding resource.
162
+
163
+ For information about FCV3 Vpc Binding and how to use it, see [What is Vpc Binding](https://www.alibabacloud.com/help/en/functioncompute/fc-3-0/developer-reference/api-fc-2023-03-30-createvpcbinding).
164
+
165
+ > **NOTE:** Available since v1.230.0.
166
+
167
+ ## Example Usage
168
+
169
+ Basic Usage
170
+
171
+ ```python
172
+ import pulumi
173
+ import pulumi_alicloud as alicloud
174
+
175
+ config = pulumi.Config()
176
+ name = config.get("name")
177
+ if name is None:
178
+ name = "terraform-example"
179
+ vpc = alicloud.vpc.Network("vpc",
180
+ cidr_block="10.0.0.0/8",
181
+ vpc_name=name)
182
+ function = alicloud.fc.V3Function("function",
183
+ memory_size=512,
184
+ cpu=0.5,
185
+ handler="index.Handler",
186
+ code={
187
+ "zip_file": "UEsDBBQACAAIAAAAAAAAAAAAAAAAAAAAAAAIAAAAaW5kZXgucHmEkEFKxEAQRfd9ig9ZTCJOooIwDMwNXLqXnnQlaalUhU5lRj2KZ/FOXkESGR114bJ/P/7jV4b1xRq1hijtFpM1682cuNgPmgysbRulPT0fRxXnMtwrSPyeCdYRokSLnuMLJTTkbUqEvDMbxm1VdcRD6Tk+T1LW2ldB66knsYdA5iNX17ebm6tN2VnPhcswMPmREPuBacb+CiapLarAj9gT6/H97dVlCNScY3mtYvRkxdZlwDKDEnanPWVLdrdkeXEGlFEazVdfPVHaVeHc3N15CUwppwOJXeK7HshAB8NuOU7J6sP4SRXuH/EvbUfMiqMmDqv5M5FNSfAj/wgAAP//UEsHCPl//NYAAQAArwEAAFBLAQIUABQACAAIAAAAAAD5f/zWAAEAAK8BAAAIAAAAAAAAAAAAAAAAAAAAAABpbmRleC5weVBLBQYAAAAAAQABADYAAAA2AQAAAAA=",
188
+ },
189
+ function_name=name,
190
+ runtime="python3.9",
191
+ disk_size=512,
192
+ log_config={
193
+ "log_begin_rule": "None",
194
+ })
195
+ default = alicloud.fc.V3VpcBinding("default",
196
+ function_name=function.function_name,
197
+ vpc_id=vpc.id)
198
+ ```
199
+
200
+ ## Import
201
+
202
+ FCV3 Vpc Binding can be imported using the id, e.g.
203
+
204
+ ```sh
205
+ $ pulumi import alicloud:fc/v3VpcBinding:V3VpcBinding example <function_name>:<vpc_id>
206
+ ```
207
+
208
+ :param str resource_name: The name of the resource.
209
+ :param V3VpcBindingArgs args: The arguments to use to populate this resource's properties.
210
+ :param pulumi.ResourceOptions opts: Options for the resource.
211
+ """
212
+ ...
213
+ def __init__(__self__, resource_name: str, *args, **kwargs):
214
+ resource_args, opts = _utilities.get_resource_args_opts(V3VpcBindingArgs, pulumi.ResourceOptions, *args, **kwargs)
215
+ if resource_args is not None:
216
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
217
+ else:
218
+ __self__._internal_init(resource_name, *args, **kwargs)
219
+
220
+ def _internal_init(__self__,
221
+ resource_name: str,
222
+ opts: Optional[pulumi.ResourceOptions] = None,
223
+ function_name: Optional[pulumi.Input[str]] = None,
224
+ vpc_id: Optional[pulumi.Input[str]] = None,
225
+ __props__=None):
226
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
227
+ if not isinstance(opts, pulumi.ResourceOptions):
228
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
229
+ if opts.id is None:
230
+ if __props__ is not None:
231
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
232
+ __props__ = V3VpcBindingArgs.__new__(V3VpcBindingArgs)
233
+
234
+ if function_name is None and not opts.urn:
235
+ raise TypeError("Missing required property 'function_name'")
236
+ __props__.__dict__["function_name"] = function_name
237
+ __props__.__dict__["vpc_id"] = vpc_id
238
+ super(V3VpcBinding, __self__).__init__(
239
+ 'alicloud:fc/v3VpcBinding:V3VpcBinding',
240
+ resource_name,
241
+ __props__,
242
+ opts)
243
+
244
+ @staticmethod
245
+ def get(resource_name: str,
246
+ id: pulumi.Input[str],
247
+ opts: Optional[pulumi.ResourceOptions] = None,
248
+ function_name: Optional[pulumi.Input[str]] = None,
249
+ vpc_id: Optional[pulumi.Input[str]] = None) -> 'V3VpcBinding':
250
+ """
251
+ Get an existing V3VpcBinding resource's state with the given name, id, and optional extra
252
+ properties used to qualify the lookup.
253
+
254
+ :param str resource_name: The unique name of the resulting resource.
255
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
256
+ :param pulumi.ResourceOptions opts: Options for the resource.
257
+ :param pulumi.Input[str] function_name: Function Name
258
+ :param pulumi.Input[str] vpc_id: VPC instance ID
259
+ """
260
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
261
+
262
+ __props__ = _V3VpcBindingState.__new__(_V3VpcBindingState)
263
+
264
+ __props__.__dict__["function_name"] = function_name
265
+ __props__.__dict__["vpc_id"] = vpc_id
266
+ return V3VpcBinding(resource_name, opts=opts, __props__=__props__)
267
+
268
+ @property
269
+ @pulumi.getter(name="functionName")
270
+ def function_name(self) -> pulumi.Output[str]:
271
+ """
272
+ Function Name
273
+ """
274
+ return pulumi.get(self, "function_name")
275
+
276
+ @property
277
+ @pulumi.getter(name="vpcId")
278
+ def vpc_id(self) -> pulumi.Output[str]:
279
+ """
280
+ VPC instance ID
281
+ """
282
+ return pulumi.get(self, "vpc_id")
283
+
@@ -22,6 +22,7 @@ class EndpointGroupArgs:
22
22
  listener_id: pulumi.Input[str],
23
23
  description: Optional[pulumi.Input[str]] = None,
24
24
  endpoint_group_type: Optional[pulumi.Input[str]] = None,
25
+ endpoint_protocol_version: Optional[pulumi.Input[str]] = None,
25
26
  endpoint_request_protocol: Optional[pulumi.Input[str]] = None,
26
27
  health_check_enabled: Optional[pulumi.Input[bool]] = None,
27
28
  health_check_interval_seconds: Optional[pulumi.Input[int]] = None,
@@ -42,8 +43,10 @@ class EndpointGroupArgs:
42
43
  :param pulumi.Input[str] description: The description of the endpoint group.
43
44
  :param pulumi.Input[str] endpoint_group_type: The endpoint group type. Default value: `default`. Valid values: `default`, `virtual`.
44
45
  > **NOTE:** Currently, only `HTTP` or `HTTPS` protocol listener can directly create a `virtual` Endpoint Group. If it is `TCP` protocol listener, and you want to create a `virtual` Endpoint Group, please ensure that the `default` Endpoint Group has been created.
45
- :param pulumi.Input[str] endpoint_request_protocol: The endpoint request protocol. Valid values: `HTTP`, `HTTPS`.
46
- > **NOTE:** This item is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. For the listening instance of HTTP protocol, the back-end service protocol supports and only supports HTTP.
46
+ :param pulumi.Input[str] endpoint_protocol_version: The backend service protocol of the endpoint that is associated with the intelligent routing listener. Valid values: `HTTP1.1`, `HTTP2`.
47
+ > **NOTE:** `endpoint_protocol_version` is valid only when `endpoint_request_protocol` is set to `HTTPS`.
48
+ :param pulumi.Input[str] endpoint_request_protocol: The protocol that is used by the backend server. Valid values: `HTTP`, `HTTPS`.
49
+ > **NOTE:** `endpoint_request_protocol` can be specified only if the listener that is associated with the endpoint group uses `HTTP` or `HTTPS`. For the listener of `HTTP` protocol, `endpoint_request_protocol` can only be set to `HTTP`.
47
50
  :param pulumi.Input[bool] health_check_enabled: Specifies whether to enable the health check feature. Valid values:
48
51
  :param pulumi.Input[int] health_check_interval_seconds: The interval between two consecutive health checks. Unit: seconds.
49
52
  :param pulumi.Input[str] health_check_path: The path specified as the destination of the targets for health checks.
@@ -68,6 +71,8 @@ class EndpointGroupArgs:
68
71
  pulumi.set(__self__, "description", description)
69
72
  if endpoint_group_type is not None:
70
73
  pulumi.set(__self__, "endpoint_group_type", endpoint_group_type)
74
+ if endpoint_protocol_version is not None:
75
+ pulumi.set(__self__, "endpoint_protocol_version", endpoint_protocol_version)
71
76
  if endpoint_request_protocol is not None:
72
77
  pulumi.set(__self__, "endpoint_request_protocol", endpoint_request_protocol)
73
78
  if health_check_enabled is not None:
@@ -164,12 +169,25 @@ class EndpointGroupArgs:
164
169
  def endpoint_group_type(self, value: Optional[pulumi.Input[str]]):
165
170
  pulumi.set(self, "endpoint_group_type", value)
166
171
 
172
+ @property
173
+ @pulumi.getter(name="endpointProtocolVersion")
174
+ def endpoint_protocol_version(self) -> Optional[pulumi.Input[str]]:
175
+ """
176
+ The backend service protocol of the endpoint that is associated with the intelligent routing listener. Valid values: `HTTP1.1`, `HTTP2`.
177
+ > **NOTE:** `endpoint_protocol_version` is valid only when `endpoint_request_protocol` is set to `HTTPS`.
178
+ """
179
+ return pulumi.get(self, "endpoint_protocol_version")
180
+
181
+ @endpoint_protocol_version.setter
182
+ def endpoint_protocol_version(self, value: Optional[pulumi.Input[str]]):
183
+ pulumi.set(self, "endpoint_protocol_version", value)
184
+
167
185
  @property
168
186
  @pulumi.getter(name="endpointRequestProtocol")
169
187
  def endpoint_request_protocol(self) -> Optional[pulumi.Input[str]]:
170
188
  """
171
- The endpoint request protocol. Valid values: `HTTP`, `HTTPS`.
172
- > **NOTE:** This item is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. For the listening instance of HTTP protocol, the back-end service protocol supports and only supports HTTP.
189
+ The protocol that is used by the backend server. Valid values: `HTTP`, `HTTPS`.
190
+ > **NOTE:** `endpoint_request_protocol` can be specified only if the listener that is associated with the endpoint group uses `HTTP` or `HTTPS`. For the listener of `HTTP` protocol, `endpoint_request_protocol` can only be set to `HTTP`.
173
191
  """
174
192
  return pulumi.get(self, "endpoint_request_protocol")
175
193
 
@@ -312,6 +330,7 @@ class _EndpointGroupState:
312
330
  endpoint_group_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
313
331
  endpoint_group_region: Optional[pulumi.Input[str]] = None,
314
332
  endpoint_group_type: Optional[pulumi.Input[str]] = None,
333
+ endpoint_protocol_version: Optional[pulumi.Input[str]] = None,
315
334
  endpoint_request_protocol: Optional[pulumi.Input[str]] = None,
316
335
  health_check_enabled: Optional[pulumi.Input[bool]] = None,
317
336
  health_check_interval_seconds: Optional[pulumi.Input[int]] = None,
@@ -334,8 +353,10 @@ class _EndpointGroupState:
334
353
  :param pulumi.Input[str] endpoint_group_region: The ID of the region where the endpoint group is deployed.
335
354
  :param pulumi.Input[str] endpoint_group_type: The endpoint group type. Default value: `default`. Valid values: `default`, `virtual`.
336
355
  > **NOTE:** Currently, only `HTTP` or `HTTPS` protocol listener can directly create a `virtual` Endpoint Group. If it is `TCP` protocol listener, and you want to create a `virtual` Endpoint Group, please ensure that the `default` Endpoint Group has been created.
337
- :param pulumi.Input[str] endpoint_request_protocol: The endpoint request protocol. Valid values: `HTTP`, `HTTPS`.
338
- > **NOTE:** This item is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. For the listening instance of HTTP protocol, the back-end service protocol supports and only supports HTTP.
356
+ :param pulumi.Input[str] endpoint_protocol_version: The backend service protocol of the endpoint that is associated with the intelligent routing listener. Valid values: `HTTP1.1`, `HTTP2`.
357
+ > **NOTE:** `endpoint_protocol_version` is valid only when `endpoint_request_protocol` is set to `HTTPS`.
358
+ :param pulumi.Input[str] endpoint_request_protocol: The protocol that is used by the backend server. Valid values: `HTTP`, `HTTPS`.
359
+ > **NOTE:** `endpoint_request_protocol` can be specified only if the listener that is associated with the endpoint group uses `HTTP` or `HTTPS`. For the listener of `HTTP` protocol, `endpoint_request_protocol` can only be set to `HTTP`.
339
360
  :param pulumi.Input[bool] health_check_enabled: Specifies whether to enable the health check feature. Valid values:
340
361
  :param pulumi.Input[int] health_check_interval_seconds: The interval between two consecutive health checks. Unit: seconds.
341
362
  :param pulumi.Input[str] health_check_path: The path specified as the destination of the targets for health checks.
@@ -366,6 +387,8 @@ class _EndpointGroupState:
366
387
  pulumi.set(__self__, "endpoint_group_region", endpoint_group_region)
367
388
  if endpoint_group_type is not None:
368
389
  pulumi.set(__self__, "endpoint_group_type", endpoint_group_type)
390
+ if endpoint_protocol_version is not None:
391
+ pulumi.set(__self__, "endpoint_protocol_version", endpoint_protocol_version)
369
392
  if endpoint_request_protocol is not None:
370
393
  pulumi.set(__self__, "endpoint_request_protocol", endpoint_request_protocol)
371
394
  if health_check_enabled is not None:
@@ -466,12 +489,25 @@ class _EndpointGroupState:
466
489
  def endpoint_group_type(self, value: Optional[pulumi.Input[str]]):
467
490
  pulumi.set(self, "endpoint_group_type", value)
468
491
 
492
+ @property
493
+ @pulumi.getter(name="endpointProtocolVersion")
494
+ def endpoint_protocol_version(self) -> Optional[pulumi.Input[str]]:
495
+ """
496
+ The backend service protocol of the endpoint that is associated with the intelligent routing listener. Valid values: `HTTP1.1`, `HTTP2`.
497
+ > **NOTE:** `endpoint_protocol_version` is valid only when `endpoint_request_protocol` is set to `HTTPS`.
498
+ """
499
+ return pulumi.get(self, "endpoint_protocol_version")
500
+
501
+ @endpoint_protocol_version.setter
502
+ def endpoint_protocol_version(self, value: Optional[pulumi.Input[str]]):
503
+ pulumi.set(self, "endpoint_protocol_version", value)
504
+
469
505
  @property
470
506
  @pulumi.getter(name="endpointRequestProtocol")
471
507
  def endpoint_request_protocol(self) -> Optional[pulumi.Input[str]]:
472
508
  """
473
- The endpoint request protocol. Valid values: `HTTP`, `HTTPS`.
474
- > **NOTE:** This item is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. For the listening instance of HTTP protocol, the back-end service protocol supports and only supports HTTP.
509
+ The protocol that is used by the backend server. Valid values: `HTTP`, `HTTPS`.
510
+ > **NOTE:** `endpoint_request_protocol` can be specified only if the listener that is associated with the endpoint group uses `HTTP` or `HTTPS`. For the listener of `HTTP` protocol, `endpoint_request_protocol` can only be set to `HTTP`.
475
511
  """
476
512
  return pulumi.get(self, "endpoint_request_protocol")
477
513
 
@@ -639,6 +675,7 @@ class EndpointGroup(pulumi.CustomResource):
639
675
  endpoint_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['EndpointGroupEndpointConfigurationArgs', 'EndpointGroupEndpointConfigurationArgsDict']]]]] = None,
640
676
  endpoint_group_region: Optional[pulumi.Input[str]] = None,
641
677
  endpoint_group_type: Optional[pulumi.Input[str]] = None,
678
+ endpoint_protocol_version: Optional[pulumi.Input[str]] = None,
642
679
  endpoint_request_protocol: Optional[pulumi.Input[str]] = None,
643
680
  health_check_enabled: Optional[pulumi.Input[bool]] = None,
644
681
  health_check_interval_seconds: Optional[pulumi.Input[int]] = None,
@@ -728,8 +765,10 @@ class EndpointGroup(pulumi.CustomResource):
728
765
  :param pulumi.Input[str] endpoint_group_region: The ID of the region where the endpoint group is deployed.
729
766
  :param pulumi.Input[str] endpoint_group_type: The endpoint group type. Default value: `default`. Valid values: `default`, `virtual`.
730
767
  > **NOTE:** Currently, only `HTTP` or `HTTPS` protocol listener can directly create a `virtual` Endpoint Group. If it is `TCP` protocol listener, and you want to create a `virtual` Endpoint Group, please ensure that the `default` Endpoint Group has been created.
731
- :param pulumi.Input[str] endpoint_request_protocol: The endpoint request protocol. Valid values: `HTTP`, `HTTPS`.
732
- > **NOTE:** This item is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. For the listening instance of HTTP protocol, the back-end service protocol supports and only supports HTTP.
768
+ :param pulumi.Input[str] endpoint_protocol_version: The backend service protocol of the endpoint that is associated with the intelligent routing listener. Valid values: `HTTP1.1`, `HTTP2`.
769
+ > **NOTE:** `endpoint_protocol_version` is valid only when `endpoint_request_protocol` is set to `HTTPS`.
770
+ :param pulumi.Input[str] endpoint_request_protocol: The protocol that is used by the backend server. Valid values: `HTTP`, `HTTPS`.
771
+ > **NOTE:** `endpoint_request_protocol` can be specified only if the listener that is associated with the endpoint group uses `HTTP` or `HTTPS`. For the listener of `HTTP` protocol, `endpoint_request_protocol` can only be set to `HTTP`.
733
772
  :param pulumi.Input[bool] health_check_enabled: Specifies whether to enable the health check feature. Valid values:
734
773
  :param pulumi.Input[int] health_check_interval_seconds: The interval between two consecutive health checks. Unit: seconds.
735
774
  :param pulumi.Input[str] health_check_path: The path specified as the destination of the targets for health checks.
@@ -841,6 +880,7 @@ class EndpointGroup(pulumi.CustomResource):
841
880
  endpoint_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[Union['EndpointGroupEndpointConfigurationArgs', 'EndpointGroupEndpointConfigurationArgsDict']]]]] = None,
842
881
  endpoint_group_region: Optional[pulumi.Input[str]] = None,
843
882
  endpoint_group_type: Optional[pulumi.Input[str]] = None,
883
+ endpoint_protocol_version: Optional[pulumi.Input[str]] = None,
844
884
  endpoint_request_protocol: Optional[pulumi.Input[str]] = None,
845
885
  health_check_enabled: Optional[pulumi.Input[bool]] = None,
846
886
  health_check_interval_seconds: Optional[pulumi.Input[int]] = None,
@@ -873,6 +913,7 @@ class EndpointGroup(pulumi.CustomResource):
873
913
  raise TypeError("Missing required property 'endpoint_group_region'")
874
914
  __props__.__dict__["endpoint_group_region"] = endpoint_group_region
875
915
  __props__.__dict__["endpoint_group_type"] = endpoint_group_type
916
+ __props__.__dict__["endpoint_protocol_version"] = endpoint_protocol_version
876
917
  __props__.__dict__["endpoint_request_protocol"] = endpoint_request_protocol
877
918
  __props__.__dict__["health_check_enabled"] = health_check_enabled
878
919
  __props__.__dict__["health_check_interval_seconds"] = health_check_interval_seconds
@@ -905,6 +946,7 @@ class EndpointGroup(pulumi.CustomResource):
905
946
  endpoint_group_ip_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
906
947
  endpoint_group_region: Optional[pulumi.Input[str]] = None,
907
948
  endpoint_group_type: Optional[pulumi.Input[str]] = None,
949
+ endpoint_protocol_version: Optional[pulumi.Input[str]] = None,
908
950
  endpoint_request_protocol: Optional[pulumi.Input[str]] = None,
909
951
  health_check_enabled: Optional[pulumi.Input[bool]] = None,
910
952
  health_check_interval_seconds: Optional[pulumi.Input[int]] = None,
@@ -932,8 +974,10 @@ class EndpointGroup(pulumi.CustomResource):
932
974
  :param pulumi.Input[str] endpoint_group_region: The ID of the region where the endpoint group is deployed.
933
975
  :param pulumi.Input[str] endpoint_group_type: The endpoint group type. Default value: `default`. Valid values: `default`, `virtual`.
934
976
  > **NOTE:** Currently, only `HTTP` or `HTTPS` protocol listener can directly create a `virtual` Endpoint Group. If it is `TCP` protocol listener, and you want to create a `virtual` Endpoint Group, please ensure that the `default` Endpoint Group has been created.
935
- :param pulumi.Input[str] endpoint_request_protocol: The endpoint request protocol. Valid values: `HTTP`, `HTTPS`.
936
- > **NOTE:** This item is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. For the listening instance of HTTP protocol, the back-end service protocol supports and only supports HTTP.
977
+ :param pulumi.Input[str] endpoint_protocol_version: The backend service protocol of the endpoint that is associated with the intelligent routing listener. Valid values: `HTTP1.1`, `HTTP2`.
978
+ > **NOTE:** `endpoint_protocol_version` is valid only when `endpoint_request_protocol` is set to `HTTPS`.
979
+ :param pulumi.Input[str] endpoint_request_protocol: The protocol that is used by the backend server. Valid values: `HTTP`, `HTTPS`.
980
+ > **NOTE:** `endpoint_request_protocol` can be specified only if the listener that is associated with the endpoint group uses `HTTP` or `HTTPS`. For the listener of `HTTP` protocol, `endpoint_request_protocol` can only be set to `HTTP`.
937
981
  :param pulumi.Input[bool] health_check_enabled: Specifies whether to enable the health check feature. Valid values:
938
982
  :param pulumi.Input[int] health_check_interval_seconds: The interval between two consecutive health checks. Unit: seconds.
939
983
  :param pulumi.Input[str] health_check_path: The path specified as the destination of the targets for health checks.
@@ -962,6 +1006,7 @@ class EndpointGroup(pulumi.CustomResource):
962
1006
  __props__.__dict__["endpoint_group_ip_lists"] = endpoint_group_ip_lists
963
1007
  __props__.__dict__["endpoint_group_region"] = endpoint_group_region
964
1008
  __props__.__dict__["endpoint_group_type"] = endpoint_group_type
1009
+ __props__.__dict__["endpoint_protocol_version"] = endpoint_protocol_version
965
1010
  __props__.__dict__["endpoint_request_protocol"] = endpoint_request_protocol
966
1011
  __props__.__dict__["health_check_enabled"] = health_check_enabled
967
1012
  __props__.__dict__["health_check_interval_seconds"] = health_check_interval_seconds
@@ -1026,12 +1071,21 @@ class EndpointGroup(pulumi.CustomResource):
1026
1071
  """
1027
1072
  return pulumi.get(self, "endpoint_group_type")
1028
1073
 
1074
+ @property
1075
+ @pulumi.getter(name="endpointProtocolVersion")
1076
+ def endpoint_protocol_version(self) -> pulumi.Output[str]:
1077
+ """
1078
+ The backend service protocol of the endpoint that is associated with the intelligent routing listener. Valid values: `HTTP1.1`, `HTTP2`.
1079
+ > **NOTE:** `endpoint_protocol_version` is valid only when `endpoint_request_protocol` is set to `HTTPS`.
1080
+ """
1081
+ return pulumi.get(self, "endpoint_protocol_version")
1082
+
1029
1083
  @property
1030
1084
  @pulumi.getter(name="endpointRequestProtocol")
1031
1085
  def endpoint_request_protocol(self) -> pulumi.Output[str]:
1032
1086
  """
1033
- The endpoint request protocol. Valid values: `HTTP`, `HTTPS`.
1034
- > **NOTE:** This item is only supported when creating terminal node group for listening instance of HTTP or HTTPS protocol. For the listening instance of HTTP protocol, the back-end service protocol supports and only supports HTTP.
1087
+ The protocol that is used by the backend server. Valid values: `HTTP`, `HTTPS`.
1088
+ > **NOTE:** `endpoint_request_protocol` can be specified only if the listener that is associated with the endpoint group uses `HTTP` or `HTTPS`. For the listener of `HTTP` protocol, `endpoint_request_protocol` can only be set to `HTTP`.
1035
1089
  """
1036
1090
  return pulumi.get(self, "endpoint_request_protocol")
1037
1091
 
@@ -22,7 +22,10 @@ class GetEndpointGroupIpAddressCidrBlocksResult:
22
22
  """
23
23
  A collection of values returned by getEndpointGroupIpAddressCidrBlocks.
24
24
  """
25
- def __init__(__self__, endpoint_group_ip_address_cidr_blocks=None, endpoint_group_region=None, id=None, output_file=None):
25
+ def __init__(__self__, accelerator_id=None, endpoint_group_ip_address_cidr_blocks=None, endpoint_group_region=None, id=None, output_file=None):
26
+ if accelerator_id and not isinstance(accelerator_id, str):
27
+ raise TypeError("Expected argument 'accelerator_id' to be a str")
28
+ pulumi.set(__self__, "accelerator_id", accelerator_id)
26
29
  if endpoint_group_ip_address_cidr_blocks and not isinstance(endpoint_group_ip_address_cidr_blocks, list):
27
30
  raise TypeError("Expected argument 'endpoint_group_ip_address_cidr_blocks' to be a list")
28
31
  pulumi.set(__self__, "endpoint_group_ip_address_cidr_blocks", endpoint_group_ip_address_cidr_blocks)
@@ -36,6 +39,11 @@ class GetEndpointGroupIpAddressCidrBlocksResult:
36
39
  raise TypeError("Expected argument 'output_file' to be a str")
37
40
  pulumi.set(__self__, "output_file", output_file)
38
41
 
42
+ @property
43
+ @pulumi.getter(name="acceleratorId")
44
+ def accelerator_id(self) -> Optional[str]:
45
+ return pulumi.get(self, "accelerator_id")
46
+
39
47
  @property
40
48
  @pulumi.getter(name="endpointGroupIpAddressCidrBlocks")
41
49
  def endpoint_group_ip_address_cidr_blocks(self) -> Sequence['outputs.GetEndpointGroupIpAddressCidrBlocksEndpointGroupIpAddressCidrBlockResult']:
@@ -72,13 +80,15 @@ class AwaitableGetEndpointGroupIpAddressCidrBlocksResult(GetEndpointGroupIpAddre
72
80
  if False:
73
81
  yield self
74
82
  return GetEndpointGroupIpAddressCidrBlocksResult(
83
+ accelerator_id=self.accelerator_id,
75
84
  endpoint_group_ip_address_cidr_blocks=self.endpoint_group_ip_address_cidr_blocks,
76
85
  endpoint_group_region=self.endpoint_group_region,
77
86
  id=self.id,
78
87
  output_file=self.output_file)
79
88
 
80
89
 
81
- def get_endpoint_group_ip_address_cidr_blocks(endpoint_group_region: Optional[str] = None,
90
+ def get_endpoint_group_ip_address_cidr_blocks(accelerator_id: Optional[str] = None,
91
+ endpoint_group_region: Optional[str] = None,
82
92
  output_file: Optional[str] = None,
83
93
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEndpointGroupIpAddressCidrBlocksResult:
84
94
  """
@@ -99,16 +109,19 @@ def get_endpoint_group_ip_address_cidr_blocks(endpoint_group_region: Optional[st
99
109
  ```
100
110
 
101
111
 
112
+ :param str accelerator_id: The ID of the Global Accelerator (GA) instance.
102
113
  :param str endpoint_group_region: The region ID of the endpoint group.
103
114
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
104
115
  """
105
116
  __args__ = dict()
117
+ __args__['acceleratorId'] = accelerator_id
106
118
  __args__['endpointGroupRegion'] = endpoint_group_region
107
119
  __args__['outputFile'] = output_file
108
120
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
109
121
  __ret__ = pulumi.runtime.invoke('alicloud:ga/getEndpointGroupIpAddressCidrBlocks:getEndpointGroupIpAddressCidrBlocks', __args__, opts=opts, typ=GetEndpointGroupIpAddressCidrBlocksResult).value
110
122
 
111
123
  return AwaitableGetEndpointGroupIpAddressCidrBlocksResult(
124
+ accelerator_id=pulumi.get(__ret__, 'accelerator_id'),
112
125
  endpoint_group_ip_address_cidr_blocks=pulumi.get(__ret__, 'endpoint_group_ip_address_cidr_blocks'),
113
126
  endpoint_group_region=pulumi.get(__ret__, 'endpoint_group_region'),
114
127
  id=pulumi.get(__ret__, 'id'),
@@ -116,7 +129,8 @@ def get_endpoint_group_ip_address_cidr_blocks(endpoint_group_region: Optional[st
116
129
 
117
130
 
118
131
  @_utilities.lift_output_func(get_endpoint_group_ip_address_cidr_blocks)
119
- def get_endpoint_group_ip_address_cidr_blocks_output(endpoint_group_region: Optional[pulumi.Input[str]] = None,
132
+ def get_endpoint_group_ip_address_cidr_blocks_output(accelerator_id: Optional[pulumi.Input[Optional[str]]] = None,
133
+ endpoint_group_region: Optional[pulumi.Input[str]] = None,
120
134
  output_file: Optional[pulumi.Input[Optional[str]]] = None,
121
135
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetEndpointGroupIpAddressCidrBlocksResult]:
122
136
  """
@@ -137,6 +151,7 @@ def get_endpoint_group_ip_address_cidr_blocks_output(endpoint_group_region: Opti
137
151
  ```
138
152
 
139
153
 
154
+ :param str accelerator_id: The ID of the Global Accelerator (GA) instance.
140
155
  :param str endpoint_group_region: The region ID of the endpoint group.
141
156
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
142
157
  """
@@ -16,7 +16,9 @@ from .get_accounts import *
16
16
  from .get_db_instance_plans import *
17
17
  from .get_instances import *
18
18
  from .get_zones import *
19
+ from .hadoop_data_source import *
19
20
  from .instance import *
21
+ from .jdbc_data_source import *
20
22
  from .remote_adb_data_source import *
21
23
  from .streaming_data_service import *
22
24
  from .streaming_data_source import *