pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__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.
Files changed (260) hide show
  1. pulumi_alicloud/actiontrail/outputs.py +4 -0
  2. pulumi_alicloud/adb/db_cluster.py +14 -0
  3. pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
  4. pulumi_alicloud/alb/_inputs.py +34 -0
  5. pulumi_alicloud/alb/get_acls.py +2 -2
  6. pulumi_alicloud/alb/get_security_policies.py +4 -4
  7. pulumi_alicloud/alb/outputs.py +188 -10
  8. pulumi_alicloud/alb/rule.py +14 -0
  9. pulumi_alicloud/alb/server_group.py +21 -0
  10. pulumi_alicloud/amqp/get_instances.py +2 -2
  11. pulumi_alicloud/apigateway/get_log_configs.py +2 -2
  12. pulumi_alicloud/apigateway/get_plugins.py +6 -6
  13. pulumi_alicloud/arms/outputs.py +20 -0
  14. pulumi_alicloud/bastionhost/get_users.py +4 -4
  15. pulumi_alicloud/bastionhost/host.py +28 -7
  16. pulumi_alicloud/bastionhost/instance.py +14 -0
  17. pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
  18. pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
  19. pulumi_alicloud/cddc/outputs.py +0 -6
  20. pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
  21. pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
  22. pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
  23. pulumi_alicloud/cen/outputs.py +6 -0
  24. pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
  25. pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
  26. pulumi_alicloud/cfg/aggregator.py +14 -0
  27. pulumi_alicloud/clickhouse/outputs.py +34 -4
  28. pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
  29. pulumi_alicloud/cloudfirewall/instance.py +28 -0
  30. pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
  31. pulumi_alicloud/cloudsso/get_groups.py +2 -2
  32. pulumi_alicloud/cloudsso/outputs.py +104 -2
  33. pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
  34. pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
  35. pulumi_alicloud/cms/_inputs.py +16 -0
  36. pulumi_alicloud/cms/get_event_rules.py +2 -2
  37. pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
  38. pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
  39. pulumi_alicloud/cms/get_monitor_groups.py +2 -4
  40. pulumi_alicloud/cms/outputs.py +216 -0
  41. pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
  42. pulumi_alicloud/cr/get_chart_repositories.py +2 -2
  43. pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
  44. pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
  45. pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
  46. pulumi_alicloud/cr/outputs.py +4 -0
  47. pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
  48. pulumi_alicloud/cs/_inputs.py +244 -16
  49. pulumi_alicloud/cs/edge_kubernetes.py +29 -15
  50. pulumi_alicloud/cs/kubernetes.py +54 -7
  51. pulumi_alicloud/cs/managed_kubernetes.py +34 -0
  52. pulumi_alicloud/cs/node_pool.py +105 -0
  53. pulumi_alicloud/cs/outputs.py +266 -16
  54. pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
  55. pulumi_alicloud/databasefilesystem/outputs.py +6 -0
  56. pulumi_alicloud/dbs/get_backup_plans.py +2 -2
  57. pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
  58. pulumi_alicloud/dcdn/outputs.py +10 -0
  59. pulumi_alicloud/ddos/domain_resource.py +21 -0
  60. pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
  61. pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
  62. pulumi_alicloud/dfs/outputs.py +10 -0
  63. pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
  64. pulumi_alicloud/directmail/get_receivers.py +2 -2
  65. pulumi_alicloud/dns/_inputs.py +16 -0
  66. pulumi_alicloud/dns/get_access_strategies.py +6 -2
  67. pulumi_alicloud/dns/outputs.py +68 -2
  68. pulumi_alicloud/dns/record.py +4 -0
  69. pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
  70. pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
  71. pulumi_alicloud/dts/instance.py +21 -0
  72. pulumi_alicloud/eais/get_instances.py +2 -2
  73. pulumi_alicloud/ebs/outputs.py +6 -0
  74. pulumi_alicloud/eci/get_container_groups.py +6 -8
  75. pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
  76. pulumi_alicloud/eci/outputs.py +26 -26
  77. pulumi_alicloud/ecs/_inputs.py +63 -1
  78. pulumi_alicloud/ecs/disk.py +28 -7
  79. pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
  80. pulumi_alicloud/ecs/ecs_disk.py +28 -7
  81. pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
  82. pulumi_alicloud/ecs/eip.py +68 -0
  83. pulumi_alicloud/ecs/eip_address.py +199 -7
  84. pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
  85. pulumi_alicloud/ecs/get_commands.py +4 -4
  86. pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
  87. pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
  88. pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
  89. pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
  90. pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
  91. pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
  92. pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
  93. pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
  94. pulumi_alicloud/ecs/get_images.py +20 -4
  95. pulumi_alicloud/ecs/instance.py +222 -126
  96. pulumi_alicloud/ecs/outputs.py +217 -93
  97. pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
  98. pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
  99. pulumi_alicloud/eds/get_desktop_types.py +4 -4
  100. pulumi_alicloud/eds/get_desktops.py +2 -4
  101. pulumi_alicloud/eds/get_images.py +2 -2
  102. pulumi_alicloud/eds/get_ram_directories.py +2 -2
  103. pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
  104. pulumi_alicloud/eds/get_users.py +2 -2
  105. pulumi_alicloud/eds/outputs.py +58 -4
  106. pulumi_alicloud/ehpc/cluster.py +70 -0
  107. pulumi_alicloud/ehpc/outputs.py +112 -2
  108. pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
  109. pulumi_alicloud/emr/get_clusters.py +8 -8
  110. pulumi_alicloud/emr/outputs.py +18 -32
  111. pulumi_alicloud/emrv2/get_clusters.py +4 -4
  112. pulumi_alicloud/ess/_inputs.py +2 -2
  113. pulumi_alicloud/ess/outputs.py +2 -2
  114. pulumi_alicloud/ess/scaling_group.py +7 -7
  115. pulumi_alicloud/eventbridge/_inputs.py +4 -0
  116. pulumi_alicloud/eventbridge/get_rules.py +2 -2
  117. pulumi_alicloud/eventbridge/outputs.py +4 -0
  118. pulumi_alicloud/expressconnect/get_access_points.py +2 -2
  119. pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
  120. pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
  121. pulumi_alicloud/fnf/get_executions.py +2 -2
  122. pulumi_alicloud/ga/_inputs.py +12 -0
  123. pulumi_alicloud/ga/accelerator.py +49 -0
  124. pulumi_alicloud/ga/bandwidth_package.py +21 -0
  125. pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
  126. pulumi_alicloud/ga/endpoint_group.py +28 -0
  127. pulumi_alicloud/ga/get_accelerators.py +4 -0
  128. pulumi_alicloud/ga/get_acls.py +2 -2
  129. pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
  130. pulumi_alicloud/ga/get_ip_sets.py +2 -2
  131. pulumi_alicloud/ga/get_listeners.py +2 -2
  132. pulumi_alicloud/ga/listener.py +28 -0
  133. pulumi_alicloud/ga/outputs.py +14 -2
  134. pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
  135. pulumi_alicloud/gpdb/get_instances.py +2 -4
  136. pulumi_alicloud/graphdatabase/outputs.py +14 -0
  137. pulumi_alicloud/hbr/_inputs.py +2 -0
  138. pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
  139. pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
  140. pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
  141. pulumi_alicloud/hbr/get_hana_instances.py +12 -4
  142. pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
  143. pulumi_alicloud/hbr/get_snapshots.py +14 -14
  144. pulumi_alicloud/hbr/get_vaults.py +4 -0
  145. pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
  146. pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
  147. pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
  148. pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
  149. pulumi_alicloud/hbr/outputs.py +68 -0
  150. pulumi_alicloud/hbr/server_backup_plan.py +7 -0
  151. pulumi_alicloud/hbr/vault.py +14 -0
  152. pulumi_alicloud/imp/get_app_templates.py +2 -2
  153. pulumi_alicloud/kms/instance.py +218 -128
  154. pulumi_alicloud/kms/key.py +133 -21
  155. pulumi_alicloud/kms/secret.py +28 -0
  156. pulumi_alicloud/kvstore/account.py +21 -7
  157. pulumi_alicloud/kvstore/get_accounts.py +2 -2
  158. pulumi_alicloud/kvstore/instance.py +14 -0
  159. pulumi_alicloud/lindorm/get_instances.py +2 -2
  160. pulumi_alicloud/log/_inputs.py +28 -6
  161. pulumi_alicloud/log/get_projects.py +2 -2
  162. pulumi_alicloud/log/outputs.py +28 -6
  163. pulumi_alicloud/message/service_queue.py +100 -82
  164. pulumi_alicloud/message/service_subscription.py +14 -0
  165. pulumi_alicloud/mongodb/get_accounts.py +4 -4
  166. pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
  167. pulumi_alicloud/mongodb/instance.py +56 -0
  168. pulumi_alicloud/mongodb/outputs.py +14 -0
  169. pulumi_alicloud/mongodb/sharding_instance.py +21 -0
  170. pulumi_alicloud/mse/cluster.py +28 -0
  171. pulumi_alicloud/mse/outputs.py +34 -0
  172. pulumi_alicloud/nas/access_rule.py +38 -18
  173. pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
  174. pulumi_alicloud/nas/data_flow.py +14 -0
  175. pulumi_alicloud/nas/file_system.py +14 -0
  176. pulumi_alicloud/nas/get_data_flows.py +2 -2
  177. pulumi_alicloud/nas/get_file_systems.py +4 -0
  178. pulumi_alicloud/nas/get_filesets.py +2 -2
  179. pulumi_alicloud/nas/get_snapshots.py +2 -2
  180. pulumi_alicloud/nas/outputs.py +4 -0
  181. pulumi_alicloud/nlb/get_load_balancers.py +10 -12
  182. pulumi_alicloud/nlb/get_security_policies.py +2 -4
  183. pulumi_alicloud/nlb/get_server_groups.py +4 -6
  184. pulumi_alicloud/nlb/load_balancer.py +14 -0
  185. pulumi_alicloud/nlb/server_group.py +56 -7
  186. pulumi_alicloud/ocean/get_base_instances.py +4 -4
  187. pulumi_alicloud/oos/get_parameters.py +6 -6
  188. pulumi_alicloud/oos/get_patch_baselines.py +4 -4
  189. pulumi_alicloud/oos/get_secret_parameters.py +4 -4
  190. pulumi_alicloud/oos/parameter.py +28 -0
  191. pulumi_alicloud/oos/secret_parameter.py +28 -0
  192. pulumi_alicloud/ots/instance.py +91 -0
  193. pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
  194. pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
  195. pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
  196. pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
  197. pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
  198. pulumi_alicloud/pulumi-plugin.json +1 -1
  199. pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
  200. pulumi_alicloud/quotas/_inputs.py +0 -10
  201. pulumi_alicloud/quotas/outputs.py +10 -10
  202. pulumi_alicloud/rds/get_accounts.py +2 -2
  203. pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
  204. pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
  205. pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
  206. pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
  207. pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
  208. pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
  209. pulumi_alicloud/ros/get_change_sets.py +2 -2
  210. pulumi_alicloud/ros/get_stack_groups.py +2 -2
  211. pulumi_alicloud/ros/get_stack_instances.py +12 -2
  212. pulumi_alicloud/ros/get_stacks.py +4 -4
  213. pulumi_alicloud/ros/get_templates.py +4 -4
  214. pulumi_alicloud/ros/outputs.py +68 -2
  215. pulumi_alicloud/ros/stack_instance.py +52 -4
  216. pulumi_alicloud/sae/get_config_maps.py +2 -2
  217. pulumi_alicloud/sae/get_ingresses.py +2 -2
  218. pulumi_alicloud/sae/outputs.py +274 -0
  219. pulumi_alicloud/scdn/get_domains.py +2 -2
  220. pulumi_alicloud/sddp/get_data_limits.py +4 -4
  221. pulumi_alicloud/sddp/get_rules.py +10 -10
  222. pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
  223. pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
  224. pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
  225. pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
  226. pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
  227. pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
  228. pulumi_alicloud/tsdb/get_instances.py +2 -2
  229. pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
  230. pulumi_alicloud/vod/domain.py +14 -0
  231. pulumi_alicloud/vod/get_domains.py +4 -0
  232. pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
  233. pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
  234. pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
  235. pulumi_alicloud/vpc/get_havips.py +2 -2
  236. pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
  237. pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
  238. pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
  239. pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
  240. pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
  241. pulumi_alicloud/vpc/get_nat_ips.py +6 -6
  242. pulumi_alicloud/vpc/get_network_acls.py +4 -4
  243. pulumi_alicloud/vpc/get_peer_connections.py +2 -2
  244. pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
  245. pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
  246. pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
  247. pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
  248. pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
  249. pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
  250. pulumi_alicloud/vpc/ha_vip.py +8 -0
  251. pulumi_alicloud/vpc/nat_gateway.py +14 -0
  252. pulumi_alicloud/vpc/outputs.py +14 -14
  253. pulumi_alicloud/vpc/route_entry.py +70 -0
  254. pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
  255. pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
  256. pulumi_alicloud/vpn/outputs.py +4 -4
  257. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
  258. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
  259. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
  260. {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
@@ -170,6 +170,9 @@ class AclAclEntry(dict):
170
170
  :param str description: The description of the ACL entry. The description must be `1` to `256` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_). It can also contain Chinese characters.
171
171
  :param str entry: The IP address for the ACL entry.
172
172
  :param str status: The status of the ACL entry. Valid values:
173
+ - `Adding`: The ACL entry is being added.
174
+ - `Available`: The ACL entry is added and available.
175
+ - `Removing`: The ACL entry is being removed.
173
176
  """
174
177
  if description is not None:
175
178
  pulumi.set(__self__, "description", description)
@@ -199,6 +202,9 @@ class AclAclEntry(dict):
199
202
  def status(self) -> Optional[str]:
200
203
  """
201
204
  The status of the ACL entry. Valid values:
205
+ - `Adding`: The ACL entry is being added.
206
+ - `Available`: The ACL entry is added and available.
207
+ - `Removing`: The ACL entry is being removed.
202
208
  """
203
209
  return pulumi.get(self, "status")
204
210
 
@@ -1797,6 +1803,15 @@ class RuleRuleCondition(dict):
1797
1803
  source_ip_config: Optional['outputs.RuleRuleConditionSourceIpConfig'] = None):
1798
1804
  """
1799
1805
  :param str type: The type of the forwarding rule. Valid values:
1806
+ - `Host`: Requests are forwarded based on hosts.
1807
+ - `Path`: Requests are forwarded based on the path.
1808
+ - `Header`: Requests are forwarded based on the HTTP header field.
1809
+ - `QueryString`: Requests are forwarded based on the query string.
1810
+ - `Method`: Request are forwarded based on the request method.
1811
+ - `Cookie`: Requests are forwarded based on the cookie.
1812
+ - `SourceIp`: Requests are forwarded based on the source ip. **NOTE:** The `SourceIp` option is available since 1.162.0.
1813
+ - `ResponseHeader`: Response header. **NOTE:** The `SourceIp` option is available since 1.213.1.
1814
+ - `ResponseStatusCode`: Response status code. **NOTE:** The `SourceIp` option is available since 1.213.1.
1800
1815
  :param 'RuleRuleConditionCookieConfigArgs' cookie_config: The configuration of the cookie. See See `cookie_config` below.
1801
1816
  :param 'RuleRuleConditionHeaderConfigArgs' header_config: The configuration of the header field. See `header_config` below.
1802
1817
  :param 'RuleRuleConditionHostConfigArgs' host_config: The configuration of the host field. See `host_config` below.
@@ -1832,6 +1847,15 @@ class RuleRuleCondition(dict):
1832
1847
  def type(self) -> str:
1833
1848
  """
1834
1849
  The type of the forwarding rule. Valid values:
1850
+ - `Host`: Requests are forwarded based on hosts.
1851
+ - `Path`: Requests are forwarded based on the path.
1852
+ - `Header`: Requests are forwarded based on the HTTP header field.
1853
+ - `QueryString`: Requests are forwarded based on the query string.
1854
+ - `Method`: Request are forwarded based on the request method.
1855
+ - `Cookie`: Requests are forwarded based on the cookie.
1856
+ - `SourceIp`: Requests are forwarded based on the source ip. **NOTE:** The `SourceIp` option is available since 1.162.0.
1857
+ - `ResponseHeader`: Response header. **NOTE:** The `SourceIp` option is available since 1.213.1.
1858
+ - `ResponseStatusCode`: Response status code. **NOTE:** The `SourceIp` option is available since 1.213.1.
1835
1859
  """
1836
1860
  return pulumi.get(self, "type")
1837
1861
 
@@ -2316,6 +2340,11 @@ class ServerGroupServer(dict):
2316
2340
  - If `server_group_type` is set to `Ip`, set the parameter to an IP address specified in the server group.
2317
2341
  - If `server_group_type` is set to `Fc`, set the parameter to the Alibaba Cloud Resource Name (ARN) of a function specified in the server group.
2318
2342
  :param str server_type: The type of the server. The type of the server. Valid values:
2343
+ - `Ecs`: an ECS instance.
2344
+ - `Eni`: an ENI.
2345
+ - `Eci`: an elastic container instance.
2346
+ - `Ip`(Available since v1.194.0): an IP address.
2347
+ - `Fc`(Available since v1.194.0): a function.
2319
2348
  :param str description: The description of the backend server.
2320
2349
  :param int port: The port used by the backend server. Valid values: `1` to `65535`. **Note:** This parameter is required if the `server_type` parameter is set to `Ecs`, `Eni`, `Eci`, or `Ip`. You do not need to configure this parameter if you set `server_type` to `Fc`.
2321
2350
  :param bool remote_ip_enabled: Specifies whether to enable the remote IP address feature. You can specify up to 40 servers in each call. **Note:** If `server_type` is set to `Ip`, this parameter is available.
@@ -2354,6 +2383,11 @@ class ServerGroupServer(dict):
2354
2383
  def server_type(self) -> str:
2355
2384
  """
2356
2385
  The type of the server. The type of the server. Valid values:
2386
+ - `Ecs`: an ECS instance.
2387
+ - `Eni`: an ENI.
2388
+ - `Eci`: an elastic container instance.
2389
+ - `Ip`(Available since v1.194.0): an IP address.
2390
+ - `Fc`(Available since v1.194.0): a function.
2357
2391
  """
2358
2392
  return pulumi.get(self, "server_type")
2359
2393
 
@@ -2574,7 +2608,7 @@ class GetAclsAclAclEntryResult(dict):
2574
2608
  status: str):
2575
2609
  """
2576
2610
  :param str description: Access Control Entries Note Description Length Is Limited to 1 to 256 Characters, Letters, digital, the Dash (-), a Forward Slash (/), Half a Period (.) and Underscores (_), Support Chinese Characters.
2577
- :param str status: The state of the ACL. Valid values:`Provisioning` , `Available` and `Configuring`. `Provisioning`: The ACL is being created. `Available`: The ACL is available. `Configuring`: The ACL is being configured.
2611
+ :param str status: The status of the ACL entry. Valid values: `Adding` , `Available` and `Removing`. `Adding`: The entry is being added. `Available`: The entry is added and available. `Removing`: The entry is being removed.
2578
2612
  """
2579
2613
  pulumi.set(__self__, "description", description)
2580
2614
  pulumi.set(__self__, "entry", entry)
@@ -2597,7 +2631,7 @@ class GetAclsAclAclEntryResult(dict):
2597
2631
  @pulumi.getter
2598
2632
  def status(self) -> str:
2599
2633
  """
2600
- The state of the ACL. Valid values:`Provisioning` , `Available` and `Configuring`. `Provisioning`: The ACL is being created. `Available`: The ACL is available. `Configuring`: The ACL is being configured.
2634
+ The status of the ACL entry. Valid values: `Adding` , `Available` and `Removing`. `Adding`: The entry is being added. `Available`: The entry is added and available. `Removing`: The entry is being removed.
2601
2635
  """
2602
2636
  return pulumi.get(self, "status")
2603
2637
 
@@ -2962,7 +2996,7 @@ class GetListenersListenerResult(dict):
2962
2996
  :param str security_policy_id: Security Policy.
2963
2997
 
2964
2998
  > **NOTE:** The attribute is valid when the attribute `ListenerProtocol` is `HTTPS`.
2965
- :param str status: The association status between the ACL and the listener. Valid values: `Associating`, `Associated` Or `Dissociating`. `Associating`: The ACL is being associated with the listener. `Associated`: The ACL is associated with the listener. `Dissociating`: The ACL is being disassociated from the listener.
2999
+ :param str status: The state of the listener. Valid Values: `Running` Or `Stopped`. `Running`: The listener is running. `Stopped`: The listener is stopped.
2966
3000
  :param Sequence['GetListenersListenerXforwardedForConfigArgs'] xforwarded_for_configs: xforwardfor Related Attribute Configuration.
2967
3001
  """
2968
3002
  pulumi.set(__self__, "access_log_record_customized_headers_enabled", access_log_record_customized_headers_enabled)
@@ -3149,7 +3183,7 @@ class GetListenersListenerResult(dict):
3149
3183
  @pulumi.getter
3150
3184
  def status(self) -> str:
3151
3185
  """
3152
- The association status between the ACL and the listener. Valid values: `Associating`, `Associated` Or `Dissociating`. `Associating`: The ACL is being associated with the listener. `Associated`: The ACL is associated with the listener. `Dissociating`: The ACL is being disassociated from the listener.
3186
+ The state of the listener. Valid Values: `Running` Or `Stopped`. `Running`: The listener is running. `Stopped`: The listener is stopped.
3153
3187
  """
3154
3188
  return pulumi.get(self, "status")
3155
3189
 
@@ -3193,17 +3227,27 @@ class GetListenersListenerAclConfigResult(dict):
3193
3227
  def __init__(__self__, *,
3194
3228
  acl_relations: Sequence['outputs.GetListenersListenerAclConfigAclRelationResult'],
3195
3229
  acl_type: str):
3230
+ """
3231
+ :param Sequence['GetListenersListenerAclConfigAclRelationArgs'] acl_relations: The ACLs that are associated with the listener.
3232
+ :param str acl_type: The type of the ACL. Valid values: `White` Or `Black`. `White`: specifies the ACL as a whitelist. Only requests from the IP addresses or CIDR blocks in the ACL are forwarded. Whitelists apply to scenarios where only specific IP addresses are allowed to access an application. Risks may occur if the whitelist is improperly set. After you set a whitelist for an Application Load Balancer (ALB) listener, only requests from IP addresses that are added to the whitelist are distributed by the listener. If the whitelist is enabled without IP addresses specified, the ALB listener does not forward requests. `Black`: All requests from the IP addresses or CIDR blocks in the ACL are denied. The blacklist is used to prevent specified IP addresses from accessing an application. If the blacklist is enabled but the corresponding ACL does not contain IP addresses, the ALB listener forwards all requests.
3233
+ """
3196
3234
  pulumi.set(__self__, "acl_relations", acl_relations)
3197
3235
  pulumi.set(__self__, "acl_type", acl_type)
3198
3236
 
3199
3237
  @property
3200
3238
  @pulumi.getter(name="aclRelations")
3201
3239
  def acl_relations(self) -> Sequence['outputs.GetListenersListenerAclConfigAclRelationResult']:
3240
+ """
3241
+ The ACLs that are associated with the listener.
3242
+ """
3202
3243
  return pulumi.get(self, "acl_relations")
3203
3244
 
3204
3245
  @property
3205
3246
  @pulumi.getter(name="aclType")
3206
3247
  def acl_type(self) -> str:
3248
+ """
3249
+ The type of the ACL. Valid values: `White` Or `Black`. `White`: specifies the ACL as a whitelist. Only requests from the IP addresses or CIDR blocks in the ACL are forwarded. Whitelists apply to scenarios where only specific IP addresses are allowed to access an application. Risks may occur if the whitelist is improperly set. After you set a whitelist for an Application Load Balancer (ALB) listener, only requests from IP addresses that are added to the whitelist are distributed by the listener. If the whitelist is enabled without IP addresses specified, the ALB listener does not forward requests. `Black`: All requests from the IP addresses or CIDR blocks in the ACL are denied. The blacklist is used to prevent specified IP addresses from accessing an application. If the blacklist is enabled but the corresponding ACL does not contain IP addresses, the ALB listener forwards all requests.
3250
+ """
3207
3251
  return pulumi.get(self, "acl_type")
3208
3252
 
3209
3253
 
@@ -3213,7 +3257,8 @@ class GetListenersListenerAclConfigAclRelationResult(dict):
3213
3257
  acl_id: str,
3214
3258
  status: str):
3215
3259
  """
3216
- :param str status: The state of the listener. Valid Values: `Running` Or `Stopped`. `Running`: The listener is running. `Stopped`: The listener is stopped.
3260
+ :param str acl_id: Snooping Binding of the Access Policy Group ID List.
3261
+ :param str status: The association status between the ACL and the listener. Valid values: `Associating`, `Associated` Or `Dissociating`. `Associating`: The ACL is being associated with the listener. `Associated`: The ACL is associated with the listener. `Dissociating`: The ACL is being disassociated from the listener.
3217
3262
  """
3218
3263
  pulumi.set(__self__, "acl_id", acl_id)
3219
3264
  pulumi.set(__self__, "status", status)
@@ -3221,13 +3266,16 @@ class GetListenersListenerAclConfigAclRelationResult(dict):
3221
3266
  @property
3222
3267
  @pulumi.getter(name="aclId")
3223
3268
  def acl_id(self) -> str:
3269
+ """
3270
+ Snooping Binding of the Access Policy Group ID List.
3271
+ """
3224
3272
  return pulumi.get(self, "acl_id")
3225
3273
 
3226
3274
  @property
3227
3275
  @pulumi.getter
3228
3276
  def status(self) -> str:
3229
3277
  """
3230
- The state of the listener. Valid Values: `Running` Or `Stopped`. `Running`: The listener is running. `Stopped`: The listener is stopped.
3278
+ The association status between the ACL and the listener. Valid values: `Associating`, `Associated` Or `Dissociating`. `Associating`: The ACL is being associated with the listener. `Associated`: The ACL is associated with the listener. `Dissociating`: The ACL is being disassociated from the listener.
3231
3279
  """
3232
3280
  return pulumi.get(self, "status")
3233
3281
 
@@ -3236,11 +3284,17 @@ class GetListenersListenerAclConfigAclRelationResult(dict):
3236
3284
  class GetListenersListenerCertificateResult(dict):
3237
3285
  def __init__(__self__, *,
3238
3286
  certificate_id: str):
3287
+ """
3288
+ :param str certificate_id: The ID of the Certificate.
3289
+ """
3239
3290
  pulumi.set(__self__, "certificate_id", certificate_id)
3240
3291
 
3241
3292
  @property
3242
3293
  @pulumi.getter(name="certificateId")
3243
3294
  def certificate_id(self) -> str:
3295
+ """
3296
+ The ID of the Certificate.
3297
+ """
3244
3298
  return pulumi.get(self, "certificate_id")
3245
3299
 
3246
3300
 
@@ -3249,17 +3303,27 @@ class GetListenersListenerDefaultActionResult(dict):
3249
3303
  def __init__(__self__, *,
3250
3304
  forward_group_configs: Sequence['outputs.GetListenersListenerDefaultActionForwardGroupConfigResult'],
3251
3305
  type: str):
3306
+ """
3307
+ :param Sequence['GetListenersListenerDefaultActionForwardGroupConfigArgs'] forward_group_configs: The configuration of the forwarding rule action. This parameter is required if the Type parameter is set to FowardGroup.
3308
+ :param str type: Action Type. The value is set to ForwardGroup. It indicates that requests are forwarded to multiple vServer groups.
3309
+ """
3252
3310
  pulumi.set(__self__, "forward_group_configs", forward_group_configs)
3253
3311
  pulumi.set(__self__, "type", type)
3254
3312
 
3255
3313
  @property
3256
3314
  @pulumi.getter(name="forwardGroupConfigs")
3257
3315
  def forward_group_configs(self) -> Sequence['outputs.GetListenersListenerDefaultActionForwardGroupConfigResult']:
3316
+ """
3317
+ The configuration of the forwarding rule action. This parameter is required if the Type parameter is set to FowardGroup.
3318
+ """
3258
3319
  return pulumi.get(self, "forward_group_configs")
3259
3320
 
3260
3321
  @property
3261
3322
  @pulumi.getter
3262
3323
  def type(self) -> str:
3324
+ """
3325
+ Action Type. The value is set to ForwardGroup. It indicates that requests are forwarded to multiple vServer groups.
3326
+ """
3263
3327
  return pulumi.get(self, "type")
3264
3328
 
3265
3329
 
@@ -3267,11 +3331,17 @@ class GetListenersListenerDefaultActionResult(dict):
3267
3331
  class GetListenersListenerDefaultActionForwardGroupConfigResult(dict):
3268
3332
  def __init__(__self__, *,
3269
3333
  server_group_tuples: Sequence['outputs.GetListenersListenerDefaultActionForwardGroupConfigServerGroupTupleResult']):
3334
+ """
3335
+ :param Sequence['GetListenersListenerDefaultActionForwardGroupConfigServerGroupTupleArgs'] server_group_tuples: The destination server group to which requests are forwarded.
3336
+ """
3270
3337
  pulumi.set(__self__, "server_group_tuples", server_group_tuples)
3271
3338
 
3272
3339
  @property
3273
3340
  @pulumi.getter(name="serverGroupTuples")
3274
3341
  def server_group_tuples(self) -> Sequence['outputs.GetListenersListenerDefaultActionForwardGroupConfigServerGroupTupleResult']:
3342
+ """
3343
+ The destination server group to which requests are forwarded.
3344
+ """
3275
3345
  return pulumi.get(self, "server_group_tuples")
3276
3346
 
3277
3347
 
@@ -3279,11 +3349,17 @@ class GetListenersListenerDefaultActionForwardGroupConfigResult(dict):
3279
3349
  class GetListenersListenerDefaultActionForwardGroupConfigServerGroupTupleResult(dict):
3280
3350
  def __init__(__self__, *,
3281
3351
  server_group_id: str):
3352
+ """
3353
+ :param str server_group_id: The ID of the destination server group to which requests are forwarded.
3354
+ """
3282
3355
  pulumi.set(__self__, "server_group_id", server_group_id)
3283
3356
 
3284
3357
  @property
3285
3358
  @pulumi.getter(name="serverGroupId")
3286
3359
  def server_group_id(self) -> str:
3360
+ """
3361
+ The ID of the destination server group to which requests are forwarded.
3362
+ """
3287
3363
  return pulumi.get(self, "server_group_id")
3288
3364
 
3289
3365
 
@@ -3322,6 +3398,21 @@ class GetListenersListenerXforwardedForConfigResult(dict):
3322
3398
  xforwardedforprotoenabled: bool,
3323
3399
  xforwardedforslbidenabled: bool,
3324
3400
  xforwardedforslbportenabled: bool):
3401
+ """
3402
+ :param str xforwardedforclientcert_issuerdnalias: The Custom Header Field Names Only When `xforwardedforclientcert_issuerdnenabled`, Which Evaluates to True When the Entry into Force of.
3403
+ :param bool xforwardedforclientcert_issuerdnenabled: Indicates Whether the `X-Forwarded-Clientcert-issuerdn` Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate after the Manifests Are Signed, the Publisher Information.
3404
+ :param str xforwardedforclientcertclientverifyalias: The Custom Header Field Names Only When `xforwardedforclientcertclientverifyenabled` Has a Value of True, this Value Will Not Take Effect until.The name must be 1 to 40 characters in length, and can contain letters, hyphens (-), underscores (_), and digits.
3405
+ :param bool xforwardedforclientcertclientverifyenabled: Indicates Whether the `X-Forwarded-Clientcert-clientverify` Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate to Verify the Results.
3406
+ :param str xforwardedforclientcertfingerprintalias: The Custom Header Field Names Only When `xforwardedforclientcertfingerprintenabled`, Which Evaluates to True When the Entry into Force of.The name must be 1 to 40 characters in length, and can contain letters, hyphens (-), underscores (_), and digits.
3407
+ :param bool xforwardedforclientcertfingerprintenabled: Indicates Whether the `X-Forwarded-Clientcert-fingerprint` Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate Fingerprint Value.
3408
+ :param str xforwardedforclientcertsubjectdnalias: The name of the custom header. This parameter is valid only if `xforwardedforclientcertsubjectdnenabled` is set to true. The name must be 1 to 40 characters in length, and can contain letters, hyphens (-), underscores (_), and digits.
3409
+ :param bool xforwardedforclientcertsubjectdnenabled: Specifies whether to use the `X-Forwarded-Clientcert-subjectdn` header field to obtain information about the owner of the ALB client certificate. Valid values: true and false. Default value: false.
3410
+ :param bool xforwardedforclientsrcportenabled: Indicates Whether the X-Forwarded-Client-Port Header Field Is Used to Obtain Access to Server Load Balancer Instances to the Client, and Those of the Ports.
3411
+ :param bool xforwardedforenabled: Indicates whether the X-Forwarded-For header field is used to obtain the real IP address of tqhe client. Valid values: true and false. Default value: true.
3412
+ :param bool xforwardedforprotoenabled: Indicates Whether the X-Forwarded-Proto Header Field Is Used to Obtain the Server Load Balancer Instance Snooping Protocols.
3413
+ :param bool xforwardedforslbidenabled: Indicates whether the SLB-ID header field is used to obtain the ID of the ALB instance. Valid values: true and false. Default value: false.
3414
+ :param bool xforwardedforslbportenabled: Indicates Whether the X-Forwarded-Port Header Field Is Used to Obtain the Server Load Balancer Instance Listening Port.
3415
+ """
3325
3416
  pulumi.set(__self__, "xforwardedforclientcert_issuerdnalias", xforwardedforclientcert_issuerdnalias)
3326
3417
  pulumi.set(__self__, "xforwardedforclientcert_issuerdnenabled", xforwardedforclientcert_issuerdnenabled)
3327
3418
  pulumi.set(__self__, "xforwardedforclientcertclientverifyalias", xforwardedforclientcertclientverifyalias)
@@ -3339,66 +3430,105 @@ class GetListenersListenerXforwardedForConfigResult(dict):
3339
3430
  @property
3340
3431
  @pulumi.getter(name="xforwardedforclientcertIssuerdnalias")
3341
3432
  def xforwardedforclientcert_issuerdnalias(self) -> str:
3433
+ """
3434
+ The Custom Header Field Names Only When `xforwardedforclientcert_issuerdnenabled`, Which Evaluates to True When the Entry into Force of.
3435
+ """
3342
3436
  return pulumi.get(self, "xforwardedforclientcert_issuerdnalias")
3343
3437
 
3344
3438
  @property
3345
3439
  @pulumi.getter(name="xforwardedforclientcertIssuerdnenabled")
3346
3440
  def xforwardedforclientcert_issuerdnenabled(self) -> bool:
3441
+ """
3442
+ Indicates Whether the `X-Forwarded-Clientcert-issuerdn` Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate after the Manifests Are Signed, the Publisher Information.
3443
+ """
3347
3444
  return pulumi.get(self, "xforwardedforclientcert_issuerdnenabled")
3348
3445
 
3349
3446
  @property
3350
3447
  @pulumi.getter
3351
3448
  def xforwardedforclientcertclientverifyalias(self) -> str:
3449
+ """
3450
+ The Custom Header Field Names Only When `xforwardedforclientcertclientverifyenabled` Has a Value of True, this Value Will Not Take Effect until.The name must be 1 to 40 characters in length, and can contain letters, hyphens (-), underscores (_), and digits.
3451
+ """
3352
3452
  return pulumi.get(self, "xforwardedforclientcertclientverifyalias")
3353
3453
 
3354
3454
  @property
3355
3455
  @pulumi.getter
3356
3456
  def xforwardedforclientcertclientverifyenabled(self) -> bool:
3457
+ """
3458
+ Indicates Whether the `X-Forwarded-Clientcert-clientverify` Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate to Verify the Results.
3459
+ """
3357
3460
  return pulumi.get(self, "xforwardedforclientcertclientverifyenabled")
3358
3461
 
3359
3462
  @property
3360
3463
  @pulumi.getter
3361
3464
  def xforwardedforclientcertfingerprintalias(self) -> str:
3465
+ """
3466
+ The Custom Header Field Names Only When `xforwardedforclientcertfingerprintenabled`, Which Evaluates to True When the Entry into Force of.The name must be 1 to 40 characters in length, and can contain letters, hyphens (-), underscores (_), and digits.
3467
+ """
3362
3468
  return pulumi.get(self, "xforwardedforclientcertfingerprintalias")
3363
3469
 
3364
3470
  @property
3365
3471
  @pulumi.getter
3366
3472
  def xforwardedforclientcertfingerprintenabled(self) -> bool:
3473
+ """
3474
+ Indicates Whether the `X-Forwarded-Clientcert-fingerprint` Header Field Is Used to Obtain Access to the Server Load Balancer Instance of the Client Certificate Fingerprint Value.
3475
+ """
3367
3476
  return pulumi.get(self, "xforwardedforclientcertfingerprintenabled")
3368
3477
 
3369
3478
  @property
3370
3479
  @pulumi.getter
3371
3480
  def xforwardedforclientcertsubjectdnalias(self) -> str:
3481
+ """
3482
+ The name of the custom header. This parameter is valid only if `xforwardedforclientcertsubjectdnenabled` is set to true. The name must be 1 to 40 characters in length, and can contain letters, hyphens (-), underscores (_), and digits.
3483
+ """
3372
3484
  return pulumi.get(self, "xforwardedforclientcertsubjectdnalias")
3373
3485
 
3374
3486
  @property
3375
3487
  @pulumi.getter
3376
3488
  def xforwardedforclientcertsubjectdnenabled(self) -> bool:
3489
+ """
3490
+ Specifies whether to use the `X-Forwarded-Clientcert-subjectdn` header field to obtain information about the owner of the ALB client certificate. Valid values: true and false. Default value: false.
3491
+ """
3377
3492
  return pulumi.get(self, "xforwardedforclientcertsubjectdnenabled")
3378
3493
 
3379
3494
  @property
3380
3495
  @pulumi.getter
3381
3496
  def xforwardedforclientsrcportenabled(self) -> bool:
3497
+ """
3498
+ Indicates Whether the X-Forwarded-Client-Port Header Field Is Used to Obtain Access to Server Load Balancer Instances to the Client, and Those of the Ports.
3499
+ """
3382
3500
  return pulumi.get(self, "xforwardedforclientsrcportenabled")
3383
3501
 
3384
3502
  @property
3385
3503
  @pulumi.getter
3386
3504
  def xforwardedforenabled(self) -> bool:
3505
+ """
3506
+ Indicates whether the X-Forwarded-For header field is used to obtain the real IP address of tqhe client. Valid values: true and false. Default value: true.
3507
+ """
3387
3508
  return pulumi.get(self, "xforwardedforenabled")
3388
3509
 
3389
3510
  @property
3390
3511
  @pulumi.getter
3391
3512
  def xforwardedforprotoenabled(self) -> bool:
3513
+ """
3514
+ Indicates Whether the X-Forwarded-Proto Header Field Is Used to Obtain the Server Load Balancer Instance Snooping Protocols.
3515
+ """
3392
3516
  return pulumi.get(self, "xforwardedforprotoenabled")
3393
3517
 
3394
3518
  @property
3395
3519
  @pulumi.getter
3396
3520
  def xforwardedforslbidenabled(self) -> bool:
3521
+ """
3522
+ Indicates whether the SLB-ID header field is used to obtain the ID of the ALB instance. Valid values: true and false. Default value: false.
3523
+ """
3397
3524
  return pulumi.get(self, "xforwardedforslbidenabled")
3398
3525
 
3399
3526
  @property
3400
3527
  @pulumi.getter
3401
3528
  def xforwardedforslbportenabled(self) -> bool:
3529
+ """
3530
+ Indicates Whether the X-Forwarded-Port Header Field Is Used to Obtain the Server Load Balancer Instance Listening Port.
3531
+ """
3402
3532
  return pulumi.get(self, "xforwardedforslbportenabled")
3403
3533
 
3404
3534
 
@@ -3654,17 +3784,27 @@ class GetLoadBalancersBalancerAccessLogConfigResult(dict):
3654
3784
  def __init__(__self__, *,
3655
3785
  log_project: str,
3656
3786
  log_store: str):
3787
+ """
3788
+ :param str log_project: The log service that access logs are shipped to.
3789
+ :param str log_store: The logstore that access logs are shipped to.
3790
+ """
3657
3791
  pulumi.set(__self__, "log_project", log_project)
3658
3792
  pulumi.set(__self__, "log_store", log_store)
3659
3793
 
3660
3794
  @property
3661
3795
  @pulumi.getter(name="logProject")
3662
3796
  def log_project(self) -> str:
3797
+ """
3798
+ The log service that access logs are shipped to.
3799
+ """
3663
3800
  return pulumi.get(self, "log_project")
3664
3801
 
3665
3802
  @property
3666
3803
  @pulumi.getter(name="logStore")
3667
3804
  def log_store(self) -> str:
3805
+ """
3806
+ The logstore that access logs are shipped to.
3807
+ """
3668
3808
  return pulumi.get(self, "log_store")
3669
3809
 
3670
3810
 
@@ -3673,17 +3813,27 @@ class GetLoadBalancersBalancerDeletionProtectionConfigResult(dict):
3673
3813
  def __init__(__self__, *,
3674
3814
  enabled: bool,
3675
3815
  enabled_time: str):
3816
+ """
3817
+ :param bool enabled: Remove the Protection Status.
3818
+ :param str enabled_time: Deletion Protection Turn-on Time Use Greenwich Mean Time, in the Format of Yyyy-MM-ddTHH: mm:SSZ.
3819
+ """
3676
3820
  pulumi.set(__self__, "enabled", enabled)
3677
3821
  pulumi.set(__self__, "enabled_time", enabled_time)
3678
3822
 
3679
3823
  @property
3680
3824
  @pulumi.getter
3681
3825
  def enabled(self) -> bool:
3826
+ """
3827
+ Remove the Protection Status.
3828
+ """
3682
3829
  return pulumi.get(self, "enabled")
3683
3830
 
3684
3831
  @property
3685
3832
  @pulumi.getter(name="enabledTime")
3686
3833
  def enabled_time(self) -> str:
3834
+ """
3835
+ Deletion Protection Turn-on Time Use Greenwich Mean Time, in the Format of Yyyy-MM-ddTHH: mm:SSZ.
3836
+ """
3687
3837
  return pulumi.get(self, "enabled_time")
3688
3838
 
3689
3839
 
@@ -3691,11 +3841,17 @@ class GetLoadBalancersBalancerDeletionProtectionConfigResult(dict):
3691
3841
  class GetLoadBalancersBalancerLoadBalancerBillingConfigResult(dict):
3692
3842
  def __init__(__self__, *,
3693
3843
  pay_type: str):
3844
+ """
3845
+ :param str pay_type: The billing method of the ALB instance. Valid value: `PayAsYouGo`.
3846
+ """
3694
3847
  pulumi.set(__self__, "pay_type", pay_type)
3695
3848
 
3696
3849
  @property
3697
3850
  @pulumi.getter(name="payType")
3698
3851
  def pay_type(self) -> str:
3852
+ """
3853
+ The billing method of the ALB instance. Valid value: `PayAsYouGo`.
3854
+ """
3699
3855
  return pulumi.get(self, "pay_type")
3700
3856
 
3701
3857
 
@@ -3704,17 +3860,27 @@ class GetLoadBalancersBalancerLoadBalancerOperationLockResult(dict):
3704
3860
  def __init__(__self__, *,
3705
3861
  lock_reason: str,
3706
3862
  lock_type: str):
3863
+ """
3864
+ :param str lock_reason: The Locking of the Reasons.
3865
+ :param str lock_type: The Locking of the Type. Valid Values: `securitylocked`,`relatedresourcelocked`, `financiallocked`, and `residuallocked`.
3866
+ """
3707
3867
  pulumi.set(__self__, "lock_reason", lock_reason)
3708
3868
  pulumi.set(__self__, "lock_type", lock_type)
3709
3869
 
3710
3870
  @property
3711
3871
  @pulumi.getter(name="lockReason")
3712
3872
  def lock_reason(self) -> str:
3873
+ """
3874
+ The Locking of the Reasons.
3875
+ """
3713
3876
  return pulumi.get(self, "lock_reason")
3714
3877
 
3715
3878
  @property
3716
3879
  @pulumi.getter(name="lockType")
3717
3880
  def lock_type(self) -> str:
3881
+ """
3882
+ The Locking of the Type. Valid Values: `securitylocked`,`relatedresourcelocked`, `financiallocked`, and `residuallocked`.
3883
+ """
3718
3884
  return pulumi.get(self, "lock_type")
3719
3885
 
3720
3886
 
@@ -3724,7 +3890,10 @@ class GetLoadBalancersBalancerModificationProtectionConfigResult(dict):
3724
3890
  reason: str,
3725
3891
  status: str):
3726
3892
  """
3727
- :param str status: The load balancer status. Valid values: `Active`, `Configuring`, `CreateFailed`, `Inactive` and `Provisioning`.
3893
+ :param str reason: The reason for modification protection. This parameter must be 2 to 128 characters in length, and can contain letters, digits, periods, underscores, and hyphens. The reason must start with a letter. This parameter is required only if `ModificationProtectionStatus` is set to `ConsoleProtection`.
3894
+ :param str status: Specifies whether to enable the configuration read-only mode for the ALB instance. Valid values: `NonProtection` and `ConsoleProtection`.
3895
+ * `NonProtection` - disables the configuration read-only mode. After you disable the configuration read-only mode, you cannot set the ModificationProtectionReason parameter. If the parameter is set, the value is cleared.
3896
+ * `ConsoleProtection` - enables the configuration read-only mode. After you enable the configuration read-only mode, you can set the ModificationProtectionReason parameter.
3728
3897
  """
3729
3898
  pulumi.set(__self__, "reason", reason)
3730
3899
  pulumi.set(__self__, "status", status)
@@ -3732,13 +3901,18 @@ class GetLoadBalancersBalancerModificationProtectionConfigResult(dict):
3732
3901
  @property
3733
3902
  @pulumi.getter
3734
3903
  def reason(self) -> str:
3904
+ """
3905
+ The reason for modification protection. This parameter must be 2 to 128 characters in length, and can contain letters, digits, periods, underscores, and hyphens. The reason must start with a letter. This parameter is required only if `ModificationProtectionStatus` is set to `ConsoleProtection`.
3906
+ """
3735
3907
  return pulumi.get(self, "reason")
3736
3908
 
3737
3909
  @property
3738
3910
  @pulumi.getter
3739
3911
  def status(self) -> str:
3740
3912
  """
3741
- The load balancer status. Valid values: `Active`, `Configuring`, `CreateFailed`, `Inactive` and `Provisioning`.
3913
+ Specifies whether to enable the configuration read-only mode for the ALB instance. Valid values: `NonProtection` and `ConsoleProtection`.
3914
+ * `NonProtection` - disables the configuration read-only mode. After you disable the configuration read-only mode, you cannot set the ModificationProtectionReason parameter. If the parameter is set, the value is cleared.
3915
+ * `ConsoleProtection` - enables the configuration read-only mode. After you enable the configuration read-only mode, you can set the ModificationProtectionReason parameter.
3742
3916
  """
3743
3917
  return pulumi.get(self, "status")
3744
3918
 
@@ -3750,7 +3924,8 @@ class GetLoadBalancersBalancerZoneMappingResult(dict):
3750
3924
  vswitch_id: str,
3751
3925
  zone_id: str):
3752
3926
  """
3753
- :param str zone_id: The zone ID of the resource.
3927
+ :param str vswitch_id: The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.
3928
+ :param str zone_id: The ID of the zone to which the ALB instance belongs.
3754
3929
  """
3755
3930
  pulumi.set(__self__, "load_balancer_addresses", load_balancer_addresses)
3756
3931
  pulumi.set(__self__, "vswitch_id", vswitch_id)
@@ -3764,13 +3939,16 @@ class GetLoadBalancersBalancerZoneMappingResult(dict):
3764
3939
  @property
3765
3940
  @pulumi.getter(name="vswitchId")
3766
3941
  def vswitch_id(self) -> str:
3942
+ """
3943
+ The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.
3944
+ """
3767
3945
  return pulumi.get(self, "vswitch_id")
3768
3946
 
3769
3947
  @property
3770
3948
  @pulumi.getter(name="zoneId")
3771
3949
  def zone_id(self) -> str:
3772
3950
  """
3773
- The zone ID of the resource.
3951
+ The ID of the zone to which the ALB instance belongs.
3774
3952
  """
3775
3953
  return pulumi.get(self, "zone_id")
3776
3954
 
@@ -31,6 +31,8 @@ class RuleArgs:
31
31
  :param pulumi.Input[Sequence[pulumi.Input['RuleRuleConditionArgs']]] rule_conditions: The conditions of the forwarding rule. See `rule_conditions` below.
32
32
  :param pulumi.Input[str] rule_name: The name of the forwarding rule. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
33
33
  :param pulumi.Input[str] direction: The direction to which the forwarding rule is applied. Default value: `Request`. Valid values:
34
+ - `Request`: The forwarding rule is applied to the client requests received by ALB.
35
+ - `Response`: The forwarding rule is applied to the responses returned by backend servers.
34
36
  :param pulumi.Input[bool] dry_run: Specifies whether to precheck this request.
35
37
  """
36
38
  pulumi.set(__self__, "listener_id", listener_id)
@@ -108,6 +110,8 @@ class RuleArgs:
108
110
  def direction(self) -> Optional[pulumi.Input[str]]:
109
111
  """
110
112
  The direction to which the forwarding rule is applied. Default value: `Request`. Valid values:
113
+ - `Request`: The forwarding rule is applied to the client requests received by ALB.
114
+ - `Response`: The forwarding rule is applied to the responses returned by backend servers.
111
115
  """
112
116
  return pulumi.get(self, "direction")
113
117
 
@@ -142,6 +146,8 @@ class _RuleState:
142
146
  """
143
147
  Input properties used for looking up and filtering Rule resources.
144
148
  :param pulumi.Input[str] direction: The direction to which the forwarding rule is applied. Default value: `Request`. Valid values:
149
+ - `Request`: The forwarding rule is applied to the client requests received by ALB.
150
+ - `Response`: The forwarding rule is applied to the responses returned by backend servers.
145
151
  :param pulumi.Input[bool] dry_run: Specifies whether to precheck this request.
146
152
  :param pulumi.Input[str] listener_id: The ID of the listener to which the forwarding rule belongs.
147
153
  :param pulumi.Input[int] priority: The priority of the rule. Valid values: 1 to 10000. A smaller value indicates a higher priority. **Note*:* The priority of each rule within the same listener must be unique.
@@ -172,6 +178,8 @@ class _RuleState:
172
178
  def direction(self) -> Optional[pulumi.Input[str]]:
173
179
  """
174
180
  The direction to which the forwarding rule is applied. Default value: `Request`. Valid values:
181
+ - `Request`: The forwarding rule is applied to the client requests received by ALB.
182
+ - `Response`: The forwarding rule is applied to the responses returned by backend servers.
175
183
  """
176
184
  return pulumi.get(self, "direction")
177
185
 
@@ -297,6 +305,8 @@ class Rule(pulumi.CustomResource):
297
305
  :param str resource_name: The name of the resource.
298
306
  :param pulumi.ResourceOptions opts: Options for the resource.
299
307
  :param pulumi.Input[str] direction: The direction to which the forwarding rule is applied. Default value: `Request`. Valid values:
308
+ - `Request`: The forwarding rule is applied to the client requests received by ALB.
309
+ - `Response`: The forwarding rule is applied to the responses returned by backend servers.
300
310
  :param pulumi.Input[bool] dry_run: Specifies whether to precheck this request.
301
311
  :param pulumi.Input[str] listener_id: The ID of the listener to which the forwarding rule belongs.
302
312
  :param pulumi.Input[int] priority: The priority of the rule. Valid values: 1 to 10000. A smaller value indicates a higher priority. **Note*:* The priority of each rule within the same listener must be unique.
@@ -402,6 +412,8 @@ class Rule(pulumi.CustomResource):
402
412
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
403
413
  :param pulumi.ResourceOptions opts: Options for the resource.
404
414
  :param pulumi.Input[str] direction: The direction to which the forwarding rule is applied. Default value: `Request`. Valid values:
415
+ - `Request`: The forwarding rule is applied to the client requests received by ALB.
416
+ - `Response`: The forwarding rule is applied to the responses returned by backend servers.
405
417
  :param pulumi.Input[bool] dry_run: Specifies whether to precheck this request.
406
418
  :param pulumi.Input[str] listener_id: The ID of the listener to which the forwarding rule belongs.
407
419
  :param pulumi.Input[int] priority: The priority of the rule. Valid values: 1 to 10000. A smaller value indicates a higher priority. **Note*:* The priority of each rule within the same listener must be unique.
@@ -429,6 +441,8 @@ class Rule(pulumi.CustomResource):
429
441
  def direction(self) -> pulumi.Output[str]:
430
442
  """
431
443
  The direction to which the forwarding rule is applied. Default value: `Request`. Valid values:
444
+ - `Request`: The forwarding rule is applied to the client requests received by ALB.
445
+ - `Response`: The forwarding rule is applied to the responses returned by backend servers.
432
446
  """
433
447
  return pulumi.get(self, "direction")
434
448