| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OutlierDetection.Jsii$Proxy
An implementation for
OutlierDetection |
| Modifier and Type | Method and Description |
|---|---|
OutlierDetection |
OutlierDetection.Builder.build()
Builds the configured instance.
|
default OutlierDetection |
HttpVirtualNodeListenerOptions.getOutlierDetection()
(experimental) Represents the configuration for enabling outlier detection.
|
OutlierDetection |
HttpVirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection() |
default OutlierDetection |
TcpVirtualNodeListenerOptions.getOutlierDetection()
(experimental) Represents the configuration for enabling outlier detection.
|
OutlierDetection |
TcpVirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection() |
default OutlierDetection |
GrpcVirtualNodeListenerOptions.getOutlierDetection()
(experimental) Represents the configuration for enabling outlier detection.
|
OutlierDetection |
GrpcVirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection() |
default OutlierDetection |
Http2VirtualNodeListenerOptions.getOutlierDetection()
(experimental) Represents the configuration for enabling outlier detection.
|
OutlierDetection |
Http2VirtualNodeListenerOptions.Jsii$Proxy.getOutlierDetection() |
| Modifier and Type | Method and Description |
|---|---|
HttpVirtualNodeListenerOptions.Builder |
HttpVirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection)
Sets the value of
HttpVirtualNodeListenerOptions.getOutlierDetection() |
TcpVirtualNodeListenerOptions.Builder |
TcpVirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection)
Sets the value of
TcpVirtualNodeListenerOptions.getOutlierDetection() |
GrpcVirtualNodeListenerOptions.Builder |
GrpcVirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection)
Sets the value of
GrpcVirtualNodeListenerOptions.getOutlierDetection() |
Http2VirtualNodeListenerOptions.Builder |
Http2VirtualNodeListenerOptions.Builder.outlierDetection(OutlierDetection outlierDetection)
Sets the value of
Http2VirtualNodeListenerOptions.getOutlierDetection() |
| Constructor and Description |
|---|
Jsii$Proxy(GrpcConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
GrpcTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
GrpcVirtualNodeListenerOptions.Builder. |
Jsii$Proxy(Http2ConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
HttpTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
Http2VirtualNodeListenerOptions.Builder. |
Jsii$Proxy(HttpConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
HttpTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
HttpVirtualNodeListenerOptions.Builder. |
Jsii$Proxy(TcpConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
TcpTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
TcpVirtualNodeListenerOptions.Builder. |
Copyright © 2021. All rights reserved.