Uses of Interface
software.amazon.awscdk.services.elasticloadbalancing.CfnLoadBalancer.HealthCheckProperty
Packages that use CfnLoadBalancer.HealthCheckProperty
Package
Description
Amazon Elastic Load Balancing Construct Library
-
Uses of CfnLoadBalancer.HealthCheckProperty in software.amazon.awscdk.services.elasticloadbalancing
Classes in software.amazon.awscdk.services.elasticloadbalancing that implement CfnLoadBalancer.HealthCheckPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnLoadBalancer.HealthCheckPropertyMethods in software.amazon.awscdk.services.elasticloadbalancing that return CfnLoadBalancer.HealthCheckPropertyModifier and TypeMethodDescriptionCfnLoadBalancer.HealthCheckProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.elasticloadbalancing with parameters of type CfnLoadBalancer.HealthCheckPropertyModifier and TypeMethodDescriptionCfnLoadBalancer.Builder.healthCheck(CfnLoadBalancer.HealthCheckProperty healthCheck) The health check settings to use when evaluating the health of your EC2 instances.CfnLoadBalancerProps.Builder.healthCheck(CfnLoadBalancer.HealthCheckProperty healthCheck) Sets the value ofCfnLoadBalancerProps.getHealthCheck()voidCfnLoadBalancer.setHealthCheck(CfnLoadBalancer.HealthCheckProperty value) The health check settings to use when evaluating the health of your EC2 instances.