Class CfnRoute.HttpRetryPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnRoute.HttpRetryPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoute.HttpRetryPolicyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRoute.HttpRetryPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnRoute.HttpRetryPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoute.HttpRetryPolicyProperty
An implementation for
CfnRoute.HttpRetryPolicyProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnRoute.HttpRetryPolicyProperty
CfnRoute.HttpRetryPolicyProperty.Builder, CfnRoute.HttpRetryPolicyProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRoute.HttpRetryPolicyProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnRoute.HttpRetryPolicyProperty.Builder
.
-
-
Method Details
-
getMaxRetries
Description copied from interface:CfnRoute.HttpRetryPolicyProperty
The maximum number of retry attempts.- Specified by:
getMaxRetries
in interfaceCfnRoute.HttpRetryPolicyProperty
-
getPerRetryTimeout
Description copied from interface:CfnRoute.HttpRetryPolicyProperty
The timeout for each retry attempt.- Specified by:
getPerRetryTimeout
in interfaceCfnRoute.HttpRetryPolicyProperty
-
getHttpRetryEvents
Description copied from interface:CfnRoute.HttpRetryPolicyProperty
Specify at least one of the following values.- server-error – HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511
- gateway-error – HTTP status codes 502, 503, and 504
- client-error – HTTP status code 409
- stream-error – Retry on refused stream
- Specified by:
getHttpRetryEvents
in interfaceCfnRoute.HttpRetryPolicyProperty
-
getTcpRetryEvents
Description copied from interface:CfnRoute.HttpRetryPolicyProperty
Specify a valid value.The event occurs before any processing of a request has started and is encountered when the upstream is temporarily or permanently unavailable.
- Specified by:
getTcpRetryEvents
in interfaceCfnRoute.HttpRetryPolicyProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-