Class GetTargetGroupHealthCheckResult
Inheritance
System.Object
GetTargetGroupHealthCheckResult
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.ApplicationLoadBalancing.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetTargetGroupHealthCheckResult
Fields
View SourceEnabled
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
HealthyThreshold
Declaration
public readonly int HealthyThreshold
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Interval
Declaration
public readonly int Interval
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Matcher
Declaration
public readonly string Matcher
Field Value
| Type | Description |
|---|---|
| System.String |
Path
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Declaration
public readonly string Port
Field Value
| Type | Description |
|---|---|
| System.String |
Protocol
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
Timeout
Declaration
public readonly int Timeout
Field Value
| Type | Description |
|---|---|
| System.Int32 |
UnhealthyThreshold
Declaration
public readonly int UnhealthyThreshold
Field Value
| Type | Description |
|---|---|
| System.Int32 |