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

konnect.getGatewayPluginTcpLog

Explore with Pulumi AI

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

    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:

    getGatewayPluginTcpLog Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginTcpLogConfig

    CustomFieldsByLua Dictionary<string, string>
    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.
    TlsSni string
    An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
    CustomFieldsByLua map[string]string
    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.
    TlsSni string
    An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
    customFieldsByLua Map<String,String>
    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.
    tlsSni String
    An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
    customFieldsByLua {[key: string]: string}
    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.
    tlsSni string
    An optional string that defines the SNI (Server Name Indication) hostname to send in the TLS handshake.
    custom_fields_by_lua Mapping[str, str]
    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.
    customFieldsByLua Map<String>
    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.
    tlsSni 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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong