Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnLoadBalancer.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnLoadBalancer.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionstatic CfnLoadBalancer.Builder
CfnLoadBalancer.Builder.enablePrefixForIpv6SourceNat
(String enablePrefixForIpv6SourceNat) [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.CfnLoadBalancer.Builder.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic
(String enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through AWS PrivateLink .CfnLoadBalancer.Builder.ipAddressType
(String ipAddressType) The IP address type.CfnLoadBalancer.Builder.loadBalancerAttributes
(List<? extends Object> loadBalancerAttributes) The load balancer attributes.CfnLoadBalancer.Builder.loadBalancerAttributes
(IResolvable loadBalancerAttributes) The load balancer attributes.CfnLoadBalancer.Builder.minimumLoadBalancerCapacity
(IResolvable minimumLoadBalancerCapacity) The minimum capacity for a load balancer.CfnLoadBalancer.Builder.minimumLoadBalancerCapacity
(CfnLoadBalancer.MinimumLoadBalancerCapacityProperty minimumLoadBalancerCapacity) The minimum capacity for a load balancer.The name of the load balancer.The nodes of an Internet-facing load balancer have public IP addresses.CfnLoadBalancer.Builder.securityGroups
(List<String> securityGroups) [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.CfnLoadBalancer.Builder.subnetMappings
(List<? extends Object> subnetMappings) The IDs of the subnets.CfnLoadBalancer.Builder.subnetMappings
(IResolvable subnetMappings) The IDs of the subnets.The IDs of the subnets.The tags to assign to the load balancer.The type of load balancer.