| 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() |
HealthCheckCustomConfig |
DnsServiceProps.Jsii$Proxy.getCustomHealthCheck() |
default HealthCheckCustomConfig |
BaseServiceProps.getCustomHealthCheck()
(experimental) Structure containing failure threshold for a custom health checker.
|
HealthCheckCustomConfig |
BaseServiceProps.Jsii$Proxy.getCustomHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
ServiceProps.Builder |
ServiceProps.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck)
Sets the value of
BaseServiceProps.getCustomHealthCheck() |
DnsServiceProps.Builder |
DnsServiceProps.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck)
Sets the value of
BaseServiceProps.getCustomHealthCheck() |
Service.Builder |
Service.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck)
(experimental) Structure containing failure threshold for a custom health checker.
|
BaseServiceProps.Builder |
BaseServiceProps.Builder.customHealthCheck(HealthCheckCustomConfig customHealthCheck)
Sets the value of
BaseServiceProps.getCustomHealthCheck() |
| Constructor and Description |
|---|
Jsii$Proxy(DnsRecordType dnsRecordType,
Duration dnsTtl,
Boolean loadBalancer,
RoutingPolicy routingPolicy,
HealthCheckCustomConfig customHealthCheck,
String description,
HealthCheckConfig healthCheck,
String name)
Constructor that initializes the object based on literal property values passed by the
DnsServiceProps.Builder. |
Jsii$Proxy(HealthCheckCustomConfig customHealthCheck,
String description,
HealthCheckConfig healthCheck,
String name)
Constructor that initializes the object based on literal property values passed by the
BaseServiceProps.Builder. |
Jsii$Proxy(INamespace namespace,
DnsRecordType dnsRecordType,
Duration dnsTtl,
Boolean loadBalancer,
RoutingPolicy routingPolicy,
HealthCheckCustomConfig customHealthCheck,
String description,
HealthCheckConfig healthCheck,
String name)
Constructor that initializes the object based on literal property values passed by the
ServiceProps.Builder. |
Copyright © 2021. All rights reserved.