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 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()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() -
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) Sets the value ofCommonAutoScalingGroupProps.getHealthCheck() -
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) Sets the value ofCommonAutoScalingGroupProps.getHealthCheck() -
Uses of HealthCheck in software.amazon.awscdk.services.eks.legacy
Methods in software.amazon.awscdk.services.eks.legacy that return HealthCheckModifier and TypeMethodDescriptionfinal HealthCheckCapacityOptions.Jsii$Proxy.getHealthCheck()Deprecated.Methods in software.amazon.awscdk.services.eks.legacy with parameters of type HealthCheckModifier and TypeMethodDescriptionCapacityOptions.Builder.healthCheck(HealthCheck healthCheck) Deprecated.Sets the value ofCommonAutoScalingGroupProps.getHealthCheck()