1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginDegraphql
konnect 2.6.0 published on Tuesday, Apr 22, 2025 by kong

konnect.getGatewayPluginDegraphql

Explore with Pulumi AI

Using getGatewayPluginDegraphql

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 getGatewayPluginDegraphql(args: GetGatewayPluginDegraphqlArgs, opts?: InvokeOptions): Promise<GetGatewayPluginDegraphqlResult>
function getGatewayPluginDegraphqlOutput(args: GetGatewayPluginDegraphqlOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginDegraphqlResult>
Copy
def get_gateway_plugin_degraphql(control_plane_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetGatewayPluginDegraphqlResult
def get_gateway_plugin_degraphql_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginDegraphqlResult]
Copy
func LookupGatewayPluginDegraphql(ctx *Context, args *LookupGatewayPluginDegraphqlArgs, opts ...InvokeOption) (*LookupGatewayPluginDegraphqlResult, error)
func LookupGatewayPluginDegraphqlOutput(ctx *Context, args *LookupGatewayPluginDegraphqlOutputArgs, opts ...InvokeOption) LookupGatewayPluginDegraphqlResultOutput
Copy

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

public static class GetGatewayPluginDegraphql 
{
    public static Task<GetGatewayPluginDegraphqlResult> InvokeAsync(GetGatewayPluginDegraphqlArgs args, InvokeOptions? opts = null)
    public static Output<GetGatewayPluginDegraphqlResult> Invoke(GetGatewayPluginDegraphqlInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetGatewayPluginDegraphqlResult> getGatewayPluginDegraphql(GetGatewayPluginDegraphqlArgs args, InvokeOptions options)
public static Output<GetGatewayPluginDegraphqlResult> getGatewayPluginDegraphql(GetGatewayPluginDegraphqlArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: konnect:index/getGatewayPluginDegraphql:getGatewayPluginDegraphql
  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

getGatewayPluginDegraphql Result

The following output properties are available:

Supporting Types

GetGatewayPluginDegraphqlConfig

GraphqlServerPath This property is required. string
A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
GraphqlServerPath This property is required. string
A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
graphqlServerPath This property is required. String
A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
graphqlServerPath This property is required. string
A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
graphql_server_path This property is required. str
A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).
graphqlServerPath This property is required. String
A string representing a URL path, such as /path/to/resource. Must start with a forward slash (/) and must not contain empty segments (i.e., two consecutive forward slashes).

GetGatewayPluginDegraphqlOrdering

after This property is required. Property Map
before This property is required. Property Map

GetGatewayPluginDegraphqlOrderingAfter

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>

GetGatewayPluginDegraphqlOrderingBefore

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>

GetGatewayPluginDegraphqlRoute

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

GetGatewayPluginDegraphqlService

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.