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>
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:
- Control
Plane Id This property is required. string
- Control
Plane Id This property is required. string
- control
Plane Id This property is required. String
- control
Plane Id This property is required. string
- control_
plane_ id This property is required. str
- control
Plane Id This property is required. String
getGatewayPluginGrpcWeb Result
The following output properties are available:
- Config
Get
Gateway Plugin Grpc Web Config - Consumer
Get
Gateway Plugin Grpc Web Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Grpc Web Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Grpc Web Route - Service
Get
Gateway Plugin Grpc Web Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Grpc Web Config - Consumer
Get
Gateway Plugin Grpc Web Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Grpc Web Ordering - Protocols []string
- Route
Get
Gateway Plugin Grpc Web Route - Service
Get
Gateway Plugin Grpc Web Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Grpc Web Config - consumer
Get
Gateway Plugin Grpc Web Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Grpc Web Ordering - protocols List<String>
- route
Get
Gateway Plugin Grpc Web Route - service
Get
Gateway Plugin Grpc Web Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Grpc Web Config - consumer
Get
Gateway Plugin Grpc Web Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Grpc Web Ordering - protocols string[]
- route
Get
Gateway Plugin Grpc Web Route - service
Get
Gateway Plugin Grpc Web Service - string[]
- updated
At number
- config
Get
Gateway Plugin Grpc Web Config - consumer
Get
Gateway Plugin Grpc Web Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Grpc Web Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Grpc Web Route - service
Get
Gateway Plugin Grpc Web 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
GetGatewayPluginGrpcWebConfig
- Allow
Origin Header This property is required. string - 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. 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. string - 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. 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. String - The value of the
Access-Control-Allow-Origin
header in the response to the gRPC-Web client. - pass
Stripped Path 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. string - The value of the
Access-Control-Allow-Origin
header in the response to the gRPC-Web client. - pass
Stripped Path 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.
- allow
Origin Header This property is required. String - The value of the
Access-Control-Allow-Origin
header in the response to the gRPC-Web client. - pass
Stripped Path 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. GetGateway Plugin Grpc Web Ordering After - Before
This property is required. GetGateway Plugin Grpc Web Ordering Before
- After
This property is required. GetGateway Plugin Grpc Web Ordering After - Before
This property is required. GetGateway Plugin Grpc Web Ordering Before
- after
This property is required. GetGateway Plugin Grpc Web Ordering After - before
This property is required. GetGateway Plugin Grpc Web Ordering Before
- after
This property is required. GetGateway Plugin Grpc Web Ordering After - before
This property is required. GetGateway Plugin Grpc Web Ordering Before
- after
This property is required. GetGateway Plugin Grpc Web Ordering After - before
This property is required. GetGateway Plugin Grpc Web Ordering Before
- 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.