pulumi-alicloud 3.65.0__py3-none-any.whl → 3.65.0a1730385290__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.

@@ -26,7 +26,6 @@ class ScalingGroupArgs:
26
26
  alb_server_groups: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingGroupAlbServerGroupArgs']]]] = None,
27
27
  allocation_strategy: Optional[pulumi.Input[str]] = None,
28
28
  az_balance: Optional[pulumi.Input[bool]] = None,
29
- container_group_id: Optional[pulumi.Input[str]] = None,
30
29
  db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
31
30
  default_cooldown: Optional[pulumi.Input[int]] = None,
32
31
  desired_capacity: Optional[pulumi.Input[int]] = None,
@@ -63,7 +62,6 @@ class ScalingGroupArgs:
63
62
  :param pulumi.Input[Sequence[pulumi.Input['ScalingGroupAlbServerGroupArgs']]] alb_server_groups: If a Serve ALB instance is specified in the scaling group, the scaling group automatically attaches its ECS instances to the Server ALB instance. See `alb_server_group` below for details.
64
63
  :param pulumi.Input[str] allocation_strategy: The allocation policy of instances. Auto Scaling selects instance types based on the allocation policy to create instances. The policy can be applied to pay-as-you-go instances and preemptible instances. This parameter takes effect only if you set MultiAZPolicy to COMPOSABLE.
65
64
  :param pulumi.Input[bool] az_balance: Specifies whether to evenly distribute instances in the scaling group across multiple zones. This parameter takes effect only if you set MultiAZPolicy to COMPOSABLE.
66
- :param pulumi.Input[str] container_group_id: The ID of the elastic container instance.
67
65
  :param pulumi.Input[Sequence[pulumi.Input[str]]] db_instance_ids: If an RDS instance is specified in the scaling group, the scaling group automatically attaches the Intranet IP addresses of its ECS instances to the RDS access whitelist.
68
66
  - The specified RDS instance must be in running status.
69
67
  - The specified RDS instance’s whitelist must have room for more IP addresses.
@@ -72,7 +70,7 @@ class ScalingGroupArgs:
72
70
  :param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
73
71
  :param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
74
72
  :param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
75
- :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
73
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
76
74
  :param pulumi.Input[str] instance_id: The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
77
75
  :param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
78
76
  :param pulumi.Input[Sequence[pulumi.Input['ScalingGroupLaunchTemplateOverrideArgs']]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature. See `launch_template_override` below for details.
@@ -113,8 +111,6 @@ class ScalingGroupArgs:
113
111
  pulumi.set(__self__, "allocation_strategy", allocation_strategy)
114
112
  if az_balance is not None:
115
113
  pulumi.set(__self__, "az_balance", az_balance)
116
- if container_group_id is not None:
117
- pulumi.set(__self__, "container_group_id", container_group_id)
118
114
  if db_instance_ids is not None:
119
115
  pulumi.set(__self__, "db_instance_ids", db_instance_ids)
120
116
  if default_cooldown is not None:
@@ -235,18 +231,6 @@ class ScalingGroupArgs:
235
231
  def az_balance(self, value: Optional[pulumi.Input[bool]]):
236
232
  pulumi.set(self, "az_balance", value)
237
233
 
238
- @property
239
- @pulumi.getter(name="containerGroupId")
240
- def container_group_id(self) -> Optional[pulumi.Input[str]]:
241
- """
242
- The ID of the elastic container instance.
243
- """
244
- return pulumi.get(self, "container_group_id")
245
-
246
- @container_group_id.setter
247
- def container_group_id(self, value: Optional[pulumi.Input[str]]):
248
- pulumi.set(self, "container_group_id", value)
249
-
250
234
  @property
251
235
  @pulumi.getter(name="dbInstanceIds")
252
236
  def db_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -325,7 +309,7 @@ class ScalingGroupArgs:
325
309
  @pulumi.getter(name="healthCheckTypes")
326
310
  def health_check_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
327
311
  """
328
- The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
312
+ The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
329
313
  """
330
314
  return pulumi.get(self, "health_check_types")
331
315
 
@@ -592,7 +576,6 @@ class _ScalingGroupState:
592
576
  alb_server_groups: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingGroupAlbServerGroupArgs']]]] = None,
593
577
  allocation_strategy: Optional[pulumi.Input[str]] = None,
594
578
  az_balance: Optional[pulumi.Input[bool]] = None,
595
- container_group_id: Optional[pulumi.Input[str]] = None,
596
579
  db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
597
580
  default_cooldown: Optional[pulumi.Input[int]] = None,
598
581
  desired_capacity: Optional[pulumi.Input[int]] = None,
@@ -627,7 +610,6 @@ class _ScalingGroupState:
627
610
  :param pulumi.Input[Sequence[pulumi.Input['ScalingGroupAlbServerGroupArgs']]] alb_server_groups: If a Serve ALB instance is specified in the scaling group, the scaling group automatically attaches its ECS instances to the Server ALB instance. See `alb_server_group` below for details.
628
611
  :param pulumi.Input[str] allocation_strategy: The allocation policy of instances. Auto Scaling selects instance types based on the allocation policy to create instances. The policy can be applied to pay-as-you-go instances and preemptible instances. This parameter takes effect only if you set MultiAZPolicy to COMPOSABLE.
629
612
  :param pulumi.Input[bool] az_balance: Specifies whether to evenly distribute instances in the scaling group across multiple zones. This parameter takes effect only if you set MultiAZPolicy to COMPOSABLE.
630
- :param pulumi.Input[str] container_group_id: The ID of the elastic container instance.
631
613
  :param pulumi.Input[Sequence[pulumi.Input[str]]] db_instance_ids: If an RDS instance is specified in the scaling group, the scaling group automatically attaches the Intranet IP addresses of its ECS instances to the RDS access whitelist.
632
614
  - The specified RDS instance must be in running status.
633
615
  - The specified RDS instance’s whitelist must have room for more IP addresses.
@@ -636,7 +618,7 @@ class _ScalingGroupState:
636
618
  :param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
637
619
  :param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
638
620
  :param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
639
- :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
621
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
640
622
  :param pulumi.Input[str] instance_id: The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
641
623
  :param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
642
624
  :param pulumi.Input[Sequence[pulumi.Input['ScalingGroupLaunchTemplateOverrideArgs']]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature. See `launch_template_override` below for details.
@@ -679,8 +661,6 @@ class _ScalingGroupState:
679
661
  pulumi.set(__self__, "allocation_strategy", allocation_strategy)
680
662
  if az_balance is not None:
681
663
  pulumi.set(__self__, "az_balance", az_balance)
682
- if container_group_id is not None:
683
- pulumi.set(__self__, "container_group_id", container_group_id)
684
664
  if db_instance_ids is not None:
685
665
  pulumi.set(__self__, "db_instance_ids", db_instance_ids)
686
666
  if default_cooldown is not None:
@@ -779,18 +759,6 @@ class _ScalingGroupState:
779
759
  def az_balance(self, value: Optional[pulumi.Input[bool]]):
780
760
  pulumi.set(self, "az_balance", value)
781
761
 
782
- @property
783
- @pulumi.getter(name="containerGroupId")
784
- def container_group_id(self) -> Optional[pulumi.Input[str]]:
785
- """
786
- The ID of the elastic container instance.
787
- """
788
- return pulumi.get(self, "container_group_id")
789
-
790
- @container_group_id.setter
791
- def container_group_id(self, value: Optional[pulumi.Input[str]]):
792
- pulumi.set(self, "container_group_id", value)
793
-
794
762
  @property
795
763
  @pulumi.getter(name="dbInstanceIds")
796
764
  def db_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
@@ -869,7 +837,7 @@ class _ScalingGroupState:
869
837
  @pulumi.getter(name="healthCheckTypes")
870
838
  def health_check_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
871
839
  """
872
- The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
840
+ The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
873
841
  """
874
842
  return pulumi.get(self, "health_check_types")
875
843
 
@@ -1164,7 +1132,6 @@ class ScalingGroup(pulumi.CustomResource):
1164
1132
  alb_server_groups: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupAlbServerGroupArgs', 'ScalingGroupAlbServerGroupArgsDict']]]]] = None,
1165
1133
  allocation_strategy: Optional[pulumi.Input[str]] = None,
1166
1134
  az_balance: Optional[pulumi.Input[bool]] = None,
1167
- container_group_id: Optional[pulumi.Input[str]] = None,
1168
1135
  db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1169
1136
  default_cooldown: Optional[pulumi.Input[int]] = None,
1170
1137
  desired_capacity: Optional[pulumi.Input[int]] = None,
@@ -1287,7 +1254,6 @@ class ScalingGroup(pulumi.CustomResource):
1287
1254
  :param pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupAlbServerGroupArgs', 'ScalingGroupAlbServerGroupArgsDict']]]] alb_server_groups: If a Serve ALB instance is specified in the scaling group, the scaling group automatically attaches its ECS instances to the Server ALB instance. See `alb_server_group` below for details.
1288
1255
  :param pulumi.Input[str] allocation_strategy: The allocation policy of instances. Auto Scaling selects instance types based on the allocation policy to create instances. The policy can be applied to pay-as-you-go instances and preemptible instances. This parameter takes effect only if you set MultiAZPolicy to COMPOSABLE.
1289
1256
  :param pulumi.Input[bool] az_balance: Specifies whether to evenly distribute instances in the scaling group across multiple zones. This parameter takes effect only if you set MultiAZPolicy to COMPOSABLE.
1290
- :param pulumi.Input[str] container_group_id: The ID of the elastic container instance.
1291
1257
  :param pulumi.Input[Sequence[pulumi.Input[str]]] db_instance_ids: If an RDS instance is specified in the scaling group, the scaling group automatically attaches the Intranet IP addresses of its ECS instances to the RDS access whitelist.
1292
1258
  - The specified RDS instance must be in running status.
1293
1259
  - The specified RDS instance’s whitelist must have room for more IP addresses.
@@ -1296,7 +1262,7 @@ class ScalingGroup(pulumi.CustomResource):
1296
1262
  :param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
1297
1263
  :param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
1298
1264
  :param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
1299
- :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
1265
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
1300
1266
  :param pulumi.Input[str] instance_id: The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
1301
1267
  :param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
1302
1268
  :param pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupLaunchTemplateOverrideArgs', 'ScalingGroupLaunchTemplateOverrideArgsDict']]]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature. See `launch_template_override` below for details.
@@ -1444,7 +1410,6 @@ class ScalingGroup(pulumi.CustomResource):
1444
1410
  alb_server_groups: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupAlbServerGroupArgs', 'ScalingGroupAlbServerGroupArgsDict']]]]] = None,
1445
1411
  allocation_strategy: Optional[pulumi.Input[str]] = None,
1446
1412
  az_balance: Optional[pulumi.Input[bool]] = None,
1447
- container_group_id: Optional[pulumi.Input[str]] = None,
1448
1413
  db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1449
1414
  default_cooldown: Optional[pulumi.Input[int]] = None,
1450
1415
  desired_capacity: Optional[pulumi.Input[int]] = None,
@@ -1486,7 +1451,6 @@ class ScalingGroup(pulumi.CustomResource):
1486
1451
  __props__.__dict__["alb_server_groups"] = alb_server_groups
1487
1452
  __props__.__dict__["allocation_strategy"] = allocation_strategy
1488
1453
  __props__.__dict__["az_balance"] = az_balance
1489
- __props__.__dict__["container_group_id"] = container_group_id
1490
1454
  __props__.__dict__["db_instance_ids"] = db_instance_ids
1491
1455
  __props__.__dict__["default_cooldown"] = default_cooldown
1492
1456
  __props__.__dict__["desired_capacity"] = desired_capacity
@@ -1533,7 +1497,6 @@ class ScalingGroup(pulumi.CustomResource):
1533
1497
  alb_server_groups: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupAlbServerGroupArgs', 'ScalingGroupAlbServerGroupArgsDict']]]]] = None,
1534
1498
  allocation_strategy: Optional[pulumi.Input[str]] = None,
1535
1499
  az_balance: Optional[pulumi.Input[bool]] = None,
1536
- container_group_id: Optional[pulumi.Input[str]] = None,
1537
1500
  db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
1538
1501
  default_cooldown: Optional[pulumi.Input[int]] = None,
1539
1502
  desired_capacity: Optional[pulumi.Input[int]] = None,
@@ -1573,7 +1536,6 @@ class ScalingGroup(pulumi.CustomResource):
1573
1536
  :param pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupAlbServerGroupArgs', 'ScalingGroupAlbServerGroupArgsDict']]]] alb_server_groups: If a Serve ALB instance is specified in the scaling group, the scaling group automatically attaches its ECS instances to the Server ALB instance. See `alb_server_group` below for details.
1574
1537
  :param pulumi.Input[str] allocation_strategy: The allocation policy of instances. Auto Scaling selects instance types based on the allocation policy to create instances. The policy can be applied to pay-as-you-go instances and preemptible instances. This parameter takes effect only if you set MultiAZPolicy to COMPOSABLE.
1575
1538
  :param pulumi.Input[bool] az_balance: Specifies whether to evenly distribute instances in the scaling group across multiple zones. This parameter takes effect only if you set MultiAZPolicy to COMPOSABLE.
1576
- :param pulumi.Input[str] container_group_id: The ID of the elastic container instance.
1577
1539
  :param pulumi.Input[Sequence[pulumi.Input[str]]] db_instance_ids: If an RDS instance is specified in the scaling group, the scaling group automatically attaches the Intranet IP addresses of its ECS instances to the RDS access whitelist.
1578
1540
  - The specified RDS instance must be in running status.
1579
1541
  - The specified RDS instance’s whitelist must have room for more IP addresses.
@@ -1582,7 +1544,7 @@ class ScalingGroup(pulumi.CustomResource):
1582
1544
  :param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
1583
1545
  :param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
1584
1546
  :param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
1585
- :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
1547
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
1586
1548
  :param pulumi.Input[str] instance_id: The ID of the instance from which Auto Scaling obtains the required configuration information and uses the information to automatically create a scaling configuration.
1587
1549
  :param pulumi.Input[str] launch_template_id: Instance launch template ID, scaling group obtains launch configuration from instance launch template, see [Launch Template](https://www.alibabacloud.com/help/doc-detail/73916.html). Creating scaling group from launch template enable group automatically.
1588
1550
  :param pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupLaunchTemplateOverrideArgs', 'ScalingGroupLaunchTemplateOverrideArgsDict']]]] launch_template_overrides: The details of the instance types that are specified by using the Extend Instance Type of Launch Template feature. See `launch_template_override` below for details.
@@ -1626,7 +1588,6 @@ class ScalingGroup(pulumi.CustomResource):
1626
1588
  __props__.__dict__["alb_server_groups"] = alb_server_groups
1627
1589
  __props__.__dict__["allocation_strategy"] = allocation_strategy
1628
1590
  __props__.__dict__["az_balance"] = az_balance
1629
- __props__.__dict__["container_group_id"] = container_group_id
1630
1591
  __props__.__dict__["db_instance_ids"] = db_instance_ids
1631
1592
  __props__.__dict__["default_cooldown"] = default_cooldown
1632
1593
  __props__.__dict__["desired_capacity"] = desired_capacity
@@ -1682,14 +1643,6 @@ class ScalingGroup(pulumi.CustomResource):
1682
1643
  """
1683
1644
  return pulumi.get(self, "az_balance")
1684
1645
 
1685
- @property
1686
- @pulumi.getter(name="containerGroupId")
1687
- def container_group_id(self) -> pulumi.Output[Optional[str]]:
1688
- """
1689
- The ID of the elastic container instance.
1690
- """
1691
- return pulumi.get(self, "container_group_id")
1692
-
1693
1646
  @property
1694
1647
  @pulumi.getter(name="dbInstanceIds")
1695
1648
  def db_instance_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
@@ -1744,7 +1697,7 @@ class ScalingGroup(pulumi.CustomResource):
1744
1697
  @pulumi.getter(name="healthCheckTypes")
1745
1698
  def health_check_types(self) -> pulumi.Output[Optional[Sequence[str]]]:
1746
1699
  """
1747
- The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
1700
+ The health check modes of the scaling group. Valid values: ECS, ECI, NONE, LOAD_BALANCER.
1748
1701
  """
1749
1702
  return pulumi.get(self, "health_check_types")
1750
1703
 
@@ -2313,7 +2313,7 @@ if not MYPY:
2313
2313
  class V3FunctionCustomContainerConfigArgsDict(TypedDict):
2314
2314
  acceleration_info: NotRequired[pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgsDict']]
2315
2315
  """
2316
- (Deprecated) Image Acceleration Information (Obsolete).
2316
+ Image Acceleration Information (Obsolete).
2317
2317
  """
2318
2318
  acceleration_type: NotRequired[pulumi.Input[str]]
2319
2319
  """
@@ -2363,7 +2363,7 @@ class V3FunctionCustomContainerConfigArgs:
2363
2363
  port: Optional[pulumi.Input[int]] = None,
2364
2364
  resolved_image_uri: Optional[pulumi.Input[str]] = None):
2365
2365
  """
2366
- :param pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgs'] acceleration_info: (Deprecated) Image Acceleration Information (Obsolete).
2366
+ :param pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgs'] acceleration_info: Image Acceleration Information (Obsolete).
2367
2367
  :param pulumi.Input[str] acceleration_type: Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete).
2368
2368
  :param pulumi.Input[str] acr_instance_id: ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete).
2369
2369
  :param pulumi.Input[Sequence[pulumi.Input[str]]] commands: Container startup parameters.
@@ -2406,7 +2406,7 @@ class V3FunctionCustomContainerConfigArgs:
2406
2406
  @_utilities.deprecated("""Field 'acceleration_info' has been deprecated from provider version 1.228.0. Image Acceleration Information (Obsolete)""")
2407
2407
  def acceleration_info(self) -> Optional[pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgs']]:
2408
2408
  """
2409
- (Deprecated) Image Acceleration Information (Obsolete).
2409
+ Image Acceleration Information (Obsolete).
2410
2410
  """
2411
2411
  return pulumi.get(self, "acceleration_info")
2412
2412
 
@@ -1831,7 +1831,7 @@ class V3FunctionCustomContainerConfig(dict):
1831
1831
  port: Optional[int] = None,
1832
1832
  resolved_image_uri: Optional[str] = None):
1833
1833
  """
1834
- :param 'V3FunctionCustomContainerConfigAccelerationInfoArgs' acceleration_info: (Deprecated) Image Acceleration Information (Obsolete).
1834
+ :param 'V3FunctionCustomContainerConfigAccelerationInfoArgs' acceleration_info: Image Acceleration Information (Obsolete).
1835
1835
  :param str acceleration_type: Whether to enable Image acceleration. Default: The Default value, indicating that image acceleration is enabled. None: indicates that image acceleration is disabled. (Obsolete).
1836
1836
  :param str acr_instance_id: ACR Enterprise version Image Repository ID, which must be entered when using ACR Enterprise version image. (Obsolete).
1837
1837
  :param Sequence[str] commands: Container startup parameters.
@@ -1865,7 +1865,7 @@ class V3FunctionCustomContainerConfig(dict):
1865
1865
  @_utilities.deprecated("""Field 'acceleration_info' has been deprecated from provider version 1.228.0. Image Acceleration Information (Obsolete)""")
1866
1866
  def acceleration_info(self) -> Optional['outputs.V3FunctionCustomContainerConfigAccelerationInfo']:
1867
1867
  """
1868
- (Deprecated) Image Acceleration Information (Obsolete).
1868
+ Image Acceleration Information (Obsolete).
1869
1869
  """
1870
1870
  return pulumi.get(self, "acceleration_info")
1871
1871
 
@@ -120,7 +120,7 @@ class GetSecretsResult:
120
120
  @pulumi.getter
121
121
  def tags(self) -> Optional[Mapping[str, str]]:
122
122
  """
123
- A mapping of tags to assign to the resource.
123
+ (Optional) A mapping of tags to assign to the resource.
124
124
  """
125
125
  return pulumi.get(self, "tags")
126
126
 
@@ -154,7 +154,7 @@ def get_secrets(enable_details: Optional[bool] = None,
154
154
  """
155
155
  This data source provides a list of KMS Secrets in an Alibaba Cloud account according to the specified filters.
156
156
 
157
- > **NOTE:** Available since v1.86.0.
157
+ > **NOTE:** Available in v1.86.0+.
158
158
 
159
159
  ## Example Usage
160
160
 
@@ -180,7 +180,7 @@ def get_secrets(enable_details: Optional[bool] = None,
180
180
  :param Sequence[str] ids: A list of KMS Secret ids. The value is same as KMS secret_name.
181
181
  :param str name_regex: A regex string to filter the results by the KMS secret_name.
182
182
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
183
- :param Mapping[str, str] tags: A mapping of tags to assign to the resource, and can be used to filter secrets.
183
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
184
184
  """
185
185
  __args__ = dict()
186
186
  __args__['enableDetails'] = enable_details
@@ -215,7 +215,7 @@ def get_secrets_output(enable_details: Optional[pulumi.Input[Optional[bool]]] =
215
215
  """
216
216
  This data source provides a list of KMS Secrets in an Alibaba Cloud account according to the specified filters.
217
217
 
218
- > **NOTE:** Available since v1.86.0.
218
+ > **NOTE:** Available in v1.86.0+.
219
219
 
220
220
  ## Example Usage
221
221
 
@@ -241,7 +241,7 @@ def get_secrets_output(enable_details: Optional[pulumi.Input[Optional[bool]]] =
241
241
  :param Sequence[str] ids: A list of KMS Secret ids. The value is same as KMS secret_name.
242
242
  :param str name_regex: A regex string to filter the results by the KMS secret_name.
243
243
  :param str output_file: File name where to save data source results (after running `pulumi preview`).
244
- :param Mapping[str, str] tags: A mapping of tags to assign to the resource, and can be used to filter secrets.
244
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
245
245
  """
246
246
  __args__ = dict()
247
247
  __args__['enableDetails'] = enable_details
@@ -486,18 +486,18 @@ class GetSecretsSecretResult(dict):
486
486
  version_id: str,
487
487
  version_stages: Sequence[str]):
488
488
  """
489
- :param str arn: (Available since v1.124.0) A mapping of tags to assign to the resource.
490
- :param str description: (Available since v1.124.0) The description of the secret.
491
- :param str encryption_key_id: (Available since v1.124.0) The ID of the KMS CMK that is used to encrypt the secret value.
489
+ :param str arn: (Available in 1.124.0+) A mapping of tags to assign to the resource.
490
+ :param str description: (Available in 1.124.0+) The description of the secret.
491
+ :param str encryption_key_id: (Available in 1.124.0+) The ID of the KMS CMK that is used to encrypt the secret value.
492
492
  :param str id: ID of the Kms Secret. The value is same as KMS secret_name.
493
493
  :param str planned_delete_time: Schedule deletion time.
494
- :param str secret_data: (Available since v1.124.0) The value of the secret that you want to create.
495
- :param str secret_data_type: (Available since v1.124.0) The type of the secret data value.
494
+ :param str secret_data: (Available in 1.124.0+) The value of the secret that you want to create.
495
+ :param str secret_data_type: (Available in 1.124.0+) The type of the secret data value.
496
496
  :param str secret_name: Name of the KMS Secret.
497
- :param str secret_type: (Available since v1.124.0) The type of the secret.
498
- :param Mapping[str, str] tags: A mapping of tags to assign to the resource, and can be used to filter secrets.
499
- :param str version_id: (Available since v1.124.0) The version number of the initial version.
500
- :param Sequence[str] version_stages: (Available since v1.124.0) The stage labels that mark the new secret version.
497
+ :param str secret_type: (Available in 1.124.0+) The type of the secret.
498
+ :param Mapping[str, str] tags: A mapping of tags to assign to the resource.
499
+ :param str version_id: (Available in 1.124.0+) The version number of the initial version.
500
+ :param Sequence[str] version_stages: (Available in 1.124.0+) The stage labels that mark the new secret version.
501
501
  """
502
502
  pulumi.set(__self__, "arn", arn)
503
503
  pulumi.set(__self__, "description", description)
@@ -516,7 +516,7 @@ class GetSecretsSecretResult(dict):
516
516
  @pulumi.getter
517
517
  def arn(self) -> str:
518
518
  """
519
- (Available since v1.124.0) A mapping of tags to assign to the resource.
519
+ (Available in 1.124.0+) A mapping of tags to assign to the resource.
520
520
  """
521
521
  return pulumi.get(self, "arn")
522
522
 
@@ -524,7 +524,7 @@ class GetSecretsSecretResult(dict):
524
524
  @pulumi.getter
525
525
  def description(self) -> str:
526
526
  """
527
- (Available since v1.124.0) The description of the secret.
527
+ (Available in 1.124.0+) The description of the secret.
528
528
  """
529
529
  return pulumi.get(self, "description")
530
530
 
@@ -532,7 +532,7 @@ class GetSecretsSecretResult(dict):
532
532
  @pulumi.getter(name="encryptionKeyId")
533
533
  def encryption_key_id(self) -> str:
534
534
  """
535
- (Available since v1.124.0) The ID of the KMS CMK that is used to encrypt the secret value.
535
+ (Available in 1.124.0+) The ID of the KMS CMK that is used to encrypt the secret value.
536
536
  """
537
537
  return pulumi.get(self, "encryption_key_id")
538
538
 
@@ -556,7 +556,7 @@ class GetSecretsSecretResult(dict):
556
556
  @pulumi.getter(name="secretData")
557
557
  def secret_data(self) -> str:
558
558
  """
559
- (Available since v1.124.0) The value of the secret that you want to create.
559
+ (Available in 1.124.0+) The value of the secret that you want to create.
560
560
  """
561
561
  return pulumi.get(self, "secret_data")
562
562
 
@@ -564,7 +564,7 @@ class GetSecretsSecretResult(dict):
564
564
  @pulumi.getter(name="secretDataType")
565
565
  def secret_data_type(self) -> str:
566
566
  """
567
- (Available since v1.124.0) The type of the secret data value.
567
+ (Available in 1.124.0+) The type of the secret data value.
568
568
  """
569
569
  return pulumi.get(self, "secret_data_type")
570
570
 
@@ -580,7 +580,7 @@ class GetSecretsSecretResult(dict):
580
580
  @pulumi.getter(name="secretType")
581
581
  def secret_type(self) -> str:
582
582
  """
583
- (Available since v1.124.0) The type of the secret.
583
+ (Available in 1.124.0+) The type of the secret.
584
584
  """
585
585
  return pulumi.get(self, "secret_type")
586
586
 
@@ -588,7 +588,7 @@ class GetSecretsSecretResult(dict):
588
588
  @pulumi.getter
589
589
  def tags(self) -> Mapping[str, str]:
590
590
  """
591
- A mapping of tags to assign to the resource, and can be used to filter secrets.
591
+ A mapping of tags to assign to the resource.
592
592
  """
593
593
  return pulumi.get(self, "tags")
594
594
 
@@ -596,7 +596,7 @@ class GetSecretsSecretResult(dict):
596
596
  @pulumi.getter(name="versionId")
597
597
  def version_id(self) -> str:
598
598
  """
599
- (Available since v1.124.0) The version number of the initial version.
599
+ (Available in 1.124.0+) The version number of the initial version.
600
600
  """
601
601
  return pulumi.get(self, "version_id")
602
602
 
@@ -604,7 +604,7 @@ class GetSecretsSecretResult(dict):
604
604
  @pulumi.getter(name="versionStages")
605
605
  def version_stages(self) -> Sequence[str]:
606
606
  """
607
- (Available since v1.124.0) The stage labels that mark the new secret version.
607
+ (Available in 1.124.0+) The stage labels that mark the new secret version.
608
608
  """
609
609
  return pulumi.get(self, "version_stages")
610
610
 
@@ -11,9 +11,7 @@ from .gateway import *
11
11
  from .get_clusters import *
12
12
  from .get_engine_namespaces import *
13
13
  from .get_gateways import *
14
- from .get_nacos_configs import *
15
14
  from .get_znodes import *
16
- from .nacos_config import *
17
15
  from .znode import *
18
16
  from ._inputs import *
19
17
  from . import outputs
@@ -22,7 +22,6 @@ __all__ = [
22
22
  'GetEngineNamespacesNamespaceResult',
23
23
  'GetGatewaysGatewayResult',
24
24
  'GetGatewaysGatewaySlbListResult',
25
- 'GetNacosConfigsConfigResult',
26
25
  'GetZnodesZnodeResult',
27
26
  ]
28
27
 
@@ -826,134 +825,6 @@ class GetGatewaysGatewaySlbListResult(dict):
826
825
  return pulumi.get(self, "type")
827
826
 
828
827
 
829
- @pulumi.output_type
830
- class GetNacosConfigsConfigResult(dict):
831
- def __init__(__self__, *,
832
- app_name: str,
833
- beta_ips: str,
834
- content: str,
835
- data_id: str,
836
- desc: str,
837
- encrypted_data_key: str,
838
- group: str,
839
- id: str,
840
- md5: str,
841
- tags: str,
842
- type: str):
843
- """
844
- :param str app_name: The name of the application.
845
- :param str beta_ips: The list of IP addresses where the beta release of the configuration is performed.
846
- :param str content: The content of the configuration.
847
- :param str data_id: The ID of the data.
848
- :param str desc: The description of the configuration.
849
- :param str encrypted_data_key: The encryption key.
850
- :param str group: The ID of the group.
851
- :param str id: The ID of the Nacos Config. It is formatted to `<instance_id>:<namespace_id>:<data_id>:<group>`.
852
- :param str md5: The message digest of the configuration.
853
- :param str tags: The tags of the configuration.
854
- :param str type: The format of the configuration. Supported formats include TEXT, JSON, and XML.
855
- """
856
- pulumi.set(__self__, "app_name", app_name)
857
- pulumi.set(__self__, "beta_ips", beta_ips)
858
- pulumi.set(__self__, "content", content)
859
- pulumi.set(__self__, "data_id", data_id)
860
- pulumi.set(__self__, "desc", desc)
861
- pulumi.set(__self__, "encrypted_data_key", encrypted_data_key)
862
- pulumi.set(__self__, "group", group)
863
- pulumi.set(__self__, "id", id)
864
- pulumi.set(__self__, "md5", md5)
865
- pulumi.set(__self__, "tags", tags)
866
- pulumi.set(__self__, "type", type)
867
-
868
- @property
869
- @pulumi.getter(name="appName")
870
- def app_name(self) -> str:
871
- """
872
- The name of the application.
873
- """
874
- return pulumi.get(self, "app_name")
875
-
876
- @property
877
- @pulumi.getter(name="betaIps")
878
- def beta_ips(self) -> str:
879
- """
880
- The list of IP addresses where the beta release of the configuration is performed.
881
- """
882
- return pulumi.get(self, "beta_ips")
883
-
884
- @property
885
- @pulumi.getter
886
- def content(self) -> str:
887
- """
888
- The content of the configuration.
889
- """
890
- return pulumi.get(self, "content")
891
-
892
- @property
893
- @pulumi.getter(name="dataId")
894
- def data_id(self) -> str:
895
- """
896
- The ID of the data.
897
- """
898
- return pulumi.get(self, "data_id")
899
-
900
- @property
901
- @pulumi.getter
902
- def desc(self) -> str:
903
- """
904
- The description of the configuration.
905
- """
906
- return pulumi.get(self, "desc")
907
-
908
- @property
909
- @pulumi.getter(name="encryptedDataKey")
910
- def encrypted_data_key(self) -> str:
911
- """
912
- The encryption key.
913
- """
914
- return pulumi.get(self, "encrypted_data_key")
915
-
916
- @property
917
- @pulumi.getter
918
- def group(self) -> str:
919
- """
920
- The ID of the group.
921
- """
922
- return pulumi.get(self, "group")
923
-
924
- @property
925
- @pulumi.getter
926
- def id(self) -> str:
927
- """
928
- The ID of the Nacos Config. It is formatted to `<instance_id>:<namespace_id>:<data_id>:<group>`.
929
- """
930
- return pulumi.get(self, "id")
931
-
932
- @property
933
- @pulumi.getter
934
- def md5(self) -> str:
935
- """
936
- The message digest of the configuration.
937
- """
938
- return pulumi.get(self, "md5")
939
-
940
- @property
941
- @pulumi.getter
942
- def tags(self) -> str:
943
- """
944
- The tags of the configuration.
945
- """
946
- return pulumi.get(self, "tags")
947
-
948
- @property
949
- @pulumi.getter
950
- def type(self) -> str:
951
- """
952
- The format of the configuration. Supported formats include TEXT, JSON, and XML.
953
- """
954
- return pulumi.get(self, "type")
955
-
956
-
957
828
  @pulumi.output_type
958
829
  class GetZnodesZnodeResult(dict):
959
830
  def __init__(__self__, *,
@@ -991,7 +991,7 @@ class BaseInstance(pulumi.CustomResource):
991
991
  auto_renew=False,
992
992
  disk_size=100,
993
993
  payment_type="PayAsYouGo",
994
- instance_class="8C32G",
994
+ instance_class="8C32GB",
995
995
  backup_retain_mode="delete_all",
996
996
  series="normal",
997
997
  instance_name=name)
@@ -1123,7 +1123,7 @@ class BaseInstance(pulumi.CustomResource):
1123
1123
  auto_renew=False,
1124
1124
  disk_size=100,
1125
1125
  payment_type="PayAsYouGo",
1126
- instance_class="8C32G",
1126
+ instance_class="8C32GB",
1127
1127
  backup_retain_mode="delete_all",
1128
1128
  series="normal",
1129
1129
  instance_name=name)