Class URLMapHostRuleArgs


  • public final class URLMapHostRuleArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        An optional description of this resource. Provide this property when you create the resource.
      • hosts

        public com.pulumi.core.Output<java.util.List<java.lang.String>> hosts()
        Returns:
        The list of host patterns to match. They must be valid hostnames, except * will match any string of ([a-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by either - or ..
      • pathMatcher

        public com.pulumi.core.Output<java.lang.String> pathMatcher()
        Returns:
        The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.