pulumi-alicloud 3.74.0a1737782319__py3-none-any.whl → 3.75.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 (197) hide show
  1. pulumi_alicloud/__init__.py +310 -0
  2. pulumi_alicloud/_inputs.py +33 -0
  3. pulumi_alicloud/_utilities.py +8 -4
  4. pulumi_alicloud/ackone/__init__.py +1 -0
  5. pulumi_alicloud/ackone/cluster.py +73 -8
  6. pulumi_alicloud/ackone/membership_attachment.py +223 -0
  7. pulumi_alicloud/alb/__init__.py +1 -0
  8. pulumi_alicloud/alb/_inputs.py +1109 -246
  9. pulumi_alicloud/alb/get_server_groups.py +55 -25
  10. pulumi_alicloud/alb/listener.py +269 -174
  11. pulumi_alicloud/alb/load_balancer.py +211 -118
  12. pulumi_alicloud/alb/load_balancer_security_group_attachment.py +69 -22
  13. pulumi_alicloud/alb/load_balancer_zone_shifted_attachment.py +303 -0
  14. pulumi_alicloud/alb/outputs.py +856 -220
  15. pulumi_alicloud/alb/server_group.py +661 -96
  16. pulumi_alicloud/aligreen/audit_callback.py +2 -2
  17. pulumi_alicloud/aligreen/biz_type.py +2 -2
  18. pulumi_alicloud/aligreen/callback.py +2 -2
  19. pulumi_alicloud/aligreen/image_lib.py +2 -2
  20. pulumi_alicloud/aligreen/keyword_lib.py +2 -2
  21. pulumi_alicloud/aligreen/oss_stock_task.py +77 -14
  22. pulumi_alicloud/apigateway/instance.py +51 -4
  23. pulumi_alicloud/cen/_inputs.py +34 -0
  24. pulumi_alicloud/cen/outputs.py +37 -0
  25. pulumi_alicloud/cen/transit_router_multicast_domain.py +123 -36
  26. pulumi_alicloud/cfg/aggregate_compliance_pack.py +6 -4
  27. pulumi_alicloud/cfg/aggregate_config_rule.py +6 -4
  28. pulumi_alicloud/cfg/aggregator.py +6 -4
  29. pulumi_alicloud/cloudcontrol/get_prices.py +2 -2
  30. pulumi_alicloud/cloudcontrol/get_products.py +2 -2
  31. pulumi_alicloud/cloudcontrol/get_resource_types.py +2 -2
  32. pulumi_alicloud/cloudcontrol/resource.py +2 -2
  33. pulumi_alicloud/cloudfirewall/__init__.py +2 -0
  34. pulumi_alicloud/cloudfirewall/get_nat_firewalls.py +315 -0
  35. pulumi_alicloud/cloudfirewall/get_vpc_cen_tr_firewalls.py +569 -0
  36. pulumi_alicloud/cloudfirewall/outputs.py +362 -0
  37. pulumi_alicloud/cloudphone/__init__.py +12 -0
  38. pulumi_alicloud/cloudphone/_inputs.py +175 -0
  39. pulumi_alicloud/cloudphone/image.py +323 -0
  40. pulumi_alicloud/cloudphone/key_pair.py +294 -0
  41. pulumi_alicloud/cloudphone/outputs.py +138 -0
  42. pulumi_alicloud/cloudphone/policy.py +522 -0
  43. pulumi_alicloud/cloudphoneinstance/__init__.py +9 -0
  44. pulumi_alicloud/cloudphoneinstance/cloud_phone_instance.py +209 -0
  45. pulumi_alicloud/cloudphoneinstance/group.py +961 -0
  46. pulumi_alicloud/cms/get_site_monitors.py +2 -2
  47. pulumi_alicloud/config/outputs.py +20 -0
  48. pulumi_alicloud/cs/_inputs.py +358 -10
  49. pulumi_alicloud/cs/get_kubernetes_clusters.py +5 -4
  50. pulumi_alicloud/cs/get_managed_kubernetes_clusters.py +5 -4
  51. pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +5 -4
  52. pulumi_alicloud/cs/kubernetes.py +15 -15
  53. pulumi_alicloud/cs/managed_kubernetes.py +47 -35
  54. pulumi_alicloud/cs/node_pool.py +126 -23
  55. pulumi_alicloud/cs/outputs.py +271 -7
  56. pulumi_alicloud/ddos/ddos_bgp_instance.py +0 -4
  57. pulumi_alicloud/dfs/file_system.py +62 -23
  58. pulumi_alicloud/dfs/mount_point.py +48 -22
  59. pulumi_alicloud/dfs/vsc_mount_point.py +28 -28
  60. pulumi_alicloud/dns/ddos_bgp_instance.py +0 -4
  61. pulumi_alicloud/ebs/replica_group_drill.py +2 -2
  62. pulumi_alicloud/ebs/replica_pair_drill.py +2 -2
  63. pulumi_alicloud/ecs/ecs_deployment_set.py +89 -67
  64. pulumi_alicloud/ecs/eip.py +1 -1
  65. pulumi_alicloud/ecs/eip_address.py +1 -1
  66. pulumi_alicloud/ecs/instance.py +43 -30
  67. pulumi_alicloud/eds/command.py +10 -2
  68. pulumi_alicloud/emrv2/__init__.py +1 -0
  69. pulumi_alicloud/emrv2/_inputs.py +47 -7
  70. pulumi_alicloud/emrv2/get_cluster_instances.py +537 -0
  71. pulumi_alicloud/emrv2/outputs.py +195 -5
  72. pulumi_alicloud/ens/instance_security_group_attachment.py +8 -4
  73. pulumi_alicloud/ens/nat_gateway.py +6 -6
  74. pulumi_alicloud/ens/vswitch.py +36 -36
  75. pulumi_alicloud/esa/__init__.py +22 -0
  76. pulumi_alicloud/esa/_inputs.py +512 -0
  77. pulumi_alicloud/esa/cache_rule.py +1405 -0
  78. pulumi_alicloud/esa/certificate.py +724 -0
  79. pulumi_alicloud/esa/client_ca_certificate.py +388 -0
  80. pulumi_alicloud/esa/client_certificate.py +452 -0
  81. pulumi_alicloud/esa/compression_rule.py +582 -0
  82. pulumi_alicloud/esa/get_sites.py +421 -0
  83. pulumi_alicloud/esa/http_request_header_modification_rule.py +531 -0
  84. pulumi_alicloud/esa/http_response_header_modification_rule.py +560 -0
  85. pulumi_alicloud/esa/https_application_configuration.py +925 -0
  86. pulumi_alicloud/esa/https_basic_configuration.py +1027 -0
  87. pulumi_alicloud/esa/image_transform.py +484 -0
  88. pulumi_alicloud/esa/kv_namespace.py +276 -0
  89. pulumi_alicloud/esa/list.py +361 -0
  90. pulumi_alicloud/esa/network_optimization.py +750 -0
  91. pulumi_alicloud/esa/origin_pool.py +485 -0
  92. pulumi_alicloud/esa/origin_rule.py +768 -0
  93. pulumi_alicloud/esa/outputs.py +473 -0
  94. pulumi_alicloud/esa/page.py +376 -0
  95. pulumi_alicloud/esa/rate_plan_instance.py +63 -7
  96. pulumi_alicloud/esa/record.py +2 -2
  97. pulumi_alicloud/esa/redirect_rule.py +734 -0
  98. pulumi_alicloud/esa/rewrite_url_rule.py +702 -0
  99. pulumi_alicloud/esa/site.py +307 -2
  100. pulumi_alicloud/esa/waiting_room.py +1257 -0
  101. pulumi_alicloud/esa/waiting_room_event.py +1392 -0
  102. pulumi_alicloud/esa/waiting_room_rule.py +504 -0
  103. pulumi_alicloud/ess/get_scaling_groups.py +64 -10
  104. pulumi_alicloud/ess/get_scaling_rules.py +74 -10
  105. pulumi_alicloud/ess/outputs.py +357 -17
  106. pulumi_alicloud/ess/scaling_configuration.py +7 -7
  107. pulumi_alicloud/eventbridge/get_service.py +2 -6
  108. pulumi_alicloud/expressconnect/ec_failover_test_job.py +0 -2
  109. pulumi_alicloud/expressconnect/vbr_pconn_association.py +2 -2
  110. pulumi_alicloud/fc/_inputs.py +75 -75
  111. pulumi_alicloud/fc/outputs.py +50 -50
  112. pulumi_alicloud/fc/v3_function.py +53 -6
  113. pulumi_alicloud/ga/get_basic_accelerators.py +31 -9
  114. pulumi_alicloud/ga/outputs.py +10 -4
  115. pulumi_alicloud/gpdb/db_resource_group.py +6 -6
  116. pulumi_alicloud/gpdb/external_data_service.py +6 -6
  117. pulumi_alicloud/gpdb/streaming_data_service.py +2 -2
  118. pulumi_alicloud/hbr/policy.py +67 -6
  119. pulumi_alicloud/hbr/vault.py +210 -9
  120. pulumi_alicloud/kms/__init__.py +1 -0
  121. pulumi_alicloud/kms/get_instances.py +160 -0
  122. pulumi_alicloud/kms/get_keys.py +10 -0
  123. pulumi_alicloud/kms/instance.py +0 -60
  124. pulumi_alicloud/kms/outputs.py +19 -0
  125. pulumi_alicloud/maxcompute/__init__.py +5 -0
  126. pulumi_alicloud/maxcompute/_inputs.py +615 -42
  127. pulumi_alicloud/maxcompute/outputs.py +486 -28
  128. pulumi_alicloud/maxcompute/project.py +63 -31
  129. pulumi_alicloud/maxcompute/quota_plan.py +412 -0
  130. pulumi_alicloud/maxcompute/quota_schedule.py +260 -0
  131. pulumi_alicloud/maxcompute/role.py +423 -0
  132. pulumi_alicloud/maxcompute/role_user_attachment.py +368 -0
  133. pulumi_alicloud/maxcompute/tunnel_quota_timer.py +287 -0
  134. pulumi_alicloud/message/__init__.py +3 -0
  135. pulumi_alicloud/message/_inputs.py +149 -0
  136. pulumi_alicloud/message/outputs.py +112 -0
  137. pulumi_alicloud/message/service_endpoint.py +218 -0
  138. pulumi_alicloud/message/service_endpoint_acl.py +306 -0
  139. pulumi_alicloud/message/service_queue.py +49 -0
  140. pulumi_alicloud/message/service_subscription.py +91 -14
  141. pulumi_alicloud/mse/nacos_config.py +4 -0
  142. pulumi_alicloud/nlb/_inputs.py +114 -24
  143. pulumi_alicloud/nlb/listener.py +87 -20
  144. pulumi_alicloud/nlb/outputs.py +93 -16
  145. pulumi_alicloud/nlb/server_group.py +55 -20
  146. pulumi_alicloud/ots/_inputs.py +3 -3
  147. pulumi_alicloud/ots/outputs.py +2 -2
  148. pulumi_alicloud/pai/workspace_code_source.py +2 -2
  149. pulumi_alicloud/pai/workspace_dataset.py +2 -2
  150. pulumi_alicloud/pai/workspace_datasetversion.py +2 -4
  151. pulumi_alicloud/pai/workspace_experiment.py +2 -2
  152. pulumi_alicloud/pai/workspace_run.py +2 -2
  153. pulumi_alicloud/pai/workspace_workspace.py +2 -2
  154. pulumi_alicloud/privatelink/get_vpc_endpoints.py +21 -1
  155. pulumi_alicloud/privatelink/outputs.py +11 -0
  156. pulumi_alicloud/privatelink/vpc_endpoint.py +1 -1
  157. pulumi_alicloud/pulumi-plugin.json +1 -1
  158. pulumi_alicloud/ram/access_key.py +20 -4
  159. pulumi_alicloud/ram/user.py +10 -2
  160. pulumi_alicloud/rds/instance.py +75 -0
  161. pulumi_alicloud/simpleapplicationserver/get_server_plans.py +7 -7
  162. pulumi_alicloud/simpleapplicationserver/outputs.py +3 -3
  163. pulumi_alicloud/tag/__init__.py +1 -0
  164. pulumi_alicloud/tag/associated_rule.py +306 -0
  165. pulumi_alicloud/tag/policy.py +27 -36
  166. pulumi_alicloud/vpc/__init__.py +2 -0
  167. pulumi_alicloud/vpc/common_bandwith_package.py +107 -44
  168. pulumi_alicloud/vpc/common_bandwith_package_attachment.py +2 -2
  169. pulumi_alicloud/vpc/flow_log.py +184 -49
  170. pulumi_alicloud/vpc/forward_entry.py +8 -4
  171. pulumi_alicloud/vpc/get_enhanced_nat_available_zones.py +38 -2
  172. pulumi_alicloud/vpc/get_forward_entries.py +2 -2
  173. pulumi_alicloud/vpc/get_ipsec_servers.py +14 -2
  174. pulumi_alicloud/vpc/get_nat_gateways.py +48 -2
  175. pulumi_alicloud/vpc/get_prefix_lists.py +11 -2
  176. pulumi_alicloud/vpc/get_snat_entries.py +5 -2
  177. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +14 -2
  178. pulumi_alicloud/vpc/ipam_ipam.py +2 -9
  179. pulumi_alicloud/vpc/ipam_ipam_pool.py +49 -30
  180. pulumi_alicloud/vpc/ipam_ipam_pool_allocation.py +6 -16
  181. pulumi_alicloud/vpc/ipam_ipam_pool_cidr.py +2 -2
  182. pulumi_alicloud/vpc/ipam_ipam_resource_discovery.py +489 -0
  183. pulumi_alicloud/vpc/ipam_ipam_scope.py +49 -9
  184. pulumi_alicloud/vpc/ipam_service.py +144 -0
  185. pulumi_alicloud/vpc/ipv4_cidr_block.py +162 -51
  186. pulumi_alicloud/vpc/nat_gateway.py +8 -0
  187. pulumi_alicloud/vpc/outputs.py +12 -2
  188. pulumi_alicloud/vpc/router_interface_connection.py +4 -4
  189. pulumi_alicloud/vpc/traffic_mirror_filter.py +2 -2
  190. pulumi_alicloud/vpn/get_gateway_vco_routes.py +11 -2
  191. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +11 -2
  192. pulumi_alicloud/vpn/get_gateways.py +21 -1
  193. pulumi_alicloud/vpn/outputs.py +23 -12
  194. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/METADATA +1 -1
  195. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/RECORD +197 -149
  196. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/WHEEL +1 -1
  197. {pulumi_alicloud-3.74.0a1737782319.dist-info → pulumi_alicloud-3.75.0.dist-info}/top_level.txt +0 -0
@@ -30,6 +30,7 @@ class LoadBalancerArgs:
30
30
  address_allocated_mode: Optional[pulumi.Input[str]] = None,
31
31
  address_ip_version: Optional[pulumi.Input[str]] = None,
32
32
  bandwidth_package_id: Optional[pulumi.Input[str]] = None,
33
+ deletion_protection_config: Optional[pulumi.Input['LoadBalancerDeletionProtectionConfigArgs']] = None,
33
34
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
34
35
  dry_run: Optional[pulumi.Input[bool]] = None,
35
36
  ipv6_address_type: Optional[pulumi.Input[str]] = None,
@@ -39,22 +40,25 @@ class LoadBalancerArgs:
39
40
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
40
41
  """
41
42
  The set of arguments for constructing a LoadBalancer resource.
42
- :param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
43
- :param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
44
- :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
45
- :param pulumi.Input[str] vpc_id: The ID of the VPC.
46
- :param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
43
+ :param pulumi.Input[str] address_type: The type of IP address that the SLB instance uses to provide services.
44
+ :param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The configuration of the billing method. See `load_balancer_billing_config` below.
45
+ :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance.
46
+ :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
47
+ :param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
47
48
  :param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The configuration of the access log. See `access_log_config` below.
48
- :param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
49
- :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
50
- :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
49
+ :param pulumi.Input[str] address_allocated_mode: The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
50
+ :param pulumi.Input[str] address_ip_version: The protocol version. Value:
51
+ - `IPv4`:IPv4 type.
52
+ - `DualStack`: the dual-stack type.
53
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
54
+ :param pulumi.Input['LoadBalancerDeletionProtectionConfigArgs'] deletion_protection_config: The Protection Configuration See `deletion_protection_config` below.
51
55
  :param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
52
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
53
- :param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
54
- :param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
55
- :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
56
- :param pulumi.Input[str] resource_group_id: The ID of the resource group.
57
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
56
+ :param pulumi.Input[bool] dry_run: Whether to PreCheck only this request, value:
57
+ :param pulumi.Input[str] ipv6_address_type: The address type of Ipv6
58
+ :param pulumi.Input[str] load_balancer_name: The name of the resource
59
+ :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify the Protection Configuration See `modification_protection_config` below.
60
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group
61
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
58
62
  """
59
63
  pulumi.set(__self__, "address_type", address_type)
60
64
  pulumi.set(__self__, "load_balancer_billing_config", load_balancer_billing_config)
@@ -69,6 +73,8 @@ class LoadBalancerArgs:
69
73
  pulumi.set(__self__, "address_ip_version", address_ip_version)
70
74
  if bandwidth_package_id is not None:
71
75
  pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
76
+ if deletion_protection_config is not None:
77
+ pulumi.set(__self__, "deletion_protection_config", deletion_protection_config)
72
78
  if deletion_protection_enabled is not None:
73
79
  pulumi.set(__self__, "deletion_protection_enabled", deletion_protection_enabled)
74
80
  if dry_run is not None:
@@ -88,7 +94,7 @@ class LoadBalancerArgs:
88
94
  @pulumi.getter(name="addressType")
89
95
  def address_type(self) -> pulumi.Input[str]:
90
96
  """
91
- The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
97
+ The type of IP address that the SLB instance uses to provide services.
92
98
  """
93
99
  return pulumi.get(self, "address_type")
94
100
 
@@ -100,7 +106,7 @@ class LoadBalancerArgs:
100
106
  @pulumi.getter(name="loadBalancerBillingConfig")
101
107
  def load_balancer_billing_config(self) -> pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs']:
102
108
  """
103
- The billing method of the ALB instance. See `load_balancer_billing_config` below.
109
+ The configuration of the billing method. See `load_balancer_billing_config` below.
104
110
  """
105
111
  return pulumi.get(self, "load_balancer_billing_config")
106
112
 
@@ -112,7 +118,7 @@ class LoadBalancerArgs:
112
118
  @pulumi.getter(name="loadBalancerEdition")
113
119
  def load_balancer_edition(self) -> pulumi.Input[str]:
114
120
  """
115
- The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
121
+ The edition of the ALB instance.
116
122
  """
117
123
  return pulumi.get(self, "load_balancer_edition")
118
124
 
@@ -124,7 +130,7 @@ class LoadBalancerArgs:
124
130
  @pulumi.getter(name="vpcId")
125
131
  def vpc_id(self) -> pulumi.Input[str]:
126
132
  """
127
- The ID of the VPC.
133
+ The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
128
134
  """
129
135
  return pulumi.get(self, "vpc_id")
130
136
 
@@ -136,7 +142,7 @@ class LoadBalancerArgs:
136
142
  @pulumi.getter(name="zoneMappings")
137
143
  def zone_mappings(self) -> pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]]:
138
144
  """
139
- The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
145
+ The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
140
146
  """
141
147
  return pulumi.get(self, "zone_mappings")
142
148
 
@@ -160,7 +166,7 @@ class LoadBalancerArgs:
160
166
  @pulumi.getter(name="addressAllocatedMode")
161
167
  def address_allocated_mode(self) -> Optional[pulumi.Input[str]]:
162
168
  """
163
- The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
169
+ The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
164
170
  """
165
171
  return pulumi.get(self, "address_allocated_mode")
166
172
 
@@ -172,7 +178,9 @@ class LoadBalancerArgs:
172
178
  @pulumi.getter(name="addressIpVersion")
173
179
  def address_ip_version(self) -> Optional[pulumi.Input[str]]:
174
180
  """
175
- The protocol version. Valid values: `IPv4`, `DualStack`.
181
+ The protocol version. Value:
182
+ - `IPv4`:IPv4 type.
183
+ - `DualStack`: the dual-stack type.
176
184
  """
177
185
  return pulumi.get(self, "address_ip_version")
178
186
 
@@ -184,7 +192,7 @@ class LoadBalancerArgs:
184
192
  @pulumi.getter(name="bandwidthPackageId")
185
193
  def bandwidth_package_id(self) -> Optional[pulumi.Input[str]]:
186
194
  """
187
- The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
195
+ The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
188
196
  """
189
197
  return pulumi.get(self, "bandwidth_package_id")
190
198
 
@@ -192,6 +200,18 @@ class LoadBalancerArgs:
192
200
  def bandwidth_package_id(self, value: Optional[pulumi.Input[str]]):
193
201
  pulumi.set(self, "bandwidth_package_id", value)
194
202
 
203
+ @property
204
+ @pulumi.getter(name="deletionProtectionConfig")
205
+ def deletion_protection_config(self) -> Optional[pulumi.Input['LoadBalancerDeletionProtectionConfigArgs']]:
206
+ """
207
+ The Protection Configuration See `deletion_protection_config` below.
208
+ """
209
+ return pulumi.get(self, "deletion_protection_config")
210
+
211
+ @deletion_protection_config.setter
212
+ def deletion_protection_config(self, value: Optional[pulumi.Input['LoadBalancerDeletionProtectionConfigArgs']]):
213
+ pulumi.set(self, "deletion_protection_config", value)
214
+
195
215
  @property
196
216
  @pulumi.getter(name="deletionProtectionEnabled")
197
217
  def deletion_protection_enabled(self) -> Optional[pulumi.Input[bool]]:
@@ -208,7 +228,7 @@ class LoadBalancerArgs:
208
228
  @pulumi.getter(name="dryRun")
209
229
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
210
230
  """
211
- Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
231
+ Whether to PreCheck only this request, value:
212
232
  """
213
233
  return pulumi.get(self, "dry_run")
214
234
 
@@ -220,7 +240,7 @@ class LoadBalancerArgs:
220
240
  @pulumi.getter(name="ipv6AddressType")
221
241
  def ipv6_address_type(self) -> Optional[pulumi.Input[str]]:
222
242
  """
223
- The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
243
+ The address type of Ipv6
224
244
  """
225
245
  return pulumi.get(self, "ipv6_address_type")
226
246
 
@@ -232,7 +252,7 @@ class LoadBalancerArgs:
232
252
  @pulumi.getter(name="loadBalancerName")
233
253
  def load_balancer_name(self) -> Optional[pulumi.Input[str]]:
234
254
  """
235
- The name of the ALB instance.
255
+ The name of the resource
236
256
  """
237
257
  return pulumi.get(self, "load_balancer_name")
238
258
 
@@ -244,7 +264,7 @@ class LoadBalancerArgs:
244
264
  @pulumi.getter(name="modificationProtectionConfig")
245
265
  def modification_protection_config(self) -> Optional[pulumi.Input['LoadBalancerModificationProtectionConfigArgs']]:
246
266
  """
247
- The configuration of the read-only mode. See `modification_protection_config` below.
267
+ Modify the Protection Configuration See `modification_protection_config` below.
248
268
  """
249
269
  return pulumi.get(self, "modification_protection_config")
250
270
 
@@ -256,7 +276,7 @@ class LoadBalancerArgs:
256
276
  @pulumi.getter(name="resourceGroupId")
257
277
  def resource_group_id(self) -> Optional[pulumi.Input[str]]:
258
278
  """
259
- The ID of the resource group.
279
+ The ID of the resource group
260
280
  """
261
281
  return pulumi.get(self, "resource_group_id")
262
282
 
@@ -268,7 +288,7 @@ class LoadBalancerArgs:
268
288
  @pulumi.getter
269
289
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
270
290
  """
271
- A mapping of tags to assign to the resource.
291
+ The tag of the resource
272
292
  """
273
293
  return pulumi.get(self, "tags")
274
294
 
@@ -286,6 +306,7 @@ class _LoadBalancerState:
286
306
  address_type: Optional[pulumi.Input[str]] = None,
287
307
  bandwidth_package_id: Optional[pulumi.Input[str]] = None,
288
308
  create_time: Optional[pulumi.Input[str]] = None,
309
+ deletion_protection_config: Optional[pulumi.Input['LoadBalancerDeletionProtectionConfigArgs']] = None,
289
310
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
290
311
  dns_name: Optional[pulumi.Input[str]] = None,
291
312
  dry_run: Optional[pulumi.Input[bool]] = None,
@@ -294,6 +315,7 @@ class _LoadBalancerState:
294
315
  load_balancer_edition: Optional[pulumi.Input[str]] = None,
295
316
  load_balancer_name: Optional[pulumi.Input[str]] = None,
296
317
  modification_protection_config: Optional[pulumi.Input['LoadBalancerModificationProtectionConfigArgs']] = None,
318
+ region_id: Optional[pulumi.Input[str]] = None,
297
319
  resource_group_id: Optional[pulumi.Input[str]] = None,
298
320
  status: Optional[pulumi.Input[str]] = None,
299
321
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -302,24 +324,28 @@ class _LoadBalancerState:
302
324
  """
303
325
  Input properties used for looking up and filtering LoadBalancer resources.
304
326
  :param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The configuration of the access log. See `access_log_config` below.
305
- :param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
306
- :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
307
- :param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
308
- :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
309
- :param pulumi.Input[str] create_time: The time when the resource was created.
327
+ :param pulumi.Input[str] address_allocated_mode: The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
328
+ :param pulumi.Input[str] address_ip_version: The protocol version. Value:
329
+ - `IPv4`:IPv4 type.
330
+ - `DualStack`: the dual-stack type.
331
+ :param pulumi.Input[str] address_type: The type of IP address that the SLB instance uses to provide services.
332
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
333
+ :param pulumi.Input[str] create_time: The creation time of the resource
334
+ :param pulumi.Input['LoadBalancerDeletionProtectionConfigArgs'] deletion_protection_config: The Protection Configuration See `deletion_protection_config` below.
310
335
  :param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
311
- :param pulumi.Input[str] dns_name: (Available since v1.158.0) The domain name of the ALB instance.
312
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
313
- :param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
314
- :param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
315
- :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
316
- :param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
317
- :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
318
- :param pulumi.Input[str] resource_group_id: The ID of the resource group.
319
- :param pulumi.Input[str] status: The status of the Load Balancer.
320
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
321
- :param pulumi.Input[str] vpc_id: The ID of the VPC.
322
- :param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
336
+ :param pulumi.Input[str] dns_name: DNS Domain Name
337
+ :param pulumi.Input[bool] dry_run: Whether to PreCheck only this request, value:
338
+ :param pulumi.Input[str] ipv6_address_type: The address type of Ipv6
339
+ :param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The configuration of the billing method. See `load_balancer_billing_config` below.
340
+ :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance.
341
+ :param pulumi.Input[str] load_balancer_name: The name of the resource
342
+ :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify the Protection Configuration See `modification_protection_config` below.
343
+ :param pulumi.Input[str] region_id: The region ID of the resource
344
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group
345
+ :param pulumi.Input[str] status: Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
346
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
347
+ :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
348
+ :param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
323
349
  """
324
350
  if access_log_config is not None:
325
351
  pulumi.set(__self__, "access_log_config", access_log_config)
@@ -333,6 +359,8 @@ class _LoadBalancerState:
333
359
  pulumi.set(__self__, "bandwidth_package_id", bandwidth_package_id)
334
360
  if create_time is not None:
335
361
  pulumi.set(__self__, "create_time", create_time)
362
+ if deletion_protection_config is not None:
363
+ pulumi.set(__self__, "deletion_protection_config", deletion_protection_config)
336
364
  if deletion_protection_enabled is not None:
337
365
  pulumi.set(__self__, "deletion_protection_enabled", deletion_protection_enabled)
338
366
  if dns_name is not None:
@@ -349,6 +377,8 @@ class _LoadBalancerState:
349
377
  pulumi.set(__self__, "load_balancer_name", load_balancer_name)
350
378
  if modification_protection_config is not None:
351
379
  pulumi.set(__self__, "modification_protection_config", modification_protection_config)
380
+ if region_id is not None:
381
+ pulumi.set(__self__, "region_id", region_id)
352
382
  if resource_group_id is not None:
353
383
  pulumi.set(__self__, "resource_group_id", resource_group_id)
354
384
  if status is not None:
@@ -376,7 +406,7 @@ class _LoadBalancerState:
376
406
  @pulumi.getter(name="addressAllocatedMode")
377
407
  def address_allocated_mode(self) -> Optional[pulumi.Input[str]]:
378
408
  """
379
- The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
409
+ The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
380
410
  """
381
411
  return pulumi.get(self, "address_allocated_mode")
382
412
 
@@ -388,7 +418,9 @@ class _LoadBalancerState:
388
418
  @pulumi.getter(name="addressIpVersion")
389
419
  def address_ip_version(self) -> Optional[pulumi.Input[str]]:
390
420
  """
391
- The protocol version. Valid values: `IPv4`, `DualStack`.
421
+ The protocol version. Value:
422
+ - `IPv4`:IPv4 type.
423
+ - `DualStack`: the dual-stack type.
392
424
  """
393
425
  return pulumi.get(self, "address_ip_version")
394
426
 
@@ -400,7 +432,7 @@ class _LoadBalancerState:
400
432
  @pulumi.getter(name="addressType")
401
433
  def address_type(self) -> Optional[pulumi.Input[str]]:
402
434
  """
403
- The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
435
+ The type of IP address that the SLB instance uses to provide services.
404
436
  """
405
437
  return pulumi.get(self, "address_type")
406
438
 
@@ -412,7 +444,7 @@ class _LoadBalancerState:
412
444
  @pulumi.getter(name="bandwidthPackageId")
413
445
  def bandwidth_package_id(self) -> Optional[pulumi.Input[str]]:
414
446
  """
415
- The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
447
+ The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
416
448
  """
417
449
  return pulumi.get(self, "bandwidth_package_id")
418
450
 
@@ -424,7 +456,7 @@ class _LoadBalancerState:
424
456
  @pulumi.getter(name="createTime")
425
457
  def create_time(self) -> Optional[pulumi.Input[str]]:
426
458
  """
427
- The time when the resource was created.
459
+ The creation time of the resource
428
460
  """
429
461
  return pulumi.get(self, "create_time")
430
462
 
@@ -432,6 +464,18 @@ class _LoadBalancerState:
432
464
  def create_time(self, value: Optional[pulumi.Input[str]]):
433
465
  pulumi.set(self, "create_time", value)
434
466
 
467
+ @property
468
+ @pulumi.getter(name="deletionProtectionConfig")
469
+ def deletion_protection_config(self) -> Optional[pulumi.Input['LoadBalancerDeletionProtectionConfigArgs']]:
470
+ """
471
+ The Protection Configuration See `deletion_protection_config` below.
472
+ """
473
+ return pulumi.get(self, "deletion_protection_config")
474
+
475
+ @deletion_protection_config.setter
476
+ def deletion_protection_config(self, value: Optional[pulumi.Input['LoadBalancerDeletionProtectionConfigArgs']]):
477
+ pulumi.set(self, "deletion_protection_config", value)
478
+
435
479
  @property
436
480
  @pulumi.getter(name="deletionProtectionEnabled")
437
481
  def deletion_protection_enabled(self) -> Optional[pulumi.Input[bool]]:
@@ -448,7 +492,7 @@ class _LoadBalancerState:
448
492
  @pulumi.getter(name="dnsName")
449
493
  def dns_name(self) -> Optional[pulumi.Input[str]]:
450
494
  """
451
- (Available since v1.158.0) The domain name of the ALB instance.
495
+ DNS Domain Name
452
496
  """
453
497
  return pulumi.get(self, "dns_name")
454
498
 
@@ -460,7 +504,7 @@ class _LoadBalancerState:
460
504
  @pulumi.getter(name="dryRun")
461
505
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
462
506
  """
463
- Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
507
+ Whether to PreCheck only this request, value:
464
508
  """
465
509
  return pulumi.get(self, "dry_run")
466
510
 
@@ -472,7 +516,7 @@ class _LoadBalancerState:
472
516
  @pulumi.getter(name="ipv6AddressType")
473
517
  def ipv6_address_type(self) -> Optional[pulumi.Input[str]]:
474
518
  """
475
- The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
519
+ The address type of Ipv6
476
520
  """
477
521
  return pulumi.get(self, "ipv6_address_type")
478
522
 
@@ -484,7 +528,7 @@ class _LoadBalancerState:
484
528
  @pulumi.getter(name="loadBalancerBillingConfig")
485
529
  def load_balancer_billing_config(self) -> Optional[pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs']]:
486
530
  """
487
- The billing method of the ALB instance. See `load_balancer_billing_config` below.
531
+ The configuration of the billing method. See `load_balancer_billing_config` below.
488
532
  """
489
533
  return pulumi.get(self, "load_balancer_billing_config")
490
534
 
@@ -496,7 +540,7 @@ class _LoadBalancerState:
496
540
  @pulumi.getter(name="loadBalancerEdition")
497
541
  def load_balancer_edition(self) -> Optional[pulumi.Input[str]]:
498
542
  """
499
- The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
543
+ The edition of the ALB instance.
500
544
  """
501
545
  return pulumi.get(self, "load_balancer_edition")
502
546
 
@@ -508,7 +552,7 @@ class _LoadBalancerState:
508
552
  @pulumi.getter(name="loadBalancerName")
509
553
  def load_balancer_name(self) -> Optional[pulumi.Input[str]]:
510
554
  """
511
- The name of the ALB instance.
555
+ The name of the resource
512
556
  """
513
557
  return pulumi.get(self, "load_balancer_name")
514
558
 
@@ -520,7 +564,7 @@ class _LoadBalancerState:
520
564
  @pulumi.getter(name="modificationProtectionConfig")
521
565
  def modification_protection_config(self) -> Optional[pulumi.Input['LoadBalancerModificationProtectionConfigArgs']]:
522
566
  """
523
- The configuration of the read-only mode. See `modification_protection_config` below.
567
+ Modify the Protection Configuration See `modification_protection_config` below.
524
568
  """
525
569
  return pulumi.get(self, "modification_protection_config")
526
570
 
@@ -528,11 +572,23 @@ class _LoadBalancerState:
528
572
  def modification_protection_config(self, value: Optional[pulumi.Input['LoadBalancerModificationProtectionConfigArgs']]):
529
573
  pulumi.set(self, "modification_protection_config", value)
530
574
 
575
+ @property
576
+ @pulumi.getter(name="regionId")
577
+ def region_id(self) -> Optional[pulumi.Input[str]]:
578
+ """
579
+ The region ID of the resource
580
+ """
581
+ return pulumi.get(self, "region_id")
582
+
583
+ @region_id.setter
584
+ def region_id(self, value: Optional[pulumi.Input[str]]):
585
+ pulumi.set(self, "region_id", value)
586
+
531
587
  @property
532
588
  @pulumi.getter(name="resourceGroupId")
533
589
  def resource_group_id(self) -> Optional[pulumi.Input[str]]:
534
590
  """
535
- The ID of the resource group.
591
+ The ID of the resource group
536
592
  """
537
593
  return pulumi.get(self, "resource_group_id")
538
594
 
@@ -544,7 +600,7 @@ class _LoadBalancerState:
544
600
  @pulumi.getter
545
601
  def status(self) -> Optional[pulumi.Input[str]]:
546
602
  """
547
- The status of the Load Balancer.
603
+ Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
548
604
  """
549
605
  return pulumi.get(self, "status")
550
606
 
@@ -556,7 +612,7 @@ class _LoadBalancerState:
556
612
  @pulumi.getter
557
613
  def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
558
614
  """
559
- A mapping of tags to assign to the resource.
615
+ The tag of the resource
560
616
  """
561
617
  return pulumi.get(self, "tags")
562
618
 
@@ -568,7 +624,7 @@ class _LoadBalancerState:
568
624
  @pulumi.getter(name="vpcId")
569
625
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
570
626
  """
571
- The ID of the VPC.
627
+ The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
572
628
  """
573
629
  return pulumi.get(self, "vpc_id")
574
630
 
@@ -580,7 +636,7 @@ class _LoadBalancerState:
580
636
  @pulumi.getter(name="zoneMappings")
581
637
  def zone_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]]]:
582
638
  """
583
- The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
639
+ The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
584
640
  """
585
641
  return pulumi.get(self, "zone_mappings")
586
642
 
@@ -599,6 +655,7 @@ class LoadBalancer(pulumi.CustomResource):
599
655
  address_ip_version: Optional[pulumi.Input[str]] = None,
600
656
  address_type: Optional[pulumi.Input[str]] = None,
601
657
  bandwidth_package_id: Optional[pulumi.Input[str]] = None,
658
+ deletion_protection_config: Optional[pulumi.Input[Union['LoadBalancerDeletionProtectionConfigArgs', 'LoadBalancerDeletionProtectionConfigArgsDict']]] = None,
602
659
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
603
660
  dry_run: Optional[pulumi.Input[bool]] = None,
604
661
  ipv6_address_type: Optional[pulumi.Input[str]] = None,
@@ -612,15 +669,17 @@ class LoadBalancer(pulumi.CustomResource):
612
669
  zone_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerZoneMappingArgs', 'LoadBalancerZoneMappingArgsDict']]]]] = None,
613
670
  __props__=None):
614
671
  """
615
- Provides a ALB Load Balancer resource.
672
+ Provides a Application Load Balancer (ALB) Load Balancer resource.
673
+
674
+ Load Balancer Instance.
616
675
 
617
- For information about ALB Load Balancer and how to use it, see [What is Load Balancer](https://www.alibabacloud.com/help/en/slb/application-load-balancer/developer-reference/api-alb-2020-06-16-createloadbalancer).
676
+ For information about Application Load Balancer (ALB) Load Balancer and how to use it, see [What is Load Balancer](https://www.alibabacloud.com/help/en/slb/application-load-balancer/developer-reference/api-alb-2020-06-16-createloadbalancer).
618
677
 
619
678
  > **NOTE:** Available since v1.132.0.
620
679
 
621
680
  ## Import
622
681
 
623
- Alb Load Balancer can be imported using the id, e.g.
682
+ Application Load Balancer (ALB) Load Balancer can be imported using the id, e.g.
624
683
 
625
684
  ```sh
626
685
  $ pulumi import alicloud:alb/loadBalancer:LoadBalancer example <id>
@@ -629,21 +688,24 @@ class LoadBalancer(pulumi.CustomResource):
629
688
  :param str resource_name: The name of the resource.
630
689
  :param pulumi.ResourceOptions opts: Options for the resource.
631
690
  :param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The configuration of the access log. See `access_log_config` below.
632
- :param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
633
- :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
634
- :param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
635
- :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
691
+ :param pulumi.Input[str] address_allocated_mode: The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
692
+ :param pulumi.Input[str] address_ip_version: The protocol version. Value:
693
+ - `IPv4`:IPv4 type.
694
+ - `DualStack`: the dual-stack type.
695
+ :param pulumi.Input[str] address_type: The type of IP address that the SLB instance uses to provide services.
696
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
697
+ :param pulumi.Input[Union['LoadBalancerDeletionProtectionConfigArgs', 'LoadBalancerDeletionProtectionConfigArgsDict']] deletion_protection_config: The Protection Configuration See `deletion_protection_config` below.
636
698
  :param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
637
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
638
- :param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
639
- :param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
640
- :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
641
- :param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
642
- :param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
643
- :param pulumi.Input[str] resource_group_id: The ID of the resource group.
644
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
645
- :param pulumi.Input[str] vpc_id: The ID of the VPC.
646
- :param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerZoneMappingArgs', 'LoadBalancerZoneMappingArgsDict']]]] zone_mappings: The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
699
+ :param pulumi.Input[bool] dry_run: Whether to PreCheck only this request, value:
700
+ :param pulumi.Input[str] ipv6_address_type: The address type of Ipv6
701
+ :param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The configuration of the billing method. See `load_balancer_billing_config` below.
702
+ :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance.
703
+ :param pulumi.Input[str] load_balancer_name: The name of the resource
704
+ :param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: Modify the Protection Configuration See `modification_protection_config` below.
705
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group
706
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
707
+ :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
708
+ :param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerZoneMappingArgs', 'LoadBalancerZoneMappingArgsDict']]]] zone_mappings: The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
647
709
  """
648
710
  ...
649
711
  @overload
@@ -652,15 +714,17 @@ class LoadBalancer(pulumi.CustomResource):
652
714
  args: LoadBalancerArgs,
653
715
  opts: Optional[pulumi.ResourceOptions] = None):
654
716
  """
655
- Provides a ALB Load Balancer resource.
717
+ Provides a Application Load Balancer (ALB) Load Balancer resource.
656
718
 
657
- For information about ALB Load Balancer and how to use it, see [What is Load Balancer](https://www.alibabacloud.com/help/en/slb/application-load-balancer/developer-reference/api-alb-2020-06-16-createloadbalancer).
719
+ Load Balancer Instance.
720
+
721
+ For information about Application Load Balancer (ALB) Load Balancer and how to use it, see [What is Load Balancer](https://www.alibabacloud.com/help/en/slb/application-load-balancer/developer-reference/api-alb-2020-06-16-createloadbalancer).
658
722
 
659
723
  > **NOTE:** Available since v1.132.0.
660
724
 
661
725
  ## Import
662
726
 
663
- Alb Load Balancer can be imported using the id, e.g.
727
+ Application Load Balancer (ALB) Load Balancer can be imported using the id, e.g.
664
728
 
665
729
  ```sh
666
730
  $ pulumi import alicloud:alb/loadBalancer:LoadBalancer example <id>
@@ -686,6 +750,7 @@ class LoadBalancer(pulumi.CustomResource):
686
750
  address_ip_version: Optional[pulumi.Input[str]] = None,
687
751
  address_type: Optional[pulumi.Input[str]] = None,
688
752
  bandwidth_package_id: Optional[pulumi.Input[str]] = None,
753
+ deletion_protection_config: Optional[pulumi.Input[Union['LoadBalancerDeletionProtectionConfigArgs', 'LoadBalancerDeletionProtectionConfigArgsDict']]] = None,
689
754
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
690
755
  dry_run: Optional[pulumi.Input[bool]] = None,
691
756
  ipv6_address_type: Optional[pulumi.Input[str]] = None,
@@ -713,6 +778,7 @@ class LoadBalancer(pulumi.CustomResource):
713
778
  raise TypeError("Missing required property 'address_type'")
714
779
  __props__.__dict__["address_type"] = address_type
715
780
  __props__.__dict__["bandwidth_package_id"] = bandwidth_package_id
781
+ __props__.__dict__["deletion_protection_config"] = deletion_protection_config
716
782
  __props__.__dict__["deletion_protection_enabled"] = deletion_protection_enabled
717
783
  __props__.__dict__["dry_run"] = dry_run
718
784
  __props__.__dict__["ipv6_address_type"] = ipv6_address_type
@@ -734,6 +800,7 @@ class LoadBalancer(pulumi.CustomResource):
734
800
  __props__.__dict__["zone_mappings"] = zone_mappings
735
801
  __props__.__dict__["create_time"] = None
736
802
  __props__.__dict__["dns_name"] = None
803
+ __props__.__dict__["region_id"] = None
737
804
  __props__.__dict__["status"] = None
738
805
  super(LoadBalancer, __self__).__init__(
739
806
  'alicloud:alb/loadBalancer:LoadBalancer',
@@ -751,6 +818,7 @@ class LoadBalancer(pulumi.CustomResource):
751
818
  address_type: Optional[pulumi.Input[str]] = None,
752
819
  bandwidth_package_id: Optional[pulumi.Input[str]] = None,
753
820
  create_time: Optional[pulumi.Input[str]] = None,
821
+ deletion_protection_config: Optional[pulumi.Input[Union['LoadBalancerDeletionProtectionConfigArgs', 'LoadBalancerDeletionProtectionConfigArgsDict']]] = None,
754
822
  deletion_protection_enabled: Optional[pulumi.Input[bool]] = None,
755
823
  dns_name: Optional[pulumi.Input[str]] = None,
756
824
  dry_run: Optional[pulumi.Input[bool]] = None,
@@ -759,6 +827,7 @@ class LoadBalancer(pulumi.CustomResource):
759
827
  load_balancer_edition: Optional[pulumi.Input[str]] = None,
760
828
  load_balancer_name: Optional[pulumi.Input[str]] = None,
761
829
  modification_protection_config: Optional[pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']]] = None,
830
+ region_id: Optional[pulumi.Input[str]] = None,
762
831
  resource_group_id: Optional[pulumi.Input[str]] = None,
763
832
  status: Optional[pulumi.Input[str]] = None,
764
833
  tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
@@ -772,24 +841,28 @@ class LoadBalancer(pulumi.CustomResource):
772
841
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
773
842
  :param pulumi.ResourceOptions opts: Options for the resource.
774
843
  :param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The configuration of the access log. See `access_log_config` below.
775
- :param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
776
- :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
777
- :param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
778
- :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
779
- :param pulumi.Input[str] create_time: The time when the resource was created.
844
+ :param pulumi.Input[str] address_allocated_mode: The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
845
+ :param pulumi.Input[str] address_ip_version: The protocol version. Value:
846
+ - `IPv4`:IPv4 type.
847
+ - `DualStack`: the dual-stack type.
848
+ :param pulumi.Input[str] address_type: The type of IP address that the SLB instance uses to provide services.
849
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
850
+ :param pulumi.Input[str] create_time: The creation time of the resource
851
+ :param pulumi.Input[Union['LoadBalancerDeletionProtectionConfigArgs', 'LoadBalancerDeletionProtectionConfigArgsDict']] deletion_protection_config: The Protection Configuration See `deletion_protection_config` below.
780
852
  :param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
781
- :param pulumi.Input[str] dns_name: (Available since v1.158.0) The domain name of the ALB instance.
782
- :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
783
- :param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
784
- :param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
785
- :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
786
- :param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
787
- :param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
788
- :param pulumi.Input[str] resource_group_id: The ID of the resource group.
789
- :param pulumi.Input[str] status: The status of the Load Balancer.
790
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: A mapping of tags to assign to the resource.
791
- :param pulumi.Input[str] vpc_id: The ID of the VPC.
792
- :param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerZoneMappingArgs', 'LoadBalancerZoneMappingArgsDict']]]] zone_mappings: The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
853
+ :param pulumi.Input[str] dns_name: DNS Domain Name
854
+ :param pulumi.Input[bool] dry_run: Whether to PreCheck only this request, value:
855
+ :param pulumi.Input[str] ipv6_address_type: The address type of Ipv6
856
+ :param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The configuration of the billing method. See `load_balancer_billing_config` below.
857
+ :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance.
858
+ :param pulumi.Input[str] load_balancer_name: The name of the resource
859
+ :param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: Modify the Protection Configuration See `modification_protection_config` below.
860
+ :param pulumi.Input[str] region_id: The region ID of the resource
861
+ :param pulumi.Input[str] resource_group_id: The ID of the resource group
862
+ :param pulumi.Input[str] status: Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
863
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
864
+ :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
865
+ :param pulumi.Input[Sequence[pulumi.Input[Union['LoadBalancerZoneMappingArgs', 'LoadBalancerZoneMappingArgsDict']]]] zone_mappings: The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
793
866
  """
794
867
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
795
868
 
@@ -801,6 +874,7 @@ class LoadBalancer(pulumi.CustomResource):
801
874
  __props__.__dict__["address_type"] = address_type
802
875
  __props__.__dict__["bandwidth_package_id"] = bandwidth_package_id
803
876
  __props__.__dict__["create_time"] = create_time
877
+ __props__.__dict__["deletion_protection_config"] = deletion_protection_config
804
878
  __props__.__dict__["deletion_protection_enabled"] = deletion_protection_enabled
805
879
  __props__.__dict__["dns_name"] = dns_name
806
880
  __props__.__dict__["dry_run"] = dry_run
@@ -809,6 +883,7 @@ class LoadBalancer(pulumi.CustomResource):
809
883
  __props__.__dict__["load_balancer_edition"] = load_balancer_edition
810
884
  __props__.__dict__["load_balancer_name"] = load_balancer_name
811
885
  __props__.__dict__["modification_protection_config"] = modification_protection_config
886
+ __props__.__dict__["region_id"] = region_id
812
887
  __props__.__dict__["resource_group_id"] = resource_group_id
813
888
  __props__.__dict__["status"] = status
814
889
  __props__.__dict__["tags"] = tags
@@ -828,7 +903,7 @@ class LoadBalancer(pulumi.CustomResource):
828
903
  @pulumi.getter(name="addressAllocatedMode")
829
904
  def address_allocated_mode(self) -> pulumi.Output[Optional[str]]:
830
905
  """
831
- The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
906
+ The method in which IP addresses are assigned. Valid values: Fixed: The ALB instance uses a fixed IP address. Dynamic (default): An IP address is dynamically assigned to each zone of the ALB instance.
832
907
  """
833
908
  return pulumi.get(self, "address_allocated_mode")
834
909
 
@@ -836,7 +911,9 @@ class LoadBalancer(pulumi.CustomResource):
836
911
  @pulumi.getter(name="addressIpVersion")
837
912
  def address_ip_version(self) -> pulumi.Output[str]:
838
913
  """
839
- The protocol version. Valid values: `IPv4`, `DualStack`.
914
+ The protocol version. Value:
915
+ - `IPv4`:IPv4 type.
916
+ - `DualStack`: the dual-stack type.
840
917
  """
841
918
  return pulumi.get(self, "address_ip_version")
842
919
 
@@ -844,15 +921,15 @@ class LoadBalancer(pulumi.CustomResource):
844
921
  @pulumi.getter(name="addressType")
845
922
  def address_type(self) -> pulumi.Output[str]:
846
923
  """
847
- The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
924
+ The type of IP address that the SLB instance uses to provide services.
848
925
  """
849
926
  return pulumi.get(self, "address_type")
850
927
 
851
928
  @property
852
929
  @pulumi.getter(name="bandwidthPackageId")
853
- def bandwidth_package_id(self) -> pulumi.Output[str]:
930
+ def bandwidth_package_id(self) -> pulumi.Output[Optional[str]]:
854
931
  """
855
- The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
932
+ The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
856
933
  """
857
934
  return pulumi.get(self, "bandwidth_package_id")
858
935
 
@@ -860,13 +937,21 @@ class LoadBalancer(pulumi.CustomResource):
860
937
  @pulumi.getter(name="createTime")
861
938
  def create_time(self) -> pulumi.Output[str]:
862
939
  """
863
- The time when the resource was created.
940
+ The creation time of the resource
864
941
  """
865
942
  return pulumi.get(self, "create_time")
866
943
 
944
+ @property
945
+ @pulumi.getter(name="deletionProtectionConfig")
946
+ def deletion_protection_config(self) -> pulumi.Output['outputs.LoadBalancerDeletionProtectionConfig']:
947
+ """
948
+ The Protection Configuration See `deletion_protection_config` below.
949
+ """
950
+ return pulumi.get(self, "deletion_protection_config")
951
+
867
952
  @property
868
953
  @pulumi.getter(name="deletionProtectionEnabled")
869
- def deletion_protection_enabled(self) -> pulumi.Output[Optional[bool]]:
954
+ def deletion_protection_enabled(self) -> pulumi.Output[bool]:
870
955
  """
871
956
  Specifies whether to enable deletion protection. Default value: `false`. Valid values:
872
957
  """
@@ -876,7 +961,7 @@ class LoadBalancer(pulumi.CustomResource):
876
961
  @pulumi.getter(name="dnsName")
877
962
  def dns_name(self) -> pulumi.Output[str]:
878
963
  """
879
- (Available since v1.158.0) The domain name of the ALB instance.
964
+ DNS Domain Name
880
965
  """
881
966
  return pulumi.get(self, "dns_name")
882
967
 
@@ -884,7 +969,7 @@ class LoadBalancer(pulumi.CustomResource):
884
969
  @pulumi.getter(name="dryRun")
885
970
  def dry_run(self) -> pulumi.Output[Optional[bool]]:
886
971
  """
887
- Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
972
+ Whether to PreCheck only this request, value:
888
973
  """
889
974
  return pulumi.get(self, "dry_run")
890
975
 
@@ -892,7 +977,7 @@ class LoadBalancer(pulumi.CustomResource):
892
977
  @pulumi.getter(name="ipv6AddressType")
893
978
  def ipv6_address_type(self) -> pulumi.Output[str]:
894
979
  """
895
- The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
980
+ The address type of Ipv6
896
981
  """
897
982
  return pulumi.get(self, "ipv6_address_type")
898
983
 
@@ -900,7 +985,7 @@ class LoadBalancer(pulumi.CustomResource):
900
985
  @pulumi.getter(name="loadBalancerBillingConfig")
901
986
  def load_balancer_billing_config(self) -> pulumi.Output['outputs.LoadBalancerLoadBalancerBillingConfig']:
902
987
  """
903
- The billing method of the ALB instance. See `load_balancer_billing_config` below.
988
+ The configuration of the billing method. See `load_balancer_billing_config` below.
904
989
  """
905
990
  return pulumi.get(self, "load_balancer_billing_config")
906
991
 
@@ -908,7 +993,7 @@ class LoadBalancer(pulumi.CustomResource):
908
993
  @pulumi.getter(name="loadBalancerEdition")
909
994
  def load_balancer_edition(self) -> pulumi.Output[str]:
910
995
  """
911
- The edition of the ALB instance. The features and billing rules vary based on the edition of the ALB instance. Valid values: `Basic`, `Standard`, `StandardWithWaf`.
996
+ The edition of the ALB instance.
912
997
  """
913
998
  return pulumi.get(self, "load_balancer_edition")
914
999
 
@@ -916,7 +1001,7 @@ class LoadBalancer(pulumi.CustomResource):
916
1001
  @pulumi.getter(name="loadBalancerName")
917
1002
  def load_balancer_name(self) -> pulumi.Output[Optional[str]]:
918
1003
  """
919
- The name of the ALB instance.
1004
+ The name of the resource
920
1005
  """
921
1006
  return pulumi.get(self, "load_balancer_name")
922
1007
 
@@ -924,15 +1009,23 @@ class LoadBalancer(pulumi.CustomResource):
924
1009
  @pulumi.getter(name="modificationProtectionConfig")
925
1010
  def modification_protection_config(self) -> pulumi.Output['outputs.LoadBalancerModificationProtectionConfig']:
926
1011
  """
927
- The configuration of the read-only mode. See `modification_protection_config` below.
1012
+ Modify the Protection Configuration See `modification_protection_config` below.
928
1013
  """
929
1014
  return pulumi.get(self, "modification_protection_config")
930
1015
 
1016
+ @property
1017
+ @pulumi.getter(name="regionId")
1018
+ def region_id(self) -> pulumi.Output[str]:
1019
+ """
1020
+ The region ID of the resource
1021
+ """
1022
+ return pulumi.get(self, "region_id")
1023
+
931
1024
  @property
932
1025
  @pulumi.getter(name="resourceGroupId")
933
1026
  def resource_group_id(self) -> pulumi.Output[str]:
934
1027
  """
935
- The ID of the resource group.
1028
+ The ID of the resource group
936
1029
  """
937
1030
  return pulumi.get(self, "resource_group_id")
938
1031
 
@@ -940,7 +1033,7 @@ class LoadBalancer(pulumi.CustomResource):
940
1033
  @pulumi.getter
941
1034
  def status(self) -> pulumi.Output[str]:
942
1035
  """
943
- The status of the Load Balancer.
1036
+ Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
944
1037
  """
945
1038
  return pulumi.get(self, "status")
946
1039
 
@@ -948,7 +1041,7 @@ class LoadBalancer(pulumi.CustomResource):
948
1041
  @pulumi.getter
949
1042
  def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
950
1043
  """
951
- A mapping of tags to assign to the resource.
1044
+ The tag of the resource
952
1045
  """
953
1046
  return pulumi.get(self, "tags")
954
1047
 
@@ -956,7 +1049,7 @@ class LoadBalancer(pulumi.CustomResource):
956
1049
  @pulumi.getter(name="vpcId")
957
1050
  def vpc_id(self) -> pulumi.Output[str]:
958
1051
  """
959
- The ID of the VPC.
1052
+ The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
960
1053
  """
961
1054
  return pulumi.get(self, "vpc_id")
962
1055
 
@@ -964,7 +1057,7 @@ class LoadBalancer(pulumi.CustomResource):
964
1057
  @pulumi.getter(name="zoneMappings")
965
1058
  def zone_mappings(self) -> pulumi.Output[Sequence['outputs.LoadBalancerZoneMapping']]:
966
1059
  """
967
- The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
1060
+ The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
968
1061
  """
969
1062
  return pulumi.get(self, "zone_mappings")
970
1063