Class ComputeUrlMapHeaderAction.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getRequestHeadersToAdd

        public final Object getRequestHeadersToAdd()
        Description copied from interface: ComputeUrlMapHeaderAction
        request_headers_to_add block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#request_headers_to_add ComputeUrlMap#request_headers_to_add}

        Specified by:
        getRequestHeadersToAdd in interface ComputeUrlMapHeaderAction
      • getRequestHeadersToRemove

        public final List<String> getRequestHeadersToRemove()
        Description copied from interface: ComputeUrlMapHeaderAction
        A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#request_headers_to_remove ComputeUrlMap#request_headers_to_remove}

        Specified by:
        getRequestHeadersToRemove in interface ComputeUrlMapHeaderAction
      • getResponseHeadersToAdd

        public final Object getResponseHeadersToAdd()
        Description copied from interface: ComputeUrlMapHeaderAction
        response_headers_to_add block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#response_headers_to_add ComputeUrlMap#response_headers_to_add}

        Specified by:
        getResponseHeadersToAdd in interface ComputeUrlMapHeaderAction
      • getResponseHeadersToRemove

        public final List<String> getResponseHeadersToRemove()
        Description copied from interface: ComputeUrlMapHeaderAction
        A list of header names for headers that need to be removed from the response prior to sending the response back to the client.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#response_headers_to_remove ComputeUrlMap#response_headers_to_remove}

        Specified by:
        getResponseHeadersToRemove in interface ComputeUrlMapHeaderAction
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object