| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Protocol |
HealthCheck.getProtocol()
(experimental) The protocol to use for the healthcheck, for convinience a const enum has been defined.
|
Protocol |
HealthCheck.Jsii$Proxy.getProtocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheck.Builder |
HealthCheck.Builder.protocol(Protocol protocol)
Sets the value of
HealthCheck.getProtocol() |
| Constructor and Description |
|---|
Jsii$Proxy(Number healthyThreshold,
Duration interval,
String path,
Number port,
Protocol protocol,
Duration timeout,
Number unhealthyThreshold)
Constructor that initializes the object based on literal property values passed by the
HealthCheck.Builder. |
Copyright © 2021. All rights reserved.