Class WebTestPropertiesValidationRulesArgs


  • public final class WebTestPropertiesValidationRulesArgs
    extends com.pulumi.resources.ResourceArgs
    The collection of validation rule properties
    • Method Detail

      • expectedHttpStatusCode

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> expectedHttpStatusCode()
        Returns:
        Validate that the WebTest returns the http status code provided.
      • ignoreHttpStatusCode

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> ignoreHttpStatusCode()
        Returns:
        When set, validation will ignore the status code.
      • sSLCertRemainingLifetimeCheck

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> sSLCertRemainingLifetimeCheck()
        Returns:
        A number of days to check still remain before the the existing SSL cert expires. Value must be positive and the SSLCheck must be set to true.
      • sSLCheck

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> sSLCheck()
        Returns:
        Checks to see if the SSL cert is still valid.