| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HealthCheckConfig.Jsii$Proxy
An implementation for
HealthCheckConfig |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfig |
HealthCheckConfig.Builder.build()
Builds the configured instance.
|
HealthCheckConfig |
ServiceProps.Jsii$Proxy.getHealthCheck() |
HealthCheckConfig |
DnsServiceProps.Jsii$Proxy.getHealthCheck() |
default HealthCheckConfig |
BaseServiceProps.getHealthCheck()
(experimental) Settings for an optional health check.
|
HealthCheckConfig |
BaseServiceProps.Jsii$Proxy.getHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
ServiceProps.Builder |
ServiceProps.Builder.healthCheck(HealthCheckConfig healthCheck)
Sets the value of
BaseServiceProps.getHealthCheck() |
DnsServiceProps.Builder |
DnsServiceProps.Builder.healthCheck(HealthCheckConfig healthCheck)
Sets the value of
BaseServiceProps.getHealthCheck() |
Service.Builder |
Service.Builder.healthCheck(HealthCheckConfig healthCheck)
(experimental) Settings for an optional health check.
|
BaseServiceProps.Builder |
BaseServiceProps.Builder.healthCheck(HealthCheckConfig healthCheck)
Sets the value of
BaseServiceProps.getHealthCheck() |
| 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.