pulumi-alicloud 3.67.0__py3-none-any.whl → 3.67.0a1731734345__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 (44) hide show
  1. pulumi_alicloud/__init__.py +0 -16
  2. pulumi_alicloud/cen/flow_log.py +58 -373
  3. pulumi_alicloud/cen/transit_router_ecr_attachment.py +4 -4
  4. pulumi_alicloud/cr/registry_enterprise_instance.py +90 -474
  5. pulumi_alicloud/ecs/ecs_image_component.py +48 -221
  6. pulumi_alicloud/ess/_inputs.py +0 -94
  7. pulumi_alicloud/ess/eci_scaling_configuration.py +14 -42
  8. pulumi_alicloud/ess/outputs.py +0 -79
  9. pulumi_alicloud/ess/scaling_configuration.py +0 -47
  10. pulumi_alicloud/expressconnect/router_vbr_child_instance.py +25 -86
  11. pulumi_alicloud/kms/key.py +1 -1
  12. pulumi_alicloud/kvstore/account.py +24 -24
  13. pulumi_alicloud/kvstore/audit_log_config.py +4 -4
  14. pulumi_alicloud/kvstore/backup_policy.py +2 -2
  15. pulumi_alicloud/kvstore/connection.py +8 -8
  16. pulumi_alicloud/kvstore/get_accounts.py +4 -4
  17. pulumi_alicloud/kvstore/get_connections.py +5 -5
  18. pulumi_alicloud/kvstore/get_instance_classes.py +12 -12
  19. pulumi_alicloud/kvstore/get_instance_engines.py +7 -7
  20. pulumi_alicloud/kvstore/get_permission.py +10 -10
  21. pulumi_alicloud/kvstore/get_zones.py +4 -4
  22. pulumi_alicloud/kvstore/outputs.py +2 -2
  23. pulumi_alicloud/mongodb/instance.py +0 -47
  24. pulumi_alicloud/mongodb/sharding_instance.py +0 -47
  25. pulumi_alicloud/polardb/cluster.py +7 -7
  26. pulumi_alicloud/privatelink/vpc_endpoint_service.py +91 -42
  27. pulumi_alicloud/privatelink/vpc_endpoint_service_connection.py +23 -27
  28. pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +37 -34
  29. pulumi_alicloud/privatelink/vpc_endpoint_zone.py +0 -28
  30. pulumi_alicloud/pulumi-plugin.json +1 -1
  31. pulumi_alicloud/rds/__init__.py +0 -2
  32. pulumi_alicloud/rds/_inputs.py +0 -146
  33. pulumi_alicloud/rds/outputs.py +0 -105
  34. pulumi_alicloud/redis/tair_instance.py +1 -76
  35. pulumi_alicloud/vpc/_inputs.py +0 -54
  36. pulumi_alicloud/vpc/nat_gateway.py +14 -175
  37. pulumi_alicloud/vpc/outputs.py +0 -51
  38. pulumi_alicloud/vpn/gateway_vco_route.py +21 -68
  39. {pulumi_alicloud-3.67.0.dist-info → pulumi_alicloud-3.67.0a1731734345.dist-info}/METADATA +5 -5
  40. {pulumi_alicloud-3.67.0.dist-info → pulumi_alicloud-3.67.0a1731734345.dist-info}/RECORD +42 -44
  41. {pulumi_alicloud-3.67.0.dist-info → pulumi_alicloud-3.67.0a1731734345.dist-info}/WHEEL +1 -1
  42. pulumi_alicloud/rds/custom.py +0 -1630
  43. pulumi_alicloud/rds/custom_deployment_set.py +0 -525
  44. {pulumi_alicloud-3.67.0.dist-info → pulumi_alicloud-3.67.0a1731734345.dist-info}/top_level.txt +0 -0
@@ -21,7 +21,6 @@ class EcsImageComponentArgs:
21
21
  def __init__(__self__, *,
22
22
  content: pulumi.Input[str],
23
23
  component_type: Optional[pulumi.Input[str]] = None,
24
- component_version: Optional[pulumi.Input[str]] = None,
25
24
  description: Optional[pulumi.Input[str]] = None,
26
25
  image_component_name: Optional[pulumi.Input[str]] = None,
27
26
  resource_group_id: Optional[pulumi.Input[str]] = None,
@@ -29,38 +28,17 @@ class EcsImageComponentArgs:
29
28
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
30
29
  """
31
30
  The set of arguments for constructing a EcsImageComponent resource.
32
- :param pulumi.Input[str] content: Component content. Consists of multiple commands. The maximum number of commands cannot exceed 127. Details of supported commands and command formats,
33
- :param pulumi.Input[str] component_type: The component type. Supports mirrored build components and test components.
34
-
35
- Value range:
36
- - Build
37
- - Test
38
-
39
- Default value: Build.
40
-
41
- > **NOTE:** Build components can only be used in build templates and test components can only be used in test templates.
42
- :param pulumi.Input[str] component_version: The component version number, which is used in conjunction with the component name, is in the format of major.minor.patch and is a non-negative integer.
43
-
44
- Default value:(x +1).0.0, where x is the maximum major version of the current component.
45
- :param pulumi.Input[str] description: Description information. It must be 2 to 256 characters in length and cannot start with http:// or https.
46
- :param pulumi.Input[str] image_component_name: The component name. It must be 2 to 128 characters in length and start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-).
47
-
48
- > **NOTE:** When 'Name' is not set, the 'ImageComponentId' return value is used by default.
49
- :param pulumi.Input[str] resource_group_id: The ID of the enterprise resource group to which the created image component belongs.
50
- :param pulumi.Input[str] system_type: The operating system supported by the component.
51
-
52
- Value range:
53
- - Linux
54
- - Windows
55
-
56
- Default value: Linux.
31
+ :param pulumi.Input[str] content: Component content.
32
+ :param pulumi.Input[str] component_type: The component type. Currently, only mirror build components are supported. Value: Build. Default value: Build.
33
+ :param pulumi.Input[str] description: Describe the information.
34
+ :param pulumi.Input[str] image_component_name: The component name. The name must be 2 to 128 characters in length and must start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-). Note: If Name is not set, the return value of ImageComponentId is used by default.
35
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group.
36
+ :param pulumi.Input[str] system_type: The operating system supported by the component. Currently, only Linux systems are supported. Value: Linux. Default value: Linux.
57
37
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: List of label key-value pairs.
58
38
  """
59
39
  pulumi.set(__self__, "content", content)
60
40
  if component_type is not None:
61
41
  pulumi.set(__self__, "component_type", component_type)
62
- if component_version is not None:
63
- pulumi.set(__self__, "component_version", component_version)
64
42
  if description is not None:
65
43
  pulumi.set(__self__, "description", description)
66
44
  if image_component_name is not None:
@@ -76,7 +54,7 @@ class EcsImageComponentArgs:
76
54
  @pulumi.getter
77
55
  def content(self) -> pulumi.Input[str]:
78
56
  """
79
- Component content. Consists of multiple commands. The maximum number of commands cannot exceed 127. Details of supported commands and command formats,
57
+ Component content.
80
58
  """
81
59
  return pulumi.get(self, "content")
82
60
 
@@ -88,15 +66,7 @@ class EcsImageComponentArgs:
88
66
  @pulumi.getter(name="componentType")
89
67
  def component_type(self) -> Optional[pulumi.Input[str]]:
90
68
  """
91
- The component type. Supports mirrored build components and test components.
92
-
93
- Value range:
94
- - Build
95
- - Test
96
-
97
- Default value: Build.
98
-
99
- > **NOTE:** Build components can only be used in build templates and test components can only be used in test templates.
69
+ The component type. Currently, only mirror build components are supported. Value: Build. Default value: Build.
100
70
  """
101
71
  return pulumi.get(self, "component_type")
102
72
 
@@ -104,25 +74,11 @@ class EcsImageComponentArgs:
104
74
  def component_type(self, value: Optional[pulumi.Input[str]]):
105
75
  pulumi.set(self, "component_type", value)
106
76
 
107
- @property
108
- @pulumi.getter(name="componentVersion")
109
- def component_version(self) -> Optional[pulumi.Input[str]]:
110
- """
111
- The component version number, which is used in conjunction with the component name, is in the format of major.minor.patch and is a non-negative integer.
112
-
113
- Default value:(x +1).0.0, where x is the maximum major version of the current component.
114
- """
115
- return pulumi.get(self, "component_version")
116
-
117
- @component_version.setter
118
- def component_version(self, value: Optional[pulumi.Input[str]]):
119
- pulumi.set(self, "component_version", value)
120
-
121
77
  @property
122
78
  @pulumi.getter
123
79
  def description(self) -> Optional[pulumi.Input[str]]:
124
80
  """
125
- Description information. It must be 2 to 256 characters in length and cannot start with http:// or https.
81
+ Describe the information.
126
82
  """
127
83
  return pulumi.get(self, "description")
128
84
 
@@ -134,9 +90,7 @@ class EcsImageComponentArgs:
134
90
  @pulumi.getter(name="imageComponentName")
135
91
  def image_component_name(self) -> Optional[pulumi.Input[str]]:
136
92
  """
137
- The component name. It must be 2 to 128 characters in length and start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-).
138
-
139
- > **NOTE:** When 'Name' is not set, the 'ImageComponentId' return value is used by default.
93
+ The component name. The name must be 2 to 128 characters in length and must start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-). Note: If Name is not set, the return value of ImageComponentId is used by default.
140
94
  """
141
95
  return pulumi.get(self, "image_component_name")
142
96
 
@@ -148,7 +102,7 @@ class EcsImageComponentArgs:
148
102
  @pulumi.getter(name="resourceGroupId")
149
103
  def resource_group_id(self) -> Optional[pulumi.Input[str]]:
150
104
  """
151
- The ID of the enterprise resource group to which the created image component belongs.
105
+ The ID of the resource group.
152
106
  """
153
107
  return pulumi.get(self, "resource_group_id")
154
108
 
@@ -160,13 +114,7 @@ class EcsImageComponentArgs:
160
114
  @pulumi.getter(name="systemType")
161
115
  def system_type(self) -> Optional[pulumi.Input[str]]:
162
116
  """
163
- The operating system supported by the component.
164
-
165
- Value range:
166
- - Linux
167
- - Windows
168
-
169
- Default value: Linux.
117
+ The operating system supported by the component. Currently, only Linux systems are supported. Value: Linux. Default value: Linux.
170
118
  """
171
119
  return pulumi.get(self, "system_type")
172
120
 
@@ -191,7 +139,6 @@ class EcsImageComponentArgs:
191
139
  class _EcsImageComponentState:
192
140
  def __init__(__self__, *,
193
141
  component_type: Optional[pulumi.Input[str]] = None,
194
- component_version: Optional[pulumi.Input[str]] = None,
195
142
  content: Optional[pulumi.Input[str]] = None,
196
143
  create_time: Optional[pulumi.Input[str]] = None,
197
144
  description: Optional[pulumi.Input[str]] = None,
@@ -201,38 +148,17 @@ class _EcsImageComponentState:
201
148
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
202
149
  """
203
150
  Input properties used for looking up and filtering EcsImageComponent resources.
204
- :param pulumi.Input[str] component_type: The component type. Supports mirrored build components and test components.
205
-
206
- Value range:
207
- - Build
208
- - Test
209
-
210
- Default value: Build.
211
-
212
- > **NOTE:** Build components can only be used in build templates and test components can only be used in test templates.
213
- :param pulumi.Input[str] component_version: The component version number, which is used in conjunction with the component name, is in the format of major.minor.patch and is a non-negative integer.
214
-
215
- Default value:(x +1).0.0, where x is the maximum major version of the current component.
216
- :param pulumi.Input[str] content: Component content. Consists of multiple commands. The maximum number of commands cannot exceed 127. Details of supported commands and command formats,
151
+ :param pulumi.Input[str] component_type: The component type. Currently, only mirror build components are supported. Value: Build. Default value: Build.
152
+ :param pulumi.Input[str] content: Component content.
217
153
  :param pulumi.Input[str] create_time: Component creation time.
218
- :param pulumi.Input[str] description: Description information. It must be 2 to 256 characters in length and cannot start with http:// or https.
219
- :param pulumi.Input[str] image_component_name: The component name. It must be 2 to 128 characters in length and start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-).
220
-
221
- > **NOTE:** When 'Name' is not set, the 'ImageComponentId' return value is used by default.
222
- :param pulumi.Input[str] resource_group_id: The ID of the enterprise resource group to which the created image component belongs.
223
- :param pulumi.Input[str] system_type: The operating system supported by the component.
224
-
225
- Value range:
226
- - Linux
227
- - Windows
228
-
229
- Default value: Linux.
154
+ :param pulumi.Input[str] description: Describe the information.
155
+ :param pulumi.Input[str] image_component_name: The component name. The name must be 2 to 128 characters in length and must start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-). Note: If Name is not set, the return value of ImageComponentId is used by default.
156
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group.
157
+ :param pulumi.Input[str] system_type: The operating system supported by the component. Currently, only Linux systems are supported. Value: Linux. Default value: Linux.
230
158
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: List of label key-value pairs.
231
159
  """
232
160
  if component_type is not None:
233
161
  pulumi.set(__self__, "component_type", component_type)
234
- if component_version is not None:
235
- pulumi.set(__self__, "component_version", component_version)
236
162
  if content is not None:
237
163
  pulumi.set(__self__, "content", content)
238
164
  if create_time is not None:
@@ -252,15 +178,7 @@ class _EcsImageComponentState:
252
178
  @pulumi.getter(name="componentType")
253
179
  def component_type(self) -> Optional[pulumi.Input[str]]:
254
180
  """
255
- The component type. Supports mirrored build components and test components.
256
-
257
- Value range:
258
- - Build
259
- - Test
260
-
261
- Default value: Build.
262
-
263
- > **NOTE:** Build components can only be used in build templates and test components can only be used in test templates.
181
+ The component type. Currently, only mirror build components are supported. Value: Build. Default value: Build.
264
182
  """
265
183
  return pulumi.get(self, "component_type")
266
184
 
@@ -268,25 +186,11 @@ class _EcsImageComponentState:
268
186
  def component_type(self, value: Optional[pulumi.Input[str]]):
269
187
  pulumi.set(self, "component_type", value)
270
188
 
271
- @property
272
- @pulumi.getter(name="componentVersion")
273
- def component_version(self) -> Optional[pulumi.Input[str]]:
274
- """
275
- The component version number, which is used in conjunction with the component name, is in the format of major.minor.patch and is a non-negative integer.
276
-
277
- Default value:(x +1).0.0, where x is the maximum major version of the current component.
278
- """
279
- return pulumi.get(self, "component_version")
280
-
281
- @component_version.setter
282
- def component_version(self, value: Optional[pulumi.Input[str]]):
283
- pulumi.set(self, "component_version", value)
284
-
285
189
  @property
286
190
  @pulumi.getter
287
191
  def content(self) -> Optional[pulumi.Input[str]]:
288
192
  """
289
- Component content. Consists of multiple commands. The maximum number of commands cannot exceed 127. Details of supported commands and command formats,
193
+ Component content.
290
194
  """
291
195
  return pulumi.get(self, "content")
292
196
 
@@ -310,7 +214,7 @@ class _EcsImageComponentState:
310
214
  @pulumi.getter
311
215
  def description(self) -> Optional[pulumi.Input[str]]:
312
216
  """
313
- Description information. It must be 2 to 256 characters in length and cannot start with http:// or https.
217
+ Describe the information.
314
218
  """
315
219
  return pulumi.get(self, "description")
316
220
 
@@ -322,9 +226,7 @@ class _EcsImageComponentState:
322
226
  @pulumi.getter(name="imageComponentName")
323
227
  def image_component_name(self) -> Optional[pulumi.Input[str]]:
324
228
  """
325
- The component name. It must be 2 to 128 characters in length and start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-).
326
-
327
- > **NOTE:** When 'Name' is not set, the 'ImageComponentId' return value is used by default.
229
+ The component name. The name must be 2 to 128 characters in length and must start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-). Note: If Name is not set, the return value of ImageComponentId is used by default.
328
230
  """
329
231
  return pulumi.get(self, "image_component_name")
330
232
 
@@ -336,7 +238,7 @@ class _EcsImageComponentState:
336
238
  @pulumi.getter(name="resourceGroupId")
337
239
  def resource_group_id(self) -> Optional[pulumi.Input[str]]:
338
240
  """
339
- The ID of the enterprise resource group to which the created image component belongs.
241
+ The ID of the resource group.
340
242
  """
341
243
  return pulumi.get(self, "resource_group_id")
342
244
 
@@ -348,13 +250,7 @@ class _EcsImageComponentState:
348
250
  @pulumi.getter(name="systemType")
349
251
  def system_type(self) -> Optional[pulumi.Input[str]]:
350
252
  """
351
- The operating system supported by the component.
352
-
353
- Value range:
354
- - Linux
355
- - Windows
356
-
357
- Default value: Linux.
253
+ The operating system supported by the component. Currently, only Linux systems are supported. Value: Linux. Default value: Linux.
358
254
  """
359
255
  return pulumi.get(self, "system_type")
360
256
 
@@ -381,7 +277,6 @@ class EcsImageComponent(pulumi.CustomResource):
381
277
  resource_name: str,
382
278
  opts: Optional[pulumi.ResourceOptions] = None,
383
279
  component_type: Optional[pulumi.Input[str]] = None,
384
- component_version: Optional[pulumi.Input[str]] = None,
385
280
  content: Optional[pulumi.Input[str]] = None,
386
281
  description: Optional[pulumi.Input[str]] = None,
387
282
  image_component_name: Optional[pulumi.Input[str]] = None,
@@ -390,9 +285,9 @@ class EcsImageComponent(pulumi.CustomResource):
390
285
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
391
286
  __props__=None):
392
287
  """
393
- Provides a ECS Image Component resource.
288
+ Provides a Ecs Image Component resource.
394
289
 
395
- For information about ECS Image Component and how to use it, see [What is Image Component](https://www.alibabacloud.com/help/en/doc-detail/200424.htm).
290
+ For information about Ecs Image Component and how to use it, see [What is Image Component](https://www.alibabacloud.com/help/en/doc-detail/200424.htm).
396
291
 
397
292
  > **NOTE:** Available since v1.159.0.
398
293
 
@@ -419,7 +314,7 @@ class EcsImageComponent(pulumi.CustomResource):
419
314
 
420
315
  ## Import
421
316
 
422
- ECS Image Component can be imported using the id, e.g.
317
+ Ecs Image Component can be imported using the id, e.g.
423
318
 
424
319
  ```sh
425
320
  $ pulumi import alicloud:ecs/ecsImageComponent:EcsImageComponent example <id>
@@ -427,31 +322,12 @@ class EcsImageComponent(pulumi.CustomResource):
427
322
 
428
323
  :param str resource_name: The name of the resource.
429
324
  :param pulumi.ResourceOptions opts: Options for the resource.
430
- :param pulumi.Input[str] component_type: The component type. Supports mirrored build components and test components.
431
-
432
- Value range:
433
- - Build
434
- - Test
435
-
436
- Default value: Build.
437
-
438
- > **NOTE:** Build components can only be used in build templates and test components can only be used in test templates.
439
- :param pulumi.Input[str] component_version: The component version number, which is used in conjunction with the component name, is in the format of major.minor.patch and is a non-negative integer.
440
-
441
- Default value:(x +1).0.0, where x is the maximum major version of the current component.
442
- :param pulumi.Input[str] content: Component content. Consists of multiple commands. The maximum number of commands cannot exceed 127. Details of supported commands and command formats,
443
- :param pulumi.Input[str] description: Description information. It must be 2 to 256 characters in length and cannot start with http:// or https.
444
- :param pulumi.Input[str] image_component_name: The component name. It must be 2 to 128 characters in length and start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-).
445
-
446
- > **NOTE:** When 'Name' is not set, the 'ImageComponentId' return value is used by default.
447
- :param pulumi.Input[str] resource_group_id: The ID of the enterprise resource group to which the created image component belongs.
448
- :param pulumi.Input[str] system_type: The operating system supported by the component.
449
-
450
- Value range:
451
- - Linux
452
- - Windows
453
-
454
- Default value: Linux.
325
+ :param pulumi.Input[str] component_type: The component type. Currently, only mirror build components are supported. Value: Build. Default value: Build.
326
+ :param pulumi.Input[str] content: Component content.
327
+ :param pulumi.Input[str] description: Describe the information.
328
+ :param pulumi.Input[str] image_component_name: The component name. The name must be 2 to 128 characters in length and must start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-). Note: If Name is not set, the return value of ImageComponentId is used by default.
329
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group.
330
+ :param pulumi.Input[str] system_type: The operating system supported by the component. Currently, only Linux systems are supported. Value: Linux. Default value: Linux.
455
331
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: List of label key-value pairs.
456
332
  """
457
333
  ...
@@ -461,9 +337,9 @@ class EcsImageComponent(pulumi.CustomResource):
461
337
  args: EcsImageComponentArgs,
462
338
  opts: Optional[pulumi.ResourceOptions] = None):
463
339
  """
464
- Provides a ECS Image Component resource.
340
+ Provides a Ecs Image Component resource.
465
341
 
466
- For information about ECS Image Component and how to use it, see [What is Image Component](https://www.alibabacloud.com/help/en/doc-detail/200424.htm).
342
+ For information about Ecs Image Component and how to use it, see [What is Image Component](https://www.alibabacloud.com/help/en/doc-detail/200424.htm).
467
343
 
468
344
  > **NOTE:** Available since v1.159.0.
469
345
 
@@ -490,7 +366,7 @@ class EcsImageComponent(pulumi.CustomResource):
490
366
 
491
367
  ## Import
492
368
 
493
- ECS Image Component can be imported using the id, e.g.
369
+ Ecs Image Component can be imported using the id, e.g.
494
370
 
495
371
  ```sh
496
372
  $ pulumi import alicloud:ecs/ecsImageComponent:EcsImageComponent example <id>
@@ -512,7 +388,6 @@ class EcsImageComponent(pulumi.CustomResource):
512
388
  resource_name: str,
513
389
  opts: Optional[pulumi.ResourceOptions] = None,
514
390
  component_type: Optional[pulumi.Input[str]] = None,
515
- component_version: Optional[pulumi.Input[str]] = None,
516
391
  content: Optional[pulumi.Input[str]] = None,
517
392
  description: Optional[pulumi.Input[str]] = None,
518
393
  image_component_name: Optional[pulumi.Input[str]] = None,
@@ -529,7 +404,6 @@ class EcsImageComponent(pulumi.CustomResource):
529
404
  __props__ = EcsImageComponentArgs.__new__(EcsImageComponentArgs)
530
405
 
531
406
  __props__.__dict__["component_type"] = component_type
532
- __props__.__dict__["component_version"] = component_version
533
407
  if content is None and not opts.urn:
534
408
  raise TypeError("Missing required property 'content'")
535
409
  __props__.__dict__["content"] = content
@@ -550,7 +424,6 @@ class EcsImageComponent(pulumi.CustomResource):
550
424
  id: pulumi.Input[str],
551
425
  opts: Optional[pulumi.ResourceOptions] = None,
552
426
  component_type: Optional[pulumi.Input[str]] = None,
553
- component_version: Optional[pulumi.Input[str]] = None,
554
427
  content: Optional[pulumi.Input[str]] = None,
555
428
  create_time: Optional[pulumi.Input[str]] = None,
556
429
  description: Optional[pulumi.Input[str]] = None,
@@ -565,32 +438,13 @@ class EcsImageComponent(pulumi.CustomResource):
565
438
  :param str resource_name: The unique name of the resulting resource.
566
439
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
567
440
  :param pulumi.ResourceOptions opts: Options for the resource.
568
- :param pulumi.Input[str] component_type: The component type. Supports mirrored build components and test components.
569
-
570
- Value range:
571
- - Build
572
- - Test
573
-
574
- Default value: Build.
575
-
576
- > **NOTE:** Build components can only be used in build templates and test components can only be used in test templates.
577
- :param pulumi.Input[str] component_version: The component version number, which is used in conjunction with the component name, is in the format of major.minor.patch and is a non-negative integer.
578
-
579
- Default value:(x +1).0.0, where x is the maximum major version of the current component.
580
- :param pulumi.Input[str] content: Component content. Consists of multiple commands. The maximum number of commands cannot exceed 127. Details of supported commands and command formats,
441
+ :param pulumi.Input[str] component_type: The component type. Currently, only mirror build components are supported. Value: Build. Default value: Build.
442
+ :param pulumi.Input[str] content: Component content.
581
443
  :param pulumi.Input[str] create_time: Component creation time.
582
- :param pulumi.Input[str] description: Description information. It must be 2 to 256 characters in length and cannot start with http:// or https.
583
- :param pulumi.Input[str] image_component_name: The component name. It must be 2 to 128 characters in length and start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-).
584
-
585
- > **NOTE:** When 'Name' is not set, the 'ImageComponentId' return value is used by default.
586
- :param pulumi.Input[str] resource_group_id: The ID of the enterprise resource group to which the created image component belongs.
587
- :param pulumi.Input[str] system_type: The operating system supported by the component.
588
-
589
- Value range:
590
- - Linux
591
- - Windows
592
-
593
- Default value: Linux.
444
+ :param pulumi.Input[str] description: Describe the information.
445
+ :param pulumi.Input[str] image_component_name: The component name. The name must be 2 to 128 characters in length and must start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-). Note: If Name is not set, the return value of ImageComponentId is used by default.
446
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group.
447
+ :param pulumi.Input[str] system_type: The operating system supported by the component. Currently, only Linux systems are supported. Value: Linux. Default value: Linux.
594
448
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: List of label key-value pairs.
595
449
  """
596
450
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -598,7 +452,6 @@ class EcsImageComponent(pulumi.CustomResource):
598
452
  __props__ = _EcsImageComponentState.__new__(_EcsImageComponentState)
599
453
 
600
454
  __props__.__dict__["component_type"] = component_type
601
- __props__.__dict__["component_version"] = component_version
602
455
  __props__.__dict__["content"] = content
603
456
  __props__.__dict__["create_time"] = create_time
604
457
  __props__.__dict__["description"] = description
@@ -612,33 +465,15 @@ class EcsImageComponent(pulumi.CustomResource):
612
465
  @pulumi.getter(name="componentType")
613
466
  def component_type(self) -> pulumi.Output[str]:
614
467
  """
615
- The component type. Supports mirrored build components and test components.
616
-
617
- Value range:
618
- - Build
619
- - Test
620
-
621
- Default value: Build.
622
-
623
- > **NOTE:** Build components can only be used in build templates and test components can only be used in test templates.
468
+ The component type. Currently, only mirror build components are supported. Value: Build. Default value: Build.
624
469
  """
625
470
  return pulumi.get(self, "component_type")
626
471
 
627
- @property
628
- @pulumi.getter(name="componentVersion")
629
- def component_version(self) -> pulumi.Output[str]:
630
- """
631
- The component version number, which is used in conjunction with the component name, is in the format of major.minor.patch and is a non-negative integer.
632
-
633
- Default value:(x +1).0.0, where x is the maximum major version of the current component.
634
- """
635
- return pulumi.get(self, "component_version")
636
-
637
472
  @property
638
473
  @pulumi.getter
639
474
  def content(self) -> pulumi.Output[str]:
640
475
  """
641
- Component content. Consists of multiple commands. The maximum number of commands cannot exceed 127. Details of supported commands and command formats,
476
+ Component content.
642
477
  """
643
478
  return pulumi.get(self, "content")
644
479
 
@@ -654,7 +489,7 @@ class EcsImageComponent(pulumi.CustomResource):
654
489
  @pulumi.getter
655
490
  def description(self) -> pulumi.Output[Optional[str]]:
656
491
  """
657
- Description information. It must be 2 to 256 characters in length and cannot start with http:// or https.
492
+ Describe the information.
658
493
  """
659
494
  return pulumi.get(self, "description")
660
495
 
@@ -662,9 +497,7 @@ class EcsImageComponent(pulumi.CustomResource):
662
497
  @pulumi.getter(name="imageComponentName")
663
498
  def image_component_name(self) -> pulumi.Output[str]:
664
499
  """
665
- The component name. It must be 2 to 128 characters in length and start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-).
666
-
667
- > **NOTE:** When 'Name' is not set, the 'ImageComponentId' return value is used by default.
500
+ The component name. The name must be 2 to 128 characters in length and must start with an uppercase letter or a Chinese character. It cannot start with http:// or https. Can contain Chinese, English, numbers, half-length colons (:), underscores (_), half-length periods (.), or dashes (-). Note: If Name is not set, the return value of ImageComponentId is used by default.
668
501
  """
669
502
  return pulumi.get(self, "image_component_name")
670
503
 
@@ -672,7 +505,7 @@ class EcsImageComponent(pulumi.CustomResource):
672
505
  @pulumi.getter(name="resourceGroupId")
673
506
  def resource_group_id(self) -> pulumi.Output[str]:
674
507
  """
675
- The ID of the enterprise resource group to which the created image component belongs.
508
+ The ID of the resource group.
676
509
  """
677
510
  return pulumi.get(self, "resource_group_id")
678
511
 
@@ -680,13 +513,7 @@ class EcsImageComponent(pulumi.CustomResource):
680
513
  @pulumi.getter(name="systemType")
681
514
  def system_type(self) -> pulumi.Output[str]:
682
515
  """
683
- The operating system supported by the component.
684
-
685
- Value range:
686
- - Linux
687
- - Windows
688
-
689
- Default value: Linux.
516
+ The operating system supported by the component. Currently, only Linux systems are supported. Value: Linux. Default value: Linux.
690
517
  """
691
518
  return pulumi.get(self, "system_type")
692
519
 
@@ -53,8 +53,6 @@ __all__ = [
53
53
  'ScalingConfigurationInstancePatternInfoArgsDict',
54
54
  'ScalingConfigurationInstanceTypeOverrideArgs',
55
55
  'ScalingConfigurationInstanceTypeOverrideArgsDict',
56
- 'ScalingConfigurationNetworkInterfaceArgs',
57
- 'ScalingConfigurationNetworkInterfaceArgsDict',
58
56
  'ScalingConfigurationSpotPriceLimitArgs',
59
57
  'ScalingConfigurationSpotPriceLimitArgsDict',
60
58
  'ScalingGroupAlbServerGroupArgs',
@@ -2850,98 +2848,6 @@ class ScalingConfigurationInstanceTypeOverrideArgs:
2850
2848
  pulumi.set(self, "weighted_capacity", value)
2851
2849
 
2852
2850
 
2853
- if not MYPY:
2854
- class ScalingConfigurationNetworkInterfaceArgsDict(TypedDict):
2855
- instance_type: NotRequired[pulumi.Input[str]]
2856
- """
2857
- The ENI type. If you specify NetworkInterfaces.N, specify at least one primary ENI. You cannot specify SecurityGroupId or SecurityGroupIds.N. Valid values: Primary, Secondary.
2858
- """
2859
- ipv6_address_count: NotRequired[pulumi.Input[int]]
2860
- """
2861
- The number of randomly generated IPv6 addresses that you want to assign to primary ENI N.
2862
- """
2863
- network_interface_traffic_mode: NotRequired[pulumi.Input[str]]
2864
- """
2865
- The communication mode of the ENI. Valid values: Standard, HighPerformance.
2866
- """
2867
- security_group_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2868
- """
2869
- The ID of security group N to which ENI N belongs.
2870
- """
2871
- elif False:
2872
- ScalingConfigurationNetworkInterfaceArgsDict: TypeAlias = Mapping[str, Any]
2873
-
2874
- @pulumi.input_type
2875
- class ScalingConfigurationNetworkInterfaceArgs:
2876
- def __init__(__self__, *,
2877
- instance_type: Optional[pulumi.Input[str]] = None,
2878
- ipv6_address_count: Optional[pulumi.Input[int]] = None,
2879
- network_interface_traffic_mode: Optional[pulumi.Input[str]] = None,
2880
- security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2881
- """
2882
- :param pulumi.Input[str] instance_type: The ENI type. If you specify NetworkInterfaces.N, specify at least one primary ENI. You cannot specify SecurityGroupId or SecurityGroupIds.N. Valid values: Primary, Secondary.
2883
- :param pulumi.Input[int] ipv6_address_count: The number of randomly generated IPv6 addresses that you want to assign to primary ENI N.
2884
- :param pulumi.Input[str] network_interface_traffic_mode: The communication mode of the ENI. Valid values: Standard, HighPerformance.
2885
- :param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The ID of security group N to which ENI N belongs.
2886
- """
2887
- if instance_type is not None:
2888
- pulumi.set(__self__, "instance_type", instance_type)
2889
- if ipv6_address_count is not None:
2890
- pulumi.set(__self__, "ipv6_address_count", ipv6_address_count)
2891
- if network_interface_traffic_mode is not None:
2892
- pulumi.set(__self__, "network_interface_traffic_mode", network_interface_traffic_mode)
2893
- if security_group_ids is not None:
2894
- pulumi.set(__self__, "security_group_ids", security_group_ids)
2895
-
2896
- @property
2897
- @pulumi.getter(name="instanceType")
2898
- def instance_type(self) -> Optional[pulumi.Input[str]]:
2899
- """
2900
- The ENI type. If you specify NetworkInterfaces.N, specify at least one primary ENI. You cannot specify SecurityGroupId or SecurityGroupIds.N. Valid values: Primary, Secondary.
2901
- """
2902
- return pulumi.get(self, "instance_type")
2903
-
2904
- @instance_type.setter
2905
- def instance_type(self, value: Optional[pulumi.Input[str]]):
2906
- pulumi.set(self, "instance_type", value)
2907
-
2908
- @property
2909
- @pulumi.getter(name="ipv6AddressCount")
2910
- def ipv6_address_count(self) -> Optional[pulumi.Input[int]]:
2911
- """
2912
- The number of randomly generated IPv6 addresses that you want to assign to primary ENI N.
2913
- """
2914
- return pulumi.get(self, "ipv6_address_count")
2915
-
2916
- @ipv6_address_count.setter
2917
- def ipv6_address_count(self, value: Optional[pulumi.Input[int]]):
2918
- pulumi.set(self, "ipv6_address_count", value)
2919
-
2920
- @property
2921
- @pulumi.getter(name="networkInterfaceTrafficMode")
2922
- def network_interface_traffic_mode(self) -> Optional[pulumi.Input[str]]:
2923
- """
2924
- The communication mode of the ENI. Valid values: Standard, HighPerformance.
2925
- """
2926
- return pulumi.get(self, "network_interface_traffic_mode")
2927
-
2928
- @network_interface_traffic_mode.setter
2929
- def network_interface_traffic_mode(self, value: Optional[pulumi.Input[str]]):
2930
- pulumi.set(self, "network_interface_traffic_mode", value)
2931
-
2932
- @property
2933
- @pulumi.getter(name="securityGroupIds")
2934
- def security_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2935
- """
2936
- The ID of security group N to which ENI N belongs.
2937
- """
2938
- return pulumi.get(self, "security_group_ids")
2939
-
2940
- @security_group_ids.setter
2941
- def security_group_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2942
- pulumi.set(self, "security_group_ids", value)
2943
-
2944
-
2945
2851
  if not MYPY:
2946
2852
  class ScalingConfigurationSpotPriceLimitArgsDict(TypedDict):
2947
2853
  instance_type: NotRequired[pulumi.Input[str]]