Uses of Class
software.amazon.awscdk.services.autoscaling.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
Modifier and TypeMethodDescriptionstatic HealthCheck
HealthCheck.ec2()
Use EC2 for health checks.static HealthCheck
HealthCheck.ec2
(Ec2HealthCheckOptions options) Use EC2 for health checks.static HealthCheck
HealthCheck.elb
(ElbHealthCheckOptions options) Use ELB for health checks.final HealthCheck
AutoScalingGroupProps.Jsii$Proxy.getHealthCheck()
default HealthCheck
CommonAutoScalingGroupProps.getHealthCheck()
Configuration for health checks.final HealthCheck
CommonAutoScalingGroupProps.Jsii$Proxy.getHealthCheck()
Modifier 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
Modifier and TypeMethodDescriptionfinal HealthCheck
AddCapacityOptions.Jsii$Proxy.getHealthCheck()
Modifier and TypeMethodDescriptionAddCapacityOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofCommonAutoScalingGroupProps.getHealthCheck()
-
Uses of HealthCheck in software.amazon.awscdk.services.eks
Modifier and TypeMethodDescriptionfinal HealthCheck
AutoScalingGroupCapacityOptions.Jsii$Proxy.getHealthCheck()
Modifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofCommonAutoScalingGroupProps.getHealthCheck()
-
Uses of HealthCheck in software.amazon.awscdk.services.eks.legacy
Modifier and TypeMethodDescriptionfinal HealthCheck
CapacityOptions.Jsii$Proxy.getHealthCheck()
Deprecated.Modifier and TypeMethodDescriptionCapacityOptions.Builder.healthCheck
(HealthCheck healthCheck) Deprecated.Sets the value ofCommonAutoScalingGroupProps.getHealthCheck()