Class CfnService.TimeoutConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnService.TimeoutConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.TimeoutConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.TimeoutConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.TimeoutConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.TimeoutConfigurationProperty
An implementation for
CfnService.TimeoutConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnService.TimeoutConfigurationProperty
CfnService.TimeoutConfigurationProperty.Builder, CfnService.TimeoutConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.TimeoutConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberThe amount of time in seconds a connection will stay active while idle.final NumberThe amount of time waiting for the upstream to respond with a complete response per request.final inthashCode()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 theCfnService.TimeoutConfigurationProperty.Builder.
-
-
Method Details
-
getIdleTimeoutSeconds
Description copied from interface:CfnService.TimeoutConfigurationPropertyThe amount of time in seconds a connection will stay active while idle.A value of
0can be set to disableidleTimeout.The
idleTimeoutdefault forHTTP/HTTP2/GRPCis 5 minutes.The
idleTimeoutdefault forTCPis 1 hour.- Specified by:
getIdleTimeoutSecondsin interfaceCfnService.TimeoutConfigurationProperty- See Also:
-
getPerRequestTimeoutSeconds
Description copied from interface:CfnService.TimeoutConfigurationPropertyThe amount of time waiting for the upstream to respond with a complete response per request.A value of
0can be set to disableperRequestTimeout.perRequestTimeoutcan only be set if Service ConnectappProtocolisn'tTCP. OnlyidleTimeoutis allowed forTCPappProtocol.- Specified by:
getPerRequestTimeoutSecondsin interfaceCfnService.TimeoutConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-