Class LoadBalancerHealthCheck
Inheritance
System.Object
LoadBalancerHealthCheck
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticLoadBalancing.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerHealthCheck
Fields
View SourceHealthyThreshold
The number of checks before the instance is declared healthy.
Declaration
public readonly int HealthyThreshold
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Interval
The interval between checks.
Declaration
public readonly int Interval
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Target
The target of the check. Valid pattern is "${PROTOCOL}:${PORT}${PATH}", where PROTOCOL values are:
HTTP,HTTPS- PORT and PATH are requiredTCP,SSL- PORT is required, PATH is not supported
Declaration
public readonly string Target
Field Value
| Type | Description |
|---|---|
| System.String |
Timeout
The length of time before the check times out.
Declaration
public readonly int Timeout
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UnhealthyThreshold
The number of checks before the instance is declared unhealthy.
Declaration
public readonly int UnhealthyThreshold
Field Value
| Type | Description |
|---|---|
| System.Int32 |