Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lightsail.CfnLoadBalancerPropsMixin.Builder
Packages that use CfnLoadBalancerPropsMixin.Builder
-
Uses of CfnLoadBalancerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.lightsail
Methods in software.amazon.awscdk.cfnpropertymixins.services.lightsail that return CfnLoadBalancerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnLoadBalancerPropsMixin.Builder.attachedInstances(List<String> attachedInstances) The Lightsail instances to attach to the load balancer.CfnLoadBalancerPropsMixin.Builder.create()CfnLoadBalancerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLoadBalancerPropsMixin.Builder.healthCheckPath(String healthCheckPath) The path on the attached instance where the health check will be performed.CfnLoadBalancerPropsMixin.Builder.instancePort(Number instancePort) The port that the load balancer uses to direct traffic to your Lightsail instances.CfnLoadBalancerPropsMixin.Builder.ipAddressType(String ipAddressType) The IP address type of the load balancer.CfnLoadBalancerPropsMixin.Builder.loadBalancerName(String loadBalancerName) The name of the load balancer.CfnLoadBalancerPropsMixin.Builder.sessionStickinessEnabled(Boolean sessionStickinessEnabled) A Boolean value indicating whether session stickiness is enabled.CfnLoadBalancerPropsMixin.Builder.sessionStickinessEnabled(IResolvable sessionStickinessEnabled) A Boolean value indicating whether session stickiness is enabled.CfnLoadBalancerPropsMixin.Builder.sessionStickinessLbCookieDurationSeconds(String sessionStickinessLbCookieDurationSeconds) The time period, in seconds, after which the load balancer session stickiness cookie should be considered stale.An array of key-value pairs to apply to this resource.CfnLoadBalancerPropsMixin.Builder.tlsPolicyName(String tlsPolicyName) The name of the TLS security policy for the load balancer.