![]() |
![]()
| ![]() |
![]()
NAMEPaws::ServiceDiscovery::HealthCheckCustomConfig 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::ServiceDiscovery::HealthCheckCustomConfig object: $service_obj->Method(Att1 => { FailureThreshold => $value, ..., FailureThreshold => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ServiceDiscovery::HealthCheckCustomConfig object: $result = $service_obj->Method(...); $result->Att1->FailureThreshold DESCRIPTIONA complex type that contains information about an optional custom health check. A custom health check, which requires that you use a third-party health checker to evaluate the health of your resources, is useful in the following circumstances:
If you specify a health check configuration, you can specify either "HealthCheckCustomConfig" or "HealthCheckConfig" but not both. To change the status of a custom health check, submit an "UpdateInstanceCustomHealthStatus" request. Cloud Map doesn't monitor the status of the resource, it just keeps a record of the status specified in the most recent "UpdateInstanceCustomHealthStatus" request. Here's how custom health checks work:
ATTRIBUTESFailureThreshold => IntThis parameter is no longer supported and is always set to 1. Cloud Map waits for approximately 30 seconds after receiving an "UpdateInstanceCustomHealthStatus" request before changing the status of the service instance. The number of 30-second intervals that you want Cloud Map to wait after receiving an "UpdateInstanceCustomHealthStatus" request before it changes the health status of a service instance. Sending a second or subsequent "UpdateInstanceCustomHealthStatus" request with the same value before 30 seconds has passed doesn't accelerate the change. Cloud Map still waits 30 seconds after the first request to make the change. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ServiceDiscovery 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>
|