Struct aws_sdk_appmesh::model::health_check_policy::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for HealthCheckPolicy
Implementations
The amount of time to wait when receiving a response from the health check, in milliseconds.
The amount of time to wait when receiving a response from the health check, in milliseconds.
The time period in milliseconds between each health check execution.
The time period in milliseconds between each health check execution.
The protocol for the health check request. If you specify grpc
, then your service must conform to the GRPC Health Checking Protocol.
The protocol for the health check request. If you specify grpc
, then your service must conform to the GRPC Health Checking Protocol.
The destination port for the health check request. This port must match the port defined in the PortMapping
for the listener.
The destination port for the health check request. This port must match the port defined in the PortMapping
for the listener.
The destination path for the health check request. This value is only used if the specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.
The destination path for the health check request. This value is only used if the specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.
The number of consecutive successful health checks that must occur before declaring listener healthy.
The number of consecutive successful health checks that must occur before declaring listener healthy.
The number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.
The number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.
Consumes the builder and constructs a HealthCheckPolicy
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more