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

konnect.getGatewayPluginLoggly

Explore with Pulumi AI

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

    Using getGatewayPluginLoggly

    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 getGatewayPluginLoggly(args: GetGatewayPluginLogglyArgs, opts?: InvokeOptions): Promise<GetGatewayPluginLogglyResult>
    function getGatewayPluginLogglyOutput(args: GetGatewayPluginLogglyOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginLogglyResult>
    def get_gateway_plugin_loggly(control_plane_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetGatewayPluginLogglyResult
    def get_gateway_plugin_loggly_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginLogglyResult]
    func LookupGatewayPluginLoggly(ctx *Context, args *LookupGatewayPluginLogglyArgs, opts ...InvokeOption) (*LookupGatewayPluginLogglyResult, error)
    func LookupGatewayPluginLogglyOutput(ctx *Context, args *LookupGatewayPluginLogglyOutputArgs, opts ...InvokeOption) LookupGatewayPluginLogglyResultOutput

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

    public static class GetGatewayPluginLoggly 
    {
        public static Task<GetGatewayPluginLogglyResult> InvokeAsync(GetGatewayPluginLogglyArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginLogglyResult> Invoke(GetGatewayPluginLogglyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginLogglyResult> getGatewayPluginLoggly(GetGatewayPluginLogglyArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginLogglyResult> getGatewayPluginLoggly(GetGatewayPluginLogglyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginLoggly:getGatewayPluginLoggly
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginLoggly Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginLogglyConfig

    ClientErrorsSeverity string
    CustomFieldsByLua Dictionary<string, string>
    Lua code as a key-value map
    Host string
    A string representing a host name, such as example.com.
    Key string
    LogLevel string
    Port double
    An integer representing a port number between 0 and 65535, inclusive.
    ServerErrorsSeverity string
    SuccessfulSeverity string
    Tags List<string>
    Timeout double
    ClientErrorsSeverity string
    CustomFieldsByLua map[string]string
    Lua code as a key-value map
    Host string
    A string representing a host name, such as example.com.
    Key string
    LogLevel string
    Port float64
    An integer representing a port number between 0 and 65535, inclusive.
    ServerErrorsSeverity string
    SuccessfulSeverity string
    Tags []string
    Timeout float64
    clientErrorsSeverity String
    customFieldsByLua Map<String,String>
    Lua code as a key-value map
    host String
    A string representing a host name, such as example.com.
    key String
    logLevel String
    port Double
    An integer representing a port number between 0 and 65535, inclusive.
    serverErrorsSeverity String
    successfulSeverity String
    tags List<String>
    timeout Double
    clientErrorsSeverity string
    customFieldsByLua {[key: string]: string}
    Lua code as a key-value map
    host string
    A string representing a host name, such as example.com.
    key string
    logLevel string
    port number
    An integer representing a port number between 0 and 65535, inclusive.
    serverErrorsSeverity string
    successfulSeverity string
    tags string[]
    timeout number
    client_errors_severity str
    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.
    key str
    log_level str
    port float
    An integer representing a port number between 0 and 65535, inclusive.
    server_errors_severity str
    successful_severity str
    tags Sequence[str]
    timeout float
    clientErrorsSeverity String
    customFieldsByLua Map<String>
    Lua code as a key-value map
    host String
    A string representing a host name, such as example.com.
    key String
    logLevel String
    port Number
    An integer representing a port number between 0 and 65535, inclusive.
    serverErrorsSeverity String
    successfulSeverity String
    tags List<String>
    timeout Number

    GetGatewayPluginLogglyConsumer

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

    GetGatewayPluginLogglyOrdering

    GetGatewayPluginLogglyOrderingAfter

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

    GetGatewayPluginLogglyOrderingBefore

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

    GetGatewayPluginLogglyRoute

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

    GetGatewayPluginLogglyService

    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