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

konnect.getGatewayPluginAiPromptTemplate

Explore with Pulumi AI

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

    Using getGatewayPluginAiPromptTemplate

    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 getGatewayPluginAiPromptTemplate(args: GetGatewayPluginAiPromptTemplateArgs, opts?: InvokeOptions): Promise<GetGatewayPluginAiPromptTemplateResult>
    function getGatewayPluginAiPromptTemplateOutput(args: GetGatewayPluginAiPromptTemplateOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginAiPromptTemplateResult>
    def get_gateway_plugin_ai_prompt_template(control_plane_id: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetGatewayPluginAiPromptTemplateResult
    def get_gateway_plugin_ai_prompt_template_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginAiPromptTemplateResult]
    func LookupGatewayPluginAiPromptTemplate(ctx *Context, args *LookupGatewayPluginAiPromptTemplateArgs, opts ...InvokeOption) (*LookupGatewayPluginAiPromptTemplateResult, error)
    func LookupGatewayPluginAiPromptTemplateOutput(ctx *Context, args *LookupGatewayPluginAiPromptTemplateOutputArgs, opts ...InvokeOption) LookupGatewayPluginAiPromptTemplateResultOutput

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

    public static class GetGatewayPluginAiPromptTemplate 
    {
        public static Task<GetGatewayPluginAiPromptTemplateResult> InvokeAsync(GetGatewayPluginAiPromptTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginAiPromptTemplateResult> Invoke(GetGatewayPluginAiPromptTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginAiPromptTemplateResult> getGatewayPluginAiPromptTemplate(GetGatewayPluginAiPromptTemplateArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginAiPromptTemplateResult> getGatewayPluginAiPromptTemplate(GetGatewayPluginAiPromptTemplateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginAiPromptTemplate:getGatewayPluginAiPromptTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginAiPromptTemplate Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginAiPromptTemplateConfig

    AllowUntemplatedRequests bool
    Set true to allow requests that don't call or match any template.
    LogOriginalRequest bool
    Set true to add the original request to the Kong log plugin(s) output.
    MaxRequestBodySize double
    max allowed body size allowed to be introspected
    Templates List<GetGatewayPluginAiPromptTemplateConfigTemplate>
    Array of templates available to the request context.
    AllowUntemplatedRequests bool
    Set true to allow requests that don't call or match any template.
    LogOriginalRequest bool
    Set true to add the original request to the Kong log plugin(s) output.
    MaxRequestBodySize float64
    max allowed body size allowed to be introspected
    Templates []GetGatewayPluginAiPromptTemplateConfigTemplate
    Array of templates available to the request context.
    allowUntemplatedRequests Boolean
    Set true to allow requests that don't call or match any template.
    logOriginalRequest Boolean
    Set true to add the original request to the Kong log plugin(s) output.
    maxRequestBodySize Double
    max allowed body size allowed to be introspected
    templates List<GetGatewayPluginAiPromptTemplateConfigTemplate>
    Array of templates available to the request context.
    allowUntemplatedRequests boolean
    Set true to allow requests that don't call or match any template.
    logOriginalRequest boolean
    Set true to add the original request to the Kong log plugin(s) output.
    maxRequestBodySize number
    max allowed body size allowed to be introspected
    templates GetGatewayPluginAiPromptTemplateConfigTemplate[]
    Array of templates available to the request context.
    allow_untemplated_requests bool
    Set true to allow requests that don't call or match any template.
    log_original_request bool
    Set true to add the original request to the Kong log plugin(s) output.
    max_request_body_size float
    max allowed body size allowed to be introspected
    templates Sequence[GetGatewayPluginAiPromptTemplateConfigTemplate]
    Array of templates available to the request context.
    allowUntemplatedRequests Boolean
    Set true to allow requests that don't call or match any template.
    logOriginalRequest Boolean
    Set true to add the original request to the Kong log plugin(s) output.
    maxRequestBodySize Number
    max allowed body size allowed to be introspected
    templates List<Property Map>
    Array of templates available to the request context.

    GetGatewayPluginAiPromptTemplateConfigTemplate

    Name string
    Unique name for the template, can be called with {template://NAME}
    Template string
    Template string for this request, supports mustache-style {{placeholders}}
    Name string
    Unique name for the template, can be called with {template://NAME}
    Template string
    Template string for this request, supports mustache-style {{placeholders}}
    name String
    Unique name for the template, can be called with {template://NAME}
    template String
    Template string for this request, supports mustache-style {{placeholders}}
    name string
    Unique name for the template, can be called with {template://NAME}
    template string
    Template string for this request, supports mustache-style {{placeholders}}
    name str
    Unique name for the template, can be called with {template://NAME}
    template str
    Template string for this request, supports mustache-style {{placeholders}}
    name String
    Unique name for the template, can be called with {template://NAME}
    template String
    Template string for this request, supports mustache-style {{placeholders}}

    GetGatewayPluginAiPromptTemplateConsumer

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

    GetGatewayPluginAiPromptTemplateConsumerGroup

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

    GetGatewayPluginAiPromptTemplateOrdering

    GetGatewayPluginAiPromptTemplateOrderingAfter

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

    GetGatewayPluginAiPromptTemplateOrderingBefore

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

    GetGatewayPluginAiPromptTemplateRoute

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

    GetGatewayPluginAiPromptTemplateService

    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