Show / Hide Table of Contents

Class VirtualNodeSpecListenerHealthCheck

Inheritance
System.Object
VirtualNodeSpecListenerHealthCheck
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.AppMesh.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VirtualNodeSpecListenerHealthCheck

Fields

View Source

HealthyThreshold

The number of consecutive successful health checks that must occur before declaring listener healthy.

Declaration
public readonly int HealthyThreshold
Field Value
Type Description
System.Int32
View Source

IntervalMillis

The time period in milliseconds between each health check execution.

Declaration
public readonly int IntervalMillis
Field Value
Type Description
System.Int32
View Source

Path

The destination path for the health check request. This is only required if the specified protocol is http.

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

Port

The destination port for the health check request. This port must match the port defined in the port_mapping for the listener.

Declaration
public readonly int? Port
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Protocol

The protocol for the health check request. Valid values are http and tcp.

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
View Source

TimeoutMillis

The amount of time to wait when receiving a response from the health check, in milliseconds.

Declaration
public readonly int TimeoutMillis
Field Value
Type Description
System.Int32
View Source

UnhealthyThreshold

The number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.

Declaration
public readonly int UnhealthyThreshold
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.