Uses of Interface
software.amazon.awscdk.services.servicediscovery.CfnService.HealthCheckConfigProperty
Packages that use CfnService.HealthCheckConfigProperty
Package
Description
Amazon ECS Service Discovery Construct Library
-
Uses of CfnService.HealthCheckConfigProperty in software.amazon.awscdk.services.servicediscovery
Classes in software.amazon.awscdk.services.servicediscovery that implement CfnService.HealthCheckConfigPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnService.HealthCheckConfigProperty
Methods in software.amazon.awscdk.services.servicediscovery that return CfnService.HealthCheckConfigPropertyModifier and TypeMethodDescriptionCfnService.HealthCheckConfigProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.servicediscovery with parameters of type CfnService.HealthCheckConfigPropertyModifier and TypeMethodDescriptionCfnService.Builder.healthCheckConfig
(CfnService.HealthCheckConfigProperty healthCheckConfig) Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.CfnServiceProps.Builder.healthCheckConfig
(CfnService.HealthCheckConfigProperty healthCheckConfig) Sets the value ofCfnServiceProps.getHealthCheckConfig()
void
CfnService.setHealthCheckConfig
(CfnService.HealthCheckConfigProperty value) Public DNS and HTTP namespaces only. A complex type that contains settings for an optional health check.