pulumi-alicloud 3.65.0__py3-none-any.whl → 3.65.0a1730179089__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.
- pulumi_alicloud/__init__.py +0 -19
- pulumi_alicloud/cen/transit_router_route_table_association.py +68 -72
- pulumi_alicloud/cloudstoragegateway/gateway.py +58 -134
- pulumi_alicloud/cs/_inputs.py +6 -6
- pulumi_alicloud/cs/outputs.py +4 -4
- pulumi_alicloud/ess/scaling_configuration.py +1 -1
- pulumi_alicloud/ess/scaling_group.py +7 -54
- pulumi_alicloud/fc/_inputs.py +3 -3
- pulumi_alicloud/fc/outputs.py +2 -2
- pulumi_alicloud/governance/baseline.py +18 -18
- pulumi_alicloud/governance/get_baselines.py +18 -18
- pulumi_alicloud/kms/get_secrets.py +5 -5
- pulumi_alicloud/kms/outputs.py +18 -18
- pulumi_alicloud/log/alert.py +14 -14
- pulumi_alicloud/mse/__init__.py +0 -2
- pulumi_alicloud/mse/outputs.py +0 -129
- pulumi_alicloud/ocean/base_instance.py +2 -2
- pulumi_alicloud/polardb/cluster.py +14 -14
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/vpc/subnet.py +27 -59
- pulumi_alicloud/vpc/switch.py +87 -104
- {pulumi_alicloud-3.65.0.dist-info → pulumi_alicloud-3.65.0a1730179089.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.65.0.dist-info → pulumi_alicloud-3.65.0a1730179089.dist-info}/RECORD +25 -29
- {pulumi_alicloud-3.65.0.dist-info → pulumi_alicloud-3.65.0a1730179089.dist-info}/WHEEL +1 -1
- pulumi_alicloud/mse/get_nacos_configs.py +0 -394
- pulumi_alicloud/mse/nacos_config.py +0 -762
- pulumi_alicloud/pai/__init__.py +0 -8
- pulumi_alicloud/pai/workspace_workspace.py +0 -447
- {pulumi_alicloud-3.65.0.dist-info → pulumi_alicloud-3.65.0a1730179089.dist-info}/top_level.txt +0 -0
|
@@ -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
|
|
pulumi_alicloud/fc/_inputs.py
CHANGED
|
@@ -2313,7 +2313,7 @@ if not MYPY:
|
|
|
2313
2313
|
class V3FunctionCustomContainerConfigArgsDict(TypedDict):
|
|
2314
2314
|
acceleration_info: NotRequired[pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgsDict']]
|
|
2315
2315
|
"""
|
|
2316
|
-
|
|
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:
|
|
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
|
-
|
|
2409
|
+
Image Acceleration Information (Obsolete).
|
|
2410
2410
|
"""
|
|
2411
2411
|
return pulumi.get(self, "acceleration_info")
|
|
2412
2412
|
|
pulumi_alicloud/fc/outputs.py
CHANGED
|
@@ -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:
|
|
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
|
-
|
|
1868
|
+
Image Acceleration Information (Obsolete).
|
|
1869
1869
|
"""
|
|
1870
1870
|
return pulumi.get(self, "acceleration_info")
|
|
1871
1871
|
|
|
@@ -193,15 +193,15 @@ class Baseline(pulumi.CustomResource):
|
|
|
193
193
|
"version": "1.0",
|
|
194
194
|
"name": item_password_policy,
|
|
195
195
|
"config": json.dumps({
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
196
|
+
"minimum_password_length": 8,
|
|
197
|
+
"require_lowercase_characters": True,
|
|
198
|
+
"require_uppercase_characters": True,
|
|
199
|
+
"require_numbers": True,
|
|
200
|
+
"require_symbols": True,
|
|
201
|
+
"max_password_age": 0,
|
|
202
|
+
"hard_expiry": False,
|
|
203
|
+
"password_reuse_prevention": 0,
|
|
204
|
+
"max_login_attempts": 0,
|
|
205
205
|
}),
|
|
206
206
|
}],
|
|
207
207
|
description=name,
|
|
@@ -276,15 +276,15 @@ class Baseline(pulumi.CustomResource):
|
|
|
276
276
|
"version": "1.0",
|
|
277
277
|
"name": item_password_policy,
|
|
278
278
|
"config": json.dumps({
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
"
|
|
279
|
+
"minimum_password_length": 8,
|
|
280
|
+
"require_lowercase_characters": True,
|
|
281
|
+
"require_uppercase_characters": True,
|
|
282
|
+
"require_numbers": True,
|
|
283
|
+
"require_symbols": True,
|
|
284
|
+
"max_password_age": 0,
|
|
285
|
+
"hard_expiry": False,
|
|
286
|
+
"password_reuse_prevention": 0,
|
|
287
|
+
"max_login_attempts": 0,
|
|
288
288
|
}),
|
|
289
289
|
}],
|
|
290
290
|
description=name,
|
|
@@ -142,15 +142,15 @@ def get_baselines(ids: Optional[Sequence[str]] = None,
|
|
|
142
142
|
"version": "1.0",
|
|
143
143
|
"name": item_password_policy,
|
|
144
144
|
"config": json.dumps({
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
145
|
+
"minimum_password_length": 8,
|
|
146
|
+
"require_lowercase_characters": True,
|
|
147
|
+
"require_uppercase_characters": True,
|
|
148
|
+
"require_numbers": True,
|
|
149
|
+
"require_symbols": True,
|
|
150
|
+
"max_password_age": 0,
|
|
151
|
+
"hard_expiry": False,
|
|
152
|
+
"password_reuse_prevention": 0,
|
|
153
|
+
"max_login_attempts": 0,
|
|
154
154
|
}),
|
|
155
155
|
}],
|
|
156
156
|
description=name,
|
|
@@ -221,15 +221,15 @@ def get_baselines_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] =
|
|
|
221
221
|
"version": "1.0",
|
|
222
222
|
"name": item_password_policy,
|
|
223
223
|
"config": json.dumps({
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"
|
|
224
|
+
"minimum_password_length": 8,
|
|
225
|
+
"require_lowercase_characters": True,
|
|
226
|
+
"require_uppercase_characters": True,
|
|
227
|
+
"require_numbers": True,
|
|
228
|
+
"require_symbols": True,
|
|
229
|
+
"max_password_age": 0,
|
|
230
|
+
"hard_expiry": False,
|
|
231
|
+
"password_reuse_prevention": 0,
|
|
232
|
+
"max_login_attempts": 0,
|
|
233
233
|
}),
|
|
234
234
|
}],
|
|
235
235
|
description=name,
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
pulumi_alicloud/kms/outputs.py
CHANGED
|
@@ -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
|
|
490
|
-
:param str description: (Available
|
|
491
|
-
:param str encryption_key_id: (Available
|
|
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
|
|
495
|
-
:param str secret_data_type: (Available
|
|
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
|
|
498
|
-
:param Mapping[str, str] tags: A mapping of tags to assign to the resource
|
|
499
|
-
:param str version_id: (Available
|
|
500
|
-
:param Sequence[str] version_stages: (Available
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
pulumi_alicloud/log/alert.py
CHANGED
|
@@ -1251,14 +1251,14 @@ class Alert(pulumi.CustomResource):
|
|
|
1251
1251
|
"annotations": {},
|
|
1252
1252
|
"tokens": {
|
|
1253
1253
|
"interval_minute": "5",
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1259
|
-
"
|
|
1254
|
+
"default_action_policy": "sls.app.ack.builtin",
|
|
1255
|
+
"default_severity": "6",
|
|
1256
|
+
"send_resolved": "false",
|
|
1257
|
+
"default_project": example.project_name,
|
|
1258
|
+
"default_logstore": "k8s-event",
|
|
1259
|
+
"default_repeat_interval": "4h",
|
|
1260
1260
|
"trigger_threshold": "1",
|
|
1261
|
-
"
|
|
1261
|
+
"default_cluster_id": "example-cluster-id",
|
|
1262
1262
|
},
|
|
1263
1263
|
})
|
|
1264
1264
|
```
|
|
@@ -1549,14 +1549,14 @@ class Alert(pulumi.CustomResource):
|
|
|
1549
1549
|
"annotations": {},
|
|
1550
1550
|
"tokens": {
|
|
1551
1551
|
"interval_minute": "5",
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
1556
|
-
"
|
|
1557
|
-
"
|
|
1552
|
+
"default_action_policy": "sls.app.ack.builtin",
|
|
1553
|
+
"default_severity": "6",
|
|
1554
|
+
"send_resolved": "false",
|
|
1555
|
+
"default_project": example.project_name,
|
|
1556
|
+
"default_logstore": "k8s-event",
|
|
1557
|
+
"default_repeat_interval": "4h",
|
|
1558
1558
|
"trigger_threshold": "1",
|
|
1559
|
-
"
|
|
1559
|
+
"default_cluster_id": "example-cluster-id",
|
|
1560
1560
|
},
|
|
1561
1561
|
})
|
|
1562
1562
|
```
|
pulumi_alicloud/mse/__init__.py
CHANGED
|
@@ -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
|