konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginTcpLog
Explore with Pulumi AI
Using getGatewayPluginTcpLog
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 getGatewayPluginTcpLog(args: GetGatewayPluginTcpLogArgs, opts?: InvokeOptions): Promise<GetGatewayPluginTcpLogResult>
function getGatewayPluginTcpLogOutput(args: GetGatewayPluginTcpLogOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginTcpLogResult>
def get_gateway_plugin_tcp_log(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginTcpLogResult
def get_gateway_plugin_tcp_log_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginTcpLogResult]
func LookupGatewayPluginTcpLog(ctx *Context, args *LookupGatewayPluginTcpLogArgs, opts ...InvokeOption) (*LookupGatewayPluginTcpLogResult, error)
func LookupGatewayPluginTcpLogOutput(ctx *Context, args *LookupGatewayPluginTcpLogOutputArgs, opts ...InvokeOption) LookupGatewayPluginTcpLogResultOutput
> Note: This function is named LookupGatewayPluginTcpLog
in the Go SDK.
public static class GetGatewayPluginTcpLog
{
public static Task<GetGatewayPluginTcpLogResult> InvokeAsync(GetGatewayPluginTcpLogArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginTcpLogResult> Invoke(GetGatewayPluginTcpLogInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginTcpLogResult> getGatewayPluginTcpLog(GetGatewayPluginTcpLogArgs args, InvokeOptions options)
public static Output<GetGatewayPluginTcpLogResult> getGatewayPluginTcpLog(GetGatewayPluginTcpLogArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginTcpLog:getGatewayPluginTcpLog
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
getGatewayPluginTcpLog Result
The following output properties are available:
- Config
Get
Gateway Plugin Tcp Log Config - Consumer
Get
Gateway Plugin Tcp Log Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Tcp Log Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Tcp Log Route - Service
Get
Gateway Plugin Tcp Log Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Tcp Log Config - Consumer
Get
Gateway Plugin Tcp Log Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Tcp Log Ordering - Protocols []string
- Route
Get
Gateway Plugin Tcp Log Route - Service
Get
Gateway Plugin Tcp Log Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Tcp Log Config - consumer
Get
Gateway Plugin Tcp Log Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Tcp Log Ordering - protocols List<String>
- route
Get
Gateway Plugin Tcp Log Route - service
Get
Gateway Plugin Tcp Log Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Tcp Log Config - consumer
Get
Gateway Plugin Tcp Log Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Tcp Log Ordering - protocols string[]
- route
Get
Gateway Plugin Tcp Log Route - service
Get
Gateway Plugin Tcp Log Service - string[]
- updated
At number
- config
Get
Gateway Plugin Tcp Log Config - consumer
Get
Gateway Plugin Tcp Log Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Tcp Log Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Tcp Log Route - service
Get
Gateway Plugin Tcp 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
GetGatewayPluginTcpLogConfig
- Custom
Fields Dictionary<string, string>By Lua - A list of key-value pairs, where the key is the name of a log field and the value is a chunk of Lua code, whose return value sets or replaces the log field value.
- Host string
- The IP address or host name to send data to.
- Keepalive double
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- Port double
- The port to send data to on the upstream server.
- Timeout double
- An optional timeout in milliseconds when sending data to the upstream server.
- Tls bool
- Indicates whether to perform a TLS handshake against the remote server.
- Tls
Sni string - An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
- Custom
Fields map[string]stringBy Lua - A list of key-value pairs, where the key is the name of a log field and the value is a chunk of Lua code, whose return value sets or replaces the log field value.
- Host string
- The IP address or host name to send data to.
- Keepalive float64
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- Port float64
- The port to send data to on the upstream server.
- Timeout float64
- An optional timeout in milliseconds when sending data to the upstream server.
- Tls bool
- Indicates whether to perform a TLS handshake against the remote server.
- Tls
Sni string - An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
- custom
Fields Map<String,String>By Lua - A list of key-value pairs, where the key is the name of a log field and the value is a chunk of Lua code, whose return value sets or replaces the log field value.
- host String
- The IP address or host name to send data to.
- keepalive Double
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- port Double
- The port to send data to on the upstream server.
- timeout Double
- An optional timeout in milliseconds when sending data to the upstream server.
- tls Boolean
- Indicates whether to perform a TLS handshake against the remote server.
- tls
Sni String - An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
- custom
Fields {[key: string]: string}By Lua - A list of key-value pairs, where the key is the name of a log field and the value is a chunk of Lua code, whose return value sets or replaces the log field value.
- host string
- The IP address or host name to send data to.
- keepalive number
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- port number
- The port to send data to on the upstream server.
- timeout number
- An optional timeout in milliseconds when sending data to the upstream server.
- tls boolean
- Indicates whether to perform a TLS handshake against the remote server.
- tls
Sni string - An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
- custom_
fields_ Mapping[str, str]by_ lua - A list of key-value pairs, where the key is the name of a log field and the value is a chunk of Lua code, whose return value sets or replaces the log field value.
- host str
- The IP address or host name to send data to.
- keepalive float
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- port float
- The port to send data to on the upstream server.
- timeout float
- An optional timeout in milliseconds when sending data to the upstream server.
- tls bool
- Indicates whether to perform a TLS handshake against the remote server.
- tls_
sni str - An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
- custom
Fields Map<String>By Lua - A list of key-value pairs, where the key is the name of a log field and the value is a chunk of Lua code, whose return value sets or replaces the log field value.
- host String
- The IP address or host name to send data to.
- keepalive Number
- An optional value in milliseconds that defines how long an idle connection lives before being closed.
- port Number
- The port to send data to on the upstream server.
- timeout Number
- An optional timeout in milliseconds when sending data to the upstream server.
- tls Boolean
- Indicates whether to perform a TLS handshake against the remote server.
- tls
Sni String - An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
GetGatewayPluginTcpLogConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginTcpLogOrdering
GetGatewayPluginTcpLogOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginTcpLogOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginTcpLogRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginTcpLogService
- 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.