Uses of Class
software.amazon.awscdk.services.autoscaling.HealthCheck
Packages that use HealthCheck
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
Amazon EKS Construct Library
Amazon EKS V2 Construct Library
-
Uses of HealthCheck in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return HealthCheckModifier and TypeMethodDescriptionstatic HealthCheckHealthCheck.ec2()Deprecated.static HealthCheckHealthCheck.ec2(Ec2HealthCheckOptions options) Deprecated.static HealthCheckHealthCheck.elb(ElbHealthCheckOptions options) Deprecated.final HealthCheckAutoScalingGroupProps.Jsii$Proxy.getHealthCheck()default HealthCheckCommonAutoScalingGroupProps.getHealthCheck()Deprecated.final HealthCheckCommonAutoScalingGroupProps.Jsii$Proxy.getHealthCheck()Methods in software.amazon.awscdk.services.autoscaling with parameters of type HealthCheckModifier and TypeMethodDescriptionAutoScalingGroup.Builder.healthCheck(HealthCheck healthCheck) Deprecated.UsehealthChecksinsteadAutoScalingGroupProps.Builder.healthCheck(HealthCheck healthCheck) Deprecated.Use `healthChecks` insteadCommonAutoScalingGroupProps.Builder.healthCheck(HealthCheck healthCheck) Deprecated.Use `healthChecks` instead -
Uses of HealthCheck in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return HealthCheckModifier and TypeMethodDescriptionfinal HealthCheckAddCapacityOptions.Jsii$Proxy.getHealthCheck()Methods in software.amazon.awscdk.services.ecs with parameters of type HealthCheckModifier and TypeMethodDescriptionAddCapacityOptions.Builder.healthCheck(HealthCheck healthCheck) Deprecated.Use `healthChecks` instead -
Uses of HealthCheck in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return HealthCheckModifier and TypeMethodDescriptionfinal HealthCheckAutoScalingGroupCapacityOptions.Jsii$Proxy.getHealthCheck()Methods in software.amazon.awscdk.services.eks with parameters of type HealthCheckModifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.healthCheck(HealthCheck healthCheck) Deprecated.Use `healthChecks` instead -
Uses of HealthCheck in software.amazon.awscdk.services.eks.v2.alpha
Methods in software.amazon.awscdk.services.eks.v2.alpha that return HealthCheckModifier and TypeMethodDescriptionfinal HealthCheckAutoScalingGroupCapacityOptions.Jsii$Proxy.getHealthCheck()Methods in software.amazon.awscdk.services.eks.v2.alpha with parameters of type HealthCheckModifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.healthCheck(HealthCheck healthCheck) Deprecated.Use `healthChecks` instead
healthChecksinstead