| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HealthCheckType |
HealthCheckConfig.getType()
The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy.
|
HealthCheckType |
HealthCheckConfig.Jsii$Proxy.getType() |
static HealthCheckType |
HealthCheckType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckType[] |
HealthCheckType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfig.Builder |
HealthCheckConfig.Builder.type(HealthCheckType type)
Sets the value of
HealthCheckConfig.getType() |
Copyright © 2022. All rights reserved.