public static final class CfnVirtualNode.HttpTimeoutProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVirtualNode.HttpTimeoutProperty
CfnVirtualNode.HttpTimeoutProperty
CfnVirtualNode.HttpTimeoutProperty.Builder, CfnVirtualNode.HttpTimeoutProperty.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()
CfnVirtualNode.HttpTimeoutProperty
An idle timeout bounds the amount of time that a connection may be idle. The default value is none.
getIdle
in interface CfnVirtualNode.HttpTimeoutProperty
public final java.lang.Object getPerRequest()
CfnVirtualNode.HttpTimeoutProperty
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 CfnVirtualNode.HttpTimeoutProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()