Uses of Enum Class
software.amazon.awscdk.services.servicediscovery.HealthCheckType
Packages that use HealthCheckType
Package
Description
Amazon ECS Service Discovery Construct Library
-
Uses of HealthCheckType in software.amazon.awscdk.services.servicediscovery
Methods in software.amazon.awscdk.services.servicediscovery that return HealthCheckTypeModifier and TypeMethodDescriptiondefault HealthCheckTypeHealthCheckConfig.getType()The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy.final HealthCheckTypeHealthCheckConfig.Jsii$Proxy.getType()static HealthCheckTypeReturns the enum constant of this class with the specified name.static HealthCheckType[]HealthCheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.servicediscovery with parameters of type HealthCheckTypeModifier and TypeMethodDescriptionHealthCheckConfig.Builder.type(HealthCheckType type) Sets the value ofHealthCheckConfig.getType()