konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginHttpLog
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginHttpLog Result
The following output properties are available:
- Config
Get
Gateway Plugin Http Log Config - Consumer
Get
Gateway Plugin Http Log Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Http Log Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Http Log Route - Service
Get
Gateway Plugin Http Log Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Http Log Config - Consumer
Get
Gateway Plugin Http Log Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Http Log Ordering - Protocols []string
- Route
Get
Gateway Plugin Http Log Route - Service
Get
Gateway Plugin Http Log Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Http Log Config - consumer
Get
Gateway Plugin Http Log Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Http Log Ordering - protocols List<String>
- route
Get
Gateway Plugin Http Log Route - service
Get
Gateway Plugin Http Log Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Http Log Config - consumer
Get
Gateway Plugin Http Log Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Http Log Ordering - protocols string[]
- route
Get
Gateway Plugin Http Log Route - service
Get
Gateway Plugin Http Log Service - string[]
- updated
At number
- config
Get
Gateway Plugin Http Log Config - consumer
Get
Gateway Plugin Http Log Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Http Log Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Http Log Route - service
Get
Gateway Plugin Http Log Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginHttpLogConfig
- Content
Type string - Indicates the type of data sent. The only available option is
application/json
. - Custom
Fields Dictionary<string, string>By Lua - Lua code as a key-value map
- Flush
Timeout double - Optional time in seconds. If
queue_size
> 1, this is the max idle time before sending a log with less thanqueue_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.
- Http
Endpoint 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
, andPATCH
. - Queue
Get
Gateway Plugin Http Log Config Queue - Queue
Size double - Maximum number of log entries to be sent on each message to the upstream server.
- Retry
Count 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.
- Content
Type string - Indicates the type of data sent. The only available option is
application/json
. - Custom
Fields map[string]stringBy Lua - Lua code as a key-value map
- Flush
Timeout float64 - Optional time in seconds. If
queue_size
> 1, this is the max idle time before sending a log with less thanqueue_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.
- Http
Endpoint 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
, andPATCH
. - Queue
Get
Gateway Plugin Http Log Config Queue - Queue
Size float64 - Maximum number of log entries to be sent on each message to the upstream server.
- Retry
Count 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.
- content
Type String - Indicates the type of data sent. The only available option is
application/json
. - custom
Fields Map<String,String>By Lua - Lua code as a key-value map
- flush
Timeout Double - Optional time in seconds. If
queue_size
> 1, this is the max idle time before sending a log with less thanqueue_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.
- http
Endpoint 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
, andPATCH
. - queue
Get
Gateway Plugin Http Log Config Queue - queue
Size Double - Maximum number of log entries to be sent on each message to the upstream server.
- retry
Count 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.
- content
Type string - Indicates the type of data sent. The only available option is
application/json
. - custom
Fields {[key: string]: string}By Lua - Lua code as a key-value map
- flush
Timeout number - Optional time in seconds. If
queue_size
> 1, this is the max idle time before sending a log with less thanqueue_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.
- http
Endpoint 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
, andPATCH
. - queue
Get
Gateway Plugin Http Log Config Queue - queue
Size number - Maximum number of log entries to be sent on each message to the upstream server.
- retry
Count 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_ Mapping[str, str]by_ lua - 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 thanqueue_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
, andPATCH
. - queue
Get
Gateway Plugin Http Log Config Queue - 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.
- content
Type String - Indicates the type of data sent. The only available option is
application/json
. - custom
Fields Map<String>By Lua - Lua code as a key-value map
- flush
Timeout Number - Optional time in seconds. If
queue_size
> 1, this is the max idle time before sending a log with less thanqueue_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.
- http
Endpoint 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
, andPATCH
. - queue Property Map
- queue
Size Number - Maximum number of log entries to be sent on each message to the upstream server.
- retry
Count 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
- Concurrency
Limit double - The number of of queue delivery timers. -1 indicates unlimited.
- Initial
Retry doubleDelay - Time in seconds before the initial retry is made for a failing batch.
- Max
Batch doubleSize - Maximum number of entries that can be processed at a time.
- Max
Bytes double - Maximum number of bytes that can be waiting on a queue, requires string content.
- Max
Coalescing doubleDelay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- Max
Entries double - Maximum number of entries that can be waiting on the queue.
- Max
Retry doubleDelay - Maximum time in seconds between retries, caps exponential backoff.
- Max
Retry doubleTime - Time in seconds before the queue gives up calling a failed handler for a batch.
- Concurrency
Limit float64 - The number of of queue delivery timers. -1 indicates unlimited.
- Initial
Retry float64Delay - Time in seconds before the initial retry is made for a failing batch.
- Max
Batch float64Size - Maximum number of entries that can be processed at a time.
- Max
Bytes float64 - Maximum number of bytes that can be waiting on a queue, requires string content.
- Max
Coalescing float64Delay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- Max
Entries float64 - Maximum number of entries that can be waiting on the queue.
- Max
Retry float64Delay - Maximum time in seconds between retries, caps exponential backoff.
- Max
Retry float64Time - Time in seconds before the queue gives up calling a failed handler for a batch.
- concurrency
Limit Double - The number of of queue delivery timers. -1 indicates unlimited.
- initial
Retry DoubleDelay - Time in seconds before the initial retry is made for a failing batch.
- max
Batch DoubleSize - Maximum number of entries that can be processed at a time.
- max
Bytes Double - Maximum number of bytes that can be waiting on a queue, requires string content.
- max
Coalescing DoubleDelay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- max
Entries Double - Maximum number of entries that can be waiting on the queue.
- max
Retry DoubleDelay - Maximum time in seconds between retries, caps exponential backoff.
- max
Retry DoubleTime - Time in seconds before the queue gives up calling a failed handler for a batch.
- concurrency
Limit number - The number of of queue delivery timers. -1 indicates unlimited.
- initial
Retry numberDelay - Time in seconds before the initial retry is made for a failing batch.
- max
Batch numberSize - Maximum number of entries that can be processed at a time.
- max
Bytes number - Maximum number of bytes that can be waiting on a queue, requires string content.
- max
Coalescing numberDelay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- max
Entries number - Maximum number of entries that can be waiting on the queue.
- max
Retry numberDelay - Maximum time in seconds between retries, caps exponential backoff.
- max
Retry numberTime - 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_ floatdelay - Time in seconds before the initial retry is made for a failing batch.
- max_
batch_ floatsize - 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_ floatdelay - 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_ floatdelay - Maximum time in seconds between retries, caps exponential backoff.
- max_
retry_ floattime - Time in seconds before the queue gives up calling a failed handler for a batch.
- concurrency
Limit Number - The number of of queue delivery timers. -1 indicates unlimited.
- initial
Retry NumberDelay - Time in seconds before the initial retry is made for a failing batch.
- max
Batch NumberSize - Maximum number of entries that can be processed at a time.
- max
Bytes Number - Maximum number of bytes that can be waiting on a queue, requires string content.
- max
Coalescing NumberDelay - Maximum number of (fractional) seconds to elapse after the first entry was queued before the queue starts calling the handler.
- max
Entries Number - Maximum number of entries that can be waiting on the queue.
- max
Retry NumberDelay - Maximum time in seconds between retries, caps exponential backoff.
- max
Retry NumberTime - 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.