1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginForwardProxy
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginForwardProxy

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayPluginForwardProxy

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGatewayPluginForwardProxy(args: GetGatewayPluginForwardProxyArgs, opts?: InvokeOptions): Promise<GetGatewayPluginForwardProxyResult>
    function getGatewayPluginForwardProxyOutput(args: GetGatewayPluginForwardProxyOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginForwardProxyResult>
    def get_gateway_plugin_forward_proxy(control_plane_id: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetGatewayPluginForwardProxyResult
    def get_gateway_plugin_forward_proxy_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginForwardProxyResult]
    func LookupGatewayPluginForwardProxy(ctx *Context, args *LookupGatewayPluginForwardProxyArgs, opts ...InvokeOption) (*LookupGatewayPluginForwardProxyResult, error)
    func LookupGatewayPluginForwardProxyOutput(ctx *Context, args *LookupGatewayPluginForwardProxyOutputArgs, opts ...InvokeOption) LookupGatewayPluginForwardProxyResultOutput

    > Note: This function is named LookupGatewayPluginForwardProxy in the Go SDK.

    public static class GetGatewayPluginForwardProxy 
    {
        public static Task<GetGatewayPluginForwardProxyResult> InvokeAsync(GetGatewayPluginForwardProxyArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginForwardProxyResult> Invoke(GetGatewayPluginForwardProxyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginForwardProxyResult> getGatewayPluginForwardProxy(GetGatewayPluginForwardProxyArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginForwardProxyResult> getGatewayPluginForwardProxy(GetGatewayPluginForwardProxyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginForwardProxy:getGatewayPluginForwardProxy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginForwardProxy Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginForwardProxyConfig

    AuthPassword string
    The password to authenticate with, if the forward proxy is protected by basic authentication.
    AuthUsername string
    The username to authenticate with, if the forward proxy is protected by basic authentication.
    HttpProxyHost string
    A string representing a host name, such as example.com.
    HttpProxyPort double
    An integer representing a port number between 0 and 65535, inclusive.
    HttpsProxyHost string
    A string representing a host name, such as example.com.
    HttpsProxyPort double
    An integer representing a port number between 0 and 65535, inclusive.
    HttpsVerify bool
    Whether the server certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    ProxyScheme string
    The proxy scheme to use when connecting. Only http is supported.
    XHeaders string
    Determines how to handle headers when forwarding the request.
    AuthPassword string
    The password to authenticate with, if the forward proxy is protected by basic authentication.
    AuthUsername string
    The username to authenticate with, if the forward proxy is protected by basic authentication.
    HttpProxyHost string
    A string representing a host name, such as example.com.
    HttpProxyPort float64
    An integer representing a port number between 0 and 65535, inclusive.
    HttpsProxyHost string
    A string representing a host name, such as example.com.
    HttpsProxyPort float64
    An integer representing a port number between 0 and 65535, inclusive.
    HttpsVerify bool
    Whether the server certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    ProxyScheme string
    The proxy scheme to use when connecting. Only http is supported.
    XHeaders string
    Determines how to handle headers when forwarding the request.
    authPassword String
    The password to authenticate with, if the forward proxy is protected by basic authentication.
    authUsername String
    The username to authenticate with, if the forward proxy is protected by basic authentication.
    httpProxyHost String
    A string representing a host name, such as example.com.
    httpProxyPort Double
    An integer representing a port number between 0 and 65535, inclusive.
    httpsProxyHost String
    A string representing a host name, such as example.com.
    httpsProxyPort Double
    An integer representing a port number between 0 and 65535, inclusive.
    httpsVerify Boolean
    Whether the server certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    proxyScheme String
    The proxy scheme to use when connecting. Only http is supported.
    xHeaders String
    Determines how to handle headers when forwarding the request.
    authPassword string
    The password to authenticate with, if the forward proxy is protected by basic authentication.
    authUsername string
    The username to authenticate with, if the forward proxy is protected by basic authentication.
    httpProxyHost string
    A string representing a host name, such as example.com.
    httpProxyPort number
    An integer representing a port number between 0 and 65535, inclusive.
    httpsProxyHost string
    A string representing a host name, such as example.com.
    httpsProxyPort number
    An integer representing a port number between 0 and 65535, inclusive.
    httpsVerify boolean
    Whether the server certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    proxyScheme string
    The proxy scheme to use when connecting. Only http is supported.
    xHeaders string
    Determines how to handle headers when forwarding the request.
    auth_password str
    The password to authenticate with, if the forward proxy is protected by basic authentication.
    auth_username str
    The username to authenticate with, if the forward proxy is protected by basic authentication.
    http_proxy_host str
    A string representing a host name, such as example.com.
    http_proxy_port float
    An integer representing a port number between 0 and 65535, inclusive.
    https_proxy_host str
    A string representing a host name, such as example.com.
    https_proxy_port float
    An integer representing a port number between 0 and 65535, inclusive.
    https_verify bool
    Whether the server certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    proxy_scheme str
    The proxy scheme to use when connecting. Only http is supported.
    x_headers str
    Determines how to handle headers when forwarding the request.
    authPassword String
    The password to authenticate with, if the forward proxy is protected by basic authentication.
    authUsername String
    The username to authenticate with, if the forward proxy is protected by basic authentication.
    httpProxyHost String
    A string representing a host name, such as example.com.
    httpProxyPort Number
    An integer representing a port number between 0 and 65535, inclusive.
    httpsProxyHost String
    A string representing a host name, such as example.com.
    httpsProxyPort Number
    An integer representing a port number between 0 and 65535, inclusive.
    httpsVerify Boolean
    Whether the server certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
    proxyScheme String
    The proxy scheme to use when connecting. Only http is supported.
    xHeaders String
    Determines how to handle headers when forwarding the request.

    GetGatewayPluginForwardProxyConsumer

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginForwardProxyOrdering

    GetGatewayPluginForwardProxyOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginForwardProxyOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginForwardProxyRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginForwardProxyService

    Id string
    Id string
    id String
    id string
    id str
    id String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong