Uses of Class
software.amazon.awscdk.services.autoscaling.HealthCheck
-
Uses of HealthCheck in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return HealthCheckModifier and TypeMethodDescriptionstatic HealthCheckHealthCheck.ec2()Use EC2 for health checks.static HealthCheckHealthCheck.ec2(Ec2HealthCheckOptions options) Use EC2 for health checks.static HealthCheckHealthCheck.elb(ElbHealthCheckOptions options) Use ELB for health checks.final HealthCheckAutoScalingGroupProps.Jsii$Proxy.getHealthCheck()default HealthCheckCommonAutoScalingGroupProps.getHealthCheck()Configuration for health checks.final HealthCheckCommonAutoScalingGroupProps.Jsii$Proxy.getHealthCheck()Methods in software.amazon.awscdk.services.autoscaling with parameters of type HealthCheckModifier and TypeMethodDescriptionAutoScalingGroup.Builder.healthCheck(HealthCheck healthCheck) Configuration for health checks.AutoScalingGroupProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofCommonAutoScalingGroupProps.getHealthCheck()CommonAutoScalingGroupProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofCommonAutoScalingGroupProps.getHealthCheck()