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

konnect.getGatewayPluginHttpLog

Explore with Pulumi AI

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

    Using getGatewayPluginHttpLog

    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 getGatewayPluginHttpLog(args: GetGatewayPluginHttpLogArgs, opts?: InvokeOptions): Promise<GetGatewayPluginHttpLogResult>
    function getGatewayPluginHttpLogOutput(args: GetGatewayPluginHttpLogOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginHttpLogResult>
    def get_gateway_plugin_http_log(control_plane_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetGatewayPluginHttpLogResult
    def get_gateway_plugin_http_log_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginHttpLogResult]
    func LookupGatewayPluginHttpLog(ctx *Context, args *LookupGatewayPluginHttpLogArgs, opts ...InvokeOption) (*LookupGatewayPluginHttpLogResult, error)
    func LookupGatewayPluginHttpLogOutput(ctx *Context, args *LookupGatewayPluginHttpLogOutputArgs, opts ...InvokeOption) LookupGatewayPluginHttpLogResultOutput

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

    public static class GetGatewayPluginHttpLog 
    {
        public static Task<GetGatewayPluginHttpLogResult> InvokeAsync(GetGatewayPluginHttpLogArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginHttpLogResult> Invoke(GetGatewayPluginHttpLogInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginHttpLogResult> getGatewayPluginHttpLog(GetGatewayPluginHttpLogArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginHttpLogResult> getGatewayPluginHttpLog(GetGatewayPluginHttpLogArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginHttpLog:getGatewayPluginHttpLog
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginHttpLog Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginHttpLogConfig

    ContentType string
    Indicates the type of data sent. The only available option is application/json.
    CustomFieldsByLua Dictionary<string, string>
    Lua code as a key-value map
    FlushTimeout double
    Optional time in seconds. If queue_size > 1, this is the max idle time before sending a log with less than queue_size records.
    Headers Dictionary<string, string>
    An optional table of headers included in the HTTP message to the upstream server. Values are indexed by header name, and each header name accepts a single string.
    HttpEndpoint string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    Keepalive double
    An optional value in milliseconds that defines how long an idle connection will live before being closed.
    Method string
    An optional method used to send data to the HTTP server. Supported values are POST (default), PUT, and PATCH.
    Queue GetGatewayPluginHttpLogConfigQueue
    QueueSize double
    Maximum number of log entries to be sent on each message to the upstream server.
    RetryCount double
    Number of times to retry when sending data to the upstream server.
    Timeout double
    An optional timeout in milliseconds when sending data to the upstream server.
    ContentType string
    Indicates the type of data sent. The only available option is application/json.
    CustomFieldsByLua map[string]string
    Lua code as a key-value map
    FlushTimeout float64
    Optional time in seconds. If queue_size > 1, this is the max idle time before sending a log with less than queue_size records.
    Headers map[string]string
    An optional table of headers included in the HTTP message to the upstream server. Values are indexed by header name, and each header name accepts a single string.
    HttpEndpoint string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    Keepalive float64
    An optional value in milliseconds that defines how long an idle connection will live before being closed.
    Method string
    An optional method used to send data to the HTTP server. Supported values are POST (default), PUT, and PATCH.
    Queue GetGatewayPluginHttpLogConfigQueue
    QueueSize float64
    Maximum number of log entries to be sent on each message to the upstream server.
    RetryCount float64
    Number of times to retry when sending data to the upstream server.
    Timeout float64
    An optional timeout in milliseconds when sending data to the upstream server.
    contentType String
    Indicates the type of data sent. The only available option is application/json.
    customFieldsByLua Map<String,String>
    Lua code as a key-value map
    flushTimeout Double
    Optional time in seconds. If queue_size > 1, this is the max idle time before sending a log with less than queue_size records.
    headers Map<String,String>
    An optional table of headers included in the HTTP message to the upstream server. Values are indexed by header name, and each header name accepts a single string.
    httpEndpoint String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    keepalive Double
    An optional value in milliseconds that defines how long an idle connection will live before being closed.
    method String
    An optional method used to send data to the HTTP server. Supported values are POST (default), PUT, and PATCH.
    queue GetGatewayPluginHttpLogConfigQueue
    queueSize Double
    Maximum number of log entries to be sent on each message to the upstream server.
    retryCount Double
    Number of times to retry when sending data to the upstream server.
    timeout Double
    An optional timeout in milliseconds when sending data to the upstream server.
    contentType string
    Indicates the type of data sent. The only available option is application/json.
    customFieldsByLua {[key: string]: string}
    Lua code as a key-value map
    flushTimeout number
    Optional time in seconds. If queue_size > 1, this is the max idle time before sending a log with less than queue_size records.
    headers {[key: string]: string}
    An optional table of headers included in the HTTP message to the upstream server. Values are indexed by header name, and each header name accepts a single string.
    httpEndpoint string
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    keepalive number
    An optional value in milliseconds that defines how long an idle connection will live before being closed.
    method string
    An optional method used to send data to the HTTP server. Supported values are POST (default), PUT, and PATCH.
    queue GetGatewayPluginHttpLogConfigQueue
    queueSize number
    Maximum number of log entries to be sent on each message to the upstream server.
    retryCount number
    Number of times to retry when sending data to the upstream server.
    timeout number
    An optional timeout in milliseconds when sending data to the upstream server.
    content_type str
    Indicates the type of data sent. The only available option is application/json.
    custom_fields_by_lua Mapping[str, str]
    Lua code as a key-value map
    flush_timeout float
    Optional time in seconds. If queue_size > 1, this is the max idle time before sending a log with less than queue_size records.
    headers Mapping[str, str]
    An optional table of headers included in the HTTP message to the upstream server. Values are indexed by header name, and each header name accepts a single string.
    http_endpoint str
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    keepalive float
    An optional value in milliseconds that defines how long an idle connection will live before being closed.
    method str
    An optional method used to send data to the HTTP server. Supported values are POST (default), PUT, and PATCH.
    queue GetGatewayPluginHttpLogConfigQueue
    queue_size float
    Maximum number of log entries to be sent on each message to the upstream server.
    retry_count float
    Number of times to retry when sending data to the upstream server.
    timeout float
    An optional timeout in milliseconds when sending data to the upstream server.
    contentType String
    Indicates the type of data sent. The only available option is application/json.
    customFieldsByLua Map<String>
    Lua code as a key-value map
    flushTimeout Number
    Optional time in seconds. If queue_size > 1, this is the max idle time before sending a log with less than queue_size records.
    headers Map<String>
    An optional table of headers included in the HTTP message to the upstream server. Values are indexed by header name, and each header name accepts a single string.
    httpEndpoint String
    A string representing a URL, such as https://example.com/path/to/resource?q=search.
    keepalive Number
    An optional value in milliseconds that defines how long an idle connection will live before being closed.
    method String
    An optional method used to send data to the HTTP server. Supported values are POST (default), PUT, and PATCH.
    queue Property Map
    queueSize Number
    Maximum number of log entries to be sent on each message to the upstream server.
    retryCount Number
    Number of times to retry when sending data to the upstream server.
    timeout Number
    An optional timeout in milliseconds when sending data to the upstream server.

    GetGatewayPluginHttpLogConfigQueue

    ConcurrencyLimit double
    The number of of queue delivery timers. -1 indicates unlimited.
    InitialRetryDelay double
    Time in seconds before the initial retry is made for a failing batch.
    MaxBatchSize double
    Maximum number of entries that can be processed at a time.
    MaxBytes double
    Maximum number of bytes that can be waiting on a queue, requires string content.
    MaxCoalescingDelay double
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    MaxEntries double
    Maximum number of entries that can be waiting on the queue.
    MaxRetryDelay double
    Maximum time in seconds between retries, caps exponential backoff.
    MaxRetryTime double
    Time in seconds before the queue gives up calling a failed handler for a batch.
    ConcurrencyLimit float64
    The number of of queue delivery timers. -1 indicates unlimited.
    InitialRetryDelay float64
    Time in seconds before the initial retry is made for a failing batch.
    MaxBatchSize float64
    Maximum number of entries that can be processed at a time.
    MaxBytes float64
    Maximum number of bytes that can be waiting on a queue, requires string content.
    MaxCoalescingDelay float64
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    MaxEntries float64
    Maximum number of entries that can be waiting on the queue.
    MaxRetryDelay float64
    Maximum time in seconds between retries, caps exponential backoff.
    MaxRetryTime float64
    Time in seconds before the queue gives up calling a failed handler for a batch.
    concurrencyLimit Double
    The number of of queue delivery timers. -1 indicates unlimited.
    initialRetryDelay Double
    Time in seconds before the initial retry is made for a failing batch.
    maxBatchSize Double
    Maximum number of entries that can be processed at a time.
    maxBytes Double
    Maximum number of bytes that can be waiting on a queue, requires string content.
    maxCoalescingDelay Double
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    maxEntries Double
    Maximum number of entries that can be waiting on the queue.
    maxRetryDelay Double
    Maximum time in seconds between retries, caps exponential backoff.
    maxRetryTime Double
    Time in seconds before the queue gives up calling a failed handler for a batch.
    concurrencyLimit number
    The number of of queue delivery timers. -1 indicates unlimited.
    initialRetryDelay number
    Time in seconds before the initial retry is made for a failing batch.
    maxBatchSize number
    Maximum number of entries that can be processed at a time.
    maxBytes number
    Maximum number of bytes that can be waiting on a queue, requires string content.
    maxCoalescingDelay number
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    maxEntries number
    Maximum number of entries that can be waiting on the queue.
    maxRetryDelay number
    Maximum time in seconds between retries, caps exponential backoff.
    maxRetryTime number
    Time in seconds before the queue gives up calling a failed handler for a batch.
    concurrency_limit float
    The number of of queue delivery timers. -1 indicates unlimited.
    initial_retry_delay float
    Time in seconds before the initial retry is made for a failing batch.
    max_batch_size float
    Maximum number of entries that can be processed at a time.
    max_bytes float
    Maximum number of bytes that can be waiting on a queue, requires string content.
    max_coalescing_delay float
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    max_entries float
    Maximum number of entries that can be waiting on the queue.
    max_retry_delay float
    Maximum time in seconds between retries, caps exponential backoff.
    max_retry_time float
    Time in seconds before the queue gives up calling a failed handler for a batch.
    concurrencyLimit Number
    The number of of queue delivery timers. -1 indicates unlimited.
    initialRetryDelay Number
    Time in seconds before the initial retry is made for a failing batch.
    maxBatchSize Number
    Maximum number of entries that can be processed at a time.
    maxBytes Number
    Maximum number of bytes that can be waiting on a queue, requires string content.
    maxCoalescingDelay Number
    Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
    maxEntries Number
    Maximum number of entries that can be waiting on the queue.
    maxRetryDelay Number
    Maximum time in seconds between retries, caps exponential backoff.
    maxRetryTime Number
    Time in seconds before the queue gives up calling a failed handler for a batch.

    GetGatewayPluginHttpLogConsumer

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

    GetGatewayPluginHttpLogOrdering

    GetGatewayPluginHttpLogOrderingAfter

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

    GetGatewayPluginHttpLogOrderingBefore

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

    GetGatewayPluginHttpLogRoute

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

    GetGatewayPluginHttpLogService

    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