Interface

ScheduledRunResult

Response returned by scheduledHandler for scheduled EventBridge invocations. Captures execution metadata including timestamps, request ID, and AWS account/region information. Useful for job confirmation, audit trails, and CloudWatch log visibility.

Property

Fixed status value indicating successful execution

Property

ISO 8601 timestamp of when the handler executed

Property

AWS request ID from Lambda context

Property

EventBridge event source (typically 'aws.events')

Property

AWS account ID where the Lambda is running

Property

AWS region where the Lambda is deployed

Author

Bayu Dwiyan Satria

Since

1.0.0

See

scheduledHandler

Hierarchy

  • ScheduledRunResult

Properties

account: string
executedAt: string
region: string
requestId: string
source: string
status: "ok"

Generated using TypeDoc