Uses of Interface
software.amazon.awscdk.services.servicediscovery.HealthCheckCustomConfig
Packages that use HealthCheckCustomConfig
Package
Description
Amazon ECS Service Discovery Construct Library
-
Uses of HealthCheckCustomConfig in software.amazon.awscdk.services.servicediscovery
Classes in software.amazon.awscdk.services.servicediscovery that implement HealthCheckCustomConfigModifier and TypeClassDescriptionstatic final classAn implementation forHealthCheckCustomConfigMethods in software.amazon.awscdk.services.servicediscovery that return HealthCheckCustomConfigModifier and TypeMethodDescriptionHealthCheckCustomConfig.Builder.build()Builds the configured instance.default HealthCheckCustomConfigBaseServiceProps.getCustomHealthCheck()Structure containing failure threshold for a custom health checker.final HealthCheckCustomConfigBaseServiceProps.Jsii$Proxy.getCustomHealthCheck()final HealthCheckCustomConfigDnsServiceProps.Jsii$Proxy.getCustomHealthCheck()final HealthCheckCustomConfigServiceProps.Jsii$Proxy.getCustomHealthCheck()Methods in software.amazon.awscdk.services.servicediscovery with parameters of type HealthCheckCustomConfigModifier and TypeMethodDescriptionBaseServiceProps.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck) Sets the value ofBaseServiceProps.getCustomHealthCheck()DnsServiceProps.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck) Sets the value ofBaseServiceProps.getCustomHealthCheck()Service.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck) Structure containing failure threshold for a custom health checker.ServiceProps.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck) Sets the value ofBaseServiceProps.getCustomHealthCheck()