konnect 2.4.1 published on Thursday, Mar 13, 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>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]func LookupGatewayPluginDegraphql(ctx *Context, args *LookupGatewayPluginDegraphqlArgs, opts ...InvokeOption) (*LookupGatewayPluginDegraphqlResult, error)
func LookupGatewayPluginDegraphqlOutput(ctx *Context, args *LookupGatewayPluginDegraphqlOutputArgs, opts ...InvokeOption) LookupGatewayPluginDegraphqlResultOutput> 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)
}public static CompletableFuture<GetGatewayPluginDegraphqlResult> getGatewayPluginDegraphql(GetGatewayPluginDegraphqlArgs args, InvokeOptions options)
public static Output<GetGatewayPluginDegraphqlResult> getGatewayPluginDegraphql(GetGatewayPluginDegraphqlArgs args, InvokeOptions options)
fn::invoke:
  function: konnect:index/getGatewayPluginDegraphql:getGatewayPluginDegraphql
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ControlPlane stringId 
- ControlPlane stringId 
- controlPlane StringId 
- controlPlane stringId 
- control_plane_ strid 
- controlPlane StringId 
getGatewayPluginDegraphql Result
The following output properties are available:
- Config
GetGateway Plugin Degraphql Config 
- ControlPlane stringId 
- CreatedAt double
- Enabled bool
- Id string
- InstanceName string
- Ordering
GetGateway Plugin Degraphql Ordering 
- Protocols List<string>
- Route
GetGateway Plugin Degraphql Route 
- Service
GetGateway Plugin Degraphql Service 
- List<string>
- UpdatedAt double
- Config
GetGateway Plugin Degraphql Config 
- ControlPlane stringId 
- CreatedAt float64
- Enabled bool
- Id string
- InstanceName string
- Ordering
GetGateway Plugin Degraphql Ordering 
- Protocols []string
- Route
GetGateway Plugin Degraphql Route 
- Service
GetGateway Plugin Degraphql Service 
- []string
- UpdatedAt float64
- config
GetGateway Plugin Degraphql Config 
- controlPlane StringId 
- createdAt Double
- enabled Boolean
- id String
- instanceName String
- ordering
GetGateway Plugin Degraphql Ordering 
- protocols List<String>
- route
GetGateway Plugin Degraphql Route 
- service
GetGateway Plugin Degraphql Service 
- List<String>
- updatedAt Double
- config
GetGateway Plugin Degraphql Config 
- controlPlane stringId 
- createdAt number
- enabled boolean
- id string
- instanceName string
- ordering
GetGateway Plugin Degraphql Ordering 
- protocols string[]
- route
GetGateway Plugin Degraphql Route 
- service
GetGateway Plugin Degraphql Service 
- string[]
- updatedAt number
- config
GetGateway Plugin Degraphql Config 
- control_plane_ strid 
- created_at float
- enabled bool
- id str
- instance_name str
- ordering
GetGateway Plugin Degraphql Ordering 
- protocols Sequence[str]
- route
GetGateway Plugin Degraphql Route 
- service
GetGateway Plugin Degraphql Service 
- Sequence[str]
- updated_at float
- config Property Map
- controlPlane StringId 
- createdAt Number
- enabled Boolean
- id String
- instanceName String
- ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updatedAt Number
Supporting Types
GetGatewayPluginDegraphqlConfig    
- GraphqlServer stringPath 
- 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).
- GraphqlServer stringPath 
- 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).
- graphqlServer StringPath 
- 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).
- graphqlServer stringPath 
- 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_ strpath 
- 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).
- graphqlServer StringPath 
- 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    
GetGatewayPluginDegraphqlOrderingAfter     
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginDegraphqlOrderingBefore     
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginDegraphqlRoute    
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginDegraphqlService    
- 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 konnectTerraform Provider.