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

konnect.getGatewayPluginFileLog

Explore with Pulumi AI

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

    Using getGatewayPluginFileLog

    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 getGatewayPluginFileLog(args: GetGatewayPluginFileLogArgs, opts?: InvokeOptions): Promise<GetGatewayPluginFileLogResult>
    function getGatewayPluginFileLogOutput(args: GetGatewayPluginFileLogOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginFileLogResult>
    def get_gateway_plugin_file_log(control_plane_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetGatewayPluginFileLogResult
    def get_gateway_plugin_file_log_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginFileLogResult]
    func LookupGatewayPluginFileLog(ctx *Context, args *LookupGatewayPluginFileLogArgs, opts ...InvokeOption) (*LookupGatewayPluginFileLogResult, error)
    func LookupGatewayPluginFileLogOutput(ctx *Context, args *LookupGatewayPluginFileLogOutputArgs, opts ...InvokeOption) LookupGatewayPluginFileLogResultOutput

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

    public static class GetGatewayPluginFileLog 
    {
        public static Task<GetGatewayPluginFileLogResult> InvokeAsync(GetGatewayPluginFileLogArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginFileLogResult> Invoke(GetGatewayPluginFileLogInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginFileLogResult> getGatewayPluginFileLog(GetGatewayPluginFileLogArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginFileLogResult> getGatewayPluginFileLog(GetGatewayPluginFileLogArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginFileLog:getGatewayPluginFileLog
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginFileLog Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginFileLogConfig

    CustomFieldsByLua Dictionary<string, string>
    Lua code as a key-value map
    Path string
    The file path of the output log file. The plugin creates the log file if it doesn't exist yet.
    Reopen bool
    Determines whether the log file is closed and reopened on every request.
    CustomFieldsByLua map[string]string
    Lua code as a key-value map
    Path string
    The file path of the output log file. The plugin creates the log file if it doesn't exist yet.
    Reopen bool
    Determines whether the log file is closed and reopened on every request.
    customFieldsByLua Map<String,String>
    Lua code as a key-value map
    path String
    The file path of the output log file. The plugin creates the log file if it doesn't exist yet.
    reopen Boolean
    Determines whether the log file is closed and reopened on every request.
    customFieldsByLua {[key: string]: string}
    Lua code as a key-value map
    path string
    The file path of the output log file. The plugin creates the log file if it doesn't exist yet.
    reopen boolean
    Determines whether the log file is closed and reopened on every request.
    custom_fields_by_lua Mapping[str, str]
    Lua code as a key-value map
    path str
    The file path of the output log file. The plugin creates the log file if it doesn't exist yet.
    reopen bool
    Determines whether the log file is closed and reopened on every request.
    customFieldsByLua Map<String>
    Lua code as a key-value map
    path String
    The file path of the output log file. The plugin creates the log file if it doesn't exist yet.
    reopen Boolean
    Determines whether the log file is closed and reopened on every request.

    GetGatewayPluginFileLogConsumer

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

    GetGatewayPluginFileLogOrdering

    GetGatewayPluginFileLogOrderingAfter

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

    GetGatewayPluginFileLogOrderingBefore

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

    GetGatewayPluginFileLogRoute

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

    GetGatewayPluginFileLogService

    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