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

konnect.getGatewayPluginGrpcWeb

Explore with Pulumi AI

Using getGatewayPluginGrpcWeb

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 getGatewayPluginGrpcWeb(args: GetGatewayPluginGrpcWebArgs, opts?: InvokeOptions): Promise<GetGatewayPluginGrpcWebResult>
function getGatewayPluginGrpcWebOutput(args: GetGatewayPluginGrpcWebOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginGrpcWebResult>
Copy
def get_gateway_plugin_grpc_web(control_plane_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetGatewayPluginGrpcWebResult
def get_gateway_plugin_grpc_web_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginGrpcWebResult]
Copy
func LookupGatewayPluginGrpcWeb(ctx *Context, args *LookupGatewayPluginGrpcWebArgs, opts ...InvokeOption) (*LookupGatewayPluginGrpcWebResult, error)
func LookupGatewayPluginGrpcWebOutput(ctx *Context, args *LookupGatewayPluginGrpcWebOutputArgs, opts ...InvokeOption) LookupGatewayPluginGrpcWebResultOutput
Copy

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

public static class GetGatewayPluginGrpcWeb 
{
    public static Task<GetGatewayPluginGrpcWebResult> InvokeAsync(GetGatewayPluginGrpcWebArgs args, InvokeOptions? opts = null)
    public static Output<GetGatewayPluginGrpcWebResult> Invoke(GetGatewayPluginGrpcWebInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGatewayPluginGrpcWebResult> getGatewayPluginGrpcWeb(GetGatewayPluginGrpcWebArgs args, InvokeOptions options)
public static Output<GetGatewayPluginGrpcWebResult> getGatewayPluginGrpcWeb(GetGatewayPluginGrpcWebArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: konnect:index/getGatewayPluginGrpcWeb:getGatewayPluginGrpcWeb
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ControlPlaneId This property is required. string
ControlPlaneId This property is required. string
controlPlaneId This property is required. String
controlPlaneId This property is required. string
control_plane_id This property is required. str
controlPlaneId This property is required. String

getGatewayPluginGrpcWeb Result

The following output properties are available:

Supporting Types

GetGatewayPluginGrpcWebConfig

AllowOriginHeader This property is required. string
The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
PassStrippedPath This property is required. bool
If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
Proto This property is required. string
If present, describes the gRPC types and methods. Required to support payload transcoding. When absent, the web client must use application/grpw-web+proto content.
AllowOriginHeader This property is required. string
The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
PassStrippedPath This property is required. bool
If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
Proto This property is required. string
If present, describes the gRPC types and methods. Required to support payload transcoding. When absent, the web client must use application/grpw-web+proto content.
allowOriginHeader This property is required. String
The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
passStrippedPath This property is required. Boolean
If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
proto This property is required. String
If present, describes the gRPC types and methods. Required to support payload transcoding. When absent, the web client must use application/grpw-web+proto content.
allowOriginHeader This property is required. string
The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
passStrippedPath This property is required. boolean
If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
proto This property is required. string
If present, describes the gRPC types and methods. Required to support payload transcoding. When absent, the web client must use application/grpw-web+proto content.
allow_origin_header This property is required. str
The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
pass_stripped_path This property is required. bool
If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
proto This property is required. str
If present, describes the gRPC types and methods. Required to support payload transcoding. When absent, the web client must use application/grpw-web+proto content.
allowOriginHeader This property is required. String
The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
passStrippedPath This property is required. Boolean
If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
proto This property is required. String
If present, describes the gRPC types and methods. Required to support payload transcoding. When absent, the web client must use application/grpw-web+proto content.

GetGatewayPluginGrpcWebConsumer

Id This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

GetGatewayPluginGrpcWebOrdering

After This property is required. GetGatewayPluginGrpcWebOrderingAfter
Before This property is required. GetGatewayPluginGrpcWebOrderingBefore
After This property is required. GetGatewayPluginGrpcWebOrderingAfter
Before This property is required. GetGatewayPluginGrpcWebOrderingBefore
after This property is required. GetGatewayPluginGrpcWebOrderingAfter
before This property is required. GetGatewayPluginGrpcWebOrderingBefore
after This property is required. GetGatewayPluginGrpcWebOrderingAfter
before This property is required. GetGatewayPluginGrpcWebOrderingBefore
after This property is required. GetGatewayPluginGrpcWebOrderingAfter
before This property is required. GetGatewayPluginGrpcWebOrderingBefore
after This property is required. Property Map
before This property is required. Property Map

GetGatewayPluginGrpcWebOrderingAfter

Accesses This property is required. List<string>
Accesses This property is required. []string
accesses This property is required. List<String>
accesses This property is required. string[]
accesses This property is required. Sequence[str]
accesses This property is required. List<String>

GetGatewayPluginGrpcWebOrderingBefore

Accesses This property is required. List<string>
Accesses This property is required. []string
accesses This property is required. List<String>
accesses This property is required. string[]
accesses This property is required. Sequence[str]
accesses This property is required. List<String>

GetGatewayPluginGrpcWebRoute

Id This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

GetGatewayPluginGrpcWebService

Id This property is required. string
Id This property is required. string
id This property is required. String
id This property is required. string
id This property is required. str
id This property is required. String

Package Details

Repository
konnect kong/terraform-provider-konnect
License
Notes
This Pulumi package is based on the konnect Terraform Provider.