Class ServiceHealthCheckCustomConfigGetArgs
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.ServiceDiscovery.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceHealthCheckCustomConfigGetArgs : ResourceArgs
Constructors
View SourceServiceHealthCheckCustomConfigGetArgs()
Declaration
public ServiceHealthCheckCustomConfigGetArgs()
Properties
View SourceFailureThreshold
The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Maximum value of 10.
Declaration
public Input<int> FailureThreshold { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |