pulumi-alicloud 3.78.0a1747200018__py3-none-any.whl → 3.79.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.

Files changed (183) hide show
  1. pulumi_alicloud/__init__.py +72 -0
  2. pulumi_alicloud/adb/cluster.py +12 -12
  3. pulumi_alicloud/alb/_inputs.py +21 -105
  4. pulumi_alicloud/alb/get_load_balancers.py +169 -18
  5. pulumi_alicloud/alb/health_check_template.py +233 -93
  6. pulumi_alicloud/alb/listener.py +28 -56
  7. pulumi_alicloud/alb/load_balancer.py +110 -0
  8. pulumi_alicloud/alb/outputs.py +150 -105
  9. pulumi_alicloud/amqp/exchange.py +250 -159
  10. pulumi_alicloud/apigateway/_inputs.py +23 -3
  11. pulumi_alicloud/apigateway/api.py +7 -7
  12. pulumi_alicloud/apigateway/backend.py +8 -8
  13. pulumi_alicloud/apigateway/outputs.py +16 -2
  14. pulumi_alicloud/arms/remote_write.py +2 -2
  15. pulumi_alicloud/bp/studio_application.py +2 -2
  16. pulumi_alicloud/cassandra/cluster.py +2 -2
  17. pulumi_alicloud/cassandra/data_center.py +2 -2
  18. pulumi_alicloud/cdn/fc_trigger.py +2 -2
  19. pulumi_alicloud/cen/_inputs.py +78 -27
  20. pulumi_alicloud/cen/bandwidth_limit.py +7 -7
  21. pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +6 -6
  22. pulumi_alicloud/cen/outputs.py +52 -18
  23. pulumi_alicloud/cen/traffic_marking_policy.py +49 -9
  24. pulumi_alicloud/chatbot/publish_task.py +2 -2
  25. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  26. pulumi_alicloud/cloudfirewall/ips_config.py +523 -0
  27. pulumi_alicloud/cr/registry_enterprise_instance.py +4 -4
  28. pulumi_alicloud/cs/_inputs.py +54 -0
  29. pulumi_alicloud/cs/get_kubernetes_version.py +4 -4
  30. pulumi_alicloud/cs/managed_kubernetes.py +129 -7
  31. pulumi_alicloud/cs/outputs.py +49 -0
  32. pulumi_alicloud/das/switch_das_pro.py +6 -2
  33. pulumi_alicloud/dataworks/di_alarm_rule.py +6 -4
  34. pulumi_alicloud/dataworks/di_job.py +8 -6
  35. pulumi_alicloud/dataworks/project_member.py +2 -2
  36. pulumi_alicloud/ddos/domain_resource.py +19 -9
  37. pulumi_alicloud/dms/enterprise_logic_database.py +2 -2
  38. pulumi_alicloud/dms/enterprise_proxy_access.py +2 -2
  39. pulumi_alicloud/drds/instance.py +12 -8
  40. pulumi_alicloud/ebs/dedicated_block_storage_cluster.py +2 -2
  41. pulumi_alicloud/ecs/__init__.py +1 -0
  42. pulumi_alicloud/ecs/_inputs.py +40 -0
  43. pulumi_alicloud/ecs/activation.py +2 -2
  44. pulumi_alicloud/ecs/capacity_reservation.py +2 -2
  45. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  46. pulumi_alicloud/ecs/ecs_invocation.py +12 -6
  47. pulumi_alicloud/ecs/ecs_network_interface_permission.py +2 -2
  48. pulumi_alicloud/ecs/ecs_snapshot_group.py +2 -2
  49. pulumi_alicloud/ecs/elasticity_assurance.py +2 -2
  50. pulumi_alicloud/ecs/get_dedicated_hosts.py +49 -22
  51. pulumi_alicloud/ecs/get_instances.py +4 -3
  52. pulumi_alicloud/ecs/image_copy.py +2 -2
  53. pulumi_alicloud/ecs/image_export.py +2 -2
  54. pulumi_alicloud/ecs/instance.py +94 -0
  55. pulumi_alicloud/ecs/outputs.py +129 -39
  56. pulumi_alicloud/ecs/ram_role_attachment.py +406 -0
  57. pulumi_alicloud/ecs/reserved_instance.py +2 -2
  58. pulumi_alicloud/ecs/snapshot.py +8 -4
  59. pulumi_alicloud/ecs/storage_capacity_unit.py +2 -2
  60. pulumi_alicloud/eflo/__init__.py +1 -0
  61. pulumi_alicloud/eflo/vsc.py +433 -0
  62. pulumi_alicloud/elasticsearch/instance.py +7 -7
  63. pulumi_alicloud/emr/cluster.py +4 -4
  64. pulumi_alicloud/esa/edge_container_app_record.py +10 -2
  65. pulumi_alicloud/esa/http_request_header_modification_rule.py +12 -4
  66. pulumi_alicloud/esa/http_response_header_modification_rule.py +12 -4
  67. pulumi_alicloud/esa/https_basic_configuration.py +12 -4
  68. pulumi_alicloud/esa/network_optimization.py +10 -2
  69. pulumi_alicloud/esa/origin_pool.py +10 -10
  70. pulumi_alicloud/esa/redirect_rule.py +12 -4
  71. pulumi_alicloud/esa/rewrite_url_rule.py +12 -4
  72. pulumi_alicloud/ess/outputs.py +333 -4
  73. pulumi_alicloud/ess/scaling_group.py +47 -0
  74. pulumi_alicloud/expressconnect/router_vpc_association.py +56 -49
  75. pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
  76. pulumi_alicloud/fc/__init__.py +1 -0
  77. pulumi_alicloud/fc/get_v3_triggers.py +277 -0
  78. pulumi_alicloud/fc/outputs.py +192 -0
  79. pulumi_alicloud/fnf/execution.py +2 -2
  80. pulumi_alicloud/fnf/flow.py +2 -2
  81. pulumi_alicloud/fnf/schedule.py +2 -2
  82. pulumi_alicloud/gpdb/elastic_instance.py +8 -8
  83. pulumi_alicloud/hbr/ecs_backup_plan.py +10 -2
  84. pulumi_alicloud/hbr/hana_backup_client.py +2 -2
  85. pulumi_alicloud/hbr/hana_backup_plan.py +2 -2
  86. pulumi_alicloud/hbr/hana_instance.py +2 -2
  87. pulumi_alicloud/hbr/nas_backup_plan.py +10 -2
  88. pulumi_alicloud/hbr/oss_backup_plan.py +10 -2
  89. pulumi_alicloud/hbr/ots_backup_plan.py +10 -2
  90. pulumi_alicloud/hbr/restore_job.py +2 -2
  91. pulumi_alicloud/hbr/server_backup_plan.py +10 -2
  92. pulumi_alicloud/kms/_inputs.py +12 -12
  93. pulumi_alicloud/kms/instance.py +80 -47
  94. pulumi_alicloud/kms/outputs.py +8 -8
  95. pulumi_alicloud/kvstore/instance.py +21 -7
  96. pulumi_alicloud/lindorm/__init__.py +1 -0
  97. pulumi_alicloud/lindorm/instance.py +101 -7
  98. pulumi_alicloud/lindorm/public_network.py +288 -0
  99. pulumi_alicloud/log/etl.py +2 -2
  100. pulumi_alicloud/log/ingestion.py +4 -6
  101. pulumi_alicloud/log/oss_export.py +4 -6
  102. pulumi_alicloud/log/oss_shipper.py +2 -2
  103. pulumi_alicloud/maxcompute/project.py +2 -4
  104. pulumi_alicloud/mse/gateway.py +2 -2
  105. pulumi_alicloud/mse/nacos_config.py +2 -0
  106. pulumi_alicloud/mse/znode.py +2 -2
  107. pulumi_alicloud/nas/mount_target.py +6 -6
  108. pulumi_alicloud/nas/snapshot.py +2 -2
  109. pulumi_alicloud/oos/default_patch_baseline.py +2 -2
  110. pulumi_alicloud/oos/get_parameters.py +72 -28
  111. pulumi_alicloud/oos/outputs.py +10 -10
  112. pulumi_alicloud/oos/secret_parameter.py +2 -2
  113. pulumi_alicloud/oss/bucket_replication.py +8 -8
  114. pulumi_alicloud/pai/__init__.py +4 -0
  115. pulumi_alicloud/pai/_inputs.py +108 -0
  116. pulumi_alicloud/pai/outputs.py +64 -0
  117. pulumi_alicloud/pai/workspace_member.py +393 -0
  118. pulumi_alicloud/pai/workspace_model.py +792 -0
  119. pulumi_alicloud/pai/workspace_model_version.py +1129 -0
  120. pulumi_alicloud/pai/workspace_user_config.py +356 -0
  121. pulumi_alicloud/polardb/cluster.py +223 -7
  122. pulumi_alicloud/polardb/global_database_network.py +2 -2
  123. pulumi_alicloud/polardb/parameter_group.py +2 -2
  124. pulumi_alicloud/pulumi-plugin.json +1 -1
  125. pulumi_alicloud/pvtz/get_zone_records.py +66 -35
  126. pulumi_alicloud/pvtz/get_zones.py +49 -32
  127. pulumi_alicloud/pvtz/outputs.py +60 -56
  128. pulumi_alicloud/ram/group_policy_attachment.py +2 -2
  129. pulumi_alicloud/ram/policy.py +21 -35
  130. pulumi_alicloud/ram/role.py +2 -2
  131. pulumi_alicloud/ram/role_attachment.py +12 -6
  132. pulumi_alicloud/rds/__init__.py +1 -0
  133. pulumi_alicloud/rds/db_proxy_public.py +512 -0
  134. pulumi_alicloud/rds/instance.py +82 -82
  135. pulumi_alicloud/rds/rds_clone_db_instance.py +30 -30
  136. pulumi_alicloud/rds/rds_upgrade_db_instance.py +2 -2
  137. pulumi_alicloud/resourcemanager/account.py +315 -116
  138. pulumi_alicloud/rocketmq/group.py +2 -2
  139. pulumi_alicloud/ros/change_set.py +2 -2
  140. pulumi_alicloud/ros/stack.py +2 -2
  141. pulumi_alicloud/ros/stack_group.py +2 -2
  142. pulumi_alicloud/ros/stack_instance.py +2 -2
  143. pulumi_alicloud/ros/template_scratch.py +2 -2
  144. pulumi_alicloud/scdn/domain.py +2 -2
  145. pulumi_alicloud/securitycenter/service_linked_role.py +2 -2
  146. pulumi_alicloud/servicecatalog/provisioned_product.py +2 -2
  147. pulumi_alicloud/slb/_inputs.py +44 -0
  148. pulumi_alicloud/slb/acl_entry_attachment.py +2 -2
  149. pulumi_alicloud/slb/ca_certificate.py +4 -0
  150. pulumi_alicloud/slb/listener.py +46 -89
  151. pulumi_alicloud/slb/master_slave_server_group.py +17 -35
  152. pulumi_alicloud/slb/outputs.py +26 -0
  153. pulumi_alicloud/sls/__init__.py +1 -0
  154. pulumi_alicloud/sls/get_alerts.py +463 -0
  155. pulumi_alicloud/sls/outputs.py +975 -0
  156. pulumi_alicloud/sms/short_url.py +2 -2
  157. pulumi_alicloud/threatdetection/backup_policy.py +2 -2
  158. pulumi_alicloud/threatdetection/honeypot_probe.py +2 -2
  159. pulumi_alicloud/threatdetection/instance.py +28 -21
  160. pulumi_alicloud/threatdetection/outputs.py +98 -6
  161. pulumi_alicloud/threatdetection/vul_whitelist.py +2 -2
  162. pulumi_alicloud/threatdetection/web_lock_config.py +2 -2
  163. pulumi_alicloud/tsdb/instance.py +2 -2
  164. pulumi_alicloud/vpc/common_bandwith_package.py +28 -14
  165. pulumi_alicloud/vpc/forward_entry.py +4 -4
  166. pulumi_alicloud/vpc/gateway_route_table_attachment.py +2 -2
  167. pulumi_alicloud/vpc/ha_vip.py +4 -4
  168. pulumi_alicloud/vpc/ha_vipv2.py +4 -0
  169. pulumi_alicloud/vpc/ipv4_gateway.py +78 -37
  170. pulumi_alicloud/vpc/ipv6_gateway.py +2 -2
  171. pulumi_alicloud/vpc/nat_ip.py +2 -2
  172. pulumi_alicloud/vpc/prefix_list.py +2 -2
  173. pulumi_alicloud/vpc/route_entry.py +6 -2
  174. pulumi_alicloud/vpn/gateway_vco_route.py +2 -2
  175. pulumi_alicloud/vpn/ipsec_server.py +2 -2
  176. pulumi_alicloud/vpn/pbr_route_entry.py +2 -2
  177. pulumi_alicloud/vpn/route_entry.py +8 -8
  178. pulumi_alicloud/wafv3/instance.py +2 -2
  179. pulumi_alicloud/wafv3/outputs.py +11 -0
  180. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/METADATA +1 -1
  181. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/RECORD +183 -172
  182. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/WHEEL +1 -1
  183. {pulumi_alicloud-3.78.0a1747200018.dist-info → pulumi_alicloud-3.79.0.dist-info}/top_level.txt +0 -0
@@ -30,6 +30,7 @@ class ScalingGroupArgs:
30
30
  capacity_options_compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
31
31
  capacity_options_on_demand_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
32
32
  capacity_options_on_demand_percentage_above_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
33
+ capacity_options_price_comparison_mode: Optional[pulumi.Input[builtins.str]] = None,
33
34
  capacity_options_spot_auto_replace_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
34
35
  compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
35
36
  container_group_id: Optional[pulumi.Input[builtins.str]] = None,
@@ -73,6 +74,7 @@ class ScalingGroupArgs:
73
74
  :param pulumi.Input[builtins.bool] capacity_options_compensate_with_on_demand: Specifies whether to automatically create pay-as-you-go instances to meet the requirement on the number of ECS instances when the expected capacity of preemptible instances cannot be provided due to reasons such as cost-related issues and insufficient resources. This parameter is supported only if you set 'multi_az_policy' to COST_OPTIMIZED. Valid values: true, false.
74
75
  :param pulumi.Input[builtins.int] capacity_options_on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be contained in the scaling group. When the actual number of pay-as-you-go instances in the scaling group drops below the value of this parameter, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000. If you set 'multi_az_policy' to COMPOSABLE, the default value of this parameter is 0.
75
76
  :param pulumi.Input[builtins.int] capacity_options_on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. 'on_demand_base_capacity' specifies the minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 100. If you set 'multi_az_policy' to COMPOSABLE, the default value of this parameter is 100.
77
+ :param pulumi.Input[builtins.str] capacity_options_price_comparison_mode: The price comparison mode. Valid values: PricePerUnit,PricePerVCpu. Default value: PricePerUnit.
76
78
  :param pulumi.Input[builtins.bool] capacity_options_spot_auto_replace_on_demand: Specifies whether to replace pay-as-you-go instances with preemptible instances. If you specify 'compensate_with_on_demand', it may result in a higher percentage of pay-as-you-go instances compared to the value of 'on_demand_percentage_above_base_capacity'. If you specify this parameter, Auto Scaling preferentially deploys preemptible instances to replace the surplus pay-as-you-go instances when preemptible instance types are available. If you specify 'compensate_with_on_demand', Auto Scaling creates pay-as-you-go instances when preemptible instance types are insufficient. To avoid retaining these pay-as-you-go instances for extended periods, Auto Scaling attempts to replace them with preemptible instances when sufficient preemptible instance types become available. Valid values: true, false.
77
79
  :param pulumi.Input[builtins.bool] compensate_with_on_demand: Specifies whether to automatically create pay-as-you-go instances to meet the requirement on the number of ECS instances when the expected capacity of preemptible instances cannot be provided due to reasons such as cost-related issues and insufficient resources. This parameter is supported only if you set 'multi_az_policy' to COST_OPTIMIZED. Valid values: true, false.
78
80
  :param pulumi.Input[builtins.str] container_group_id: The ID of the elastic container instance.
@@ -132,6 +134,8 @@ class ScalingGroupArgs:
132
134
  pulumi.set(__self__, "capacity_options_on_demand_base_capacity", capacity_options_on_demand_base_capacity)
133
135
  if capacity_options_on_demand_percentage_above_base_capacity is not None:
134
136
  pulumi.set(__self__, "capacity_options_on_demand_percentage_above_base_capacity", capacity_options_on_demand_percentage_above_base_capacity)
137
+ if capacity_options_price_comparison_mode is not None:
138
+ pulumi.set(__self__, "capacity_options_price_comparison_mode", capacity_options_price_comparison_mode)
135
139
  if capacity_options_spot_auto_replace_on_demand is not None:
136
140
  pulumi.set(__self__, "capacity_options_spot_auto_replace_on_demand", capacity_options_spot_auto_replace_on_demand)
137
141
  if compensate_with_on_demand is not None:
@@ -296,6 +300,18 @@ class ScalingGroupArgs:
296
300
  def capacity_options_on_demand_percentage_above_base_capacity(self, value: Optional[pulumi.Input[builtins.int]]):
297
301
  pulumi.set(self, "capacity_options_on_demand_percentage_above_base_capacity", value)
298
302
 
303
+ @property
304
+ @pulumi.getter(name="capacityOptionsPriceComparisonMode")
305
+ def capacity_options_price_comparison_mode(self) -> Optional[pulumi.Input[builtins.str]]:
306
+ """
307
+ The price comparison mode. Valid values: PricePerUnit,PricePerVCpu. Default value: PricePerUnit.
308
+ """
309
+ return pulumi.get(self, "capacity_options_price_comparison_mode")
310
+
311
+ @capacity_options_price_comparison_mode.setter
312
+ def capacity_options_price_comparison_mode(self, value: Optional[pulumi.Input[builtins.str]]):
313
+ pulumi.set(self, "capacity_options_price_comparison_mode", value)
314
+
299
315
  @property
300
316
  @pulumi.getter(name="capacityOptionsSpotAutoReplaceOnDemand")
301
317
  def capacity_options_spot_auto_replace_on_demand(self) -> Optional[pulumi.Input[builtins.bool]]:
@@ -692,6 +708,7 @@ class _ScalingGroupState:
692
708
  capacity_options_compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
693
709
  capacity_options_on_demand_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
694
710
  capacity_options_on_demand_percentage_above_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
711
+ capacity_options_price_comparison_mode: Optional[pulumi.Input[builtins.str]] = None,
695
712
  capacity_options_spot_auto_replace_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
696
713
  compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
697
714
  container_group_id: Optional[pulumi.Input[builtins.str]] = None,
@@ -733,6 +750,7 @@ class _ScalingGroupState:
733
750
  :param pulumi.Input[builtins.bool] capacity_options_compensate_with_on_demand: Specifies whether to automatically create pay-as-you-go instances to meet the requirement on the number of ECS instances when the expected capacity of preemptible instances cannot be provided due to reasons such as cost-related issues and insufficient resources. This parameter is supported only if you set 'multi_az_policy' to COST_OPTIMIZED. Valid values: true, false.
734
751
  :param pulumi.Input[builtins.int] capacity_options_on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be contained in the scaling group. When the actual number of pay-as-you-go instances in the scaling group drops below the value of this parameter, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000. If you set 'multi_az_policy' to COMPOSABLE, the default value of this parameter is 0.
735
752
  :param pulumi.Input[builtins.int] capacity_options_on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. 'on_demand_base_capacity' specifies the minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 100. If you set 'multi_az_policy' to COMPOSABLE, the default value of this parameter is 100.
753
+ :param pulumi.Input[builtins.str] capacity_options_price_comparison_mode: The price comparison mode. Valid values: PricePerUnit,PricePerVCpu. Default value: PricePerUnit.
736
754
  :param pulumi.Input[builtins.bool] capacity_options_spot_auto_replace_on_demand: Specifies whether to replace pay-as-you-go instances with preemptible instances. If you specify 'compensate_with_on_demand', it may result in a higher percentage of pay-as-you-go instances compared to the value of 'on_demand_percentage_above_base_capacity'. If you specify this parameter, Auto Scaling preferentially deploys preemptible instances to replace the surplus pay-as-you-go instances when preemptible instance types are available. If you specify 'compensate_with_on_demand', Auto Scaling creates pay-as-you-go instances when preemptible instance types are insufficient. To avoid retaining these pay-as-you-go instances for extended periods, Auto Scaling attempts to replace them with preemptible instances when sufficient preemptible instance types become available. Valid values: true, false.
737
755
  :param pulumi.Input[builtins.bool] compensate_with_on_demand: Specifies whether to automatically create pay-as-you-go instances to meet the requirement on the number of ECS instances when the expected capacity of preemptible instances cannot be provided due to reasons such as cost-related issues and insufficient resources. This parameter is supported only if you set 'multi_az_policy' to COST_OPTIMIZED. Valid values: true, false.
738
756
  :param pulumi.Input[builtins.str] container_group_id: The ID of the elastic container instance.
@@ -794,6 +812,8 @@ class _ScalingGroupState:
794
812
  pulumi.set(__self__, "capacity_options_on_demand_base_capacity", capacity_options_on_demand_base_capacity)
795
813
  if capacity_options_on_demand_percentage_above_base_capacity is not None:
796
814
  pulumi.set(__self__, "capacity_options_on_demand_percentage_above_base_capacity", capacity_options_on_demand_percentage_above_base_capacity)
815
+ if capacity_options_price_comparison_mode is not None:
816
+ pulumi.set(__self__, "capacity_options_price_comparison_mode", capacity_options_price_comparison_mode)
797
817
  if capacity_options_spot_auto_replace_on_demand is not None:
798
818
  pulumi.set(__self__, "capacity_options_spot_auto_replace_on_demand", capacity_options_spot_auto_replace_on_demand)
799
819
  if compensate_with_on_demand is not None:
@@ -936,6 +956,18 @@ class _ScalingGroupState:
936
956
  def capacity_options_on_demand_percentage_above_base_capacity(self, value: Optional[pulumi.Input[builtins.int]]):
937
957
  pulumi.set(self, "capacity_options_on_demand_percentage_above_base_capacity", value)
938
958
 
959
+ @property
960
+ @pulumi.getter(name="capacityOptionsPriceComparisonMode")
961
+ def capacity_options_price_comparison_mode(self) -> Optional[pulumi.Input[builtins.str]]:
962
+ """
963
+ The price comparison mode. Valid values: PricePerUnit,PricePerVCpu. Default value: PricePerUnit.
964
+ """
965
+ return pulumi.get(self, "capacity_options_price_comparison_mode")
966
+
967
+ @capacity_options_price_comparison_mode.setter
968
+ def capacity_options_price_comparison_mode(self, value: Optional[pulumi.Input[builtins.str]]):
969
+ pulumi.set(self, "capacity_options_price_comparison_mode", value)
970
+
939
971
  @property
940
972
  @pulumi.getter(name="capacityOptionsSpotAutoReplaceOnDemand")
941
973
  def capacity_options_spot_auto_replace_on_demand(self) -> Optional[pulumi.Input[builtins.bool]]:
@@ -1361,6 +1393,7 @@ class ScalingGroup(pulumi.CustomResource):
1361
1393
  capacity_options_compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
1362
1394
  capacity_options_on_demand_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
1363
1395
  capacity_options_on_demand_percentage_above_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
1396
+ capacity_options_price_comparison_mode: Optional[pulumi.Input[builtins.str]] = None,
1364
1397
  capacity_options_spot_auto_replace_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
1365
1398
  compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
1366
1399
  container_group_id: Optional[pulumi.Input[builtins.str]] = None,
@@ -1490,6 +1523,7 @@ class ScalingGroup(pulumi.CustomResource):
1490
1523
  :param pulumi.Input[builtins.bool] capacity_options_compensate_with_on_demand: Specifies whether to automatically create pay-as-you-go instances to meet the requirement on the number of ECS instances when the expected capacity of preemptible instances cannot be provided due to reasons such as cost-related issues and insufficient resources. This parameter is supported only if you set 'multi_az_policy' to COST_OPTIMIZED. Valid values: true, false.
1491
1524
  :param pulumi.Input[builtins.int] capacity_options_on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be contained in the scaling group. When the actual number of pay-as-you-go instances in the scaling group drops below the value of this parameter, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000. If you set 'multi_az_policy' to COMPOSABLE, the default value of this parameter is 0.
1492
1525
  :param pulumi.Input[builtins.int] capacity_options_on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. 'on_demand_base_capacity' specifies the minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 100. If you set 'multi_az_policy' to COMPOSABLE, the default value of this parameter is 100.
1526
+ :param pulumi.Input[builtins.str] capacity_options_price_comparison_mode: The price comparison mode. Valid values: PricePerUnit,PricePerVCpu. Default value: PricePerUnit.
1493
1527
  :param pulumi.Input[builtins.bool] capacity_options_spot_auto_replace_on_demand: Specifies whether to replace pay-as-you-go instances with preemptible instances. If you specify 'compensate_with_on_demand', it may result in a higher percentage of pay-as-you-go instances compared to the value of 'on_demand_percentage_above_base_capacity'. If you specify this parameter, Auto Scaling preferentially deploys preemptible instances to replace the surplus pay-as-you-go instances when preemptible instance types are available. If you specify 'compensate_with_on_demand', Auto Scaling creates pay-as-you-go instances when preemptible instance types are insufficient. To avoid retaining these pay-as-you-go instances for extended periods, Auto Scaling attempts to replace them with preemptible instances when sufficient preemptible instance types become available. Valid values: true, false.
1494
1528
  :param pulumi.Input[builtins.bool] compensate_with_on_demand: Specifies whether to automatically create pay-as-you-go instances to meet the requirement on the number of ECS instances when the expected capacity of preemptible instances cannot be provided due to reasons such as cost-related issues and insufficient resources. This parameter is supported only if you set 'multi_az_policy' to COST_OPTIMIZED. Valid values: true, false.
1495
1529
  :param pulumi.Input[builtins.str] container_group_id: The ID of the elastic container instance.
@@ -1653,6 +1687,7 @@ class ScalingGroup(pulumi.CustomResource):
1653
1687
  capacity_options_compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
1654
1688
  capacity_options_on_demand_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
1655
1689
  capacity_options_on_demand_percentage_above_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
1690
+ capacity_options_price_comparison_mode: Optional[pulumi.Input[builtins.str]] = None,
1656
1691
  capacity_options_spot_auto_replace_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
1657
1692
  compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
1658
1693
  container_group_id: Optional[pulumi.Input[builtins.str]] = None,
@@ -1701,6 +1736,7 @@ class ScalingGroup(pulumi.CustomResource):
1701
1736
  __props__.__dict__["capacity_options_compensate_with_on_demand"] = capacity_options_compensate_with_on_demand
1702
1737
  __props__.__dict__["capacity_options_on_demand_base_capacity"] = capacity_options_on_demand_base_capacity
1703
1738
  __props__.__dict__["capacity_options_on_demand_percentage_above_base_capacity"] = capacity_options_on_demand_percentage_above_base_capacity
1739
+ __props__.__dict__["capacity_options_price_comparison_mode"] = capacity_options_price_comparison_mode
1704
1740
  __props__.__dict__["capacity_options_spot_auto_replace_on_demand"] = capacity_options_spot_auto_replace_on_demand
1705
1741
  __props__.__dict__["compensate_with_on_demand"] = compensate_with_on_demand
1706
1742
  __props__.__dict__["container_group_id"] = container_group_id
@@ -1754,6 +1790,7 @@ class ScalingGroup(pulumi.CustomResource):
1754
1790
  capacity_options_compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
1755
1791
  capacity_options_on_demand_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
1756
1792
  capacity_options_on_demand_percentage_above_base_capacity: Optional[pulumi.Input[builtins.int]] = None,
1793
+ capacity_options_price_comparison_mode: Optional[pulumi.Input[builtins.str]] = None,
1757
1794
  capacity_options_spot_auto_replace_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
1758
1795
  compensate_with_on_demand: Optional[pulumi.Input[builtins.bool]] = None,
1759
1796
  container_group_id: Optional[pulumi.Input[builtins.str]] = None,
@@ -1800,6 +1837,7 @@ class ScalingGroup(pulumi.CustomResource):
1800
1837
  :param pulumi.Input[builtins.bool] capacity_options_compensate_with_on_demand: Specifies whether to automatically create pay-as-you-go instances to meet the requirement on the number of ECS instances when the expected capacity of preemptible instances cannot be provided due to reasons such as cost-related issues and insufficient resources. This parameter is supported only if you set 'multi_az_policy' to COST_OPTIMIZED. Valid values: true, false.
1801
1838
  :param pulumi.Input[builtins.int] capacity_options_on_demand_base_capacity: The minimum number of pay-as-you-go instances that must be contained in the scaling group. When the actual number of pay-as-you-go instances in the scaling group drops below the value of this parameter, Auto Scaling preferentially creates pay-as-you-go instances. Valid values: 0 to 1000. If you set 'multi_az_policy' to COMPOSABLE, the default value of this parameter is 0.
1802
1839
  :param pulumi.Input[builtins.int] capacity_options_on_demand_percentage_above_base_capacity: The percentage of pay-as-you-go instances in the excess instances when the minimum number of pay-as-you-go instances is reached. 'on_demand_base_capacity' specifies the minimum number of pay-as-you-go instances that must be contained in the scaling group. Valid values: 0 to 100. If you set 'multi_az_policy' to COMPOSABLE, the default value of this parameter is 100.
1840
+ :param pulumi.Input[builtins.str] capacity_options_price_comparison_mode: The price comparison mode. Valid values: PricePerUnit,PricePerVCpu. Default value: PricePerUnit.
1803
1841
  :param pulumi.Input[builtins.bool] capacity_options_spot_auto_replace_on_demand: Specifies whether to replace pay-as-you-go instances with preemptible instances. If you specify 'compensate_with_on_demand', it may result in a higher percentage of pay-as-you-go instances compared to the value of 'on_demand_percentage_above_base_capacity'. If you specify this parameter, Auto Scaling preferentially deploys preemptible instances to replace the surplus pay-as-you-go instances when preemptible instance types are available. If you specify 'compensate_with_on_demand', Auto Scaling creates pay-as-you-go instances when preemptible instance types are insufficient. To avoid retaining these pay-as-you-go instances for extended periods, Auto Scaling attempts to replace them with preemptible instances when sufficient preemptible instance types become available. Valid values: true, false.
1804
1842
  :param pulumi.Input[builtins.bool] compensate_with_on_demand: Specifies whether to automatically create pay-as-you-go instances to meet the requirement on the number of ECS instances when the expected capacity of preemptible instances cannot be provided due to reasons such as cost-related issues and insufficient resources. This parameter is supported only if you set 'multi_az_policy' to COST_OPTIMIZED. Valid values: true, false.
1805
1843
  :param pulumi.Input[builtins.str] container_group_id: The ID of the elastic container instance.
@@ -1859,6 +1897,7 @@ class ScalingGroup(pulumi.CustomResource):
1859
1897
  __props__.__dict__["capacity_options_compensate_with_on_demand"] = capacity_options_compensate_with_on_demand
1860
1898
  __props__.__dict__["capacity_options_on_demand_base_capacity"] = capacity_options_on_demand_base_capacity
1861
1899
  __props__.__dict__["capacity_options_on_demand_percentage_above_base_capacity"] = capacity_options_on_demand_percentage_above_base_capacity
1900
+ __props__.__dict__["capacity_options_price_comparison_mode"] = capacity_options_price_comparison_mode
1862
1901
  __props__.__dict__["capacity_options_spot_auto_replace_on_demand"] = capacity_options_spot_auto_replace_on_demand
1863
1902
  __props__.__dict__["compensate_with_on_demand"] = compensate_with_on_demand
1864
1903
  __props__.__dict__["container_group_id"] = container_group_id
@@ -1942,6 +1981,14 @@ class ScalingGroup(pulumi.CustomResource):
1942
1981
  """
1943
1982
  return pulumi.get(self, "capacity_options_on_demand_percentage_above_base_capacity")
1944
1983
 
1984
+ @property
1985
+ @pulumi.getter(name="capacityOptionsPriceComparisonMode")
1986
+ def capacity_options_price_comparison_mode(self) -> pulumi.Output[builtins.str]:
1987
+ """
1988
+ The price comparison mode. Valid values: PricePerUnit,PricePerVCpu. Default value: PricePerUnit.
1989
+ """
1990
+ return pulumi.get(self, "capacity_options_price_comparison_mode")
1991
+
1945
1992
  @property
1946
1993
  @pulumi.getter(name="capacityOptionsSpotAutoReplaceOnDemand")
1947
1994
  def capacity_options_spot_auto_replace_on_demand(self) -> pulumi.Output[builtins.bool]:
@@ -27,11 +27,12 @@ class RouterVpcAssociationArgs:
27
27
  vpc_owner_id: Optional[pulumi.Input[builtins.int]] = None):
28
28
  """
29
29
  The set of arguments for constructing a RouterVpcAssociation resource.
30
- :param pulumi.Input[builtins.str] association_region_id: The region to which the VPC or TR belongs.
31
- :param pulumi.Input[builtins.str] ecr_id: The ID of the leased line gateway instance.
32
- :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC instance.
33
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: List of allowed route prefixes.
34
- :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account to which the VPC belongs.
30
+ :param pulumi.Input[builtins.str] association_region_id: The region ID of the resource to be associated.
31
+ :param pulumi.Input[builtins.str] ecr_id: The ECR ID.
32
+ :param pulumi.Input[builtins.str] vpc_id: The VPC ID.
33
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: The list of allowed route prefixes.
34
+ :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account that owns the VPC.
35
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
35
36
  """
36
37
  pulumi.set(__self__, "association_region_id", association_region_id)
37
38
  pulumi.set(__self__, "ecr_id", ecr_id)
@@ -45,7 +46,7 @@ class RouterVpcAssociationArgs:
45
46
  @pulumi.getter(name="associationRegionId")
46
47
  def association_region_id(self) -> pulumi.Input[builtins.str]:
47
48
  """
48
- The region to which the VPC or TR belongs.
49
+ The region ID of the resource to be associated.
49
50
  """
50
51
  return pulumi.get(self, "association_region_id")
51
52
 
@@ -57,7 +58,7 @@ class RouterVpcAssociationArgs:
57
58
  @pulumi.getter(name="ecrId")
58
59
  def ecr_id(self) -> pulumi.Input[builtins.str]:
59
60
  """
60
- The ID of the leased line gateway instance.
61
+ The ECR ID.
61
62
  """
62
63
  return pulumi.get(self, "ecr_id")
63
64
 
@@ -69,7 +70,7 @@ class RouterVpcAssociationArgs:
69
70
  @pulumi.getter(name="vpcId")
70
71
  def vpc_id(self) -> pulumi.Input[builtins.str]:
71
72
  """
72
- The ID of the VPC instance.
73
+ The VPC ID.
73
74
  """
74
75
  return pulumi.get(self, "vpc_id")
75
76
 
@@ -81,7 +82,7 @@ class RouterVpcAssociationArgs:
81
82
  @pulumi.getter(name="allowedPrefixes")
82
83
  def allowed_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
83
84
  """
84
- List of allowed route prefixes.
85
+ The list of allowed route prefixes.
85
86
  """
86
87
  return pulumi.get(self, "allowed_prefixes")
87
88
 
@@ -93,7 +94,8 @@ class RouterVpcAssociationArgs:
93
94
  @pulumi.getter(name="vpcOwnerId")
94
95
  def vpc_owner_id(self) -> Optional[pulumi.Input[builtins.int]]:
95
96
  """
96
- The ID of the Alibaba Cloud account to which the VPC belongs.
97
+ The ID of the Alibaba Cloud account that owns the VPC.
98
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
97
99
  """
98
100
  return pulumi.get(self, "vpc_owner_id")
99
101
 
@@ -115,14 +117,15 @@ class _RouterVpcAssociationState:
115
117
  vpc_owner_id: Optional[pulumi.Input[builtins.int]] = None):
116
118
  """
117
119
  Input properties used for looking up and filtering RouterVpcAssociation resources.
118
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: List of allowed route prefixes.
119
- :param pulumi.Input[builtins.str] association_id: The first ID of the resource.
120
- :param pulumi.Input[builtins.str] association_region_id: The region to which the VPC or TR belongs.
121
- :param pulumi.Input[builtins.str] create_time: The creation time of the resource.
122
- :param pulumi.Input[builtins.str] ecr_id: The ID of the leased line gateway instance.
123
- :param pulumi.Input[builtins.str] status: The status of the resource.
124
- :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC instance.
125
- :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account to which the VPC belongs.
120
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: The list of allowed route prefixes.
121
+ :param pulumi.Input[builtins.str] association_id: The ID of the association between the ECR and the VPC.
122
+ :param pulumi.Input[builtins.str] association_region_id: The region ID of the resource to be associated.
123
+ :param pulumi.Input[builtins.str] create_time: The time when the association was created.
124
+ :param pulumi.Input[builtins.str] ecr_id: The ECR ID.
125
+ :param pulumi.Input[builtins.str] status: The deployment state of the associated resource.
126
+ :param pulumi.Input[builtins.str] vpc_id: The VPC ID.
127
+ :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account that owns the VPC.
128
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
126
129
  """
127
130
  if allowed_prefixes is not None:
128
131
  pulumi.set(__self__, "allowed_prefixes", allowed_prefixes)
@@ -145,7 +148,7 @@ class _RouterVpcAssociationState:
145
148
  @pulumi.getter(name="allowedPrefixes")
146
149
  def allowed_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
147
150
  """
148
- List of allowed route prefixes.
151
+ The list of allowed route prefixes.
149
152
  """
150
153
  return pulumi.get(self, "allowed_prefixes")
151
154
 
@@ -157,7 +160,7 @@ class _RouterVpcAssociationState:
157
160
  @pulumi.getter(name="associationId")
158
161
  def association_id(self) -> Optional[pulumi.Input[builtins.str]]:
159
162
  """
160
- The first ID of the resource.
163
+ The ID of the association between the ECR and the VPC.
161
164
  """
162
165
  return pulumi.get(self, "association_id")
163
166
 
@@ -169,7 +172,7 @@ class _RouterVpcAssociationState:
169
172
  @pulumi.getter(name="associationRegionId")
170
173
  def association_region_id(self) -> Optional[pulumi.Input[builtins.str]]:
171
174
  """
172
- The region to which the VPC or TR belongs.
175
+ The region ID of the resource to be associated.
173
176
  """
174
177
  return pulumi.get(self, "association_region_id")
175
178
 
@@ -181,7 +184,7 @@ class _RouterVpcAssociationState:
181
184
  @pulumi.getter(name="createTime")
182
185
  def create_time(self) -> Optional[pulumi.Input[builtins.str]]:
183
186
  """
184
- The creation time of the resource.
187
+ The time when the association was created.
185
188
  """
186
189
  return pulumi.get(self, "create_time")
187
190
 
@@ -193,7 +196,7 @@ class _RouterVpcAssociationState:
193
196
  @pulumi.getter(name="ecrId")
194
197
  def ecr_id(self) -> Optional[pulumi.Input[builtins.str]]:
195
198
  """
196
- The ID of the leased line gateway instance.
199
+ The ECR ID.
197
200
  """
198
201
  return pulumi.get(self, "ecr_id")
199
202
 
@@ -205,7 +208,7 @@ class _RouterVpcAssociationState:
205
208
  @pulumi.getter
206
209
  def status(self) -> Optional[pulumi.Input[builtins.str]]:
207
210
  """
208
- The status of the resource.
211
+ The deployment state of the associated resource.
209
212
  """
210
213
  return pulumi.get(self, "status")
211
214
 
@@ -217,7 +220,7 @@ class _RouterVpcAssociationState:
217
220
  @pulumi.getter(name="vpcId")
218
221
  def vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
219
222
  """
220
- The ID of the VPC instance.
223
+ The VPC ID.
221
224
  """
222
225
  return pulumi.get(self, "vpc_id")
223
226
 
@@ -229,7 +232,8 @@ class _RouterVpcAssociationState:
229
232
  @pulumi.getter(name="vpcOwnerId")
230
233
  def vpc_owner_id(self) -> Optional[pulumi.Input[builtins.int]]:
231
234
  """
232
- The ID of the Alibaba Cloud account to which the VPC belongs.
235
+ The ID of the Alibaba Cloud account that owns the VPC.
236
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
233
237
  """
234
238
  return pulumi.get(self, "vpc_owner_id")
235
239
 
@@ -253,7 +257,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
253
257
  """
254
258
  Provides a Express Connect Router Express Connect Router Vpc Association resource. Bind relationship object between leased line gateway and VPC.
255
259
 
256
- For information about Express Connect Router Express Connect Router Vpc Association and how to use it, see [What is Express Connect Router Vpc Association](https://next.api.alibabacloud.com/api/ExpressConnectRouter/2023-09-01/CreateExpressConnectRouterAssociation).
260
+ For information about Express Connect Router Express Connect Router Vpc Association and how to use it, see [What is Express Connect Router Vpc Association](https://www.alibabacloud.com/help/en/express-connect/developer-reference/api-expressconnectrouter-2023-09-01-createexpressconnectrouterassociation).
257
261
 
258
262
  > **NOTE:** Available since v1.224.0.
259
263
 
@@ -295,11 +299,12 @@ class RouterVpcAssociation(pulumi.CustomResource):
295
299
 
296
300
  :param str resource_name: The name of the resource.
297
301
  :param pulumi.ResourceOptions opts: Options for the resource.
298
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: List of allowed route prefixes.
299
- :param pulumi.Input[builtins.str] association_region_id: The region to which the VPC or TR belongs.
300
- :param pulumi.Input[builtins.str] ecr_id: The ID of the leased line gateway instance.
301
- :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC instance.
302
- :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account to which the VPC belongs.
302
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: The list of allowed route prefixes.
303
+ :param pulumi.Input[builtins.str] association_region_id: The region ID of the resource to be associated.
304
+ :param pulumi.Input[builtins.str] ecr_id: The ECR ID.
305
+ :param pulumi.Input[builtins.str] vpc_id: The VPC ID.
306
+ :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account that owns the VPC.
307
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
303
308
  """
304
309
  ...
305
310
  @overload
@@ -310,7 +315,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
310
315
  """
311
316
  Provides a Express Connect Router Express Connect Router Vpc Association resource. Bind relationship object between leased line gateway and VPC.
312
317
 
313
- For information about Express Connect Router Express Connect Router Vpc Association and how to use it, see [What is Express Connect Router Vpc Association](https://next.api.alibabacloud.com/api/ExpressConnectRouter/2023-09-01/CreateExpressConnectRouterAssociation).
318
+ For information about Express Connect Router Express Connect Router Vpc Association and how to use it, see [What is Express Connect Router Vpc Association](https://www.alibabacloud.com/help/en/express-connect/developer-reference/api-expressconnectrouter-2023-09-01-createexpressconnectrouterassociation).
314
319
 
315
320
  > **NOTE:** Available since v1.224.0.
316
321
 
@@ -418,14 +423,15 @@ class RouterVpcAssociation(pulumi.CustomResource):
418
423
  :param str resource_name: The unique name of the resulting resource.
419
424
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
420
425
  :param pulumi.ResourceOptions opts: Options for the resource.
421
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: List of allowed route prefixes.
422
- :param pulumi.Input[builtins.str] association_id: The first ID of the resource.
423
- :param pulumi.Input[builtins.str] association_region_id: The region to which the VPC or TR belongs.
424
- :param pulumi.Input[builtins.str] create_time: The creation time of the resource.
425
- :param pulumi.Input[builtins.str] ecr_id: The ID of the leased line gateway instance.
426
- :param pulumi.Input[builtins.str] status: The status of the resource.
427
- :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC instance.
428
- :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account to which the VPC belongs.
426
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: The list of allowed route prefixes.
427
+ :param pulumi.Input[builtins.str] association_id: The ID of the association between the ECR and the VPC.
428
+ :param pulumi.Input[builtins.str] association_region_id: The region ID of the resource to be associated.
429
+ :param pulumi.Input[builtins.str] create_time: The time when the association was created.
430
+ :param pulumi.Input[builtins.str] ecr_id: The ECR ID.
431
+ :param pulumi.Input[builtins.str] status: The deployment state of the associated resource.
432
+ :param pulumi.Input[builtins.str] vpc_id: The VPC ID.
433
+ :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account that owns the VPC.
434
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
429
435
  """
430
436
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
431
437
 
@@ -445,7 +451,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
445
451
  @pulumi.getter(name="allowedPrefixes")
446
452
  def allowed_prefixes(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
447
453
  """
448
- List of allowed route prefixes.
454
+ The list of allowed route prefixes.
449
455
  """
450
456
  return pulumi.get(self, "allowed_prefixes")
451
457
 
@@ -453,7 +459,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
453
459
  @pulumi.getter(name="associationId")
454
460
  def association_id(self) -> pulumi.Output[builtins.str]:
455
461
  """
456
- The first ID of the resource.
462
+ The ID of the association between the ECR and the VPC.
457
463
  """
458
464
  return pulumi.get(self, "association_id")
459
465
 
@@ -461,7 +467,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
461
467
  @pulumi.getter(name="associationRegionId")
462
468
  def association_region_id(self) -> pulumi.Output[builtins.str]:
463
469
  """
464
- The region to which the VPC or TR belongs.
470
+ The region ID of the resource to be associated.
465
471
  """
466
472
  return pulumi.get(self, "association_region_id")
467
473
 
@@ -469,7 +475,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
469
475
  @pulumi.getter(name="createTime")
470
476
  def create_time(self) -> pulumi.Output[builtins.str]:
471
477
  """
472
- The creation time of the resource.
478
+ The time when the association was created.
473
479
  """
474
480
  return pulumi.get(self, "create_time")
475
481
 
@@ -477,7 +483,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
477
483
  @pulumi.getter(name="ecrId")
478
484
  def ecr_id(self) -> pulumi.Output[builtins.str]:
479
485
  """
480
- The ID of the leased line gateway instance.
486
+ The ECR ID.
481
487
  """
482
488
  return pulumi.get(self, "ecr_id")
483
489
 
@@ -485,7 +491,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
485
491
  @pulumi.getter
486
492
  def status(self) -> pulumi.Output[builtins.str]:
487
493
  """
488
- The status of the resource.
494
+ The deployment state of the associated resource.
489
495
  """
490
496
  return pulumi.get(self, "status")
491
497
 
@@ -493,7 +499,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
493
499
  @pulumi.getter(name="vpcId")
494
500
  def vpc_id(self) -> pulumi.Output[builtins.str]:
495
501
  """
496
- The ID of the VPC instance.
502
+ The VPC ID.
497
503
  """
498
504
  return pulumi.get(self, "vpc_id")
499
505
 
@@ -501,7 +507,8 @@ class RouterVpcAssociation(pulumi.CustomResource):
501
507
  @pulumi.getter(name="vpcOwnerId")
502
508
  def vpc_owner_id(self) -> pulumi.Output[builtins.int]:
503
509
  """
504
- The ID of the Alibaba Cloud account to which the VPC belongs.
510
+ The ID of the Alibaba Cloud account that owns the VPC.
511
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
505
512
  """
506
513
  return pulumi.get(self, "vpc_owner_id")
507
514
 
@@ -382,7 +382,7 @@ class _VirtualBorderRouterState:
382
382
  :param pulumi.Input[builtins.str] peering_ipv6_subnet_mask: Alibaba Cloud-Connected IPv6 with Client-Side Interconnection IPv6 of Subnet Mask.
383
383
  :param pulumi.Input[builtins.str] peering_subnet_mask: Alibaba Cloud-Connected IPv4 and Client-Side Interconnection IPv4 of Subnet Mask.
384
384
  :param pulumi.Input[builtins.str] physical_connection_id: The ID of the Physical Connection to Which the ID.
385
- :param pulumi.Input[builtins.str] route_table_id: (Available since vv1.166.0) The Route Table ID Of the Virtual Border Router.
385
+ :param pulumi.Input[builtins.str] route_table_id: (Available since v1.166.0) The Route Table ID Of the Virtual Border Router.
386
386
  :param pulumi.Input[builtins.str] status: The instance state. Valid values: `active`, `deleting`, `recovering`, `terminated`, `terminating`, `unconfirmed`.
387
387
  :param pulumi.Input[builtins.str] vbr_owner_id: The vbr owner id.
388
388
  :param pulumi.Input[builtins.str] virtual_border_router_name: The name of VBR. Length is from 2 to 128 characters, must start with a letter or the Chinese at the beginning can contain numbers, the underscore character (_) and dash (-). But do not start with http:// or https:// at the beginning.
@@ -627,7 +627,7 @@ class _VirtualBorderRouterState:
627
627
  @pulumi.getter(name="routeTableId")
628
628
  def route_table_id(self) -> Optional[pulumi.Input[builtins.str]]:
629
629
  """
630
- (Available since vv1.166.0) The Route Table ID Of the Virtual Border Router.
630
+ (Available since v1.166.0) The Route Table ID Of the Virtual Border Router.
631
631
  """
632
632
  return pulumi.get(self, "route_table_id")
633
633
 
@@ -957,7 +957,7 @@ class VirtualBorderRouter(pulumi.CustomResource):
957
957
  :param pulumi.Input[builtins.str] peering_ipv6_subnet_mask: Alibaba Cloud-Connected IPv6 with Client-Side Interconnection IPv6 of Subnet Mask.
958
958
  :param pulumi.Input[builtins.str] peering_subnet_mask: Alibaba Cloud-Connected IPv4 and Client-Side Interconnection IPv4 of Subnet Mask.
959
959
  :param pulumi.Input[builtins.str] physical_connection_id: The ID of the Physical Connection to Which the ID.
960
- :param pulumi.Input[builtins.str] route_table_id: (Available since vv1.166.0) The Route Table ID Of the Virtual Border Router.
960
+ :param pulumi.Input[builtins.str] route_table_id: (Available since v1.166.0) The Route Table ID Of the Virtual Border Router.
961
961
  :param pulumi.Input[builtins.str] status: The instance state. Valid values: `active`, `deleting`, `recovering`, `terminated`, `terminating`, `unconfirmed`.
962
962
  :param pulumi.Input[builtins.str] vbr_owner_id: The vbr owner id.
963
963
  :param pulumi.Input[builtins.str] virtual_border_router_name: The name of VBR. Length is from 2 to 128 characters, must start with a letter or the Chinese at the beginning can contain numbers, the underscore character (_) and dash (-). But do not start with http:// or https:// at the beginning.
@@ -1122,7 +1122,7 @@ class VirtualBorderRouter(pulumi.CustomResource):
1122
1122
  @pulumi.getter(name="routeTableId")
1123
1123
  def route_table_id(self) -> pulumi.Output[builtins.str]:
1124
1124
  """
1125
- (Available since vv1.166.0) The Route Table ID Of the Virtual Border Router.
1125
+ (Available since v1.166.0) The Route Table ID Of the Virtual Border Router.
1126
1126
  """
1127
1127
  return pulumi.get(self, "route_table_id")
1128
1128
 
@@ -15,6 +15,7 @@ from .get_functions import *
15
15
  from .get_service import *
16
16
  from .get_services import *
17
17
  from .get_triggers import *
18
+ from .get_v3_triggers import *
18
19
  from .get_zones import *
19
20
  from .layer_version import *
20
21
  from .service import *