Class RouteSpecHttp2RouteMatchHeaderMatchArgs


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

      • exact

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> exact()
        Returns:
        Header value sent by the client must match the specified value exactly.
      • prefix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> prefix()
        Returns:
        Header value sent by the client must begin with the specified characters.
      • range

        public java.util.Optional<com.pulumi.core.Output<RouteSpecHttp2RouteMatchHeaderMatchRangeArgs>> range()
        Returns:
        Object that specifies the range of numbers that the header value sent by the client must be included in.
      • regex

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> regex()
        Returns:
        Header value sent by the client must include the specified characters.
      • suffix

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> suffix()
        Returns:
        Header value sent by the client must end with the specified characters.