Class CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
An implementation for
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Builder, CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The number of consecutive successful health checks that must occur before declaring the listener healthy.final Number
The time period in milliseconds between each health check execution.final String
getPath()
The destination path for the health check request.final Number
getPort()
The destination port for the health check request.final String
The protocol for the health check request.final Number
The amount of time to wait when receiving a response from the health check, in milliseconds.final Number
The number of consecutive failed health checks that must occur before declaring a virtual gateway unhealthy.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty.Builder
.
-
-
Method Details
-
getHealthyThreshold
Description copied from interface:CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
The number of consecutive successful health checks that must occur before declaring the listener healthy.- Specified by:
getHealthyThreshold
in interfaceCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
- See Also:
-
getIntervalMillis
Description copied from interface:CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
The time period in milliseconds between each health check execution.- Specified by:
getIntervalMillis
in interfaceCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
- See Also:
-
getProtocol
Description copied from interface:CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
The protocol for the health check request.If you specify
grpc
, then your service must conform to the GRPC Health Checking Protocol .- Specified by:
getProtocol
in interfaceCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
- See Also:
-
getTimeoutMillis
Description copied from interface:CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
The amount of time to wait when receiving a response from the health check, in milliseconds.- Specified by:
getTimeoutMillis
in interfaceCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
- See Also:
-
getUnhealthyThreshold
Description copied from interface:CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
The number of consecutive failed health checks that must occur before declaring a virtual gateway unhealthy.- Specified by:
getUnhealthyThreshold
in interfaceCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
- See Also:
-
getPath
Description copied from interface:CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
The destination path for the health check request.This value is only used if the specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.
- Specified by:
getPath
in interfaceCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
- See Also:
-
getPort
Description copied from interface:CfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
The destination port for the health check request.This port must match the port defined in the
PortMapping
for the listener.- Specified by:
getPort
in interfaceCfnVirtualGateway.VirtualGatewayHealthCheckPolicyProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-