Uses of Class
software.amazon.awscdk.services.autoscaling.HealthChecks
Packages that use HealthChecks
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
Amazon EKS Construct Library
Amazon EKS V2 Construct Library
-
Uses of HealthChecks in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return HealthChecksModifier and TypeMethodDescriptionstatic HealthChecksHealthChecks.ec2()Use EC2 only for health checks.static HealthChecksHealthChecks.ec2(Ec2HealthChecksOptions options) Use EC2 only for health checks.final HealthChecksAutoScalingGroupProps.Jsii$Proxy.getHealthChecks()default HealthChecksCommonAutoScalingGroupProps.getHealthChecks()Configuration for EC2 or additional health checks.final HealthChecksCommonAutoScalingGroupProps.Jsii$Proxy.getHealthChecks()static HealthChecksHealthChecks.withAdditionalChecks(AdditionalHealthChecksOptions options) Use additional health checks other than EC2.Methods in software.amazon.awscdk.services.autoscaling with parameters of type HealthChecksModifier and TypeMethodDescriptionAutoScalingGroup.Builder.healthChecks(HealthChecks healthChecks) Configuration for EC2 or additional health checks.AutoScalingGroupProps.Builder.healthChecks(HealthChecks healthChecks) Sets the value ofCommonAutoScalingGroupProps.getHealthChecks()CommonAutoScalingGroupProps.Builder.healthChecks(HealthChecks healthChecks) Sets the value ofCommonAutoScalingGroupProps.getHealthChecks() -
Uses of HealthChecks in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return HealthChecksModifier and TypeMethodDescriptionfinal HealthChecksAddCapacityOptions.Jsii$Proxy.getHealthChecks()Methods in software.amazon.awscdk.services.ecs with parameters of type HealthChecksModifier and TypeMethodDescriptionAddCapacityOptions.Builder.healthChecks(HealthChecks healthChecks) Sets the value ofCommonAutoScalingGroupProps.getHealthChecks() -
Uses of HealthChecks in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return HealthChecksModifier and TypeMethodDescriptionfinal HealthChecksAutoScalingGroupCapacityOptions.Jsii$Proxy.getHealthChecks()Methods in software.amazon.awscdk.services.eks with parameters of type HealthChecksModifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.healthChecks(HealthChecks healthChecks) Sets the value ofCommonAutoScalingGroupProps.getHealthChecks() -
Uses of HealthChecks in software.amazon.awscdk.services.eks.v2.alpha
Methods in software.amazon.awscdk.services.eks.v2.alpha that return HealthChecksModifier and TypeMethodDescriptionfinal HealthChecksAutoScalingGroupCapacityOptions.Jsii$Proxy.getHealthChecks()Methods in software.amazon.awscdk.services.eks.v2.alpha with parameters of type HealthChecksModifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.healthChecks(HealthChecks healthChecks) Sets the value ofCommonAutoScalingGroupProps.getHealthChecks()