Show / Hide Table of Contents

Class ServiceHealthCheckConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceHealthCheckConfigArgs
Inherited Members
ResourceArgs.Empty
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 ServiceHealthCheckConfigArgs : ResourceArgs

Constructors

View Source

ServiceHealthCheckConfigArgs()

Declaration
public ServiceHealthCheckConfigArgs()

Properties

View Source

FailureThreshold

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>
View Source

ResourcePath

The path that you want Route 53 to request when performing health checks. Route 53 automatically adds the DNS name for the service. If you don't specify a value, the default value is /.

Declaration
public Input<string> ResourcePath { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of health check that you want to create, which indicates how Route 53 determines whether an endpoint is healthy. Valid Values: HTTP, HTTPS, TCP

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.