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

konnect.getGatewayPluginRequestTermination

Explore with Pulumi AI

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

    Using getGatewayPluginRequestTermination

    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 getGatewayPluginRequestTermination(args: GetGatewayPluginRequestTerminationArgs, opts?: InvokeOptions): Promise<GetGatewayPluginRequestTerminationResult>
    function getGatewayPluginRequestTerminationOutput(args: GetGatewayPluginRequestTerminationOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginRequestTerminationResult>
    def get_gateway_plugin_request_termination(control_plane_id: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetGatewayPluginRequestTerminationResult
    def get_gateway_plugin_request_termination_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginRequestTerminationResult]
    func LookupGatewayPluginRequestTermination(ctx *Context, args *LookupGatewayPluginRequestTerminationArgs, opts ...InvokeOption) (*LookupGatewayPluginRequestTerminationResult, error)
    func LookupGatewayPluginRequestTerminationOutput(ctx *Context, args *LookupGatewayPluginRequestTerminationOutputArgs, opts ...InvokeOption) LookupGatewayPluginRequestTerminationResultOutput

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

    public static class GetGatewayPluginRequestTermination 
    {
        public static Task<GetGatewayPluginRequestTerminationResult> InvokeAsync(GetGatewayPluginRequestTerminationArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginRequestTerminationResult> Invoke(GetGatewayPluginRequestTerminationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginRequestTerminationResult> getGatewayPluginRequestTermination(GetGatewayPluginRequestTerminationArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginRequestTerminationResult> getGatewayPluginRequestTermination(GetGatewayPluginRequestTerminationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginRequestTermination:getGatewayPluginRequestTermination
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginRequestTermination Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginRequestTerminationConfig

    Body string
    The raw response body to send. This is mutually exclusive with the config.message field.
    ContentType string
    Content type of the raw response configured with config.body.
    Echo bool
    When set, the plugin will echo a copy of the request back to the client. The main usecase for this is debugging. It can be combined with trigger in order to debug requests on live systems without disturbing real traffic.
    Message string
    The message to send, if using the default response generator.
    StatusCode double
    The response code to send. Must be an integer between 100 and 599.
    Trigger string
    A string representing an HTTP header name.
    Body string
    The raw response body to send. This is mutually exclusive with the config.message field.
    ContentType string
    Content type of the raw response configured with config.body.
    Echo bool
    When set, the plugin will echo a copy of the request back to the client. The main usecase for this is debugging. It can be combined with trigger in order to debug requests on live systems without disturbing real traffic.
    Message string
    The message to send, if using the default response generator.
    StatusCode float64
    The response code to send. Must be an integer between 100 and 599.
    Trigger string
    A string representing an HTTP header name.
    body String
    The raw response body to send. This is mutually exclusive with the config.message field.
    contentType String
    Content type of the raw response configured with config.body.
    echo Boolean
    When set, the plugin will echo a copy of the request back to the client. The main usecase for this is debugging. It can be combined with trigger in order to debug requests on live systems without disturbing real traffic.
    message String
    The message to send, if using the default response generator.
    statusCode Double
    The response code to send. Must be an integer between 100 and 599.
    trigger String
    A string representing an HTTP header name.
    body string
    The raw response body to send. This is mutually exclusive with the config.message field.
    contentType string
    Content type of the raw response configured with config.body.
    echo boolean
    When set, the plugin will echo a copy of the request back to the client. The main usecase for this is debugging. It can be combined with trigger in order to debug requests on live systems without disturbing real traffic.
    message string
    The message to send, if using the default response generator.
    statusCode number
    The response code to send. Must be an integer between 100 and 599.
    trigger string
    A string representing an HTTP header name.
    body str
    The raw response body to send. This is mutually exclusive with the config.message field.
    content_type str
    Content type of the raw response configured with config.body.
    echo bool
    When set, the plugin will echo a copy of the request back to the client. The main usecase for this is debugging. It can be combined with trigger in order to debug requests on live systems without disturbing real traffic.
    message str
    The message to send, if using the default response generator.
    status_code float
    The response code to send. Must be an integer between 100 and 599.
    trigger str
    A string representing an HTTP header name.
    body String
    The raw response body to send. This is mutually exclusive with the config.message field.
    contentType String
    Content type of the raw response configured with config.body.
    echo Boolean
    When set, the plugin will echo a copy of the request back to the client. The main usecase for this is debugging. It can be combined with trigger in order to debug requests on live systems without disturbing real traffic.
    message String
    The message to send, if using the default response generator.
    statusCode Number
    The response code to send. Must be an integer between 100 and 599.
    trigger String
    A string representing an HTTP header name.

    GetGatewayPluginRequestTerminationConsumer

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

    GetGatewayPluginRequestTerminationConsumerGroup

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

    GetGatewayPluginRequestTerminationOrdering

    GetGatewayPluginRequestTerminationOrderingAfter

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

    GetGatewayPluginRequestTerminationOrderingBefore

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

    GetGatewayPluginRequestTerminationRoute

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

    GetGatewayPluginRequestTerminationService

    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