Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationLoadBalancer.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationLoadBalancer.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionApplicationLoadBalancer.Builder.deletionProtection
(Boolean deletionProtection) Indicates whether deletion protection is enabled.ApplicationLoadBalancer.Builder.http2Enabled
(Boolean http2Enabled) Indicates whether HTTP/2 is enabled.ApplicationLoadBalancer.Builder.idleTimeout
(Duration idleTimeout) The load balancer idle timeout, in seconds.ApplicationLoadBalancer.Builder.internetFacing
(Boolean internetFacing) Whether the load balancer has an internet-routable address.ApplicationLoadBalancer.Builder.ipAddressType
(IpAddressType ipAddressType) The type of IP addresses to use.ApplicationLoadBalancer.Builder.loadBalancerName
(String loadBalancerName) Name of the load balancer.ApplicationLoadBalancer.Builder.securityGroup
(ISecurityGroup securityGroup) Security group to associate with this load balancer.The VPC network to place the load balancer in.ApplicationLoadBalancer.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Which subnets place the load balancer in.