Class RestHealthCheckStepAttributesArgs


  • public final class RestHealthCheckStepAttributesArgs
    extends com.pulumi.resources.ResourceArgs
    Defines the REST health check step properties.
    • Method Detail

      • healthChecks

        public com.pulumi.core.Output<java.util.List<RestHealthCheckArgs>> healthChecks()
        Returns:
        The list of checks that form the health check step.
      • healthyStateDuration

        public com.pulumi.core.Output<java.lang.String> healthyStateDuration()
        Returns:
        The duration in ISO 8601 format for which the resource is expected to be continuously healthy. If maxElasticDuration is specified, healthy state duration is enforced after the detection of first healthy signal.
      • maxElasticDuration

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> maxElasticDuration()
        Returns:
        The duration in ISO 8601 format for which the health check waits for the resource to become healthy. Health check fails if it doesn't. Health check starts to enforce healthyStateDuration once resource becomes healthy.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        The type of health check. Expected value is 'REST'.
      • waitDuration

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> waitDuration()
        Returns:
        The duration in ISO 8601 format for which health check waits idly without any checks.