Load Balancer
Provides a ALB Load Balancer resource. For information about ALB Load Balancer and how to use it, see What is Load Balancer.
NOTE: Available since v1.132.0.
Import
Alb Load Balancer can be imported using the id, e.g.
$ pulumi import alicloud:alb/loadBalancer:LoadBalancer example <id>Properties
The Access Logging Configuration Structure. See access_log_config below.
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.
The protocol version. Value:
The type of IP address that the SLB instance uses to provide services.
The ID of the EIP bandwidth plan which is associated with an ALB instance that uses a public IP address.
The creation time of the resource.
Whether to enable delete protection. Value:true: on.false (default): Off.
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.
The address type of Ipv6.
The configuration of the billing method. See load_balancer_billing_config below.
The edition of the ALB instance.
The name of the resource.
Modify the Protection Configuration. See modification_protection_config below.
The ID of the resource group.
The zones and vSwitches. You must specify at least two zones. See zone_mappings below.