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

konnect.getGatewayPluginSyslog

Explore with Pulumi AI

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

    Using getGatewayPluginSyslog

    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 getGatewayPluginSyslog(args: GetGatewayPluginSyslogArgs, opts?: InvokeOptions): Promise<GetGatewayPluginSyslogResult>
    function getGatewayPluginSyslogOutput(args: GetGatewayPluginSyslogOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginSyslogResult>
    def get_gateway_plugin_syslog(control_plane_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetGatewayPluginSyslogResult
    def get_gateway_plugin_syslog_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginSyslogResult]
    func LookupGatewayPluginSyslog(ctx *Context, args *LookupGatewayPluginSyslogArgs, opts ...InvokeOption) (*LookupGatewayPluginSyslogResult, error)
    func LookupGatewayPluginSyslogOutput(ctx *Context, args *LookupGatewayPluginSyslogOutputArgs, opts ...InvokeOption) LookupGatewayPluginSyslogResultOutput

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

    public static class GetGatewayPluginSyslog 
    {
        public static Task<GetGatewayPluginSyslogResult> InvokeAsync(GetGatewayPluginSyslogArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginSyslogResult> Invoke(GetGatewayPluginSyslogInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginSyslogResult> getGatewayPluginSyslog(GetGatewayPluginSyslogArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginSyslogResult> getGatewayPluginSyslog(GetGatewayPluginSyslogArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginSyslog:getGatewayPluginSyslog
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginSyslog Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginSyslogConfig

    ClientErrorsSeverity string
    CustomFieldsByLua Dictionary<string, string>
    Lua code as a key-value map
    Facility string
    The facility is used by the operating system to decide how to handle each log message.
    LogLevel string
    ServerErrorsSeverity string
    SuccessfulSeverity string
    ClientErrorsSeverity string
    CustomFieldsByLua map[string]string
    Lua code as a key-value map
    Facility string
    The facility is used by the operating system to decide how to handle each log message.
    LogLevel string
    ServerErrorsSeverity string
    SuccessfulSeverity string
    clientErrorsSeverity String
    customFieldsByLua Map<String,String>
    Lua code as a key-value map
    facility String
    The facility is used by the operating system to decide how to handle each log message.
    logLevel String
    serverErrorsSeverity String
    successfulSeverity String
    clientErrorsSeverity string
    customFieldsByLua {[key: string]: string}
    Lua code as a key-value map
    facility string
    The facility is used by the operating system to decide how to handle each log message.
    logLevel string
    serverErrorsSeverity string
    successfulSeverity string
    client_errors_severity str
    custom_fields_by_lua Mapping[str, str]
    Lua code as a key-value map
    facility str
    The facility is used by the operating system to decide how to handle each log message.
    log_level str
    server_errors_severity str
    successful_severity str
    clientErrorsSeverity String
    customFieldsByLua Map<String>
    Lua code as a key-value map
    facility String
    The facility is used by the operating system to decide how to handle each log message.
    logLevel String
    serverErrorsSeverity String
    successfulSeverity String

    GetGatewayPluginSyslogConsumer

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

    GetGatewayPluginSyslogOrdering

    GetGatewayPluginSyslogOrderingAfter

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

    GetGatewayPluginSyslogOrderingBefore

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

    GetGatewayPluginSyslogRoute

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

    GetGatewayPluginSyslogService

    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