| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
HealthCheck |
AutoScalingGroupProps.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
CommonAutoScalingGroupProps.getHealthCheck()
Configuration for health checks.
|
HealthCheck |
CommonAutoScalingGroupProps.Jsii$Proxy.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
CommonAutoScalingGroupProps.getHealthCheck() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.healthCheck(HealthCheck healthCheck)
Configuration for health checks.
|
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
CommonAutoScalingGroupProps.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
AddCapacityOptions.Jsii$Proxy.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
CommonAutoScalingGroupProps.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.healthCheck(HealthCheck healthCheck)
Sets the value of
CommonAutoScalingGroupProps.getHealthCheck() |
Copyright © 2022. All rights reserved.