![]() |
![]()
| ![]() |
![]()
NAMEPaws::AppMesh::HttpRetryPolicy USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::AppMesh::HttpRetryPolicy object: $service_obj->Method(Att1 => { HttpRetryEvents => $value, ..., TcpRetryEvents => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::AppMesh::HttpRetryPolicy object: $result = $service_obj->Method(...); $result->Att1->HttpRetryEvents DESCRIPTIONAn object that represents a retry policy. Specify at least one value for at least one of the types of "RetryEvents", a value for "maxRetries", and a value for "perRetryTimeout". Both "server-error" and "gateway-error" under "httpRetryEvents" include the Envoy "reset" policy. For more information on the "reset" policy, see the Envoy documentation (https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/router_filter#x-envoy-retry-on). ATTRIBUTESHttpRetryEvents => ArrayRef[Str|Undef]Specify at least one of the following values.
REQUIRED MaxRetries => IntThe maximum number of retry attempts. REQUIRED PerRetryTimeout => Paws::AppMesh::DurationThe timeout for each retry attempt. TcpRetryEvents => ArrayRef[Str|Undef]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. SEE ALSOThis class forms part of Paws, describing an object used in Paws::AppMesh BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|