Class ServiceHealthCheckConfigArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.servicediscovery.inputs.ServiceHealthCheckConfigArgs
-
public final class ServiceHealthCheckConfigArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceHealthCheckConfigArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ServiceHealthCheckConfigArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceHealthCheckConfigArgs.Builder
builder()
static ServiceHealthCheckConfigArgs.Builder
builder(ServiceHealthCheckConfigArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
failureThreshold()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
resourcePath()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
type()
-
-
-
Field Detail
-
Empty
public static final ServiceHealthCheckConfigArgs Empty
-
-
Method Detail
-
failureThreshold
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> failureThreshold()
- Returns:
- The number of consecutive health checks. Maximum value of 10.
-
resourcePath
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> resourcePath()
- Returns:
- 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 /.
-
type
public java.util.Optional<com.pulumi.core.Output<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 ServiceHealthCheckConfigArgs.Builder builder()
-
builder
public static ServiceHealthCheckConfigArgs.Builder builder(ServiceHealthCheckConfigArgs defaults)
-
-