Preview

FunctionInvocationLogLine is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

FunctionInvocationLogLine

A log line produced by a function during its invocation.

This page contains

    Fields

    timestamp: DateTime!

    Timestamp at which the log was produced.

    message: String!

    Message produced.

    Parent objects of FunctionInvocationLogLine

    FunctionInvocation PREVIEW

    Output of a function's invocation.