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

konnect.getGatewayPluginUdpLog

Explore with Pulumi AI

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

    Using getGatewayPluginUdpLog

    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 getGatewayPluginUdpLog(args: GetGatewayPluginUdpLogArgs, opts?: InvokeOptions): Promise<GetGatewayPluginUdpLogResult>
    function getGatewayPluginUdpLogOutput(args: GetGatewayPluginUdpLogOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginUdpLogResult>
    def get_gateway_plugin_udp_log(control_plane_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetGatewayPluginUdpLogResult
    def get_gateway_plugin_udp_log_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginUdpLogResult]
    func LookupGatewayPluginUdpLog(ctx *Context, args *LookupGatewayPluginUdpLogArgs, opts ...InvokeOption) (*LookupGatewayPluginUdpLogResult, error)
    func LookupGatewayPluginUdpLogOutput(ctx *Context, args *LookupGatewayPluginUdpLogOutputArgs, opts ...InvokeOption) LookupGatewayPluginUdpLogResultOutput

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

    public static class GetGatewayPluginUdpLog 
    {
        public static Task<GetGatewayPluginUdpLogResult> InvokeAsync(GetGatewayPluginUdpLogArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginUdpLogResult> Invoke(GetGatewayPluginUdpLogInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginUdpLogResult> getGatewayPluginUdpLog(GetGatewayPluginUdpLogArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginUdpLogResult> getGatewayPluginUdpLog(GetGatewayPluginUdpLogArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginUdpLog:getGatewayPluginUdpLog
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginUdpLog Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginUdpLogConfig

    CustomFieldsByLua Dictionary<string, string>
    Lua code as a key-value map
    Host string
    A string representing a host name, such as example.com.
    Port double
    An integer representing a port number between 0 and 65535, inclusive.
    Timeout double
    An optional timeout in milliseconds when sending data to the upstream server.
    CustomFieldsByLua map[string]string
    Lua code as a key-value map
    Host string
    A string representing a host name, such as example.com.
    Port float64
    An integer representing a port number between 0 and 65535, inclusive.
    Timeout float64
    An optional timeout in milliseconds when sending data to the upstream server.
    customFieldsByLua Map<String,String>
    Lua code as a key-value map
    host String
    A string representing a host name, such as example.com.
    port Double
    An integer representing a port number between 0 and 65535, inclusive.
    timeout Double
    An optional timeout in milliseconds when sending data to the upstream server.
    customFieldsByLua {[key: string]: string}
    Lua code as a key-value map
    host string
    A string representing a host name, such as example.com.
    port number
    An integer representing a port number between 0 and 65535, inclusive.
    timeout number
    An optional timeout in milliseconds when sending data to the upstream server.
    custom_fields_by_lua Mapping[str, str]
    Lua code as a key-value map
    host str
    A string representing a host name, such as example.com.
    port float
    An integer representing a port number between 0 and 65535, inclusive.
    timeout float
    An optional timeout in milliseconds when sending data to the upstream server.
    customFieldsByLua Map<String>
    Lua code as a key-value map
    host String
    A string representing a host name, such as example.com.
    port Number
    An integer representing a port number between 0 and 65535, inclusive.
    timeout Number
    An optional timeout in milliseconds when sending data to the upstream server.

    GetGatewayPluginUdpLogConsumer

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

    GetGatewayPluginUdpLogOrdering

    GetGatewayPluginUdpLogOrderingAfter

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

    GetGatewayPluginUdpLogOrderingBefore

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

    GetGatewayPluginUdpLogRoute

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

    GetGatewayPluginUdpLogService

    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