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

konnect.getGatewayPluginRedirect

Explore with Pulumi AI

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

    Using getGatewayPluginRedirect

    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 getGatewayPluginRedirect(args: GetGatewayPluginRedirectArgs, opts?: InvokeOptions): Promise<GetGatewayPluginRedirectResult>
    function getGatewayPluginRedirectOutput(args: GetGatewayPluginRedirectOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginRedirectResult>
    def get_gateway_plugin_redirect(control_plane_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetGatewayPluginRedirectResult
    def get_gateway_plugin_redirect_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginRedirectResult]
    func LookupGatewayPluginRedirect(ctx *Context, args *LookupGatewayPluginRedirectArgs, opts ...InvokeOption) (*LookupGatewayPluginRedirectResult, error)
    func LookupGatewayPluginRedirectOutput(ctx *Context, args *LookupGatewayPluginRedirectOutputArgs, opts ...InvokeOption) LookupGatewayPluginRedirectResultOutput

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

    public static class GetGatewayPluginRedirect 
    {
        public static Task<GetGatewayPluginRedirectResult> InvokeAsync(GetGatewayPluginRedirectArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginRedirectResult> Invoke(GetGatewayPluginRedirectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginRedirectResult> getGatewayPluginRedirect(GetGatewayPluginRedirectArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginRedirectResult> getGatewayPluginRedirect(GetGatewayPluginRedirectArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginRedirect:getGatewayPluginRedirect
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginRedirect Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginRedirectConfig

    KeepIncomingPath bool
    Use the incoming request's path and query string in the redirect URL
    Location string
    The URL to redirect to
    StatusCode double
    The response code to send. Must be an integer between 100 and 599.
    KeepIncomingPath bool
    Use the incoming request's path and query string in the redirect URL
    Location string
    The URL to redirect to
    StatusCode float64
    The response code to send. Must be an integer between 100 and 599.
    keepIncomingPath Boolean
    Use the incoming request's path and query string in the redirect URL
    location String
    The URL to redirect to
    statusCode Double
    The response code to send. Must be an integer between 100 and 599.
    keepIncomingPath boolean
    Use the incoming request's path and query string in the redirect URL
    location string
    The URL to redirect to
    statusCode number
    The response code to send. Must be an integer between 100 and 599.
    keep_incoming_path bool
    Use the incoming request's path and query string in the redirect URL
    location str
    The URL to redirect to
    status_code float
    The response code to send. Must be an integer between 100 and 599.
    keepIncomingPath Boolean
    Use the incoming request's path and query string in the redirect URL
    location String
    The URL to redirect to
    statusCode Number
    The response code to send. Must be an integer between 100 and 599.

    GetGatewayPluginRedirectConsumer

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

    GetGatewayPluginRedirectConsumerGroup

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

    GetGatewayPluginRedirectOrdering

    GetGatewayPluginRedirectOrderingAfter

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

    GetGatewayPluginRedirectOrderingBefore

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

    GetGatewayPluginRedirectRoute

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

    GetGatewayPluginRedirectService

    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