Class URLMapPathMatcherHeaderActionArgs


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

      • requestHeadersToAdds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<URLMapPathMatcherHeaderActionRequestHeadersToAddArgs>>> requestHeadersToAdds()
        Returns:
        Headers to add to a matching request prior to forwarding the request to the backendService. Structure is documented below.
      • requestHeadersToRemoves

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> requestHeadersToRemoves()
        Returns:
        A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.
      • responseHeadersToAdds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<URLMapPathMatcherHeaderActionResponseHeadersToAddArgs>>> responseHeadersToAdds()
        Returns:
        Headers to add the response prior to sending the response back to the client. Structure is documented below.
      • responseHeadersToRemoves

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> responseHeadersToRemoves()
        Returns:
        A list of header names for headers that need to be removed from the response prior to sending the response back to the client.