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

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

    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>
    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]
    func LookupGatewayPluginGrpcWeb(ctx *Context, args *LookupGatewayPluginGrpcWebArgs, opts ...InvokeOption) (*LookupGatewayPluginGrpcWebResult, error)
    func LookupGatewayPluginGrpcWebOutput(ctx *Context, args *LookupGatewayPluginGrpcWebOutputArgs, opts ...InvokeOption) LookupGatewayPluginGrpcWebResultOutput

    > 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)
    }
    public static CompletableFuture<GetGatewayPluginGrpcWebResult> getGatewayPluginGrpcWeb(GetGatewayPluginGrpcWebArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginGrpcWebResult> getGatewayPluginGrpcWeb(GetGatewayPluginGrpcWebArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginGrpcWeb:getGatewayPluginGrpcWeb
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginGrpcWeb Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginGrpcWebConfig

    AllowOriginHeader string
    The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
    PassStrippedPath bool
    If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
    Proto 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 string
    The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
    PassStrippedPath bool
    If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
    Proto 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 String
    The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
    passStrippedPath Boolean
    If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
    proto 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 string
    The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
    passStrippedPath boolean
    If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
    proto 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 str
    The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
    pass_stripped_path bool
    If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
    proto 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 String
    The value of the Access-Control-Allow-Origin header in the response to the gRPC-Web client.
    passStrippedPath Boolean
    If set to true causes the plugin to pass the stripped request path to the upstream gRPC service.
    proto 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 string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginGrpcWebOrdering

    GetGatewayPluginGrpcWebOrderingAfter

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

    GetGatewayPluginGrpcWebOrderingBefore

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

    GetGatewayPluginGrpcWebRoute

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

    GetGatewayPluginGrpcWebService

    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