konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginForwardProxy
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginForwardProxy Result
The following output properties are available:
- Config
Get
Gateway Plugin Forward Proxy Config - Consumer
Get
Gateway Plugin Forward Proxy Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Forward Proxy Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Forward Proxy Route - Service
Get
Gateway Plugin Forward Proxy Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Forward Proxy Config - Consumer
Get
Gateway Plugin Forward Proxy Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Forward Proxy Ordering - Protocols []string
- Route
Get
Gateway Plugin Forward Proxy Route - Service
Get
Gateway Plugin Forward Proxy Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Forward Proxy Config - consumer
Get
Gateway Plugin Forward Proxy Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Forward Proxy Ordering - protocols List<String>
- route
Get
Gateway Plugin Forward Proxy Route - service
Get
Gateway Plugin Forward Proxy Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Forward Proxy Config - consumer
Get
Gateway Plugin Forward Proxy Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Forward Proxy Ordering - protocols string[]
- route
Get
Gateway Plugin Forward Proxy Route - service
Get
Gateway Plugin Forward Proxy Service - string[]
- updated
At number
- config
Get
Gateway Plugin Forward Proxy Config - consumer
Get
Gateway Plugin Forward Proxy Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Forward Proxy Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Forward Proxy Route - service
Get
Gateway Plugin Forward Proxy Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginForwardProxyConfig
- Auth
Password string - The password to authenticate with, if the forward proxy is protected by basic authentication.
- Auth
Username string - The username to authenticate with, if the forward proxy is protected by basic authentication.
- Http
Proxy stringHost - A string representing a host name, such as example.com.
- Http
Proxy doublePort - An integer representing a port number between 0 and 65535, inclusive.
- Https
Proxy stringHost - A string representing a host name, such as example.com.
- Https
Proxy doublePort - 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 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 string - The password to authenticate with, if the forward proxy is protected by basic authentication.
- Auth
Username string - The username to authenticate with, if the forward proxy is protected by basic authentication.
- Http
Proxy stringHost - A string representing a host name, such as example.com.
- Http
Proxy float64Port - An integer representing a port number between 0 and 65535, inclusive.
- Https
Proxy stringHost - A string representing a host name, such as example.com.
- Https
Proxy float64Port - 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 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 String - The password to authenticate with, if the forward proxy is protected by basic authentication.
- auth
Username String - The username to authenticate with, if the forward proxy is protected by basic authentication.
- http
Proxy StringHost - A string representing a host name, such as example.com.
- http
Proxy DoublePort - An integer representing a port number between 0 and 65535, inclusive.
- https
Proxy StringHost - A string representing a host name, such as example.com.
- https
Proxy DoublePort - An integer representing a port number between 0 and 65535, inclusive.
- https
Verify Boolean - Whether the server certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
- proxy
Scheme String - The proxy scheme to use when connecting. Only
http
is supported. - x
Headers String - Determines how to handle headers when forwarding the request.
- auth
Password string - The password to authenticate with, if the forward proxy is protected by basic authentication.
- auth
Username string - The username to authenticate with, if the forward proxy is protected by basic authentication.
- http
Proxy stringHost - A string representing a host name, such as example.com.
- http
Proxy numberPort - An integer representing a port number between 0 and 65535, inclusive.
- https
Proxy stringHost - A string representing a host name, such as example.com.
- https
Proxy numberPort - An integer representing a port number between 0 and 65535, inclusive.
- https
Verify boolean - Whether the server certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
- proxy
Scheme string - The proxy scheme to use when connecting. Only
http
is supported. - x
Headers 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_ strhost - A string representing a host name, such as example.com.
- http_
proxy_ floatport - An integer representing a port number between 0 and 65535, inclusive.
- https_
proxy_ strhost - A string representing a host name, such as example.com.
- https_
proxy_ floatport - 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.
- auth
Password String - The password to authenticate with, if the forward proxy is protected by basic authentication.
- auth
Username String - The username to authenticate with, if the forward proxy is protected by basic authentication.
- http
Proxy StringHost - A string representing a host name, such as example.com.
- http
Proxy NumberPort - An integer representing a port number between 0 and 65535, inclusive.
- https
Proxy StringHost - A string representing a host name, such as example.com.
- https
Proxy NumberPort - An integer representing a port number between 0 and 65535, inclusive.
- https
Verify Boolean - Whether the server certificate will be verified according to the CA certificates specified in lua_ssl_trusted_certificate.
- proxy
Scheme String - The proxy scheme to use when connecting. Only
http
is supported. - x
Headers 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.