| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HealthCheckCustomConfig.Jsii$Proxy
An implementation for
HealthCheckCustomConfig |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckCustomConfig |
HealthCheckCustomConfig.Builder.build()
Builds the configured instance.
|
HealthCheckCustomConfig |
ServiceProps.Jsii$Proxy.getCustomHealthCheck() |
default HealthCheckCustomConfig |
BaseServiceProps.getCustomHealthCheck()
Structure containing failure threshold for a custom health checker.
|
HealthCheckCustomConfig |
BaseServiceProps.Jsii$Proxy.getCustomHealthCheck() |
HealthCheckCustomConfig |
DnsServiceProps.Jsii$Proxy.getCustomHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
ServiceProps.Builder |
ServiceProps.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck)
Sets the value of
BaseServiceProps.getCustomHealthCheck() |
Service.Builder |
Service.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck)
Structure containing failure threshold for a custom health checker.
|
BaseServiceProps.Builder |
BaseServiceProps.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck)
Sets the value of
BaseServiceProps.getCustomHealthCheck() |
DnsServiceProps.Builder |
DnsServiceProps.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck)
Sets the value of
BaseServiceProps.getCustomHealthCheck() |
Copyright © 2022. All rights reserved.