LoadBalancer

class LoadBalancer : KotlinCustomResource

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

Link copied to clipboard

The Access Logging Configuration Structure. See access_log_config below for details.

Link copied to clipboard

The method in which IP addresses are assigned. Valid values: Fixed and Dynamic. Default value: Dynamic.

Link copied to clipboard

The IP version. Valid values: Ipv4, DualStack.

Link copied to clipboard
val addressType: Output<String>

The type of IP address that the ALB instance uses to provide services. Valid values: Intranet, Internet. NOTE: From version 1.193.1, address_type can be modified.

Link copied to clipboard

The deletion protection enabled. Valid values: true and false. Default value: false.

Link copied to clipboard
val dnsName: Output<String>

The domain name of the ALB instance. NOTE: Available in v1.158.0+.

Link copied to clipboard
val dryRun: Output<Boolean>?

Specifies whether to precheck the API request. Valid values: true and false.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The configuration of the billing method. See load_balancer_billing_config below for details.

Link copied to clipboard

The edition of the ALB instance. Different editions have different limits and billing methods. Valid values: Basic, Standard and StandardWithWaf(Available in v1.193.1+).

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Modify the Protection Configuration. See modification_protection_config below for details.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceGroupId: Output<String>

The ID of the resource group.

Link copied to clipboard
val status: Output<String>

Specifies whether to enable the configuration read-only mode for the ALB instance. Valid values: NonProtection and ConsoleProtection.

Link copied to clipboard
val tags: Output<Map<String, Any>>?

A mapping of tags to assign to the resource. NOTE: The Key of tags cannot begin with "aliyun", "acs:", "http://", "https://", "ack" or "ingress".

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The ID of the virtual private cloud (VPC) where the ALB instance is deployed.

Link copied to clipboard

The zones and vSwitches. You must specify at least two zones. See zone_mappings below for details.