HealthCheckCustomConfig¶
-
class
aws_cdk.aws_servicediscovery.
HealthCheckCustomConfig
(*, failure_threshold=None)¶ Bases:
object
Specifies information about an optional custom health check.
- Parameters
failure_threshold (
Union
[int
,float
,None
]) – 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. Default: 1
Attributes
-
failure_threshold
¶ 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.
- Default
1
- Return type
Union
[int
,float
,None
]