LoadBalancer

class LoadBalancer : KotlinCustomResource

Resource Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer

Properties

Link copied to clipboard

The ID of the Amazon Route 53 hosted zone associated with the load balancer.

Link copied to clipboard
val dnsName: Output<String>

The public DNS name of the load balancer.

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

The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

Link copied to clipboard
val loadBalancerArn: Output<String>

The Amazon Resource Name (ARN) of the load balancer.

Link copied to clipboard

The load balancer attributes.

Link copied to clipboard

The full name of the load balancer.

Link copied to clipboard

The name of the load balancer.

Link copied to clipboard
val name: Output<String>?

The name of the load balancer.

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

The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer.

Link copied to clipboard
val securityGroups: Output<List<String>>?

The IDs of the security groups for the load balancer.

Link copied to clipboard

The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both.

Link copied to clipboard
val subnets: Output<List<String>>?

The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets.

Link copied to clipboard
val tags: Output<List<LoadBalancerTag>>?

The tags to assign to the load balancer.

Link copied to clipboard
val type: Output<String>?

The type of load balancer. The default is application.

Link copied to clipboard
val urn: Output<String>