@Stability(value=Stable) @Internal public static final class CfnRoute.HttpTimeoutProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.HttpTimeoutProperty
CfnRoute.HttpTimeoutPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnRoute.HttpTimeoutProperty.Builder, CfnRoute.HttpTimeoutProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRoute.HttpTimeoutProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRoute.DurationProperty.Builder. |
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(Object o) |
Object |
getIdle()
An object that represents an idle timeout.
|
Object |
getPerRequest()
An object that represents a per request timeout.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnRoute.HttpTimeoutProperty.Builder builder)
CfnRoute.DurationProperty.Builder.public final Object getIdle()
CfnRoute.HttpTimeoutPropertyAn idle timeout bounds the amount of time that a connection may be idle. The default value is none.
getIdle in interface CfnRoute.HttpTimeoutPropertypublic final Object getPerRequest()
CfnRoute.HttpTimeoutPropertyThe 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.HttpTimeoutProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.