pulumi-alicloud 3.60.0a1723455033__py3-none-any.whl → 3.60.0a1723462134__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 (122) hide show
  1. pulumi_alicloud/__init__.py +150 -0
  2. pulumi_alicloud/adb/resource_group.py +48 -20
  3. pulumi_alicloud/alb/_inputs.py +22 -22
  4. pulumi_alicloud/alb/load_balancer.py +119 -133
  5. pulumi_alicloud/alb/outputs.py +22 -22
  6. pulumi_alicloud/alb/server_group.py +2 -2
  7. pulumi_alicloud/aligreen/__init__.py +13 -0
  8. pulumi_alicloud/aligreen/audit_callback.py +422 -0
  9. pulumi_alicloud/aligreen/biz_type.py +398 -0
  10. pulumi_alicloud/aligreen/callback.py +449 -0
  11. pulumi_alicloud/aligreen/image_lib.py +406 -0
  12. pulumi_alicloud/aligreen/keyword_lib.py +615 -0
  13. pulumi_alicloud/aligreen/oss_stock_task.py +1661 -0
  14. pulumi_alicloud/amqp/binding.py +94 -102
  15. pulumi_alicloud/apigateway/__init__.py +2 -0
  16. pulumi_alicloud/apigateway/_inputs.py +221 -2
  17. pulumi_alicloud/apigateway/access_control_list.py +17 -9
  18. pulumi_alicloud/apigateway/acl_entry_attachment.py +303 -0
  19. pulumi_alicloud/apigateway/api.py +4 -2
  20. pulumi_alicloud/apigateway/group.py +51 -2
  21. pulumi_alicloud/apigateway/instance.py +396 -63
  22. pulumi_alicloud/apigateway/instance_acl_attachment.py +326 -0
  23. pulumi_alicloud/apigateway/outputs.py +223 -2
  24. pulumi_alicloud/apigateway/vpc_access.py +2 -2
  25. pulumi_alicloud/arms/get_remote_writes.py +4 -0
  26. pulumi_alicloud/arms/outputs.py +2 -2
  27. pulumi_alicloud/arms/remote_write.py +4 -0
  28. pulumi_alicloud/cen/route_entry.py +2 -2
  29. pulumi_alicloud/cen/vbr_health_check.py +1 -1
  30. pulumi_alicloud/cfg/aggregate_delivery.py +255 -118
  31. pulumi_alicloud/cfg/delivery.py +259 -122
  32. pulumi_alicloud/clickhouse/_inputs.py +39 -0
  33. pulumi_alicloud/clickhouse/db_cluster.py +66 -6
  34. pulumi_alicloud/clickhouse/outputs.py +50 -0
  35. pulumi_alicloud/cloudfirewall/__init__.py +1 -0
  36. pulumi_alicloud/cloudfirewall/control_policy.py +116 -108
  37. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +929 -0
  38. pulumi_alicloud/cloudmonitor/service_monitoring_agent_process.py +2 -2
  39. pulumi_alicloud/cloudstoragegateway/gateway_cache_disk.py +0 -76
  40. pulumi_alicloud/cms/_inputs.py +214 -42
  41. pulumi_alicloud/cms/alarm.py +61 -14
  42. pulumi_alicloud/cms/dynamic_tag_group.py +53 -51
  43. pulumi_alicloud/cms/metric_rule_black_list.py +2 -2
  44. pulumi_alicloud/cms/metric_rule_template.py +54 -87
  45. pulumi_alicloud/cms/outputs.py +214 -42
  46. pulumi_alicloud/cs/get_kubernetes_clusters.py +4 -2
  47. pulumi_alicloud/cs/outputs.py +2 -2
  48. pulumi_alicloud/databasefilesystem/instance_attachment.py +2 -2
  49. pulumi_alicloud/databasefilesystem/snapshot.py +2 -2
  50. pulumi_alicloud/ddos/basic_threshold.py +2 -2
  51. pulumi_alicloud/ddos/bgp_ip.py +2 -6
  52. pulumi_alicloud/eci/get_container_groups.py +2 -2
  53. pulumi_alicloud/ecs/ecs_disk_attachment.py +2 -2
  54. pulumi_alicloud/ecs/ecs_image_pipeline.py +2 -2
  55. pulumi_alicloud/ecs/ecs_instance_set.py +2 -2
  56. pulumi_alicloud/ecs/ecs_invocation.py +2 -2
  57. pulumi_alicloud/ecs/ecs_key_pair_attachment.py +2 -2
  58. pulumi_alicloud/ecs/ecs_launch_template.py +9 -9
  59. pulumi_alicloud/ecs/ecs_network_interface_attachment.py +2 -2
  60. pulumi_alicloud/ecs/eip_association.py +4 -6
  61. pulumi_alicloud/ecs/get_ecs_network_interfaces.py +46 -6
  62. pulumi_alicloud/ecs/get_instances.py +3 -3
  63. pulumi_alicloud/ecs/get_network_interfaces.py +5 -5
  64. pulumi_alicloud/ecs/image.py +4 -6
  65. pulumi_alicloud/ecs/image_copy.py +2 -2
  66. pulumi_alicloud/ecs/image_export.py +2 -2
  67. pulumi_alicloud/ecs/image_import.py +14 -6
  68. pulumi_alicloud/ecs/image_share_permission.py +2 -2
  69. pulumi_alicloud/ecs/instance.py +7 -7
  70. pulumi_alicloud/ecs/outputs.py +48 -26
  71. pulumi_alicloud/edas/instance_cluster_attachment.py +2 -2
  72. pulumi_alicloud/eds/outputs.py +10 -10
  73. pulumi_alicloud/ess/scaling_group.py +101 -7
  74. pulumi_alicloud/fc/__init__.py +7 -0
  75. pulumi_alicloud/fc/_inputs.py +1666 -0
  76. pulumi_alicloud/fc/outputs.py +1723 -2
  77. pulumi_alicloud/fc/v3_alias.py +440 -0
  78. pulumi_alicloud/fc/v3_async_invoke_config.py +439 -0
  79. pulumi_alicloud/fc/v3_concurrency_config.py +281 -0
  80. pulumi_alicloud/fc/v3_custom_domain.py +847 -0
  81. pulumi_alicloud/fc/v3_function.py +1391 -0
  82. pulumi_alicloud/fc/v3_function_version.py +313 -0
  83. pulumi_alicloud/fc/v3_trigger.py +663 -0
  84. pulumi_alicloud/ga/basic_accelerator.py +8 -8
  85. pulumi_alicloud/governance/__init__.py +12 -0
  86. pulumi_alicloud/governance/_inputs.py +70 -0
  87. pulumi_alicloud/governance/account.py +505 -0
  88. pulumi_alicloud/governance/baseline.py +387 -0
  89. pulumi_alicloud/governance/get_baselines.py +241 -0
  90. pulumi_alicloud/governance/outputs.py +99 -0
  91. pulumi_alicloud/hbr/ecs_backup_client.py +2 -2
  92. pulumi_alicloud/hbr/ecs_backup_plan.py +2 -2
  93. pulumi_alicloud/hbr/server_backup_plan.py +2 -2
  94. pulumi_alicloud/kvstore/instance.py +47 -0
  95. pulumi_alicloud/kvstore/outputs.py +2 -2
  96. pulumi_alicloud/maxcompute/get_projects.py +12 -14
  97. pulumi_alicloud/maxcompute/get_service.py +4 -0
  98. pulumi_alicloud/maxcompute/outputs.py +75 -60
  99. pulumi_alicloud/maxcompute/project.py +7 -7
  100. pulumi_alicloud/polardb/outputs.py +2 -2
  101. pulumi_alicloud/privatelink/outputs.py +2 -2
  102. pulumi_alicloud/pulumi-plugin.json +1 -1
  103. pulumi_alicloud/ram/login_profile.py +8 -8
  104. pulumi_alicloud/rds/get_instances.py +1 -1
  105. pulumi_alicloud/rds/rds_account.py +189 -49
  106. pulumi_alicloud/rds/read_write_splitting_connection.py +10 -2
  107. pulumi_alicloud/slb/get_application_load_balancers.py +3 -3
  108. pulumi_alicloud/slb/get_load_balancers.py +3 -3
  109. pulumi_alicloud/slb/load_balancer.py +7 -7
  110. pulumi_alicloud/slb/outputs.py +8 -8
  111. pulumi_alicloud/slb/server_group_server_attachment.py +2 -2
  112. pulumi_alicloud/vpc/bgp_peer.py +1 -1
  113. pulumi_alicloud/vpc/get_networks.py +2 -2
  114. pulumi_alicloud/vpc/get_switches.py +27 -27
  115. pulumi_alicloud/vpc/ha_vip_attachment.py +2 -2
  116. pulumi_alicloud/vpc/outputs.py +24 -24
  117. pulumi_alicloud/vpc/traffic_mirror_session.py +2 -2
  118. pulumi_alicloud/vpn/outputs.py +4 -4
  119. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/METADATA +1 -1
  120. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/RECORD +122 -99
  121. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/WHEEL +0 -0
  122. {pulumi_alicloud-3.60.0a1723455033.dist-info → pulumi_alicloud-3.60.0a1723462134.dist-info}/top_level.txt +0 -0
@@ -34,24 +34,22 @@ class LoadBalancerArgs:
34
34
  tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
35
35
  """
36
36
  The set of arguments for constructing a LoadBalancer resource.
37
- :param pulumi.Input[str] address_type: The type of IP address that the SLB instance uses to provide services.
38
- :param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The configuration of the billing method. See `load_balancer_billing_config` below.
39
- :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance.
40
- :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
41
- :param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
42
- :param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The Access Logging Configuration Structure. See `access_log_config` below.
43
- :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.
44
- :param pulumi.Input[str] address_ip_version: The protocol version. Value:
45
- - **IPv4**:IPv4 type.
46
- - **DualStack**: the dual-stack type.
47
- :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.
48
- :param pulumi.Input[bool] deletion_protection_enabled: Whether to enable delete protection. Value:true: on.false (default): Off.
49
- :param pulumi.Input[bool] dry_run: Whether to PreCheck only this request, value:true: sends a check request and does not create a resource. Check items include whether required parameters are filled in, request format, and business restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code DryRunOperation is returned.false (default): Sends a normal request, returns the HTTP_2xx status code after the check, and directly performs the operation.
50
- :param pulumi.Input[str] ipv6_address_type: The address type of Ipv6.
51
- :param pulumi.Input[str] load_balancer_name: The name of the resource.
52
- :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify the Protection Configuration. See `modification_protection_config` below.
37
+ :param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
38
+ :param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
39
+ :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`.
40
+ :param pulumi.Input[str] vpc_id: The ID of the VPC.
41
+ :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.
42
+ :param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The configuration of the access log. See `access_log_config` below.
43
+ :param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
44
+ :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
45
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
46
+ :param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
47
+ :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
48
+ :param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
49
+ :param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
50
+ :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
53
51
  :param pulumi.Input[str] resource_group_id: The ID of the resource group.
54
- :param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource.
52
+ :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
55
53
  """
56
54
  pulumi.set(__self__, "address_type", address_type)
57
55
  pulumi.set(__self__, "load_balancer_billing_config", load_balancer_billing_config)
@@ -85,7 +83,7 @@ class LoadBalancerArgs:
85
83
  @pulumi.getter(name="addressType")
86
84
  def address_type(self) -> pulumi.Input[str]:
87
85
  """
88
- The type of IP address that the SLB instance uses to provide services.
86
+ The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
89
87
  """
90
88
  return pulumi.get(self, "address_type")
91
89
 
@@ -97,7 +95,7 @@ class LoadBalancerArgs:
97
95
  @pulumi.getter(name="loadBalancerBillingConfig")
98
96
  def load_balancer_billing_config(self) -> pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs']:
99
97
  """
100
- The configuration of the billing method. See `load_balancer_billing_config` below.
98
+ The billing method of the ALB instance. See `load_balancer_billing_config` below.
101
99
  """
102
100
  return pulumi.get(self, "load_balancer_billing_config")
103
101
 
@@ -109,7 +107,7 @@ class LoadBalancerArgs:
109
107
  @pulumi.getter(name="loadBalancerEdition")
110
108
  def load_balancer_edition(self) -> pulumi.Input[str]:
111
109
  """
112
- The edition of the ALB instance.
110
+ 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`.
113
111
  """
114
112
  return pulumi.get(self, "load_balancer_edition")
115
113
 
@@ -121,7 +119,7 @@ class LoadBalancerArgs:
121
119
  @pulumi.getter(name="vpcId")
122
120
  def vpc_id(self) -> pulumi.Input[str]:
123
121
  """
124
- The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
122
+ The ID of the VPC.
125
123
  """
126
124
  return pulumi.get(self, "vpc_id")
127
125
 
@@ -133,7 +131,7 @@ class LoadBalancerArgs:
133
131
  @pulumi.getter(name="zoneMappings")
134
132
  def zone_mappings(self) -> pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]]:
135
133
  """
136
- The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
134
+ The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
137
135
  """
138
136
  return pulumi.get(self, "zone_mappings")
139
137
 
@@ -145,7 +143,7 @@ class LoadBalancerArgs:
145
143
  @pulumi.getter(name="accessLogConfig")
146
144
  def access_log_config(self) -> Optional[pulumi.Input['LoadBalancerAccessLogConfigArgs']]:
147
145
  """
148
- The Access Logging Configuration Structure. See `access_log_config` below.
146
+ The configuration of the access log. See `access_log_config` below.
149
147
  """
150
148
  return pulumi.get(self, "access_log_config")
151
149
 
@@ -157,7 +155,7 @@ class LoadBalancerArgs:
157
155
  @pulumi.getter(name="addressAllocatedMode")
158
156
  def address_allocated_mode(self) -> Optional[pulumi.Input[str]]:
159
157
  """
160
- 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.
158
+ The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
161
159
  """
162
160
  return pulumi.get(self, "address_allocated_mode")
163
161
 
@@ -169,9 +167,7 @@ class LoadBalancerArgs:
169
167
  @pulumi.getter(name="addressIpVersion")
170
168
  def address_ip_version(self) -> Optional[pulumi.Input[str]]:
171
169
  """
172
- The protocol version. Value:
173
- - **IPv4**:IPv4 type.
174
- - **DualStack**: the dual-stack type.
170
+ The protocol version. Valid values: `IPv4`, `DualStack`.
175
171
  """
176
172
  return pulumi.get(self, "address_ip_version")
177
173
 
@@ -183,7 +179,7 @@ class LoadBalancerArgs:
183
179
  @pulumi.getter(name="bandwidthPackageId")
184
180
  def bandwidth_package_id(self) -> Optional[pulumi.Input[str]]:
185
181
  """
186
- The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
182
+ The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
187
183
  """
188
184
  return pulumi.get(self, "bandwidth_package_id")
189
185
 
@@ -195,7 +191,7 @@ class LoadBalancerArgs:
195
191
  @pulumi.getter(name="deletionProtectionEnabled")
196
192
  def deletion_protection_enabled(self) -> Optional[pulumi.Input[bool]]:
197
193
  """
198
- Whether to enable delete protection. Value:true: on.false (default): Off.
194
+ Specifies whether to enable deletion protection. Default value: `false`. Valid values:
199
195
  """
200
196
  return pulumi.get(self, "deletion_protection_enabled")
201
197
 
@@ -207,7 +203,7 @@ class LoadBalancerArgs:
207
203
  @pulumi.getter(name="dryRun")
208
204
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
209
205
  """
210
- Whether to PreCheck only this request, value:true: sends a check request and does not create a resource. Check items include whether required parameters are filled in, request format, and business restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code DryRunOperation is returned.false (default): Sends a normal request, returns the HTTP_2xx status code after the check, and directly performs the operation.
206
+ Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
211
207
  """
212
208
  return pulumi.get(self, "dry_run")
213
209
 
@@ -219,7 +215,7 @@ class LoadBalancerArgs:
219
215
  @pulumi.getter(name="ipv6AddressType")
220
216
  def ipv6_address_type(self) -> Optional[pulumi.Input[str]]:
221
217
  """
222
- The address type of Ipv6.
218
+ The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
223
219
  """
224
220
  return pulumi.get(self, "ipv6_address_type")
225
221
 
@@ -231,7 +227,7 @@ class LoadBalancerArgs:
231
227
  @pulumi.getter(name="loadBalancerName")
232
228
  def load_balancer_name(self) -> Optional[pulumi.Input[str]]:
233
229
  """
234
- The name of the resource.
230
+ The name of the ALB instance.
235
231
  """
236
232
  return pulumi.get(self, "load_balancer_name")
237
233
 
@@ -243,7 +239,7 @@ class LoadBalancerArgs:
243
239
  @pulumi.getter(name="modificationProtectionConfig")
244
240
  def modification_protection_config(self) -> Optional[pulumi.Input['LoadBalancerModificationProtectionConfigArgs']]:
245
241
  """
246
- Modify the Protection Configuration. See `modification_protection_config` below.
242
+ The configuration of the read-only mode. See `modification_protection_config` below.
247
243
  """
248
244
  return pulumi.get(self, "modification_protection_config")
249
245
 
@@ -267,7 +263,7 @@ class LoadBalancerArgs:
267
263
  @pulumi.getter
268
264
  def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
269
265
  """
270
- The tag of the resource.
266
+ A mapping of tags to assign to the resource.
271
267
  """
272
268
  return pulumi.get(self, "tags")
273
269
 
@@ -300,27 +296,25 @@ class _LoadBalancerState:
300
296
  zone_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]]] = None):
301
297
  """
302
298
  Input properties used for looking up and filtering LoadBalancer resources.
303
- :param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The Access Logging Configuration Structure. See `access_log_config` below.
304
- :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.
305
- :param pulumi.Input[str] address_ip_version: The protocol version. Value:
306
- - **IPv4**:IPv4 type.
307
- - **DualStack**: the dual-stack type.
308
- :param pulumi.Input[str] address_type: The type of IP address that the SLB instance uses to provide services.
309
- :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.
310
- :param pulumi.Input[str] create_time: The creation time of the resource.
311
- :param pulumi.Input[bool] deletion_protection_enabled: Whether to enable delete protection. Value:true: on.false (default): Off.
312
- :param pulumi.Input[str] dns_name: The domain name of the ALB instance. **NOTE:** Available in v1.158.0+.
313
- :param pulumi.Input[bool] dry_run: Whether to PreCheck only this request, value:true: sends a check request and does not create a resource. Check items include whether required parameters are filled in, request format, and business restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code DryRunOperation is returned.false (default): Sends a normal request, returns the HTTP_2xx status code after the check, and directly performs the operation.
314
- :param pulumi.Input[str] ipv6_address_type: The address type of Ipv6.
315
- :param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The configuration of the billing method. See `load_balancer_billing_config` below.
316
- :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance.
317
- :param pulumi.Input[str] load_balancer_name: The name of the resource.
318
- :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify the Protection Configuration. See `modification_protection_config` below.
299
+ :param pulumi.Input['LoadBalancerAccessLogConfigArgs'] access_log_config: The configuration of the access log. See `access_log_config` below.
300
+ :param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
301
+ :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
302
+ :param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
303
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
304
+ :param pulumi.Input[str] create_time: The time when the resource was created.
305
+ :param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
306
+ :param pulumi.Input[str] dns_name: (Available since v1.158.0) The domain name of the ALB instance.
307
+ :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
308
+ :param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
309
+ :param pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs'] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
310
+ :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`.
311
+ :param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
312
+ :param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
319
313
  :param pulumi.Input[str] resource_group_id: The ID of the resource group.
320
- :param pulumi.Input[str] status: Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
321
- :param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource.
322
- :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
323
- :param pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]] zone_mappings: The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
314
+ :param pulumi.Input[str] status: The status of the Load Balancer.
315
+ :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
316
+ :param pulumi.Input[str] vpc_id: The ID of the VPC.
317
+ :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.
324
318
  """
325
319
  if access_log_config is not None:
326
320
  pulumi.set(__self__, "access_log_config", access_log_config)
@@ -365,7 +359,7 @@ class _LoadBalancerState:
365
359
  @pulumi.getter(name="accessLogConfig")
366
360
  def access_log_config(self) -> Optional[pulumi.Input['LoadBalancerAccessLogConfigArgs']]:
367
361
  """
368
- The Access Logging Configuration Structure. See `access_log_config` below.
362
+ The configuration of the access log. See `access_log_config` below.
369
363
  """
370
364
  return pulumi.get(self, "access_log_config")
371
365
 
@@ -377,7 +371,7 @@ class _LoadBalancerState:
377
371
  @pulumi.getter(name="addressAllocatedMode")
378
372
  def address_allocated_mode(self) -> Optional[pulumi.Input[str]]:
379
373
  """
380
- 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.
374
+ The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
381
375
  """
382
376
  return pulumi.get(self, "address_allocated_mode")
383
377
 
@@ -389,9 +383,7 @@ class _LoadBalancerState:
389
383
  @pulumi.getter(name="addressIpVersion")
390
384
  def address_ip_version(self) -> Optional[pulumi.Input[str]]:
391
385
  """
392
- The protocol version. Value:
393
- - **IPv4**:IPv4 type.
394
- - **DualStack**: the dual-stack type.
386
+ The protocol version. Valid values: `IPv4`, `DualStack`.
395
387
  """
396
388
  return pulumi.get(self, "address_ip_version")
397
389
 
@@ -403,7 +395,7 @@ class _LoadBalancerState:
403
395
  @pulumi.getter(name="addressType")
404
396
  def address_type(self) -> Optional[pulumi.Input[str]]:
405
397
  """
406
- The type of IP address that the SLB instance uses to provide services.
398
+ The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
407
399
  """
408
400
  return pulumi.get(self, "address_type")
409
401
 
@@ -415,7 +407,7 @@ class _LoadBalancerState:
415
407
  @pulumi.getter(name="bandwidthPackageId")
416
408
  def bandwidth_package_id(self) -> Optional[pulumi.Input[str]]:
417
409
  """
418
- The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
410
+ The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
419
411
  """
420
412
  return pulumi.get(self, "bandwidth_package_id")
421
413
 
@@ -427,7 +419,7 @@ class _LoadBalancerState:
427
419
  @pulumi.getter(name="createTime")
428
420
  def create_time(self) -> Optional[pulumi.Input[str]]:
429
421
  """
430
- The creation time of the resource.
422
+ The time when the resource was created.
431
423
  """
432
424
  return pulumi.get(self, "create_time")
433
425
 
@@ -439,7 +431,7 @@ class _LoadBalancerState:
439
431
  @pulumi.getter(name="deletionProtectionEnabled")
440
432
  def deletion_protection_enabled(self) -> Optional[pulumi.Input[bool]]:
441
433
  """
442
- Whether to enable delete protection. Value:true: on.false (default): Off.
434
+ Specifies whether to enable deletion protection. Default value: `false`. Valid values:
443
435
  """
444
436
  return pulumi.get(self, "deletion_protection_enabled")
445
437
 
@@ -451,7 +443,7 @@ class _LoadBalancerState:
451
443
  @pulumi.getter(name="dnsName")
452
444
  def dns_name(self) -> Optional[pulumi.Input[str]]:
453
445
  """
454
- The domain name of the ALB instance. **NOTE:** Available in v1.158.0+.
446
+ (Available since v1.158.0) The domain name of the ALB instance.
455
447
  """
456
448
  return pulumi.get(self, "dns_name")
457
449
 
@@ -463,7 +455,7 @@ class _LoadBalancerState:
463
455
  @pulumi.getter(name="dryRun")
464
456
  def dry_run(self) -> Optional[pulumi.Input[bool]]:
465
457
  """
466
- Whether to PreCheck only this request, value:true: sends a check request and does not create a resource. Check items include whether required parameters are filled in, request format, and business restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code DryRunOperation is returned.false (default): Sends a normal request, returns the HTTP_2xx status code after the check, and directly performs the operation.
458
+ Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
467
459
  """
468
460
  return pulumi.get(self, "dry_run")
469
461
 
@@ -475,7 +467,7 @@ class _LoadBalancerState:
475
467
  @pulumi.getter(name="ipv6AddressType")
476
468
  def ipv6_address_type(self) -> Optional[pulumi.Input[str]]:
477
469
  """
478
- The address type of Ipv6.
470
+ The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
479
471
  """
480
472
  return pulumi.get(self, "ipv6_address_type")
481
473
 
@@ -487,7 +479,7 @@ class _LoadBalancerState:
487
479
  @pulumi.getter(name="loadBalancerBillingConfig")
488
480
  def load_balancer_billing_config(self) -> Optional[pulumi.Input['LoadBalancerLoadBalancerBillingConfigArgs']]:
489
481
  """
490
- The configuration of the billing method. See `load_balancer_billing_config` below.
482
+ The billing method of the ALB instance. See `load_balancer_billing_config` below.
491
483
  """
492
484
  return pulumi.get(self, "load_balancer_billing_config")
493
485
 
@@ -499,7 +491,7 @@ class _LoadBalancerState:
499
491
  @pulumi.getter(name="loadBalancerEdition")
500
492
  def load_balancer_edition(self) -> Optional[pulumi.Input[str]]:
501
493
  """
502
- The edition of the ALB instance.
494
+ 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`.
503
495
  """
504
496
  return pulumi.get(self, "load_balancer_edition")
505
497
 
@@ -511,7 +503,7 @@ class _LoadBalancerState:
511
503
  @pulumi.getter(name="loadBalancerName")
512
504
  def load_balancer_name(self) -> Optional[pulumi.Input[str]]:
513
505
  """
514
- The name of the resource.
506
+ The name of the ALB instance.
515
507
  """
516
508
  return pulumi.get(self, "load_balancer_name")
517
509
 
@@ -523,7 +515,7 @@ class _LoadBalancerState:
523
515
  @pulumi.getter(name="modificationProtectionConfig")
524
516
  def modification_protection_config(self) -> Optional[pulumi.Input['LoadBalancerModificationProtectionConfigArgs']]:
525
517
  """
526
- Modify the Protection Configuration. See `modification_protection_config` below.
518
+ The configuration of the read-only mode. See `modification_protection_config` below.
527
519
  """
528
520
  return pulumi.get(self, "modification_protection_config")
529
521
 
@@ -547,7 +539,7 @@ class _LoadBalancerState:
547
539
  @pulumi.getter
548
540
  def status(self) -> Optional[pulumi.Input[str]]:
549
541
  """
550
- Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
542
+ The status of the Load Balancer.
551
543
  """
552
544
  return pulumi.get(self, "status")
553
545
 
@@ -559,7 +551,7 @@ class _LoadBalancerState:
559
551
  @pulumi.getter
560
552
  def tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
561
553
  """
562
- The tag of the resource.
554
+ A mapping of tags to assign to the resource.
563
555
  """
564
556
  return pulumi.get(self, "tags")
565
557
 
@@ -571,7 +563,7 @@ class _LoadBalancerState:
571
563
  @pulumi.getter(name="vpcId")
572
564
  def vpc_id(self) -> Optional[pulumi.Input[str]]:
573
565
  """
574
- The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
566
+ The ID of the VPC.
575
567
  """
576
568
  return pulumi.get(self, "vpc_id")
577
569
 
@@ -583,7 +575,7 @@ class _LoadBalancerState:
583
575
  @pulumi.getter(name="zoneMappings")
584
576
  def zone_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['LoadBalancerZoneMappingArgs']]]]:
585
577
  """
586
- The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
578
+ The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
587
579
  """
588
580
  return pulumi.get(self, "zone_mappings")
589
581
 
@@ -631,24 +623,22 @@ class LoadBalancer(pulumi.CustomResource):
631
623
 
632
624
  :param str resource_name: The name of the resource.
633
625
  :param pulumi.ResourceOptions opts: Options for the resource.
634
- :param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The Access Logging Configuration Structure. See `access_log_config` below.
635
- :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.
636
- :param pulumi.Input[str] address_ip_version: The protocol version. Value:
637
- - **IPv4**:IPv4 type.
638
- - **DualStack**: the dual-stack type.
639
- :param pulumi.Input[str] address_type: The type of IP address that the SLB instance uses to provide services.
640
- :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.
641
- :param pulumi.Input[bool] deletion_protection_enabled: Whether to enable delete protection. Value:true: on.false (default): Off.
642
- :param pulumi.Input[bool] dry_run: Whether to PreCheck only this request, value:true: sends a check request and does not create a resource. Check items include whether required parameters are filled in, request format, and business restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code DryRunOperation is returned.false (default): Sends a normal request, returns the HTTP_2xx status code after the check, and directly performs the operation.
643
- :param pulumi.Input[str] ipv6_address_type: The address type of Ipv6.
644
- :param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The configuration of the billing method. See `load_balancer_billing_config` below.
645
- :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance.
646
- :param pulumi.Input[str] load_balancer_name: The name of the resource.
647
- :param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: Modify the Protection Configuration. See `modification_protection_config` below.
626
+ :param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The configuration of the access log. See `access_log_config` below.
627
+ :param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
628
+ :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
629
+ :param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
630
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
631
+ :param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
632
+ :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
633
+ :param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
634
+ :param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
635
+ :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`.
636
+ :param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
637
+ :param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
648
638
  :param pulumi.Input[str] resource_group_id: The ID of the resource group.
649
- :param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource.
650
- :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
651
- :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.
639
+ :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
640
+ :param pulumi.Input[str] vpc_id: The ID of the VPC.
641
+ :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.
652
642
  """
653
643
  ...
654
644
  @overload
@@ -776,27 +766,25 @@ class LoadBalancer(pulumi.CustomResource):
776
766
  :param str resource_name: The unique name of the resulting resource.
777
767
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
778
768
  :param pulumi.ResourceOptions opts: Options for the resource.
779
- :param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The Access Logging Configuration Structure. See `access_log_config` below.
780
- :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.
781
- :param pulumi.Input[str] address_ip_version: The protocol version. Value:
782
- - **IPv4**:IPv4 type.
783
- - **DualStack**: the dual-stack type.
784
- :param pulumi.Input[str] address_type: The type of IP address that the SLB instance uses to provide services.
785
- :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.
786
- :param pulumi.Input[str] create_time: The creation time of the resource.
787
- :param pulumi.Input[bool] deletion_protection_enabled: Whether to enable delete protection. Value:true: on.false (default): Off.
788
- :param pulumi.Input[str] dns_name: The domain name of the ALB instance. **NOTE:** Available in v1.158.0+.
789
- :param pulumi.Input[bool] dry_run: Whether to PreCheck only this request, value:true: sends a check request and does not create a resource. Check items include whether required parameters are filled in, request format, and business restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code DryRunOperation is returned.false (default): Sends a normal request, returns the HTTP_2xx status code after the check, and directly performs the operation.
790
- :param pulumi.Input[str] ipv6_address_type: The address type of Ipv6.
791
- :param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The configuration of the billing method. See `load_balancer_billing_config` below.
792
- :param pulumi.Input[str] load_balancer_edition: The edition of the ALB instance.
793
- :param pulumi.Input[str] load_balancer_name: The name of the resource.
794
- :param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: Modify the Protection Configuration. See `modification_protection_config` below.
769
+ :param pulumi.Input[Union['LoadBalancerAccessLogConfigArgs', 'LoadBalancerAccessLogConfigArgsDict']] access_log_config: The configuration of the access log. See `access_log_config` below.
770
+ :param pulumi.Input[str] address_allocated_mode: The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
771
+ :param pulumi.Input[str] address_ip_version: The protocol version. Valid values: `IPv4`, `DualStack`.
772
+ :param pulumi.Input[str] address_type: The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
773
+ :param pulumi.Input[str] bandwidth_package_id: The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
774
+ :param pulumi.Input[str] create_time: The time when the resource was created.
775
+ :param pulumi.Input[bool] deletion_protection_enabled: Specifies whether to enable deletion protection. Default value: `false`. Valid values:
776
+ :param pulumi.Input[str] dns_name: (Available since v1.158.0) The domain name of the ALB instance.
777
+ :param pulumi.Input[bool] dry_run: Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
778
+ :param pulumi.Input[str] ipv6_address_type: The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
779
+ :param pulumi.Input[Union['LoadBalancerLoadBalancerBillingConfigArgs', 'LoadBalancerLoadBalancerBillingConfigArgsDict']] load_balancer_billing_config: The billing method of the ALB instance. See `load_balancer_billing_config` below.
780
+ :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`.
781
+ :param pulumi.Input[str] load_balancer_name: The name of the ALB instance.
782
+ :param pulumi.Input[Union['LoadBalancerModificationProtectionConfigArgs', 'LoadBalancerModificationProtectionConfigArgsDict']] modification_protection_config: The configuration of the read-only mode. See `modification_protection_config` below.
795
783
  :param pulumi.Input[str] resource_group_id: The ID of the resource group.
796
- :param pulumi.Input[str] status: Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
797
- :param pulumi.Input[Mapping[str, Any]] tags: The tag of the resource.
798
- :param pulumi.Input[str] vpc_id: The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
799
- :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.
784
+ :param pulumi.Input[str] status: The status of the Load Balancer.
785
+ :param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
786
+ :param pulumi.Input[str] vpc_id: The ID of the VPC.
787
+ :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.
800
788
  """
801
789
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
802
790
 
@@ -827,7 +815,7 @@ class LoadBalancer(pulumi.CustomResource):
827
815
  @pulumi.getter(name="accessLogConfig")
828
816
  def access_log_config(self) -> pulumi.Output[Optional['outputs.LoadBalancerAccessLogConfig']]:
829
817
  """
830
- The Access Logging Configuration Structure. See `access_log_config` below.
818
+ The configuration of the access log. See `access_log_config` below.
831
819
  """
832
820
  return pulumi.get(self, "access_log_config")
833
821
 
@@ -835,7 +823,7 @@ class LoadBalancer(pulumi.CustomResource):
835
823
  @pulumi.getter(name="addressAllocatedMode")
836
824
  def address_allocated_mode(self) -> pulumi.Output[Optional[str]]:
837
825
  """
838
- 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.
826
+ The mode in which IP addresses are allocated. Valid values: `Fixed`, `Dynamic`.
839
827
  """
840
828
  return pulumi.get(self, "address_allocated_mode")
841
829
 
@@ -843,9 +831,7 @@ class LoadBalancer(pulumi.CustomResource):
843
831
  @pulumi.getter(name="addressIpVersion")
844
832
  def address_ip_version(self) -> pulumi.Output[str]:
845
833
  """
846
- The protocol version. Value:
847
- - **IPv4**:IPv4 type.
848
- - **DualStack**: the dual-stack type.
834
+ The protocol version. Valid values: `IPv4`, `DualStack`.
849
835
  """
850
836
  return pulumi.get(self, "address_ip_version")
851
837
 
@@ -853,15 +839,15 @@ class LoadBalancer(pulumi.CustomResource):
853
839
  @pulumi.getter(name="addressType")
854
840
  def address_type(self) -> pulumi.Output[str]:
855
841
  """
856
- The type of IP address that the SLB instance uses to provide services.
842
+ The type of the address of the ALB instance. Valid values: `Internet`, `Intranet`.
857
843
  """
858
844
  return pulumi.get(self, "address_type")
859
845
 
860
846
  @property
861
847
  @pulumi.getter(name="bandwidthPackageId")
862
- def bandwidth_package_id(self) -> pulumi.Output[str]:
848
+ def bandwidth_package_id(self) -> pulumi.Output[Optional[str]]:
863
849
  """
864
- The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
850
+ The ID of the Internet Shared Bandwidth instance that is associated with the Internet-facing ALB instance.
865
851
  """
866
852
  return pulumi.get(self, "bandwidth_package_id")
867
853
 
@@ -869,7 +855,7 @@ class LoadBalancer(pulumi.CustomResource):
869
855
  @pulumi.getter(name="createTime")
870
856
  def create_time(self) -> pulumi.Output[str]:
871
857
  """
872
- The creation time of the resource.
858
+ The time when the resource was created.
873
859
  """
874
860
  return pulumi.get(self, "create_time")
875
861
 
@@ -877,7 +863,7 @@ class LoadBalancer(pulumi.CustomResource):
877
863
  @pulumi.getter(name="deletionProtectionEnabled")
878
864
  def deletion_protection_enabled(self) -> pulumi.Output[Optional[bool]]:
879
865
  """
880
- Whether to enable delete protection. Value:true: on.false (default): Off.
866
+ Specifies whether to enable deletion protection. Default value: `false`. Valid values:
881
867
  """
882
868
  return pulumi.get(self, "deletion_protection_enabled")
883
869
 
@@ -885,7 +871,7 @@ class LoadBalancer(pulumi.CustomResource):
885
871
  @pulumi.getter(name="dnsName")
886
872
  def dns_name(self) -> pulumi.Output[str]:
887
873
  """
888
- The domain name of the ALB instance. **NOTE:** Available in v1.158.0+.
874
+ (Available since v1.158.0) The domain name of the ALB instance.
889
875
  """
890
876
  return pulumi.get(self, "dns_name")
891
877
 
@@ -893,7 +879,7 @@ class LoadBalancer(pulumi.CustomResource):
893
879
  @pulumi.getter(name="dryRun")
894
880
  def dry_run(self) -> pulumi.Output[Optional[bool]]:
895
881
  """
896
- Whether to PreCheck only this request, value:true: sends a check request and does not create a resource. Check items include whether required parameters are filled in, request format, and business restrictions. If the check fails, the corresponding error is returned. If the check passes, the error code DryRunOperation is returned.false (default): Sends a normal request, returns the HTTP_2xx status code after the check, and directly performs the operation.
882
+ Specifies whether to perform a dry run. Default value: `false`. Valid values: `true`, `false`.
897
883
  """
898
884
  return pulumi.get(self, "dry_run")
899
885
 
@@ -901,7 +887,7 @@ class LoadBalancer(pulumi.CustomResource):
901
887
  @pulumi.getter(name="ipv6AddressType")
902
888
  def ipv6_address_type(self) -> pulumi.Output[str]:
903
889
  """
904
- The address type of Ipv6.
890
+ The address type of the Ipv6 address. Valid values: `Internet`, `Intranet`.
905
891
  """
906
892
  return pulumi.get(self, "ipv6_address_type")
907
893
 
@@ -909,7 +895,7 @@ class LoadBalancer(pulumi.CustomResource):
909
895
  @pulumi.getter(name="loadBalancerBillingConfig")
910
896
  def load_balancer_billing_config(self) -> pulumi.Output['outputs.LoadBalancerLoadBalancerBillingConfig']:
911
897
  """
912
- The configuration of the billing method. See `load_balancer_billing_config` below.
898
+ The billing method of the ALB instance. See `load_balancer_billing_config` below.
913
899
  """
914
900
  return pulumi.get(self, "load_balancer_billing_config")
915
901
 
@@ -917,7 +903,7 @@ class LoadBalancer(pulumi.CustomResource):
917
903
  @pulumi.getter(name="loadBalancerEdition")
918
904
  def load_balancer_edition(self) -> pulumi.Output[str]:
919
905
  """
920
- The edition of the ALB instance.
906
+ 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`.
921
907
  """
922
908
  return pulumi.get(self, "load_balancer_edition")
923
909
 
@@ -925,7 +911,7 @@ class LoadBalancer(pulumi.CustomResource):
925
911
  @pulumi.getter(name="loadBalancerName")
926
912
  def load_balancer_name(self) -> pulumi.Output[Optional[str]]:
927
913
  """
928
- The name of the resource.
914
+ The name of the ALB instance.
929
915
  """
930
916
  return pulumi.get(self, "load_balancer_name")
931
917
 
@@ -933,7 +919,7 @@ class LoadBalancer(pulumi.CustomResource):
933
919
  @pulumi.getter(name="modificationProtectionConfig")
934
920
  def modification_protection_config(self) -> pulumi.Output['outputs.LoadBalancerModificationProtectionConfig']:
935
921
  """
936
- Modify the Protection Configuration. See `modification_protection_config` below.
922
+ The configuration of the read-only mode. See `modification_protection_config` below.
937
923
  """
938
924
  return pulumi.get(self, "modification_protection_config")
939
925
 
@@ -949,15 +935,15 @@ class LoadBalancer(pulumi.CustomResource):
949
935
  @pulumi.getter
950
936
  def status(self) -> pulumi.Output[str]:
951
937
  """
952
- Server Load Balancer Instance Status:, indicating that the instance listener will no longer forward traffic.(default).
938
+ The status of the Load Balancer.
953
939
  """
954
940
  return pulumi.get(self, "status")
955
941
 
956
942
  @property
957
943
  @pulumi.getter
958
- def tags(self) -> pulumi.Output[Mapping[str, Any]]:
944
+ def tags(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
959
945
  """
960
- The tag of the resource.
946
+ A mapping of tags to assign to the resource.
961
947
  """
962
948
  return pulumi.get(self, "tags")
963
949
 
@@ -965,7 +951,7 @@ class LoadBalancer(pulumi.CustomResource):
965
951
  @pulumi.getter(name="vpcId")
966
952
  def vpc_id(self) -> pulumi.Output[str]:
967
953
  """
968
- The ID of the virtual private cloud (VPC) where the SLB instance is deployed.
954
+ The ID of the VPC.
969
955
  """
970
956
  return pulumi.get(self, "vpc_id")
971
957
 
@@ -973,7 +959,7 @@ class LoadBalancer(pulumi.CustomResource):
973
959
  @pulumi.getter(name="zoneMappings")
974
960
  def zone_mappings(self) -> pulumi.Output[Sequence['outputs.LoadBalancerZoneMapping']]:
975
961
  """
976
- The zones and vSwitches. You must specify at least two zones. See `zone_mappings` below.
962
+ The list of zones and vSwitch mappings. You must specify at least two zones. See `zone_mappings` below.
977
963
  """
978
964
  return pulumi.get(self, "zone_mappings")
979
965