#[non_exhaustive]
pub struct AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails { /* private fields */ }
Expand description

The container health check command and associated configuration parameters for the container.

Implementations

The command that the container runs to determine whether it is healthy.

The time period in seconds between each health check execution. The default value is 30 seconds.

The number of times to retry a failed health check before the container is considered unhealthy. The default value is 3.

The optional grace period in seconds that allows containers time to bootstrap before failed health checks count towards the maximum number of retries.

The time period in seconds to wait for a health check to succeed before it is considered a failure. The default value is 5.

Creates a new builder-style object to manufacture AwsEcsTaskDefinitionContainerDefinitionsHealthCheckDetails.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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