Class GetServiceHealthCheckConfig
- java.lang.Object
-
- com.pulumi.aws.servicediscovery.outputs.GetServiceHealthCheckConfig
-
public final class GetServiceHealthCheckConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetServiceHealthCheckConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetServiceHealthCheckConfig.Builder
builder()
static GetServiceHealthCheckConfig.Builder
builder(GetServiceHealthCheckConfig defaults)
java.lang.Integer
failureThreshold()
java.lang.String
resourcePath()
java.lang.String
type()
-
-
-
Method Detail
-
failureThreshold
public java.lang.Integer failureThreshold()
- Returns:
- 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.
-
resourcePath
public java.lang.String resourcePath()
- Returns:
- 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 /.
-
type
public java.lang.String type()
- Returns:
- 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
-
builder
public static GetServiceHealthCheckConfig.Builder builder()
-
builder
public static GetServiceHealthCheckConfig.Builder builder(GetServiceHealthCheckConfig defaults)
-
-