Class CfnRoute.HttpTimeoutProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnRoute.HttpTimeoutProperty.Jsii$Proxy
All Implemented Interfaces:
CfnRoute.HttpTimeoutProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnRoute.HttpTimeoutProperty

@Stability(Stable) @Internal public static final class CfnRoute.HttpTimeoutProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.HttpTimeoutProperty
An implementation for CfnRoute.HttpTimeoutProperty
  • 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

      protected Jsii$Proxy(CfnRoute.HttpTimeoutProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnRoute.HttpTimeoutProperty.Builder.
  • Method Details

    • getIdle

      public final Object getIdle()
      Description copied from interface: CfnRoute.HttpTimeoutProperty
      An object that represents an idle timeout.

      An idle timeout bounds the amount of time that a connection may be idle. The default value is none.

      Specified by:
      getIdle in interface CfnRoute.HttpTimeoutProperty
    • getPerRequest

      public final Object getPerRequest()
      Description copied from interface: CfnRoute.HttpTimeoutProperty
      An object that represents a per request timeout.

      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.

      Specified by:
      getPerRequest in interface CfnRoute.HttpTimeoutProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object