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

konnect.getGatewayPluginExitTransformer

Explore with Pulumi AI

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

    Using getGatewayPluginExitTransformer

    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 getGatewayPluginExitTransformer(args: GetGatewayPluginExitTransformerArgs, opts?: InvokeOptions): Promise<GetGatewayPluginExitTransformerResult>
    function getGatewayPluginExitTransformerOutput(args: GetGatewayPluginExitTransformerOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginExitTransformerResult>
    def get_gateway_plugin_exit_transformer(control_plane_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetGatewayPluginExitTransformerResult
    def get_gateway_plugin_exit_transformer_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginExitTransformerResult]
    func LookupGatewayPluginExitTransformer(ctx *Context, args *LookupGatewayPluginExitTransformerArgs, opts ...InvokeOption) (*LookupGatewayPluginExitTransformerResult, error)
    func LookupGatewayPluginExitTransformerOutput(ctx *Context, args *LookupGatewayPluginExitTransformerOutputArgs, opts ...InvokeOption) LookupGatewayPluginExitTransformerResultOutput

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

    public static class GetGatewayPluginExitTransformer 
    {
        public static Task<GetGatewayPluginExitTransformerResult> InvokeAsync(GetGatewayPluginExitTransformerArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginExitTransformerResult> Invoke(GetGatewayPluginExitTransformerInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginExitTransformerResult> getGatewayPluginExitTransformer(GetGatewayPluginExitTransformerArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginExitTransformerResult> getGatewayPluginExitTransformer(GetGatewayPluginExitTransformerArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginExitTransformer:getGatewayPluginExitTransformer
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginExitTransformer Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginExitTransformerConfig

    Functions List<string>
    HandleUnexpected bool
    Determines whether to handle unexpected errors by transforming their responses.
    HandleUnknown bool
    Determines whether to handle unknown status codes by transforming their responses.
    Functions []string
    HandleUnexpected bool
    Determines whether to handle unexpected errors by transforming their responses.
    HandleUnknown bool
    Determines whether to handle unknown status codes by transforming their responses.
    functions List<String>
    handleUnexpected Boolean
    Determines whether to handle unexpected errors by transforming their responses.
    handleUnknown Boolean
    Determines whether to handle unknown status codes by transforming their responses.
    functions string[]
    handleUnexpected boolean
    Determines whether to handle unexpected errors by transforming their responses.
    handleUnknown boolean
    Determines whether to handle unknown status codes by transforming their responses.
    functions Sequence[str]
    handle_unexpected bool
    Determines whether to handle unexpected errors by transforming their responses.
    handle_unknown bool
    Determines whether to handle unknown status codes by transforming their responses.
    functions List<String>
    handleUnexpected Boolean
    Determines whether to handle unexpected errors by transforming their responses.
    handleUnknown Boolean
    Determines whether to handle unknown status codes by transforming their responses.

    GetGatewayPluginExitTransformerConsumer

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

    GetGatewayPluginExitTransformerOrdering

    GetGatewayPluginExitTransformerOrderingAfter

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

    GetGatewayPluginExitTransformerOrderingBefore

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

    GetGatewayPluginExitTransformerRoute

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

    GetGatewayPluginExitTransformerService

    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