public static final class CfnRoute.GrpcTimeoutProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.GrpcTimeoutProperty
CfnRoute.GrpcTimeoutProperty
CfnRoute.GrpcTimeoutProperty.Builder, CfnRoute.GrpcTimeoutProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getIdle()
An object that represents an idle timeout.
|
java.lang.Object |
getPerRequest()
An object that represents a per request timeout.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getIdle()
CfnRoute.GrpcTimeoutProperty
An idle timeout bounds the amount of time that a connection may be idle. The default value is none.
getIdle
in interface CfnRoute.GrpcTimeoutProperty
public final java.lang.Object getPerRequest()
CfnRoute.GrpcTimeoutProperty
The default value is 15 seconds. If you set a higher timeout, then make sure that the higher value is set for each App Mesh resource in a conversation. For example, if a virtual node backend uses a virtual router provider to route to another virtual node, then the timeout should be greater than 15 seconds for the source and destination virtual node and the route.
getPerRequest
in interface CfnRoute.GrpcTimeoutProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()