pulumi-alicloud 3.64.0a1729196623__py3-none-any.whl → 3.64.0a1730118787__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 (76) hide show
  1. pulumi_alicloud/__init__.py +16 -0
  2. pulumi_alicloud/amqp/instance.py +8 -8
  3. pulumi_alicloud/bss/get_open_api_pricing_modules.py +4 -4
  4. pulumi_alicloud/bss/get_open_api_products.py +4 -4
  5. pulumi_alicloud/cas/get_certificates.py +17 -1
  6. pulumi_alicloud/cas/get_service_certificates.py +153 -17
  7. pulumi_alicloud/cas/outputs.py +40 -36
  8. pulumi_alicloud/cen/instance.py +108 -53
  9. pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
  10. pulumi_alicloud/cloudfirewall/instance.py +64 -36
  11. pulumi_alicloud/cs/_inputs.py +390 -26
  12. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +2 -0
  13. pulumi_alicloud/cs/kubernetes.py +48 -35
  14. pulumi_alicloud/cs/managed_kubernetes.py +91 -35
  15. pulumi_alicloud/cs/node_pool.py +68 -14
  16. pulumi_alicloud/cs/outputs.py +293 -16
  17. pulumi_alicloud/cs/serverless_kubernetes.py +157 -63
  18. pulumi_alicloud/databasefilesystem/_inputs.py +0 -6
  19. pulumi_alicloud/databasefilesystem/instance.py +31 -0
  20. pulumi_alicloud/databasefilesystem/outputs.py +0 -4
  21. pulumi_alicloud/dns/get_alidns_records.py +26 -4
  22. pulumi_alicloud/dns/outputs.py +2 -2
  23. pulumi_alicloud/eais/instance.py +55 -57
  24. pulumi_alicloud/ecp/instance.py +177 -219
  25. pulumi_alicloud/ecs/disk.py +2 -2
  26. pulumi_alicloud/ecs/ecs_disk.py +142 -58
  27. pulumi_alicloud/ecs/ecs_key_pair.py +1 -1
  28. pulumi_alicloud/ecs/ecs_launch_template.py +169 -0
  29. pulumi_alicloud/ecs/get_ecs_launch_templates.py +172 -6
  30. pulumi_alicloud/ecs/instance.py +131 -98
  31. pulumi_alicloud/ecs/key_pair.py +1 -1
  32. pulumi_alicloud/ecs/launch_template.py +102 -0
  33. pulumi_alicloud/ecs/outputs.py +57 -24
  34. pulumi_alicloud/ens/disk.py +2 -2
  35. pulumi_alicloud/ens/disk_instance_attachment.py +2 -2
  36. pulumi_alicloud/ess/_inputs.py +342 -2
  37. pulumi_alicloud/ess/eci_scaling_configuration.py +202 -0
  38. pulumi_alicloud/ess/outputs.py +226 -2
  39. pulumi_alicloud/ess/scaling_configuration.py +376 -0
  40. pulumi_alicloud/ga/_inputs.py +57 -22
  41. pulumi_alicloud/ga/outputs.py +39 -15
  42. pulumi_alicloud/gpdb/__init__.py +1 -0
  43. pulumi_alicloud/gpdb/database.py +545 -0
  44. pulumi_alicloud/gpdb/instance.py +1 -1
  45. pulumi_alicloud/kvstore/instance.py +24 -5
  46. pulumi_alicloud/mse/cluster.py +149 -51
  47. pulumi_alicloud/mse/engine_namespace.py +176 -74
  48. pulumi_alicloud/mse/get_clusters.py +70 -10
  49. pulumi_alicloud/mse/get_engine_namespaces.py +93 -15
  50. pulumi_alicloud/mse/outputs.py +36 -8
  51. pulumi_alicloud/nas/data_flow.py +6 -6
  52. pulumi_alicloud/nas/fileset.py +6 -6
  53. pulumi_alicloud/nas/lifecycle_policy.py +6 -6
  54. pulumi_alicloud/nas/recycle_bin.py +6 -6
  55. pulumi_alicloud/nas/snapshot.py +6 -6
  56. pulumi_alicloud/polardb/cluster.py +162 -0
  57. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +51 -7
  58. pulumi_alicloud/privatelink/outputs.py +17 -6
  59. pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +54 -17
  60. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +7 -21
  61. pulumi_alicloud/pulumi-plugin.json +1 -1
  62. pulumi_alicloud/rds/instance.py +50 -3
  63. pulumi_alicloud/resourcemanager/get_folders.py +35 -28
  64. pulumi_alicloud/resourcemanager/outputs.py +8 -8
  65. pulumi_alicloud/servicemesh/_inputs.py +656 -174
  66. pulumi_alicloud/servicemesh/outputs.py +507 -117
  67. pulumi_alicloud/servicemesh/service_mesh.py +120 -78
  68. pulumi_alicloud/sls/__init__.py +1 -0
  69. pulumi_alicloud/sls/_inputs.py +307 -0
  70. pulumi_alicloud/sls/collection_policy.py +561 -0
  71. pulumi_alicloud/sls/outputs.py +263 -0
  72. pulumi_alicloud/threatdetection/instance.py +331 -43
  73. {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/METADATA +1 -1
  74. {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/RECORD +76 -74
  75. {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/WHEEL +0 -0
  76. {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/top_level.txt +0 -0
@@ -158,17 +158,21 @@ if not MYPY:
158
158
  type: pulumi.Input[str]
159
159
  """
160
160
  The type of Endpoint N in the endpoint group. Valid values:
161
- - `Domain`: a custom domain name.
162
- - `Ip`: a custom IP address.
163
- - `PublicIp`: an Alibaba Cloud public IP address.
164
- - `ECS`: an Alibaba Cloud Elastic Compute Service (ECS) instance.
165
- - `SLB`: an Alibaba Cloud Server Load Balancer (SLB) instance.
166
- > **NOTE:** When the terminal node type is ECS or SLB, if the service association role does not exist, the system will automatically create a service association role named aliyunserviceroleforgavpcndpoint.
161
+ - `Domain`: A custom domain name.
162
+ - `Ip`: A custom IP address.
163
+ - `PublicIp`: An Alibaba Cloud public IP address.
164
+ - `ECS`: An Elastic Compute Service (ECS) instance.
165
+ - `SLB`: A Classic Load Balancer (CLB) instance.
166
+ - `ALB`: An Application Load Balancer (ALB) instance.
167
+ - `NLB`: A Network Load Balancer (NLB) instance.
168
+ - `ENI`: An Elastic Network Interface (ENI).
169
+ - `OSS`: An Object Storage Service (OSS) bucket.
170
+ > **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
167
171
  """
168
172
  weight: pulumi.Input[int]
169
173
  """
170
174
  The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
171
- > **NOTE:** If the weight of a terminal node is set to 0, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
175
+ > **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
172
176
  """
173
177
  enable_clientip_preservation: NotRequired[pulumi.Input[bool]]
174
178
  """
@@ -178,6 +182,11 @@ if not MYPY:
178
182
  """
179
183
  Specifies whether to preserve client IP addresses by using the ProxyProtocol module. Default Value: `false`. Valid values:
180
184
  """
185
+ sub_address: NotRequired[pulumi.Input[str]]
186
+ """
187
+ The private IP address of the ENI.
188
+ > **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
189
+ """
181
190
  elif False:
182
191
  EndpointGroupEndpointConfigurationArgsDict: TypeAlias = Mapping[str, Any]
183
192
 
@@ -188,20 +197,27 @@ class EndpointGroupEndpointConfigurationArgs:
188
197
  type: pulumi.Input[str],
189
198
  weight: pulumi.Input[int],
190
199
  enable_clientip_preservation: Optional[pulumi.Input[bool]] = None,
191
- enable_proxy_protocol: Optional[pulumi.Input[bool]] = None):
200
+ enable_proxy_protocol: Optional[pulumi.Input[bool]] = None,
201
+ sub_address: Optional[pulumi.Input[str]] = None):
192
202
  """
193
203
  :param pulumi.Input[str] endpoint: The IP address or domain name of Endpoint N in the endpoint group.
194
204
  :param pulumi.Input[str] type: The type of Endpoint N in the endpoint group. Valid values:
195
- - `Domain`: a custom domain name.
196
- - `Ip`: a custom IP address.
197
- - `PublicIp`: an Alibaba Cloud public IP address.
198
- - `ECS`: an Alibaba Cloud Elastic Compute Service (ECS) instance.
199
- - `SLB`: an Alibaba Cloud Server Load Balancer (SLB) instance.
200
- > **NOTE:** When the terminal node type is ECS or SLB, if the service association role does not exist, the system will automatically create a service association role named aliyunserviceroleforgavpcndpoint.
205
+ - `Domain`: A custom domain name.
206
+ - `Ip`: A custom IP address.
207
+ - `PublicIp`: An Alibaba Cloud public IP address.
208
+ - `ECS`: An Elastic Compute Service (ECS) instance.
209
+ - `SLB`: A Classic Load Balancer (CLB) instance.
210
+ - `ALB`: An Application Load Balancer (ALB) instance.
211
+ - `NLB`: A Network Load Balancer (NLB) instance.
212
+ - `ENI`: An Elastic Network Interface (ENI).
213
+ - `OSS`: An Object Storage Service (OSS) bucket.
214
+ > **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
201
215
  :param pulumi.Input[int] weight: The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
202
- > **NOTE:** If the weight of a terminal node is set to 0, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
216
+ > **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
203
217
  :param pulumi.Input[bool] enable_clientip_preservation: Indicates whether client IP addresses are reserved. Default Value: `false`. Valid values:
204
218
  :param pulumi.Input[bool] enable_proxy_protocol: Specifies whether to preserve client IP addresses by using the ProxyProtocol module. Default Value: `false`. Valid values:
219
+ :param pulumi.Input[str] sub_address: The private IP address of the ENI.
220
+ > **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
205
221
  """
206
222
  pulumi.set(__self__, "endpoint", endpoint)
207
223
  pulumi.set(__self__, "type", type)
@@ -210,6 +226,8 @@ class EndpointGroupEndpointConfigurationArgs:
210
226
  pulumi.set(__self__, "enable_clientip_preservation", enable_clientip_preservation)
211
227
  if enable_proxy_protocol is not None:
212
228
  pulumi.set(__self__, "enable_proxy_protocol", enable_proxy_protocol)
229
+ if sub_address is not None:
230
+ pulumi.set(__self__, "sub_address", sub_address)
213
231
 
214
232
  @property
215
233
  @pulumi.getter
@@ -228,12 +246,16 @@ class EndpointGroupEndpointConfigurationArgs:
228
246
  def type(self) -> pulumi.Input[str]:
229
247
  """
230
248
  The type of Endpoint N in the endpoint group. Valid values:
231
- - `Domain`: a custom domain name.
232
- - `Ip`: a custom IP address.
233
- - `PublicIp`: an Alibaba Cloud public IP address.
234
- - `ECS`: an Alibaba Cloud Elastic Compute Service (ECS) instance.
235
- - `SLB`: an Alibaba Cloud Server Load Balancer (SLB) instance.
236
- > **NOTE:** When the terminal node type is ECS or SLB, if the service association role does not exist, the system will automatically create a service association role named aliyunserviceroleforgavpcndpoint.
249
+ - `Domain`: A custom domain name.
250
+ - `Ip`: A custom IP address.
251
+ - `PublicIp`: An Alibaba Cloud public IP address.
252
+ - `ECS`: An Elastic Compute Service (ECS) instance.
253
+ - `SLB`: A Classic Load Balancer (CLB) instance.
254
+ - `ALB`: An Application Load Balancer (ALB) instance.
255
+ - `NLB`: A Network Load Balancer (NLB) instance.
256
+ - `ENI`: An Elastic Network Interface (ENI).
257
+ - `OSS`: An Object Storage Service (OSS) bucket.
258
+ > **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
237
259
  """
238
260
  return pulumi.get(self, "type")
239
261
 
@@ -246,7 +268,7 @@ class EndpointGroupEndpointConfigurationArgs:
246
268
  def weight(self) -> pulumi.Input[int]:
247
269
  """
248
270
  The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
249
- > **NOTE:** If the weight of a terminal node is set to 0, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
271
+ > **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
250
272
  """
251
273
  return pulumi.get(self, "weight")
252
274
 
@@ -278,6 +300,19 @@ class EndpointGroupEndpointConfigurationArgs:
278
300
  def enable_proxy_protocol(self, value: Optional[pulumi.Input[bool]]):
279
301
  pulumi.set(self, "enable_proxy_protocol", value)
280
302
 
303
+ @property
304
+ @pulumi.getter(name="subAddress")
305
+ def sub_address(self) -> Optional[pulumi.Input[str]]:
306
+ """
307
+ The private IP address of the ENI.
308
+ > **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
309
+ """
310
+ return pulumi.get(self, "sub_address")
311
+
312
+ @sub_address.setter
313
+ def sub_address(self, value: Optional[pulumi.Input[str]]):
314
+ pulumi.set(self, "sub_address", value)
315
+
281
316
 
282
317
  if not MYPY:
283
318
  class EndpointGroupPortOverridesArgsDict(TypedDict):
@@ -175,6 +175,8 @@ class EndpointGroupEndpointConfiguration(dict):
175
175
  suggest = "enable_clientip_preservation"
176
176
  elif key == "enableProxyProtocol":
177
177
  suggest = "enable_proxy_protocol"
178
+ elif key == "subAddress":
179
+ suggest = "sub_address"
178
180
 
179
181
  if suggest:
180
182
  pulumi.log.warn(f"Key '{key}' not found in EndpointGroupEndpointConfiguration. Access the value via the '{suggest}' property getter instead.")
@@ -192,20 +194,27 @@ class EndpointGroupEndpointConfiguration(dict):
192
194
  type: str,
193
195
  weight: int,
194
196
  enable_clientip_preservation: Optional[bool] = None,
195
- enable_proxy_protocol: Optional[bool] = None):
197
+ enable_proxy_protocol: Optional[bool] = None,
198
+ sub_address: Optional[str] = None):
196
199
  """
197
200
  :param str endpoint: The IP address or domain name of Endpoint N in the endpoint group.
198
201
  :param str type: The type of Endpoint N in the endpoint group. Valid values:
199
- - `Domain`: a custom domain name.
200
- - `Ip`: a custom IP address.
201
- - `PublicIp`: an Alibaba Cloud public IP address.
202
- - `ECS`: an Alibaba Cloud Elastic Compute Service (ECS) instance.
203
- - `SLB`: an Alibaba Cloud Server Load Balancer (SLB) instance.
204
- > **NOTE:** When the terminal node type is ECS or SLB, if the service association role does not exist, the system will automatically create a service association role named aliyunserviceroleforgavpcndpoint.
202
+ - `Domain`: A custom domain name.
203
+ - `Ip`: A custom IP address.
204
+ - `PublicIp`: An Alibaba Cloud public IP address.
205
+ - `ECS`: An Elastic Compute Service (ECS) instance.
206
+ - `SLB`: A Classic Load Balancer (CLB) instance.
207
+ - `ALB`: An Application Load Balancer (ALB) instance.
208
+ - `NLB`: A Network Load Balancer (NLB) instance.
209
+ - `ENI`: An Elastic Network Interface (ENI).
210
+ - `OSS`: An Object Storage Service (OSS) bucket.
211
+ > **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
205
212
  :param int weight: The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
206
- > **NOTE:** If the weight of a terminal node is set to 0, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
213
+ > **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
207
214
  :param bool enable_clientip_preservation: Indicates whether client IP addresses are reserved. Default Value: `false`. Valid values:
208
215
  :param bool enable_proxy_protocol: Specifies whether to preserve client IP addresses by using the ProxyProtocol module. Default Value: `false`. Valid values:
216
+ :param str sub_address: The private IP address of the ENI.
217
+ > **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
209
218
  """
210
219
  pulumi.set(__self__, "endpoint", endpoint)
211
220
  pulumi.set(__self__, "type", type)
@@ -214,6 +223,8 @@ class EndpointGroupEndpointConfiguration(dict):
214
223
  pulumi.set(__self__, "enable_clientip_preservation", enable_clientip_preservation)
215
224
  if enable_proxy_protocol is not None:
216
225
  pulumi.set(__self__, "enable_proxy_protocol", enable_proxy_protocol)
226
+ if sub_address is not None:
227
+ pulumi.set(__self__, "sub_address", sub_address)
217
228
 
218
229
  @property
219
230
  @pulumi.getter
@@ -228,12 +239,16 @@ class EndpointGroupEndpointConfiguration(dict):
228
239
  def type(self) -> str:
229
240
  """
230
241
  The type of Endpoint N in the endpoint group. Valid values:
231
- - `Domain`: a custom domain name.
232
- - `Ip`: a custom IP address.
233
- - `PublicIp`: an Alibaba Cloud public IP address.
234
- - `ECS`: an Alibaba Cloud Elastic Compute Service (ECS) instance.
235
- - `SLB`: an Alibaba Cloud Server Load Balancer (SLB) instance.
236
- > **NOTE:** When the terminal node type is ECS or SLB, if the service association role does not exist, the system will automatically create a service association role named aliyunserviceroleforgavpcndpoint.
242
+ - `Domain`: A custom domain name.
243
+ - `Ip`: A custom IP address.
244
+ - `PublicIp`: An Alibaba Cloud public IP address.
245
+ - `ECS`: An Elastic Compute Service (ECS) instance.
246
+ - `SLB`: A Classic Load Balancer (CLB) instance.
247
+ - `ALB`: An Application Load Balancer (ALB) instance.
248
+ - `NLB`: A Network Load Balancer (NLB) instance.
249
+ - `ENI`: An Elastic Network Interface (ENI).
250
+ - `OSS`: An Object Storage Service (OSS) bucket.
251
+ > **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
237
252
  """
238
253
  return pulumi.get(self, "type")
239
254
 
@@ -242,7 +257,7 @@ class EndpointGroupEndpointConfiguration(dict):
242
257
  def weight(self) -> int:
243
258
  """
244
259
  The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
245
- > **NOTE:** If the weight of a terminal node is set to 0, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
260
+ > **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
246
261
  """
247
262
  return pulumi.get(self, "weight")
248
263
 
@@ -262,6 +277,15 @@ class EndpointGroupEndpointConfiguration(dict):
262
277
  """
263
278
  return pulumi.get(self, "enable_proxy_protocol")
264
279
 
280
+ @property
281
+ @pulumi.getter(name="subAddress")
282
+ def sub_address(self) -> Optional[str]:
283
+ """
284
+ The private IP address of the ENI.
285
+ > **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
286
+ """
287
+ return pulumi.get(self, "sub_address")
288
+
265
289
 
266
290
  @pulumi.output_type
267
291
  class EndpointGroupPortOverrides(dict):
@@ -8,6 +8,7 @@ import typing
8
8
  from .account import *
9
9
  from .backup_policy import *
10
10
  from .connection import *
11
+ from .database import *
11
12
  from .db_instance_ip_array import *
12
13
  from .db_instance_plan import *
13
14
  from .db_resource_group import *