このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Get logs for the last execution of a specified Lambda function.

Inputs

フィールド

種類

説明

region [required]

enum

default: us-east-1

functionName [required]

string

The name of the Lambda function, version, or alias. This can only be the function name (my-function).

executionCount

number

default: 1

Outputs

Expand All

フィールド

種類

説明

executions [required]

[object]

firstEventTime

number

lastEventTime

number

logStreamArn

string

logStreamName

string

events [required]

[object]

logStreamName

string

The name of the log stream to which this event belongs.

timestamp

number

The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

message

string

The data contained in the log event.

ingestionTime

number

The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

eventId

string

The ID of the event.