Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2.CfnLoadBalancerPropsMixin.Builder
Packages that use CfnLoadBalancerPropsMixin.Builder
-
Uses of CfnLoadBalancerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.elasticloadbalancingv2 that return CfnLoadBalancerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnLoadBalancerPropsMixin.Builder.create()CfnLoadBalancerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLoadBalancerPropsMixin.Builder.enableCapacityReservationProvisionStabilize(Boolean enableCapacityReservationProvisionStabilize) Indicates whether to enable stabilization when creating or updating an LCU reservation.CfnLoadBalancerPropsMixin.Builder.enableCapacityReservationProvisionStabilize(IResolvable enableCapacityReservationProvisionStabilize) Indicates whether to enable stabilization when creating or updating an LCU reservation.CfnLoadBalancerPropsMixin.Builder.enablePrefixForIpv6SourceNat(String enablePrefixForIpv6SourceNat) [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT.CfnLoadBalancerPropsMixin.Builder.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic(String enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through AWS PrivateLink .CfnLoadBalancerPropsMixin.Builder.ipAddressType(String ipAddressType) The IP address type.CfnLoadBalancerPropsMixin.Builder.ipv4IpamPoolId(String ipv4IpamPoolId) The ID of the IPv4 IPAM pool.CfnLoadBalancerPropsMixin.Builder.loadBalancerAttributes(List<? extends Object> loadBalancerAttributes) The load balancer attributes.CfnLoadBalancerPropsMixin.Builder.loadBalancerAttributes(IResolvable loadBalancerAttributes) The load balancer attributes.CfnLoadBalancerPropsMixin.Builder.minimumLoadBalancerCapacity(CfnLoadBalancerPropsMixin.MinimumLoadBalancerCapacityProperty minimumLoadBalancerCapacity) The minimum capacity for a load balancer.CfnLoadBalancerPropsMixin.Builder.minimumLoadBalancerCapacity(IResolvable 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.CfnLoadBalancerPropsMixin.Builder.securityGroups(List<? extends Object> securityGroups) [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.CfnLoadBalancerPropsMixin.Builder.subnetMappings(List<? extends Object> subnetMappings) The IDs of the subnets.CfnLoadBalancerPropsMixin.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.