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

konnect.getGatewayPluginUpstreamTimeout

Explore with Pulumi AI

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

    Using getGatewayPluginUpstreamTimeout

    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 getGatewayPluginUpstreamTimeout(args: GetGatewayPluginUpstreamTimeoutArgs, opts?: InvokeOptions): Promise<GetGatewayPluginUpstreamTimeoutResult>
    function getGatewayPluginUpstreamTimeoutOutput(args: GetGatewayPluginUpstreamTimeoutOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginUpstreamTimeoutResult>
    def get_gateway_plugin_upstream_timeout(control_plane_id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetGatewayPluginUpstreamTimeoutResult
    def get_gateway_plugin_upstream_timeout_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginUpstreamTimeoutResult]
    func LookupGatewayPluginUpstreamTimeout(ctx *Context, args *LookupGatewayPluginUpstreamTimeoutArgs, opts ...InvokeOption) (*LookupGatewayPluginUpstreamTimeoutResult, error)
    func LookupGatewayPluginUpstreamTimeoutOutput(ctx *Context, args *LookupGatewayPluginUpstreamTimeoutOutputArgs, opts ...InvokeOption) LookupGatewayPluginUpstreamTimeoutResultOutput

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

    public static class GetGatewayPluginUpstreamTimeout 
    {
        public static Task<GetGatewayPluginUpstreamTimeoutResult> InvokeAsync(GetGatewayPluginUpstreamTimeoutArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginUpstreamTimeoutResult> Invoke(GetGatewayPluginUpstreamTimeoutInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginUpstreamTimeoutResult> getGatewayPluginUpstreamTimeout(GetGatewayPluginUpstreamTimeoutArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginUpstreamTimeoutResult> getGatewayPluginUpstreamTimeout(GetGatewayPluginUpstreamTimeoutArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginUpstreamTimeout:getGatewayPluginUpstreamTimeout
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginUpstreamTimeout Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginUpstreamTimeoutConfig

    ConnectTimeout double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    ReadTimeout double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    SendTimeout double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    ConnectTimeout float64
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    ReadTimeout float64
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    SendTimeout float64
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    connectTimeout Double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    readTimeout Double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sendTimeout Double
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    connectTimeout number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    readTimeout number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sendTimeout number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    connect_timeout float
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    read_timeout float
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    send_timeout float
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    connectTimeout Number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    readTimeout Number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.
    sendTimeout Number
    An integer representing a timeout in milliseconds. Must be between 0 and 2^31-2.

    GetGatewayPluginUpstreamTimeoutConsumer

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

    GetGatewayPluginUpstreamTimeoutOrdering

    GetGatewayPluginUpstreamTimeoutOrderingAfter

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

    GetGatewayPluginUpstreamTimeoutOrderingBefore

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

    GetGatewayPluginUpstreamTimeoutRoute

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

    GetGatewayPluginUpstreamTimeoutService

    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