pulumi-alicloud 3.64.0a1729894283__py3-none-any.whl → 3.65.0__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 +35 -0
- pulumi_alicloud/amqp/instance.py +8 -8
- pulumi_alicloud/bss/get_open_api_pricing_modules.py +4 -4
- pulumi_alicloud/bss/get_open_api_products.py +4 -4
- pulumi_alicloud/cas/get_certificates.py +17 -1
- pulumi_alicloud/cas/get_service_certificates.py +153 -17
- pulumi_alicloud/cas/outputs.py +40 -36
- pulumi_alicloud/cen/instance.py +108 -53
- pulumi_alicloud/cen/transit_router_route_table_association.py +72 -68
- pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
- pulumi_alicloud/cloudfirewall/instance.py +64 -36
- pulumi_alicloud/cloudstoragegateway/gateway.py +134 -58
- pulumi_alicloud/cs/_inputs.py +390 -26
- pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +2 -0
- pulumi_alicloud/cs/kubernetes.py +48 -35
- pulumi_alicloud/cs/managed_kubernetes.py +91 -35
- pulumi_alicloud/cs/node_pool.py +68 -14
- pulumi_alicloud/cs/outputs.py +293 -16
- pulumi_alicloud/cs/serverless_kubernetes.py +157 -63
- pulumi_alicloud/databasefilesystem/_inputs.py +0 -6
- pulumi_alicloud/databasefilesystem/instance.py +31 -0
- pulumi_alicloud/databasefilesystem/outputs.py +0 -4
- pulumi_alicloud/dns/get_alidns_records.py +26 -4
- pulumi_alicloud/dns/outputs.py +2 -2
- pulumi_alicloud/eais/instance.py +55 -57
- pulumi_alicloud/ecp/instance.py +177 -219
- pulumi_alicloud/ecs/disk.py +2 -2
- pulumi_alicloud/ecs/ecs_disk.py +142 -58
- pulumi_alicloud/ecs/ecs_key_pair.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +169 -0
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +172 -6
- pulumi_alicloud/ecs/instance.py +131 -98
- pulumi_alicloud/ecs/key_pair.py +1 -1
- pulumi_alicloud/ecs/launch_template.py +102 -0
- pulumi_alicloud/ecs/outputs.py +57 -24
- pulumi_alicloud/ens/disk.py +2 -2
- pulumi_alicloud/ens/disk_instance_attachment.py +2 -2
- pulumi_alicloud/ess/_inputs.py +342 -2
- pulumi_alicloud/ess/eci_scaling_configuration.py +202 -0
- pulumi_alicloud/ess/outputs.py +226 -2
- pulumi_alicloud/ess/scaling_configuration.py +377 -1
- pulumi_alicloud/ess/scaling_group.py +54 -7
- pulumi_alicloud/fc/_inputs.py +3 -3
- pulumi_alicloud/fc/outputs.py +2 -2
- pulumi_alicloud/ga/_inputs.py +57 -22
- pulumi_alicloud/ga/outputs.py +39 -15
- pulumi_alicloud/governance/baseline.py +18 -18
- pulumi_alicloud/governance/get_baselines.py +18 -18
- pulumi_alicloud/gpdb/__init__.py +1 -0
- pulumi_alicloud/gpdb/database.py +545 -0
- pulumi_alicloud/gpdb/instance.py +1 -1
- pulumi_alicloud/kms/get_secrets.py +5 -5
- pulumi_alicloud/kms/outputs.py +18 -18
- pulumi_alicloud/kvstore/instance.py +24 -5
- pulumi_alicloud/log/alert.py +14 -14
- pulumi_alicloud/mse/__init__.py +2 -0
- pulumi_alicloud/mse/cluster.py +149 -51
- pulumi_alicloud/mse/engine_namespace.py +176 -74
- pulumi_alicloud/mse/get_clusters.py +70 -10
- pulumi_alicloud/mse/get_engine_namespaces.py +93 -15
- pulumi_alicloud/mse/get_nacos_configs.py +394 -0
- pulumi_alicloud/mse/nacos_config.py +762 -0
- pulumi_alicloud/mse/outputs.py +165 -8
- pulumi_alicloud/nas/data_flow.py +6 -6
- pulumi_alicloud/nas/fileset.py +6 -6
- pulumi_alicloud/nas/lifecycle_policy.py +6 -6
- pulumi_alicloud/nas/recycle_bin.py +6 -6
- pulumi_alicloud/nas/snapshot.py +6 -6
- pulumi_alicloud/ocean/base_instance.py +2 -2
- pulumi_alicloud/pai/__init__.py +8 -0
- pulumi_alicloud/pai/workspace_workspace.py +447 -0
- pulumi_alicloud/polardb/cluster.py +176 -14
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +51 -7
- pulumi_alicloud/privatelink/outputs.py +17 -6
- pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +54 -17
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +7 -21
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/rds/instance.py +50 -3
- pulumi_alicloud/resourcemanager/get_folders.py +35 -28
- pulumi_alicloud/resourcemanager/outputs.py +8 -8
- pulumi_alicloud/servicemesh/_inputs.py +656 -174
- pulumi_alicloud/servicemesh/outputs.py +507 -117
- pulumi_alicloud/servicemesh/service_mesh.py +120 -78
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/_inputs.py +307 -0
- pulumi_alicloud/sls/collection_policy.py +561 -0
- pulumi_alicloud/sls/outputs.py +263 -0
- pulumi_alicloud/threatdetection/instance.py +331 -43
- pulumi_alicloud/vpc/subnet.py +59 -27
- pulumi_alicloud/vpc/switch.py +104 -87
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/RECORD +94 -88
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/top_level.txt +0 -0
|
@@ -26,6 +26,7 @@ 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,
|
|
29
30
|
db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
30
31
|
default_cooldown: Optional[pulumi.Input[int]] = None,
|
|
31
32
|
desired_capacity: Optional[pulumi.Input[int]] = None,
|
|
@@ -62,6 +63,7 @@ class ScalingGroupArgs:
|
|
|
62
63
|
: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.
|
|
63
64
|
: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.
|
|
64
65
|
: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.
|
|
65
67
|
: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.
|
|
66
68
|
- The specified RDS instance must be in running status.
|
|
67
69
|
- The specified RDS instance’s whitelist must have room for more IP addresses.
|
|
@@ -70,7 +72,7 @@ class ScalingGroupArgs:
|
|
|
70
72
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
71
73
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
72
74
|
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
73
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: 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.
|
|
74
76
|
: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.
|
|
75
77
|
: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.
|
|
76
78
|
: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.
|
|
@@ -111,6 +113,8 @@ class ScalingGroupArgs:
|
|
|
111
113
|
pulumi.set(__self__, "allocation_strategy", allocation_strategy)
|
|
112
114
|
if az_balance is not None:
|
|
113
115
|
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)
|
|
114
118
|
if db_instance_ids is not None:
|
|
115
119
|
pulumi.set(__self__, "db_instance_ids", db_instance_ids)
|
|
116
120
|
if default_cooldown is not None:
|
|
@@ -231,6 +235,18 @@ class ScalingGroupArgs:
|
|
|
231
235
|
def az_balance(self, value: Optional[pulumi.Input[bool]]):
|
|
232
236
|
pulumi.set(self, "az_balance", value)
|
|
233
237
|
|
|
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
|
+
|
|
234
250
|
@property
|
|
235
251
|
@pulumi.getter(name="dbInstanceIds")
|
|
236
252
|
def db_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
@@ -309,7 +325,7 @@ class ScalingGroupArgs:
|
|
|
309
325
|
@pulumi.getter(name="healthCheckTypes")
|
|
310
326
|
def health_check_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
311
327
|
"""
|
|
312
|
-
The health check modes of the scaling group. Valid values: ECS,
|
|
328
|
+
The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
|
|
313
329
|
"""
|
|
314
330
|
return pulumi.get(self, "health_check_types")
|
|
315
331
|
|
|
@@ -576,6 +592,7 @@ class _ScalingGroupState:
|
|
|
576
592
|
alb_server_groups: Optional[pulumi.Input[Sequence[pulumi.Input['ScalingGroupAlbServerGroupArgs']]]] = None,
|
|
577
593
|
allocation_strategy: Optional[pulumi.Input[str]] = None,
|
|
578
594
|
az_balance: Optional[pulumi.Input[bool]] = None,
|
|
595
|
+
container_group_id: Optional[pulumi.Input[str]] = None,
|
|
579
596
|
db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
580
597
|
default_cooldown: Optional[pulumi.Input[int]] = None,
|
|
581
598
|
desired_capacity: Optional[pulumi.Input[int]] = None,
|
|
@@ -610,6 +627,7 @@ class _ScalingGroupState:
|
|
|
610
627
|
: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.
|
|
611
628
|
: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.
|
|
612
629
|
: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.
|
|
613
631
|
: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.
|
|
614
632
|
- The specified RDS instance must be in running status.
|
|
615
633
|
- The specified RDS instance’s whitelist must have room for more IP addresses.
|
|
@@ -618,7 +636,7 @@ class _ScalingGroupState:
|
|
|
618
636
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
619
637
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
620
638
|
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
621
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: 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.
|
|
622
640
|
: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.
|
|
623
641
|
: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.
|
|
624
642
|
: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.
|
|
@@ -661,6 +679,8 @@ class _ScalingGroupState:
|
|
|
661
679
|
pulumi.set(__self__, "allocation_strategy", allocation_strategy)
|
|
662
680
|
if az_balance is not None:
|
|
663
681
|
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)
|
|
664
684
|
if db_instance_ids is not None:
|
|
665
685
|
pulumi.set(__self__, "db_instance_ids", db_instance_ids)
|
|
666
686
|
if default_cooldown is not None:
|
|
@@ -759,6 +779,18 @@ class _ScalingGroupState:
|
|
|
759
779
|
def az_balance(self, value: Optional[pulumi.Input[bool]]):
|
|
760
780
|
pulumi.set(self, "az_balance", value)
|
|
761
781
|
|
|
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
|
+
|
|
762
794
|
@property
|
|
763
795
|
@pulumi.getter(name="dbInstanceIds")
|
|
764
796
|
def db_instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
@@ -837,7 +869,7 @@ class _ScalingGroupState:
|
|
|
837
869
|
@pulumi.getter(name="healthCheckTypes")
|
|
838
870
|
def health_check_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
839
871
|
"""
|
|
840
|
-
The health check modes of the scaling group. Valid values: ECS,
|
|
872
|
+
The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
|
|
841
873
|
"""
|
|
842
874
|
return pulumi.get(self, "health_check_types")
|
|
843
875
|
|
|
@@ -1132,6 +1164,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1132
1164
|
alb_server_groups: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupAlbServerGroupArgs', 'ScalingGroupAlbServerGroupArgsDict']]]]] = None,
|
|
1133
1165
|
allocation_strategy: Optional[pulumi.Input[str]] = None,
|
|
1134
1166
|
az_balance: Optional[pulumi.Input[bool]] = None,
|
|
1167
|
+
container_group_id: Optional[pulumi.Input[str]] = None,
|
|
1135
1168
|
db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1136
1169
|
default_cooldown: Optional[pulumi.Input[int]] = None,
|
|
1137
1170
|
desired_capacity: Optional[pulumi.Input[int]] = None,
|
|
@@ -1254,6 +1287,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1254
1287
|
: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.
|
|
1255
1288
|
: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.
|
|
1256
1289
|
: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.
|
|
1257
1291
|
: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.
|
|
1258
1292
|
- The specified RDS instance must be in running status.
|
|
1259
1293
|
- The specified RDS instance’s whitelist must have room for more IP addresses.
|
|
@@ -1262,7 +1296,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1262
1296
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
1263
1297
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
1264
1298
|
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
1265
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: 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.
|
|
1266
1300
|
: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.
|
|
1267
1301
|
: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.
|
|
1268
1302
|
: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.
|
|
@@ -1410,6 +1444,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1410
1444
|
alb_server_groups: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupAlbServerGroupArgs', 'ScalingGroupAlbServerGroupArgsDict']]]]] = None,
|
|
1411
1445
|
allocation_strategy: Optional[pulumi.Input[str]] = None,
|
|
1412
1446
|
az_balance: Optional[pulumi.Input[bool]] = None,
|
|
1447
|
+
container_group_id: Optional[pulumi.Input[str]] = None,
|
|
1413
1448
|
db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1414
1449
|
default_cooldown: Optional[pulumi.Input[int]] = None,
|
|
1415
1450
|
desired_capacity: Optional[pulumi.Input[int]] = None,
|
|
@@ -1451,6 +1486,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1451
1486
|
__props__.__dict__["alb_server_groups"] = alb_server_groups
|
|
1452
1487
|
__props__.__dict__["allocation_strategy"] = allocation_strategy
|
|
1453
1488
|
__props__.__dict__["az_balance"] = az_balance
|
|
1489
|
+
__props__.__dict__["container_group_id"] = container_group_id
|
|
1454
1490
|
__props__.__dict__["db_instance_ids"] = db_instance_ids
|
|
1455
1491
|
__props__.__dict__["default_cooldown"] = default_cooldown
|
|
1456
1492
|
__props__.__dict__["desired_capacity"] = desired_capacity
|
|
@@ -1497,6 +1533,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1497
1533
|
alb_server_groups: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ScalingGroupAlbServerGroupArgs', 'ScalingGroupAlbServerGroupArgsDict']]]]] = None,
|
|
1498
1534
|
allocation_strategy: Optional[pulumi.Input[str]] = None,
|
|
1499
1535
|
az_balance: Optional[pulumi.Input[bool]] = None,
|
|
1536
|
+
container_group_id: Optional[pulumi.Input[str]] = None,
|
|
1500
1537
|
db_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1501
1538
|
default_cooldown: Optional[pulumi.Input[int]] = None,
|
|
1502
1539
|
desired_capacity: Optional[pulumi.Input[int]] = None,
|
|
@@ -1536,6 +1573,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1536
1573
|
: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.
|
|
1537
1574
|
: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.
|
|
1538
1575
|
: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.
|
|
1539
1577
|
: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.
|
|
1540
1578
|
- The specified RDS instance must be in running status.
|
|
1541
1579
|
- The specified RDS instance’s whitelist must have room for more IP addresses.
|
|
@@ -1544,7 +1582,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1544
1582
|
:param pulumi.Input[bool] group_deletion_protection: Specifies whether the scaling group deletion protection is enabled. `true` or `false`, Default value: `false`.
|
|
1545
1583
|
:param pulumi.Input[str] group_type: Resource type within scaling group. Optional values: ECS, ECI. Default to ECS.
|
|
1546
1584
|
:param pulumi.Input[str] health_check_type: Resource type within scaling group. Optional values: ECS, ECI, NONE, LOAD_BALANCER. Default to ECS.
|
|
1547
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] health_check_types: The health check modes of the scaling group. Valid values: 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.
|
|
1548
1586
|
: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.
|
|
1549
1587
|
: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.
|
|
1550
1588
|
: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.
|
|
@@ -1588,6 +1626,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1588
1626
|
__props__.__dict__["alb_server_groups"] = alb_server_groups
|
|
1589
1627
|
__props__.__dict__["allocation_strategy"] = allocation_strategy
|
|
1590
1628
|
__props__.__dict__["az_balance"] = az_balance
|
|
1629
|
+
__props__.__dict__["container_group_id"] = container_group_id
|
|
1591
1630
|
__props__.__dict__["db_instance_ids"] = db_instance_ids
|
|
1592
1631
|
__props__.__dict__["default_cooldown"] = default_cooldown
|
|
1593
1632
|
__props__.__dict__["desired_capacity"] = desired_capacity
|
|
@@ -1643,6 +1682,14 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1643
1682
|
"""
|
|
1644
1683
|
return pulumi.get(self, "az_balance")
|
|
1645
1684
|
|
|
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
|
+
|
|
1646
1693
|
@property
|
|
1647
1694
|
@pulumi.getter(name="dbInstanceIds")
|
|
1648
1695
|
def db_instance_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
@@ -1697,7 +1744,7 @@ class ScalingGroup(pulumi.CustomResource):
|
|
|
1697
1744
|
@pulumi.getter(name="healthCheckTypes")
|
|
1698
1745
|
def health_check_types(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
1699
1746
|
"""
|
|
1700
|
-
The health check modes of the scaling group. Valid values: ECS,
|
|
1747
|
+
The health check modes of the scaling group. Valid values: ECS, NONE, LOAD_BALANCER.
|
|
1701
1748
|
"""
|
|
1702
1749
|
return pulumi.get(self, "health_check_types")
|
|
1703
1750
|
|
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
|
-
Image Acceleration Information (Obsolete).
|
|
2316
|
+
(Deprecated) 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: Image Acceleration Information (Obsolete).
|
|
2366
|
+
:param pulumi.Input['V3FunctionCustomContainerConfigAccelerationInfoArgs'] acceleration_info: (Deprecated) 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
|
-
Image Acceleration Information (Obsolete).
|
|
2409
|
+
(Deprecated) 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: Image Acceleration Information (Obsolete).
|
|
1834
|
+
:param 'V3FunctionCustomContainerConfigAccelerationInfoArgs' acceleration_info: (Deprecated) 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
|
-
Image Acceleration Information (Obsolete).
|
|
1868
|
+
(Deprecated) Image Acceleration Information (Obsolete).
|
|
1869
1869
|
"""
|
|
1870
1870
|
return pulumi.get(self, "acceleration_info")
|
|
1871
1871
|
|
pulumi_alicloud/ga/_inputs.py
CHANGED
|
@@ -158,17 +158,21 @@ if not MYPY:
|
|
|
158
158
|
type: pulumi.Input[str]
|
|
159
159
|
"""
|
|
160
160
|
The type of Endpoint N in the endpoint group. Valid values:
|
|
161
|
-
- `Domain`:
|
|
162
|
-
- `Ip`:
|
|
163
|
-
- `PublicIp`:
|
|
164
|
-
- `ECS`:
|
|
165
|
-
- `SLB`:
|
|
166
|
-
|
|
161
|
+
- `Domain`: A custom domain name.
|
|
162
|
+
- `Ip`: A custom IP address.
|
|
163
|
+
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
164
|
+
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
165
|
+
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
166
|
+
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
167
|
+
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
168
|
+
- `ENI`: An Elastic Network Interface (ENI).
|
|
169
|
+
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
170
|
+
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
167
171
|
"""
|
|
168
172
|
weight: pulumi.Input[int]
|
|
169
173
|
"""
|
|
170
174
|
The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
|
|
171
|
-
> **NOTE:** If the weight of a terminal node is set to 0
|
|
175
|
+
> **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
|
|
172
176
|
"""
|
|
173
177
|
enable_clientip_preservation: NotRequired[pulumi.Input[bool]]
|
|
174
178
|
"""
|
|
@@ -178,6 +182,11 @@ if not MYPY:
|
|
|
178
182
|
"""
|
|
179
183
|
Specifies whether to preserve client IP addresses by using the ProxyProtocol module. Default Value: `false`. Valid values:
|
|
180
184
|
"""
|
|
185
|
+
sub_address: NotRequired[pulumi.Input[str]]
|
|
186
|
+
"""
|
|
187
|
+
The private IP address of the ENI.
|
|
188
|
+
> **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
|
|
189
|
+
"""
|
|
181
190
|
elif False:
|
|
182
191
|
EndpointGroupEndpointConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
183
192
|
|
|
@@ -188,20 +197,27 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
188
197
|
type: pulumi.Input[str],
|
|
189
198
|
weight: pulumi.Input[int],
|
|
190
199
|
enable_clientip_preservation: Optional[pulumi.Input[bool]] = None,
|
|
191
|
-
enable_proxy_protocol: Optional[pulumi.Input[bool]] = None
|
|
200
|
+
enable_proxy_protocol: Optional[pulumi.Input[bool]] = None,
|
|
201
|
+
sub_address: Optional[pulumi.Input[str]] = None):
|
|
192
202
|
"""
|
|
193
203
|
:param pulumi.Input[str] endpoint: The IP address or domain name of Endpoint N in the endpoint group.
|
|
194
204
|
:param pulumi.Input[str] type: The type of Endpoint N in the endpoint group. Valid values:
|
|
195
|
-
- `Domain`:
|
|
196
|
-
- `Ip`:
|
|
197
|
-
- `PublicIp`:
|
|
198
|
-
- `ECS`:
|
|
199
|
-
- `SLB`:
|
|
200
|
-
|
|
205
|
+
- `Domain`: A custom domain name.
|
|
206
|
+
- `Ip`: A custom IP address.
|
|
207
|
+
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
208
|
+
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
209
|
+
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
210
|
+
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
211
|
+
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
212
|
+
- `ENI`: An Elastic Network Interface (ENI).
|
|
213
|
+
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
214
|
+
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
201
215
|
:param pulumi.Input[int] weight: The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
|
|
202
|
-
> **NOTE:** If the weight of a terminal node is set to 0
|
|
216
|
+
> **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
|
|
203
217
|
:param pulumi.Input[bool] enable_clientip_preservation: Indicates whether client IP addresses are reserved. Default Value: `false`. Valid values:
|
|
204
218
|
:param pulumi.Input[bool] enable_proxy_protocol: Specifies whether to preserve client IP addresses by using the ProxyProtocol module. Default Value: `false`. Valid values:
|
|
219
|
+
:param pulumi.Input[str] sub_address: The private IP address of the ENI.
|
|
220
|
+
> **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
|
|
205
221
|
"""
|
|
206
222
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
207
223
|
pulumi.set(__self__, "type", type)
|
|
@@ -210,6 +226,8 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
210
226
|
pulumi.set(__self__, "enable_clientip_preservation", enable_clientip_preservation)
|
|
211
227
|
if enable_proxy_protocol is not None:
|
|
212
228
|
pulumi.set(__self__, "enable_proxy_protocol", enable_proxy_protocol)
|
|
229
|
+
if sub_address is not None:
|
|
230
|
+
pulumi.set(__self__, "sub_address", sub_address)
|
|
213
231
|
|
|
214
232
|
@property
|
|
215
233
|
@pulumi.getter
|
|
@@ -228,12 +246,16 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
228
246
|
def type(self) -> pulumi.Input[str]:
|
|
229
247
|
"""
|
|
230
248
|
The type of Endpoint N in the endpoint group. Valid values:
|
|
231
|
-
- `Domain`:
|
|
232
|
-
- `Ip`:
|
|
233
|
-
- `PublicIp`:
|
|
234
|
-
- `ECS`:
|
|
235
|
-
- `SLB`:
|
|
236
|
-
|
|
249
|
+
- `Domain`: A custom domain name.
|
|
250
|
+
- `Ip`: A custom IP address.
|
|
251
|
+
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
252
|
+
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
253
|
+
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
254
|
+
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
255
|
+
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
256
|
+
- `ENI`: An Elastic Network Interface (ENI).
|
|
257
|
+
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
258
|
+
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
237
259
|
"""
|
|
238
260
|
return pulumi.get(self, "type")
|
|
239
261
|
|
|
@@ -246,7 +268,7 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
246
268
|
def weight(self) -> pulumi.Input[int]:
|
|
247
269
|
"""
|
|
248
270
|
The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
|
|
249
|
-
> **NOTE:** If the weight of a terminal node is set to 0
|
|
271
|
+
> **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
|
|
250
272
|
"""
|
|
251
273
|
return pulumi.get(self, "weight")
|
|
252
274
|
|
|
@@ -278,6 +300,19 @@ class EndpointGroupEndpointConfigurationArgs:
|
|
|
278
300
|
def enable_proxy_protocol(self, value: Optional[pulumi.Input[bool]]):
|
|
279
301
|
pulumi.set(self, "enable_proxy_protocol", value)
|
|
280
302
|
|
|
303
|
+
@property
|
|
304
|
+
@pulumi.getter(name="subAddress")
|
|
305
|
+
def sub_address(self) -> Optional[pulumi.Input[str]]:
|
|
306
|
+
"""
|
|
307
|
+
The private IP address of the ENI.
|
|
308
|
+
> **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "sub_address")
|
|
311
|
+
|
|
312
|
+
@sub_address.setter
|
|
313
|
+
def sub_address(self, value: Optional[pulumi.Input[str]]):
|
|
314
|
+
pulumi.set(self, "sub_address", value)
|
|
315
|
+
|
|
281
316
|
|
|
282
317
|
if not MYPY:
|
|
283
318
|
class EndpointGroupPortOverridesArgsDict(TypedDict):
|
pulumi_alicloud/ga/outputs.py
CHANGED
|
@@ -175,6 +175,8 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
175
175
|
suggest = "enable_clientip_preservation"
|
|
176
176
|
elif key == "enableProxyProtocol":
|
|
177
177
|
suggest = "enable_proxy_protocol"
|
|
178
|
+
elif key == "subAddress":
|
|
179
|
+
suggest = "sub_address"
|
|
178
180
|
|
|
179
181
|
if suggest:
|
|
180
182
|
pulumi.log.warn(f"Key '{key}' not found in EndpointGroupEndpointConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -192,20 +194,27 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
192
194
|
type: str,
|
|
193
195
|
weight: int,
|
|
194
196
|
enable_clientip_preservation: Optional[bool] = None,
|
|
195
|
-
enable_proxy_protocol: Optional[bool] = None
|
|
197
|
+
enable_proxy_protocol: Optional[bool] = None,
|
|
198
|
+
sub_address: Optional[str] = None):
|
|
196
199
|
"""
|
|
197
200
|
:param str endpoint: The IP address or domain name of Endpoint N in the endpoint group.
|
|
198
201
|
:param str type: The type of Endpoint N in the endpoint group. Valid values:
|
|
199
|
-
- `Domain`:
|
|
200
|
-
- `Ip`:
|
|
201
|
-
- `PublicIp`:
|
|
202
|
-
- `ECS`:
|
|
203
|
-
- `SLB`:
|
|
204
|
-
|
|
202
|
+
- `Domain`: A custom domain name.
|
|
203
|
+
- `Ip`: A custom IP address.
|
|
204
|
+
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
205
|
+
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
206
|
+
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
207
|
+
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
208
|
+
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
209
|
+
- `ENI`: An Elastic Network Interface (ENI).
|
|
210
|
+
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
211
|
+
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
205
212
|
:param int weight: The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
|
|
206
|
-
> **NOTE:** If the weight of a terminal node is set to 0
|
|
213
|
+
> **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
|
|
207
214
|
:param bool enable_clientip_preservation: Indicates whether client IP addresses are reserved. Default Value: `false`. Valid values:
|
|
208
215
|
:param bool enable_proxy_protocol: Specifies whether to preserve client IP addresses by using the ProxyProtocol module. Default Value: `false`. Valid values:
|
|
216
|
+
:param str sub_address: The private IP address of the ENI.
|
|
217
|
+
> **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
|
|
209
218
|
"""
|
|
210
219
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
211
220
|
pulumi.set(__self__, "type", type)
|
|
@@ -214,6 +223,8 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
214
223
|
pulumi.set(__self__, "enable_clientip_preservation", enable_clientip_preservation)
|
|
215
224
|
if enable_proxy_protocol is not None:
|
|
216
225
|
pulumi.set(__self__, "enable_proxy_protocol", enable_proxy_protocol)
|
|
226
|
+
if sub_address is not None:
|
|
227
|
+
pulumi.set(__self__, "sub_address", sub_address)
|
|
217
228
|
|
|
218
229
|
@property
|
|
219
230
|
@pulumi.getter
|
|
@@ -228,12 +239,16 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
228
239
|
def type(self) -> str:
|
|
229
240
|
"""
|
|
230
241
|
The type of Endpoint N in the endpoint group. Valid values:
|
|
231
|
-
- `Domain`:
|
|
232
|
-
- `Ip`:
|
|
233
|
-
- `PublicIp`:
|
|
234
|
-
- `ECS`:
|
|
235
|
-
- `SLB`:
|
|
236
|
-
|
|
242
|
+
- `Domain`: A custom domain name.
|
|
243
|
+
- `Ip`: A custom IP address.
|
|
244
|
+
- `PublicIp`: An Alibaba Cloud public IP address.
|
|
245
|
+
- `ECS`: An Elastic Compute Service (ECS) instance.
|
|
246
|
+
- `SLB`: A Classic Load Balancer (CLB) instance.
|
|
247
|
+
- `ALB`: An Application Load Balancer (ALB) instance.
|
|
248
|
+
- `NLB`: A Network Load Balancer (NLB) instance.
|
|
249
|
+
- `ENI`: An Elastic Network Interface (ENI).
|
|
250
|
+
- `OSS`: An Object Storage Service (OSS) bucket.
|
|
251
|
+
> **NOTE:** From version 1.232.0, `type` can be set to `ALB`, `NLB`, `ENI`, `OSS`.
|
|
237
252
|
"""
|
|
238
253
|
return pulumi.get(self, "type")
|
|
239
254
|
|
|
@@ -242,7 +257,7 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
242
257
|
def weight(self) -> int:
|
|
243
258
|
"""
|
|
244
259
|
The weight of Endpoint N in the endpoint group. Valid values: `0` to `255`.
|
|
245
|
-
> **NOTE:** If the weight of a terminal node is set to 0
|
|
260
|
+
> **NOTE:** If the weight of a terminal node is set to `0`, global acceleration will terminate the distribution of traffic to the terminal node. Please be careful.
|
|
246
261
|
"""
|
|
247
262
|
return pulumi.get(self, "weight")
|
|
248
263
|
|
|
@@ -262,6 +277,15 @@ class EndpointGroupEndpointConfiguration(dict):
|
|
|
262
277
|
"""
|
|
263
278
|
return pulumi.get(self, "enable_proxy_protocol")
|
|
264
279
|
|
|
280
|
+
@property
|
|
281
|
+
@pulumi.getter(name="subAddress")
|
|
282
|
+
def sub_address(self) -> Optional[str]:
|
|
283
|
+
"""
|
|
284
|
+
The private IP address of the ENI.
|
|
285
|
+
> **NOTE:** `sub_address` is valid only when `type` is set to `ENI`.
|
|
286
|
+
"""
|
|
287
|
+
return pulumi.get(self, "sub_address")
|
|
288
|
+
|
|
265
289
|
|
|
266
290
|
@pulumi.output_type
|
|
267
291
|
class EndpointGroupPortOverrides(dict):
|
|
@@ -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
|
+
"MinimumPasswordLength": 8,
|
|
197
|
+
"RequireLowercaseCharacters": True,
|
|
198
|
+
"RequireUppercaseCharacters": True,
|
|
199
|
+
"RequireNumbers": True,
|
|
200
|
+
"RequireSymbols": True,
|
|
201
|
+
"MaxPasswordAge": 0,
|
|
202
|
+
"HardExpiry": False,
|
|
203
|
+
"PasswordReusePrevention": 0,
|
|
204
|
+
"MaxLoginAttempts": 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
|
+
"MinimumPasswordLength": 8,
|
|
280
|
+
"RequireLowercaseCharacters": True,
|
|
281
|
+
"RequireUppercaseCharacters": True,
|
|
282
|
+
"RequireNumbers": True,
|
|
283
|
+
"RequireSymbols": True,
|
|
284
|
+
"MaxPasswordAge": 0,
|
|
285
|
+
"HardExpiry": False,
|
|
286
|
+
"PasswordReusePrevention": 0,
|
|
287
|
+
"MaxLoginAttempts": 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
|
+
"MinimumPasswordLength": 8,
|
|
146
|
+
"RequireLowercaseCharacters": True,
|
|
147
|
+
"RequireUppercaseCharacters": True,
|
|
148
|
+
"RequireNumbers": True,
|
|
149
|
+
"RequireSymbols": True,
|
|
150
|
+
"MaxPasswordAge": 0,
|
|
151
|
+
"HardExpiry": False,
|
|
152
|
+
"PasswordReusePrevention": 0,
|
|
153
|
+
"MaxLoginAttempts": 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
|
+
"MinimumPasswordLength": 8,
|
|
225
|
+
"RequireLowercaseCharacters": True,
|
|
226
|
+
"RequireUppercaseCharacters": True,
|
|
227
|
+
"RequireNumbers": True,
|
|
228
|
+
"RequireSymbols": True,
|
|
229
|
+
"MaxPasswordAge": 0,
|
|
230
|
+
"HardExpiry": False,
|
|
231
|
+
"PasswordReusePrevention": 0,
|
|
232
|
+
"MaxLoginAttempts": 0,
|
|
233
233
|
}),
|
|
234
234
|
}],
|
|
235
235
|
description=name,
|
pulumi_alicloud/gpdb/__init__.py
CHANGED